Z-Scores & the 68-95-99.7 Rule
How to turn any value into a universal 'how far from average?' number — and read its percentile straight off the bell curve.
A number by itself doesn't tell you much
Suppose someone is 189 cm tall. Is that unusual? You cannot answer until you know two more things: what is the average height, and how much do heights typically vary? Among adult men (average about 175 cm, typical spread about 7 cm) 189 cm is quite tall. Among professional basketball players it is fairly ordinary.
So a raw value only becomes meaningful once you measure it against its own group's mean and standard deviation. That is exactly what standardizing does, and the result is called a z-score.
See standardizing in action
In the tool below, slide the raw value x, the mean μ, and the standard deviation σ. The readout shows \(z = (x-\mu)/\sigma\) updating live.
The picture is drawn on the standard normal scale, where the axis is marked in standard deviations (\(-3\sigma, -2\sigma, \mu, +2\sigma, \dots\)). The red line sits at your z, and the shaded left tail is the area \(P(Z < z)\) — the fraction of the population below x, i.e. its percentile. Notice how moving x or changing σ slides the line and grows or shrinks that shaded area.
The 68-95-99.7 rule
For data that follows a normal (bell) shape, the z-score comes with a famous shortcut called the empirical rule. It says that almost all of the data sits within three standard deviations of the mean, split up in a very predictable way:
- About 68% of values fall within \(\pm 1\sigma\) of the mean.
- About 95% fall within \(\pm 2\sigma\).
- About 99.7% fall within \(\pm 3\sigma\).
Because the bell is symmetric, the leftover tail splits evenly. Outside \(\pm 2\sigma\) lies \(5\%\), so just \(2.5\%\) sits above \(+2\sigma\) and \(2.5\%\) below \(-2\sigma\). That single fact turns a z-score into a quick estimate of how rare a value is.
- Standardize: \(z = (189 - 175)/7 = 14/7 = 2.0\). So 189 cm is exactly two standard deviations above the mean.
- Apply the empirical rule: about 95% of values lie within \(\pm 2\sigma\), leaving 5% in the two tails combined — so roughly 2.5% sit above \(+2\sigma\).
- Read the percentile: being above all but ~2.5% puts 189 cm near the 97.5th percentile.
- Maria's z: \(z = (24 - 30)/4 = -6/4 = -1.5\) — she is 1.5 standard deviations faster than her race's average.
- Ben's z: \(z = (23 - 27)/2 = -4/2 = -2.0\) — he is 2.0 standard deviations faster than his race's average.
- Compare on the common scale: faster is better, so the more negative z wins. You cannot compare the raw 24 min and 23 min directly, because the two races had different means and spreads.
Check your understanding
- A z-score, z = (x − μ)/σ, is how many standard deviations a value sits from its mean — positive above, negative below.
- Because units cancel, z-scores let you compare values from different normal distributions on one common scale.
- The empirical rule for normal data: about 68% within ±1σ, 95% within ±2σ, and 99.7% within ±3σ of the mean.
- The area under the normal curve to the left of a value is its percentile; that tail area depends only on the z-score.
- The tails are symmetric, so e.g. only about 2.5% of a normal population lies beyond +2σ.