Z Z-score Calculator
Convert a raw score to a z-score, find percentile from the normal curve, and interpret standard deviations from the mean.
Standard Scores — How Many σ From the Mean?
BrainyCalculators editorial insight — unique to this tool
A z-score standardizes a raw value: z = (x − μ) / σ. An SAT score of 1200 when μ = 1050 and σ = 110 gives z ≈ 1.36 — roughly the 91st percentile on a normal curve. Quality engineers flag parts with |z| > 3 as outliers; clinicians compare lab results to age-adjusted reference ranges using the same logic.
When to use this calculator
Use z-score to compare values across different scales or find tail probabilities on a normal distribution. For non-normal skewed data, Percentile rank is often more honest.
| Reference | Value | Context |
|---|---|---|
| z = 0 | 50th percentile | At the mean |
| z = ±1.96 | 95% central | Two-tailed α = 0.05 |
| z = ±2.58 | 99% central | Stricter CI |
| |z| > 3 | Outlier flag | QC heuristic |
Not what you need? For interval estimates around a sample mean, use Confidence Interval. For rank within your actual dataset, use Percentile.
Ranking within an actual dataset list?
This page standardizes with mean and SD. For empirical percentile from raw values, use the Percentile Calculator →
Enter the raw score, population mean, and standard deviation to calculate the z-score.
What is a Z-Score Calculator?
A z-score calculator standardizes x with z = (x − μ) / σ to compare values on different scales. It links raw scores to normal-curve percentiles when assumptions fit.
Use this page when you know mean and standard deviation and want relative standing. For empirical percentile rank from a sorted list without assuming normality, use the Percentile Calculator.
For required survey sample size before data collection, use the Sample Size Calculator.
Z-score Formula
Where x is the raw score, μ is the population mean, and σ is the standard deviation. A positive z-score indicates the value is above the mean; negative means below.
How to Calculate a Z-score
-
1Identify the ValuesCollect the raw score (x), the mean (μ) of the distribution, and the standard deviation (σ).
-
2Subtract the MeanCompute the difference x − μ. A positive result means x is above average; negative means below.
-
3Divide by Std DeviationDivide the difference by σ to express the distance in standard deviation units.
-
4Interpret the ResultA z-score of 0 is at the mean. Scores between −1 and +1 are within one standard deviation (68% of normal data).
Worked Example
A student scored 85 on an exam where the class mean is 72 and the standard deviation is 8.
How the Z-score Calculator Works
Formula, assumptions, and calculation steps for this statistics tool.
Formula Used
z = (x - mean) / standard deviation
Methodology
Statistics calculators organize sample data, apply the selected descriptive or inferential formula, and report the statistic with interpretation.
Calculation Steps
- Enter raw values or summary statistics.
- Clean separators and count the sample size.
- Apply the relevant statistic, probability, or confidence formula.
- Display the result with context such as degrees of freedom, percentile, or strength.
Assumptions and Limits
- Samples should be representative of the population being studied.
- Normality or independence assumptions apply only where the selected method requires them.
- Rounded results may differ slightly from spreadsheet software.
Frequently Asked Questions
A z-score (standard score) measures how many standard deviations a data point is from the mean of a distribution. A z-score of 0 means the value equals the mean; ±1 means one standard deviation away.
That depends on context. In quality control, scores beyond ±3 are considered outliers. In standardized testing, a z-score above +1 (top 84%) is generally considered good. For confidence intervals, ±1.96 corresponds to the 95% CI.
Use the cumulative distribution function (CDF) of the standard normal distribution. P(Z < z) gives the one-tailed p-value. Use the Z-score to Probability tab above for instant results.
The standard normal distribution is a normal (bell-curve) distribution with mean 0 and standard deviation 1. Any normal distribution can be converted to it by computing z-scores, allowing use of universal probability tables.
Real-World Applications
Common Mistakes
Z-Score to Percentile & Tail Probability Quick Reference
| Z-Score | Percentile (CDF) | One-Tailed p | Two-Tailed p |
|---|---|---|---|
| ±1.00 | 84.1% / 15.9% | 15.87% | 31.73% |
| ±1.28 | 90.0% / 10.0% | 10.00% | 20.00% |
| ±1.645 | 95.0% / 5.0% | 5.00% | 10.00% |
| ±1.96 | 97.5% / 2.5% | 2.50% | 5.00% |
| ±2.576 | 99.5% / 0.5% | 0.50% | 1.00% |
| ±3.00 | 99.87% / 0.13% | 0.13% | 0.27% |
References
- Freedman D, Pisani R, Purves R. Statistics. 4th ed. W.W. Norton, 2007.
- Fisher RA. Statistical Methods for Research Workers. Oliver & Boyd, 1925.
- NIST/SEMATECH. e-Handbook of Statistical Methods — Normal Distribution. National Institute of Standards and Technology, 2012.
- Montgomery DC, Runger GC. Applied Statistics and Probability for Engineers. 7th ed. Wiley, 2018.
- Field A. Discovering Statistics Using IBM SPSS Statistics. 5th ed. SAGE, 2018.
Related Calculators
Browse all Statistics calculators →Standard Deviation Calculator
Calculate mean, variance, and standard deviation for any data set.
Percentile Calculator
Calculate percentile rank and find the value at any percentile in a data set.
Confidence Interval Calculator
Calculate confidence intervals for means and proportions.