Z-Score Calculator

Calculate a z-score and corresponding percentile for any value, given a data set's mean and standard deviation.

What a z-score tells you

A z-score measures how many standard deviations a value is from the mean of its data set. A z-score of 0 means the value equals the mean, a positive z-score means it's above the mean, and a negative z-score means it's below — the magnitude tells you how unusual or typical that value is relative to the overall distribution.

Z-scores are especially useful for comparing values from different distributions or different units — a z-score of 1.5 means the same relative standing regardless of whether the underlying data is test scores, heights, or measurements in any other unit.

How percentile is estimated

This calculator converts the z-score to an approximate percentile assuming the data follows a normal (bell-curve) distribution — a very common assumption for many natural and statistical phenomena, but not universally true for every data set. If your underlying data is significantly skewed or non-normal, the percentile estimate becomes less reliable.

A z-score of 0 corresponds to the 50th percentile (the median in a normal distribution), while a z-score of about 1.96 corresponds to roughly the 97.5th percentile — this is why 1.96 is a commonly referenced value in statistics for 95% confidence intervals.

Frequently asked questions

What does a negative z-score mean?

It means the value is below the mean of the data set — the more negative the z-score, the further below the mean, in standard deviation units.

Does the percentile estimate work for any data distribution?

This calculator assumes a normal (bell-curve) distribution, which is common but not universal — for significantly skewed or non-normal data, the percentile estimate becomes less accurate.

Related calculators