Z Score to Percentile Visualizer
Standard normal distribution — shaded region shows selected probability
Percentile Results
Interpretation
This is a standard normal (left-tail) z-table. Each value is the cumulative probability P(Z ≤ z) — that is, the area under the bell curve to the left of that z-score. Multiply by 100 to get the percentile. Hover any cell to highlight it.
Worked Examples
Click any card to load that z-score into the visualizer above
What Is a Z-Score?
A z-score (also called a standard score) measures how many standard deviations a value lies above or below the mean of a distribution. The formula is straightforward: subtract the population mean from your raw score, then divide by the standard deviation.
Where x is the raw value, μ is the population mean, and σ is the standard deviation. A z-score of 0 means the value equals the mean exactly. Positive z-scores sit above the mean; negative z-scores fall below it. The resulting z-score is dimensionless, which lets you compare values from completely different distributions on the same scale.
What Is a Percentile?
A percentile tells you what percentage of a distribution falls at or below a given value. If you score in the 90th percentile on an exam, 90% of test-takers scored at or below you. Percentiles run from just above 0 to just below 100. The 50th percentile is the median — the exact midpoint of the distribution.
When data follows a normal distribution, each z-score maps to one unique percentile through the standard normal cumulative distribution function (CDF), written Φ(z). The visualizer above computes this mapping precisely using the Abramowitz and Stegun rational approximation, which matches z-table values to four decimal places.
How to Convert a Z-Score to a Percentile: Step-by-Step
The Standard Normal Distribution
The standard normal distribution is a special case of the normal distribution with mean μ = 0 and standard deviation σ = 1. Every normally distributed variable can be converted to the standard normal by computing its z-score. The bell curve is symmetric around zero, meaning z = +1.5 and z = −1.5 are equally far from the mean in opposite directions.
| Z-Score | Left-tail %ile | Right-tail Prob. | Two-tail Central Prob. | Real-world meaning (IQ: μ=100, σ=15) |
|---|---|---|---|---|
| −3.00 | 0.13th | 99.87% | — | IQ 55 — profoundly rare below the mean |
| −2.00 | 2.28th | 97.72% | — | IQ 70 — lower 2.3% of population |
| −1.00 | 15.87th | 84.13% | — | IQ 85 — lower 16% |
| 0.00 | 50.00th | 50.00% | 0% | IQ 100 — exactly average |
| +1.00 | 84.13th | 15.87% | 68.27% | IQ 115 — above 84% of population |
| +1.645 | 95.00th | 5.00% | 89.99% | IQ 125 — top 5% |
| +1.960 | 97.50th | 2.50% | 95.00% | IQ 129 — top 2.5% |
| +2.00 | 97.72th | 2.28% | 95.45% | IQ 130 — top 2.3% (gifted threshold) |
| +2.576 | 99.50th | 0.50% | 99.00% | IQ 139 — top 0.5% |
| +3.00 | 99.87th | 0.13% | 99.73% | IQ 145 — exceptionally rare |
The SCORE Framework for Z-Score Interpretation
A reliable process for working through any z-score problem, whether you're grading exams, reading lab results, or interpreting standardized tests:
Left-Tail, Right-Tail, and Two-Tail Probabilities
Three different probability questions arise from a single z-score:
- Left-tail probability P(Z ≤ z): The area under the curve to the left of z. This equals the percentile rank. For z = 1.5, P(Z ≤ 1.5) = 0.9332, so the value is at the 93.32nd percentile.
- Right-tail probability P(Z > z): The area to the right of z. Always equals 1 − Φ(z). For z = 1.5, P(Z > 1.5) = 1 − 0.9332 = 0.0668, meaning only 6.68% of values exceed this z-score.
- Two-tail (central) probability P(−z ≤ Z ≤ z): The area between −z and +z. Equals Φ(z) − Φ(−z) = 2Φ(z) − 1. For z = ±1.96, the central area is exactly 95% — the standard confidence interval width.
How to Read a Z-Table
A standard z-table shows the left-tail cumulative probability Φ(z) for z-scores from −3.99 to +3.99. To find the probability for z = 1.36:
The interactive Z-Table tab above lets you search for any z-score and highlights the corresponding cell automatically.
Common Mistakes When Interpreting Z-Scores and Percentiles
Real-World Applications
Z-score to percentile conversions appear across many fields:
- Pediatric growth charts: Children's height and weight are reported as z-scores from the population mean. A height z-score of −2.0 (below the 2.3rd percentile) may warrant clinical review.
- Standardized testing: The SAT, ACT, GRE, and LSAT all report percentile ranks derived from z-scores. A GRE Verbal score of 163 corresponds roughly to z = 1.7 and the 95th percentile.
- Quality control (Six Sigma): Manufacturing processes target ±6σ tolerances, meaning defects occur at z-scores beyond ±6 — fewer than 3.4 per million opportunities.
- Psychological testing: IQ and neuropsychological assessments use z-scores to compare an individual's performance against age-matched norms.
- Finance: Risk-adjusted returns (Sharpe ratio) and Value at Risk (VaR) rely on z-scores from the normal distribution to quantify portfolio tail risk.
- Clinical research: Biomarker reference ranges are often set at ±2 z-scores (≈95% of the healthy population), and values outside these bounds flag potential pathology.
Entity Glossary
| Term | Symbol / Formula | Definition |
|---|---|---|
| Z-Score | z = (x − μ) / σ | Number of standard deviations a value lies from the mean. Also called standard score or normal score. |
| Percentile | Φ(z) × 100 | The percentage of a distribution that falls at or below a given value. |
| Percentile Rank | P(X ≤ x) × 100 | A specific type of percentile: what proportion of scores fall at or below the given score. |
| Standard Normal Distribution | N(0, 1) | A normal distribution with mean 0 and standard deviation 1. All z-scores come from this distribution. |
| Normal Distribution | N(μ, σ²) | A symmetric bell-shaped probability distribution defined by its mean μ and variance σ². |
| Cumulative Distribution Function (CDF) | Φ(z) | Gives P(Z ≤ z) — the probability that a standard normal variable is less than or equal to z. |
| Mean | μ (population), x̄ (sample) | The arithmetic average of all values. The center of a normal distribution. |
| Standard Deviation | σ (population), s (sample) | The average distance of values from the mean. Determines the spread of the bell curve. |
| Empirical Rule | 68–95–99.7 rule | In a normal distribution: 68% of data falls within ±1σ, 95% within ±2σ, 99.7% within ±3σ. |
| Area Under the Curve | ∫f(z)dz = 1 | The total area under any normal distribution curve equals exactly 1, representing total probability. |
| Z-Table | Table of Φ(z) | A lookup table of cumulative probabilities for the standard normal distribution. |
| Standardization | z = (x − μ) / σ | Converting raw scores to z-scores, placing them on a common scale with mean 0 and SD 1. |
Related Topics
Sources & further reading:
- NIST Engineering Statistics Handbook — Normal Distribution
- Abramowitz, M. & Stegun, I.A. (1964). Handbook of Mathematical Functions. National Bureau of Standards. [Source for the rational CDF approximation used in this tool]
- Khan Academy — Normal Distributions Review
- Penn State STAT 200 — The Standard Normal Distribution
- OpenStax Introductory Statistics — Chapter 6: The Normal Distribution
Frequently Asked Questions
To convert a z-score to a percentile, find the cumulative probability Φ(z) from the standard normal distribution, then multiply by 100. For z = 1.0, Φ(1.0) = 0.8413, so the percentile is 84.13. For negative z-scores, use the symmetry property: Φ(−z) = 1 − Φ(z). This visualizer computes this conversion instantly for any z-score from −4 to +4.
A z-score of 1.96 corresponds to the 97.50th percentile. That means 97.5% of the distribution falls below this point and only 2.5% lies above it. This is the critical value for two-tailed hypothesis tests at α = 0.05, since the area between z = −1.96 and z = +1.96 equals exactly 95%.
A negative z-score means the value is below the mean of the distribution, placing it below the 50th percentile. For example, z = −1.0 falls at the 15.87th percentile (only 15.87% of the distribution is below it). z = −2.0 is at the 2.28th percentile — a quite rare value below the mean. The further negative the z-score, the lower the percentile.
A z-score of 0 is exactly the 50th percentile. It sits at the mean of the standard normal distribution. By definition, 50% of the distribution falls below the mean and 50% lies above it. This is also the median and the mode of the normal distribution, since all three coincide for symmetric distributions.
Use the "Percentile → Z" tab above. Enter your percentile (0–100), select the tail mode, and click Find Z-Score. The tool applies the inverse normal CDF (Φ⁻¹) to compute the exact z-score. Common benchmarks: 95th percentile → z = 1.645; 97.5th → z = 1.960; 99th → z = 2.326; 99.9th → z = 3.090.
The standard normal distribution is a normal distribution with mean μ = 0 and standard deviation σ = 1. It is the reference distribution for all z-score calculations. Any normally distributed variable X ~ N(μ, σ²) can be converted to the standard normal by computing z = (X − μ) / σ. The bell curve in this visualizer always shows the standard normal distribution, with z-scores on the horizontal axis.
Find the row for the ones and tenths digits of your z-score (e.g., 1.9 for z = 1.96). Find the column for the hundredths digit (0.06 for z = 1.96). The cell value is Φ(z) — the cumulative probability. For z = 1.96, Φ(1.96) = 0.9750, giving the 97.50th percentile. For negative z-scores, use the symmetry: Φ(−z) = 1 − Φ(z). See the Z-Table tab above for the interactive version.
A percentage is a score expressed out of 100 (e.g., scoring 85% on a test). A percentile is a rank that describes relative position in a distribution. Scoring 85% does not mean you are in the 85th percentile — your percentile depends on how the rest of the group performed. If the class average is 90%, then 85% might only place you at the 30th percentile.
Yes. Use the "Percentile → Z" tab in this visualizer. Mathematically, you apply the inverse standard normal CDF: z = Φ⁻¹(p/100). For example, the 90th percentile → z = Φ⁻¹(0.90) ≈ 1.282. The 99th percentile → z ≈ 2.326. This reverse conversion is used frequently in hypothesis testing to find critical values, and in confidence interval construction.
In a standard normal distribution, exactly 95% of the probability lies between z = −1.96 and z = +1.96. This means the two-tail area outside that range is 5% (2.5% in each tail), corresponding to α = 0.05. When constructing a 95% confidence interval, we use z* = 1.96 as the critical value: CI = x̄ ± 1.96 × (σ / √n). You can verify this with the two-tail mode in this visualizer.