Normal Distribution Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
The normal distribution (bell curve) is the most important probability distribution in statistics. It describes how values cluster symmetrically around a mean, with about 68% of values within 1 standard deviation, 95% within 2, and 99.7% within 3.
This calculator computes the probability that a normally distributed variable falls in a specified range, given any mean (μ) and standard deviation (σ). Results are based on the cumulative distribution function (CDF).
Formula
Z = (X − μ) / σ P(X < x) = Φ(Z)
- X
- the value of interest
- μ (mu)
- mean of the distribution
- σ (sigma)
- standard deviation of the distribution
- Z
- standardised z-score
- Φ(Z)
- cumulative distribution function of the standard normal
Calculate probability:
The 68-95-99.7 Empirical Rule
| Range | % of data | Common use |
|---|---|---|
| μ ± 1σ | 68.27% | Normal variation range |
| μ ± 2σ | 95.45% | Confidence intervals (95%) |
| μ ± 3σ | 99.73% | Six Sigma quality control |
| μ ± 1.96σ | 95.00% | Exact 95% CI (z = 1.96) |
| μ ± 2.576σ | 99.00% | Exact 99% CI (z = 2.576) |
Real-World Example: Heights
Adult male heights are approximately normally distributed with μ = 175 cm, σ = 7 cm.
50% of men are shorter than 175 cm
2.3% of men are taller than 189 cm
95.5% of men are between 161–189 cm
2.3% are shorter than 161 cm
Related Calculators
Convert values to z-scores
Mean CalculatorCompute the mean of a dataset
Variance CalculatorCompute variance and std dev
Percentile CalculatorFind percentile ranks
Chi-Square CalculatorTest categorical data distribution
Standard Error CalculatorSE of the mean and CIs
Statistics HubAll statistics calculators
Disclaimer
This calculator provides probability estimates based on the normal distribution model. Results assume data is normally distributed. Always verify the normality assumption before applying these results to real-world decisions.