Back to courseLesson 9 of 14

The normal distribution

What you'll learn

Meet the bell curve and the 68–95–99.7 rule that governs so much of the natural world.

Heights, measurement errors, test scores, the sum of many small random effects — they all pile up into the same shape: the normal distribution, the bell curve. It's the most important distribution in all of statistics.

The 68–95–99.7 rule

A normal distribution is defined by just two numbers — its mean μ (center) and standard deviation σ (spread) — and it always obeys the same rule:

-3σ-2σ-1σμ+1σ+2σ+3σ68%95%99.7%
In any normal distribution, about 68% of values fall within one standard deviation of the mean, 95% within two, and 99.7% within three — the same rule, whatever the data.
  • about 68% of values fall within of the mean
  • about 95% within
  • about 99.7% within

This holds for any normal distribution, whatever μ and σ are. So a value more than 2σ from the mean is genuinely unusual — it happens only about 5% of the time.

The z-score: a universal ruler

To compare values from different normal distributions, convert each to a z-score — how many standard deviations it sits from its mean:

z=xμσz = \frac{x - \mu}{\sigma}

A z-score of +1.5 means "1.5 standard deviations above average," whether we're talking about heights or test scores. It puts everything on one common scale, which is what makes percentiles and comparisons possible.

Why the bell is everywhere

The normal curve isn't a coincidence. Whenever an outcome is the sum of many small, independent influences — dozens of genes plus diet shaping height, many tiny errors in a measurement — those influences average out into a bell. That deep fact (the Central Limit Theorem) is the next lesson.

Why this matters

The normal distribution and the z-score are the shared language of quality control, standardized testing, finance, and every "how unusual is this?" question. Master the 68–95–99.7 rule and you can eyeball probabilities for a huge slice of the real world without a single heavy calculation.

Check your understanding

Question 1 of 2

In a normal distribution, about what percentage of values fall within 2 standard deviations of the mean?

Next lesson