Z-Score & Percentile Calculator
Z-Score & Percentile Calculator. Free online calculator with formula, examples and step-by-step guide.
Z-Score to Percentile Calculator
This calculator converts a Z-score (standard deviations from the mean) into its corresponding percentile in the standard normal distribution, indicating what percentage of data falls below that value.
The standard normal distribution
The Z-score indicates how many standard deviations a value is from the mean:
- Z = 0: exactly at the mean (50th percentile)
- Z = 1: one standard deviation above (~84.1th percentile)
- Z = −1: one standard deviation below (~15.9th percentile)
- Z = 1.96: 97.5th percentile (used in 95% CI)
The percentile is obtained by evaluating the cumulative distribution function (CDF) of the standard normal at the Z value.
Example 1: positive Z
Problem: What percentile corresponds to Z = 1.5?
- Result:
- Φ(1.5) ≈ 0.9332 → 93.32nd percentile.
Answer: Z = 1.5 corresponds to the 93.32nd percentile (93.32% of data is below).
Example 2: negative Z
Problem: What percentile corresponds to Z = −2.0?
- Result:
- Φ(−2.0) ≈ 0.0228 → 2.28th percentile.
Answer: Z = −2.0 corresponds to the 2.28th percentile (only 2.28% of data is below).
Common uses of Z-score percentiles
- Interpreting standardized test results (SAT, GRE, IQ).
- Evaluating growth percentiles in pediatrics.
- Identifying outliers in data analysis.
- Computing confidence intervals in statistics.
- Conducting hypothesis tests with normal distribution.
- Analyzing quality control results in manufacturing.
Common mistakes with Z-scores
- Interpreting Z as the percentile directly (Z = 1 is not the 1st percentile).
- Not verifying that data follows a normal distribution.
- Confusing percentile with percentage of data above.
- Using Z for small samples where the t-distribution is more appropriate.
Pro tip
The 68-95-99.7 empirical rule is useful: approximately 68% of data is within ±1σ, 95% within ±2σ and 99.7% within ±3σ of the mean.
It is the number of standard deviations a value is from the mean: Z = (value − mean) / standard_deviation.
Z ≈ 1.645 for the 95th percentile (one-tailed). For a 95% CI (two-tailed), Z = 1.96.
Conventionally, a value with |Z| > 3 is considered an outlier (more than 3 standard deviations from the mean).
No. The Z-to-percentile conversion assumes a normal distribution. For other distributions, different methods are needed.