Empirical Rule Calculator
68 – 95 – 99.7 Rule
Enter a mean (μ) and standard deviation (σ) to compute the exact interval boundaries for the 68-95-99.7 empirical rule and visualise the three shaded sigma regions on a bell curve.
Calculating…
Enter a mean and standard deviation above to generate the bell curve and 68-95-99.7 intervals.
What Is the Empirical Rule?
The empirical rule — also called the 68-95-99.7 rule or the three-sigma rule — is a statistical principle that describes how data is distributed around the mean in a normal distribution (bell curve).
The rule states that for a normally distributed dataset with mean μ and standard deviation σ:
- 1 Approximately 68.27% of data falls within 1 standard deviation of the mean (between μ−σ and μ+σ)
- 2 Approximately 95.45% of data falls within 2 standard deviations (between μ−2σ and μ+2σ)
- 3 Approximately 99.73% of data falls within 3 standard deviations (between μ−3σ and μ+3σ)
The empirical rule only applies to normally distributed data. A normal distribution is symmetric and bell-shaped — data clusters near the mean and becomes increasingly rare further away. Many natural phenomena follow this pattern: human heights, IQ scores, measurement errors, and process outputs in manufacturing.
Empirical Rule Formula — Step by Step
Applying the empirical rule requires only addition and subtraction. Given a dataset with mean μ and standard deviation σ:
1σ Rule (68%)
μ − σ to μ + σ
68.27% of data lives here
2σ Rule (95%)
μ − 2σ to μ + 2σ
95.45% of data lives here
3σ Rule (99.7%)
μ − 3σ to μ + 3σ
99.73% of data lives here
Worked example — IQ Scores (μ = 100, σ = 15)
| Band | Calculation | Range | % Within |
|---|---|---|---|
| ±1σ | 100±15 | 85 – 115 | 68.27% |
| ±2σ | 100±30 | 70 – 130 | 95.45% |
| ±3σ | 100±45 | 55 – 145 | 99.73% |
Interpretation: About 68% of people have an IQ between 85 and 115. Only 0.27% of the population falls outside the 55–145 range (roughly 1 in 370 people).
Visual Diagram — 68-95-99.7 Bell Curve
The three coloured regions show what proportion of normally distributed data falls within each sigma band. The innermost region (dark teal) is 1σ; amber wings are the 3σ outer region.
What about data beyond 3σ?
Only 0.27% of normally distributed data falls beyond ±3σ — roughly 1 in 370 observations. This is why "3-sigma events" are considered extremely rare in quality control. Each outer tail (beyond +3σ or below −3σ) contains just 0.135% of data.
Empirical Rule in Real Life
The empirical rule applies to any dataset that is approximately normally distributed. Here are common real-world examples where the 68-95-99.7 rule is routinely used:
| Dataset | μ | σ | 68% range (±1σ) |
|---|---|---|---|
| IQ Scores | 100 | 15 | 85 – 115 |
| Adult male height (cm) | 178 | 7 | 171 – 185 |
| Exam scores | 72 | 8 | 64 – 80 |
| Battery life (hrs) | 12 | 1.5 | 10.5 – 13.5 |
| Manufacturing part (mm) | 50 | 0.2 | 49.8 – 50.2 |
Quality Control (Six Sigma)
Manufacturing uses the empirical rule to set tolerances. A "Six Sigma" process aims for defect rates below 3.4 per million by pushing the acceptable range well beyond ±3σ. Control charts use σ boundaries to flag unusual process variation.
Outlier Detection
Data points beyond ±2σ occur only ~4.55% of the time in a normal distribution. Points beyond ±3σ are extremely rare (0.27%). These thresholds are used in anomaly detection to flag potential errors, fraud, or genuinely exceptional values.
Empirical Rule vs. Chebyshev's Theorem
The empirical rule only works for normally distributed data. Chebyshev's theorem is the more general alternative — it applies to any dataset regardless of shape, but gives weaker (less precise) bounds.
| Band | Empirical Rule (normal only) | Chebyshev's Theorem (any distribution) |
|---|---|---|
| ±1σ | 68.27% | No guarantee (formula gives 0%) |
| ±2σ | 95.45% | At least 75% |
| ±3σ | 99.73% | At least 88.9% |
Chebyshev's formula: at least (1 − 1/k²) × 100% of data falls within k standard deviations of the mean, for any k > 1. Because it makes no assumption about distribution shape, its bounds are conservative. The empirical rule gives much tighter bounds, but requires a normally distributed dataset for those bounds to be accurate.
When NOT to use the empirical rule
The empirical rule should not be applied to skewed distributions (income data, waiting times, house prices), bimodal distributions (test scores with two distinct groups), or datasets with heavy tails (financial returns, earthquake magnitudes). Always verify approximate normality using a histogram or Q-Q plot before applying the rule.
How to Apply the Empirical Rule: 4 Steps
- 1
Verify the data is approximately normal
Plot a histogram or check the skewness statistic. A symmetric, bell-shaped distribution is required. Many natural measurements qualify; count data, financial returns, and heavily skewed data usually do not.
- 2
Find the mean (μ) and standard deviation (σ)
Calculate or obtain these summary statistics. Use sample standard deviation (Bessel's correction, n−1) if working with a sample rather than the full population.
- 3
Compute the interval boundaries
Apply the three formulas:
• 1σ interval: [μ − σ, μ + σ]
• 2σ interval: [μ − 2σ, μ + 2σ]
• 3σ interval: [μ − 3σ, μ + 3σ] - 4
Interpret using the 68-95-99.7 percentages
State what percentage of your population falls within each range, and what percentage falls outside. Use this for quality control limits, probability estimates, and identifying outliers beyond ±2σ or ±3σ.
Empirical Rule FAQ
What is the empirical rule in statistics?
What does 68-95-99.7 mean?
What percentage of data falls within 2 standard deviations?
Does the empirical rule work for skewed data?
What falls outside 3 standard deviations?
What is the difference between the empirical rule and Chebyshev's theorem?
How is the empirical rule used in quality control?
Related Calculators
Standard Deviation Calculator
Compute σ and s from raw data with step-by-step working
Z-Score Calculator
Convert raw scores to standard deviations from the mean
Coefficient of Variation Calculator
CV = (σ/μ) × 100% — compare variability across datasets
Frequency Distribution Calculator
Build a frequency table and histogram from raw data
Mean, Median & Mode Calculator
Central tendency statistics from any dataset
Variance Calculator
Population and sample variance with Bessel's correction