Z Score to Percentile Calculator
Last reviewed: June 2026 by the InvNorm Calculator Editorial Team. Report an issue
Use this calculator to convert any Z score into its corresponding percentile rank. The percentile tells you the percentage of values in a standard normal distribution that fall at or below the given Z score. Simply enter a Z score and the calculator will compute the cumulative probability and percentile instantly.
How Z Scores Relate to Percentiles
A percentile rank indicates the percentage of observations in a standard normal distribution that fall at or below a particular Z score. The conversion uses the cumulative distribution function (CDF) of the standard normal distribution. For example, a Z score of 0 corresponds to the 50th percentile because exactly half of all values lie below the mean. A Z score of 1.645 corresponds to approximately the 95th percentile, meaning 95% of values fall below that point.
Percentile ranks are commonly used in educational testing, medical assessments, and growth charts. When a test result is reported at the 85th percentile, it means the score is higher than 85% of the reference population. Converting between Z scores and percentiles lets you move between the standardized scale used in statistical calculations and the more intuitive percentile scale used in practical reporting.
The relationship between Z scores and percentiles is not linear. Near the center of the distribution (Z scores close to 0), small changes in Z produce relatively large changes in percentile. In the tails (Z scores beyond 2 or below -2), even large changes in Z produce only small percentile differences because the probability density is much lower in those regions.
Formula
The percentile corresponding to a Z score is calculated using the standard normal CDF:
Percentile = Φ(z) × 100
where Φ(z) = P(Z ≤ z) is the cumulative probability from the standard normal distribution. This is computed using the error function:
Φ(z) = ½[1 + erf(z / √2)]
Worked Example
A student receives a score with a Z score of 1.28 on a standardized exam. What percentile does this correspond to?
- Apply the CDF: Φ(1.28) = 0.5 × [1 + erf(1.28 / √2)]
- Compute: Φ(1.28) ≈ 0.8997
- Convert to percentile: 0.8997 × 100 = 89.97%
- Interpret: The student scored higher than approximately 89.97% of test takers, placing them at the 90th percentile.
Common Z Score to Percentile Values
| Z Score | Percentile | Z Score | Percentile |
|---|---|---|---|
| -3.0 | 0.13% | 0.0 | 50.00% |
| -2.5 | 0.62% | 0.5 | 69.15% |
| -2.0 | 2.28% | 1.0 | 84.13% |
| -1.5 | 6.68% | 1.5 | 93.32% |
| -1.0 | 15.87% | 2.0 | 97.72% |
| -0.5 | 30.85% | 2.5 | 99.38% |
Related Calculators
InvNorm Calculator
Find X values and Z scores from normal probabilities.
Percentile to Z Score
Convert a percentile rank to its corresponding Z score.
Z Score Calculator
Convert raw values to standardized Z scores.
Normal CDF Calculator
Calculate cumulative probabilities for normal distributions.
Standard Normal Calculator
Work with the standard normal distribution (μ=0, σ=1).
Return to the InvNorm Calculator to run your own calculation.