Z-Score Calculator – Standard Score and Percentile
Calculate z-score to see how many standard deviations a value is from the mean.
About This Calculator
Calculate z-score to see how many standard deviations a value is from the mean. Use the calculator above for instant results.
Standardizing a Value with a Z-Score
A z-score expresses a value’s distance from the mean in units of standard deviation. Standardization makes values from different scales easier to compare because the resulting score has no measurement units.
A positive z-score means the value lies above the mean, a negative z-score means it lies below, and z = 0 means it equals the mean. The magnitude gives the distance: z = 1.5 is one and a half standard deviations above the mean, while z = −2 is two standard deviations below.
A z-score does not automatically determine a percentile unless a distribution model is supplied. When the underlying variable is modeled as normally distributed, the standard normal cumulative distribution function converts z into the proportion of the normal curve at or below that value. For example, z = 1 corresponds to about the 84.13th percentile under a normal model.
Use a population mean and population standard deviation when standardizing relative to a known population. In sample-based statistical procedures, standardized test statistics may use estimated standard errors instead; those are not interchangeable with an ordinary observation z-score. Also remember that an extreme z-score may reflect a genuine rare observation, an outlier, a data-entry problem, or a distribution that is not well described by a normal model.
Worked Examples
- Z = 1.0 | 84th percentile
Answer: Z=1.0 / 84th%
- Z = -1.5 | 6.7th percentile
Answer: Z=-1.5
- 97.7th percentile — top 2.3%
Answer: 97.7th percentile
Value x = 42, mean = 50, standard deviation = 4.
- z = (42 − 50)/4 = −2
Answer: z = −2
Under a normal model, this is near the 2.28th percentile, so only about 2.28% of values lie lower.
Student A scores 80 where mean=70 and SD=5; Student B scores 88 where mean=80 and SD=4.
- A: z = 2; B: z = 2.
Answer: both scores are 2 standard deviations above their respective means.
Raw scores differ, but standardization shows equal relative standing within the two distributions.
Who Uses This Calculator?
Compare scores to a distribution.
Standardize data for comparison.
Interpret lab values vs norms.
Identify outliers.
Common Mistakes to Avoid
❌ Ignoring sign
Negative z = below mean; positive = above. Both are valid.
❌ Only for normal distributions
Z-scores most meaningful for normal distributions.
❌ Reversing x and the mean
Use x − mean in the numerator. Reversing the subtraction changes the sign and incorrectly turns an above-mean observation into a below-mean one.
❌ Treating every z-score as an exact percentile without a distribution model
The z-score itself only standardizes distance. The familiar percentile conversion assumes a normal distribution; a non-normal dataset can have a different empirical percentile at the same z-score.
Symmetry offers a quick check: under a normal model, z and −z have complementary cumulative percentiles.
Frequently Asked Questions
What is a z-score?
Standard deviations from the mean. Z = (x - mean) / SD.
Good z-score?
Depends on context. Z=+2 on a test is excellent (top 2.3%).
Z-score vs percentile?
Interconvertible via the normal distribution table.
What percentile corresponds to z = 0?
For the standard normal distribution, z = 0 is the 50th percentile because the normal curve is symmetric and half of its area lies below the mean.
Is a negative z-score bad?
Not inherently. It only means the value is below the reference mean. Whether that is desirable depends on the variable: a negative z-score for completion time may be favorable, while for an exam score it may represent below-average performance.
Can z-scores be larger than 3?
Yes. There is no algebraic limit on z. In a normal distribution, values beyond ±3 standard deviations are rare, so large magnitudes deserve attention, but they are mathematically possible.
Why is a z-score unitless?
The numerator x − mean has the same units as the standard deviation in the denominator. Those units cancel, leaving a dimensionless ratio that can be compared across variables measured on different scales.
Formula Explorer connections
Interpretation: This formula summarizes data, models uncertainty or supports inference about a population or random process. Assumption: The sampling design and distribution assumptions must match the data. Independence, sample size, outliers and measurement quality can materially affect interpretation.