The normal distribution — the bell curve — is the most important probability distribution in statistics. It appears everywhere: human heights, test scores, measurement errors, blood pressure readings, manufacturing tolerances, and stock market daily returns. Understanding it unlocks the ability to reason about probability in nearly every field.

The 68-95-99.7 Rule

The Empirical Rule
68% of data falls within ±1 standard deviation of the mean 95% of data falls within ±2 standard deviations 99.7% of data falls within ±3 standard deviations

If average adult male height is 70 inches with SD of 3 inches: 68% are 67–73 in, 95% are 64–76 in, 99.7% are 61–79 in.

Key Properties

  • Symmetric around the mean — the left and right sides are mirror images.
  • Mean = Median = Mode — all three measures of center are the same.
  • Defined by two parameters: mean (μ) and standard deviation (σ).
  • Total area under the curve = 1 (100% probability).

Why Does It Appear Everywhere?

The Central Limit Theorem explains why. When you add up many independent random factors, the sum tends toward a normal distribution regardless of the individual distributions. Human height is influenced by hundreds of genes plus environmental factors — their combined effect produces a bell curve. Manufacturing measurements are affected by dozens of small random variations — the result is normally distributed.

Practical Applications

FieldApplicationExample
ManufacturingQuality controlParts outside ±3σ are defective (0.3%)
FinanceRisk managementDaily stock returns model volatility
EducationGrading curvesStandardized test score distributions
MedicineReference rangesLab values: normal range = ±2σ

Explore the bell curve interactively with the Normal Distribution Calculator and calculate z-scores with the Z-Score Calculator.

Key Takeaways

  • 68-95-99.7 — memorize this rule for quick probability estimates.
  • The Central Limit Theorem explains why the bell curve appears everywhere.
  • Mean and standard deviation are the only two parameters you need.
  • Events beyond ±3σ are extremely rare (0.3% of cases).

Frequently Asked Questions

Is everything normally distributed?

No. Many phenomena follow other distributions. Income is right-skewed (a few very high earners). Earthquake magnitudes follow a power law. Coin flips follow a binomial distribution. The normal distribution is common but not universal.

What is a z-score?

A z-score measures how many standard deviations a data point is from the mean. Z = (X - mean) / SD. A z-score of 2 means the value is 2 standard deviations above the mean, which is higher than approximately 97.7% of the data.

What does it mean if my data is not normally distributed?

Many statistical tests assume normality. If your data is not normal, you may need non-parametric tests, data transformations (log, square root), or larger sample sizes (which benefit from the Central Limit Theorem to normalize sampling distributions).