Percentile to Z Score Calculator
Last reviewed: June 2026 by the InvNorm Calculator Editorial Team. Report an issue
Use this calculator to convert any percentile rank into its corresponding Z score from the standard normal distribution. Enter a percentile between 0 and 100, and the calculator will find the Z score that has that percentage of the distribution below it. This is the inverse operation of converting Z scores to percentiles.
What Does Percentile to Z Score Mean?
Converting a percentile to a Z score means finding the point on the standard normal distribution where the given percentage of observations falls below. This uses the inverse of the cumulative distribution function, also known as the quantile function or the inverse normal function (InvNorm). For instance, the 95th percentile corresponds to a Z score of approximately 1.645, meaning that 95% of the area under the standard normal curve lies to the left of z = 1.645.
This conversion is used frequently in practice. Standardized test score reports often give percentile ranks, and researchers may need to convert these back to Z scores for statistical analysis. In quality control, specifications are sometimes given as percentiles of a normal distribution, and finding the corresponding Z score allows engineers to calculate the actual measurement value when the mean and standard deviation are known.
The mathematical function behind this conversion does not have a simple algebraic formula. Instead, numerical algorithms based on rational approximations provide highly accurate results. This calculator uses such an approximation refined with Newton's method to achieve precision to approximately 10 significant digits.
Formula
The Z score for a given percentile is found using the inverse CDF (quantile function) of the standard normal distribution:
z = Φ−1(p)
where p = percentile / 100 is the cumulative probability. For a non-standard normal distribution with mean μ and standard deviation σ, the corresponding x value is:
x = μ + σ · Φ−1(p)
Worked Example
A child is at the 75th percentile for height. What Z score does this correspond to?
- Convert percentile to probability: p = 75 / 100 = 0.75
- Apply the inverse CDF: z = Φ−1(0.75) ≈ 0.67449
- Interpret: The child's height is 0.67449 standard deviations above the mean height for their age group.
If the mean height for the age group is 110 cm with a standard deviation of 5 cm, the child's actual height would be approximately 110 + 0.67449 × 5 = 113.37 cm.
Common Percentile to Z Score Values
| Percentile | Z Score | Percentile | Z Score |
|---|---|---|---|
| 1st | -2.32635 | 60th | 0.25335 |
| 5th | -1.64485 | 70th | 0.52440 |
| 10th | -1.28155 | 75th | 0.67449 |
| 25th | -0.67449 | 90th | 1.28155 |
| 50th | 0.00000 | 95th | 1.64485 |
| 55th | 0.12566 | 99th | 2.32635 |
Related Calculators
InvNorm Calculator
Find X values and Z scores from normal probabilities.
Z Score to Percentile
Convert a Z score to its corresponding percentile rank.
Z Score Calculator
Convert raw values to standardized Z scores.
Normal Distribution Calculator
Compute probabilities and values for any normal distribution.
Critical Value Calculator
Find critical Z values for hypothesis tests.
Return to the InvNorm Calculator to run your own calculation.