Normal Distribution Calculator: What 'Within One Standard Deviation' Actually Means

The normal distribution β€” bell curve β€” describes many natural phenomena: heights, measurement errors, IQ scores, and many physical processes. Knowing how to read it makes statistical claims much easier to evaluate.

The 68-95-99.7 Rule

For any normally distributed data:

  • 68% of values fall within 1 standard deviation of the mean
  • 95% of values fall within 2 standard deviations of the mean
  • 99.7% of values fall within 3 standard deviations of the mean

This is the empirical rule, and it’s worth memorizing.

Practical Interpretation

Adult male heights in the US: mean β‰ˆ 70 inches, standard deviation β‰ˆ 3 inches.

  • Within 1 SD (67–73 inches): 68% of men β€” roughly 5’7β€œ to 6’1β€œ
  • Within 2 SD (64–76 inches): 95% of men β€” roughly 5’4β€œ to 6’4β€œ
  • Above 3 SD (79+ inches, 6’7β€œ+): 0.15% of men

When someone is described as β€œ3 standard deviations above the mean” on any normally distributed trait, that means they’re in roughly the top 0.1% β€” about 1 in 741 people.

Z-Scores

A Z-score converts any value to β€œhow many standard deviations from the mean is this?”

Z = (value - mean) / standard deviation

A score of 130 on an IQ test (mean 100, SD 15):

Z = (130 - 100) / 15 = 2.0 β†’ 97.7th percentile

When Normal Distribution Doesn’t Apply

Income, wealth, city populations, and website traffic follow power law distributions β€” not normal distributions. Applying normal distribution assumptions to these leads to massive underestimation of extreme values (the β€œfat tail” problem that famously caused the 2008 financial crisis models to fail).

[Use the normal distribution calculator β†’](https://doesitaddup.com)

Frequently Asked Questions

How do I know if my data actually follows a normal distribution?

Real-world data often isn't perfectly normal. Income, wealth, and website traffic follow power-law distributions with 'fat tails' β€” meaning extreme values are far more common than the normal distribution predicts. If you're working with bounded data (like test scores 0-100), highly skewed data, or anything measuring rare events, the 68-95-99.7 rule will mislead you.

What does it mean if someone scores a Z-score of 2.5?

A Z-score of 2.5 means the value is 2.5 standard deviations above the mean, putting it in approximately the 99.4th percentile. For context, a Z-score of 3.0 is already in the top 0.1% β€” so a 2.5 is extreme but not quite at that rarefied level.

Can I use the normal distribution to predict rare events like stock market crashes?

No β€” this is exactly the mistake that contributed to the 2008 financial crisis. Financial returns, like most real-world extremes, follow power-law distributions where tail events (crashes) happen far more frequently than normal distribution models predict. Never apply the 68-95-99.7 rule to financial data without checking the actual distribution first.

If 68% of men are between 67–73 inches tall, what percentage are taller than 73 inches?

Exactly 16%. Since 68% fall within one standard deviation (67–73 inches), that leaves 32% in both tails combined β€” 16% above 73 inches and 16% below 67 inches. This is why understanding the normal distribution helps you quickly estimate percentiles without a calculator.

Read the full article on Normal Distribution Calculator: What 'Within One Standard Deviation' Actually Means ›