Z-Score Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
A z-score (standard score) expresses how many standard deviations a value lies above or below the mean of its distribution. It lets you compare values from different datasets on a common scale — making it one of the most widely used tools in statistics.
This calculator computes the z-score from a raw value, finds the corresponding percentile rank, and calculates cumulative normal distribution probabilities.
Formula
z = (x − μ) / σ
- z
- z-score (standard score)
- x
- the raw value you are standardising
- μ
- mean of the distribution
- σ
- standard deviation of the distribution (σ > 0)
Enter a raw value plus the distribution's mean and standard deviation to compute the z-score and percentile.
The 68–95–99.7 Rule (Empirical Rule)
|z| ≤ 1
68.27%
Within 1 std dev of mean
|z| ≤ 2
95.45%
Within 2 std devs of mean
|z| ≤ 3
99.73%
Within 3 std devs of mean
Under a normal distribution, about 68% of observations fall within one standard deviation of the mean, 95% within two, and 99.7% within three. Values with |z| > 3 are rare — less than 0.3% of the distribution.
Common Critical Z-Values
| Z-Score | P(X ≤ z) | Percentile | Use Case |
|---|---|---|---|
| −2.576 | 0.50% | 0.5th | 99% CI lower tail |
| −1.960 | 2.50% | 2.5th | 95% CI lower tail |
| −1.645 | 5.00% | 5th | 90% CI lower tail / one-tail 5% |
| 0.000 | 50.00% | 50th | Mean — median for symmetric dist. |
| +1.282 | 90.00% | 90th | One-tail 10% significance |
| +1.645 | 95.00% | 95th | One-tail 5% / 90% CI upper tail |
| +1.960 | 97.50% | 97.5th | 95% CI upper tail |
| +2.326 | 99.00% | 99th | 98% CI upper tail / one-tail 1% |
| +2.576 | 99.50% | 99.5th | 99% CI upper tail |
| +3.000 | 99.87% | 99.87th | Six-sigma quality baseline |
Z-Score vs T-Score — When to Use Which
| Condition | Use Z | Use T |
|---|---|---|
| Population σ known | ✓ | |
| Population σ unknown | ✓ | |
| Large sample (n ≥ 30) | ✓ | Acceptable |
| Small sample (n < 30) | Not ideal | ✓ |
| Data is normal | ✓ | ✓ |
| Comparing means across populations | ✓ (known σ) | ✓ (unknown σ) |
As sample size grows, the t-distribution approaches the standard normal distribution, so z and t values converge for n ≥ 30.
Related Calculators
Convert z-score to probability P(X < x)
T-Test CalculatorHypothesis test using t-statistic
Standard Deviation CalculatorCompute σ for your dataset first
Mean CalculatorCompute μ for your dataset
Confidence Interval CalculatorUses z-scores for CI construction
Statistics HubAll statistics calculators & guides
Disclaimer
This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.