Z-Score Calculator
Calculate the z-score of a value given the mean and standard deviation, and find the percentile and tail probabilities from the standard normal distribution.
Z-score
1.5
z = (x β ΞΌ) / Ο = (85 β 70) / 10
Percentile
93.319277%
P(X < x)
0.933193
P(X > x)
0.066807
The percentile is the area to the left of the z-score under the standard normal curve, computed with the Abramowitz-Stegun error function. A z-score of 0 sits at the 50th percentile.
Frequently Asked Questions
How do I calculate a z-score?
Subtract the mean from your value and divide by the standard deviation: z = (x β ΞΌ) / Ο. The z-score tells you how many standard deviations the value is above (positive) or below (negative) the mean.
What does a z-score tell you?
It standardizes a value so you can compare it across different distributions. A z-score of 0 is exactly average, +1 is one standard deviation above the mean, and β2 is two standard deviations below. Most values in a normal distribution fall between β3 and +3.
How do I convert a z-score to a percentile?
Find the area to the left of the z-score under the standard normal curve β that area, times 100, is the percentile. For example, z = 0 is the 50th percentile, and z = 1.0 is about the 84th percentile.
What is a good or bad z-score?
There is no universally good or bad z-score; it depends on context. In quality control, a z-score beyond Β±3 often flags an outlier. On a test, a higher positive z-score means you scored further above average.
Can a z-score be negative?
Yes. A negative z-score simply means the value is below the mean. The sign indicates direction and the magnitude indicates distance in standard deviations.