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 dataCommon 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.

P(X < 175)P(Z < 0) = 0.5000

50% of men are shorter than 175 cm

P(X > 189)P(Z > 2) = 0.0228

2.3% of men are taller than 189 cm

P(161 < X < 189)P(−2 < Z < 2) = 0.9545

95.5% of men are between 161–189 cm

P(X < 161)P(Z < −2) = 0.0228

2.3% are shorter than 161 cm

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.

Frequently Asked Questions