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.

Enter a percentile between 0 and 100 (exclusive). You can also enter a decimal probability like 0.95.

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?

  1. Convert percentile to probability: p = 75 / 100 = 0.75
  2. Apply the inverse CDF: z = Φ−1(0.75) ≈ 0.67449
  3. 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

PercentileZ ScorePercentileZ Score
1st-2.3263560th0.25335
5th-1.6448570th0.52440
10th-1.2815575th0.67449
25th-0.6744990th1.28155
50th0.0000095th1.64485
55th0.1256699th2.32635

Related Calculators


Return to the InvNorm Calculator to run your own calculation.