Z-Score Calculator
Standardize · normal CDF · percentile · reverse lookup
Result
Enter values and click Calculate
Convert scores to Z-scores, find probabilities, percentiles, and more.
Normal Distribution Curve
No graph yet
Calculate to see the normal curve.
Python Compiler
What Is a Z-Score?
A Z-score (standard score) measures how many standard deviations a data point is from the mean. It standardizes values from different distributions onto a common scale, making comparisons possible.
Positive Z
Value is above the mean. Z = 1.5 means 1.5 standard deviations above average.
Negative Z
Value is below the mean. Z = −2.0 means 2 standard deviations below average.
Zero Z
Value equals the mean exactly. The 50th percentile on a normal distribution.
The 68-95-99.7 Rule (Empirical Rule)
| Range | Z-Score | % of Data | Example |
|---|---|---|---|
| μ ± 1σ | |Z| ≤ 1 | 68.27% | Most values (typical) |
| μ ± 2σ | |Z| ≤ 2 | 95.45% | Nearly all values |
| μ ± 3σ | |Z| ≤ 3 | 99.73% | Virtually all values |
Common Z-Scores & Percentiles
| Z-Score | Percentile | Interpretation |
|---|---|---|
| −3.0 | 0.13% | Extremely low |
| −2.0 | 2.28% | Significantly low |
| −1.0 | 15.87% | Below average |
| 0.0 | 50.00% | Mean / Average |
| +1.0 | 84.13% | Above average |
| +1.645 | 95.00% | 90% CI critical value |
| +1.960 | 97.50% | 95% CI critical value |
| +2.0 | 97.72% | Significantly high |
| +2.576 | 99.50% | 99% CI critical value |
| +3.0 | 99.87% | Extremely high |
Real-World Applications
Standardized Testing
SAT, ACT, and IQ scores use Z-scores to rank test-takers against the population and set percentile-based cutoffs.
Quality Control
Manufacturing uses Six Sigma (Z = ±6) to maintain defect rates below 3.4 per million.
Finance & Risk
Stock returns are standardized for risk comparison. Value-at-Risk (VaR) models use Z-scores for tail risk estimation.
Medical Research
Growth charts, lab results, and BMI use Z-scores to compare patients against age/sex-matched reference populations.