Result
Enter values and click Calculate
Find probabilities, percentiles, and Z-scores for your normal distribution.
Normal Distribution Curve
No graph yet
Calculate to see the bell curve.
No recently used tools
Loading categories...
Free online normal distribution calculator for any μ and σ: compute P(X ≤ x) probabilities, find X from percentile (inverse normal), or calculate P(a ≤ X ≤ b) range probability. Interactive Plotly bell curve, step-by-step KaTeX formulas, and Python scipy export.
Find probabilities, percentiles, and Z-scores for your normal distribution.
Calculate to see the bell curve.
The normal distribution (Gaussian distribution) is a symmetric, bell-shaped probability distribution defined by two parameters: the mean (μ) and standard deviation (σ). It is the most important distribution in statistics because many natural phenomena follow it.
Perfectly symmetric about the mean. Mean = median = mode, all at the center.
μ sets the center, σ controls the spread. Larger σ means a flatter, wider bell.
Tails extend infinitely but approach zero. Total area under the curve equals 1.
| Range | Probability | Example (IQ: μ=100, σ=15) |
|---|---|---|
| μ ± 1σ | 68.27% | IQ 85 – 115 |
| μ ± 2σ | 95.45% | IQ 70 – 130 |
| μ ± 3σ | 99.73% | IQ 55 – 145 |
Any normal distribution N(μ, σ) can be converted to the standard normal N(0, 1) by computing the Z-score:
| Z-Score | Left Tail P(Z ≤ z) | Percentile |
|---|---|---|
| −2.326 | 0.0100 | 1st |
| −1.645 | 0.0500 | 5th |
| 0.000 | 0.5000 | 50th |
| +1.645 | 0.9500 | 95th |
| +1.960 | 0.9750 | 97.5th |
| +2.326 | 0.9900 | 99th |
IQ scores follow N(100, 15). SAT scores approximate N(1060, 195). Z-scores enable comparison across different tests.
Manufacturing uses normal distribution to set tolerance limits. Six Sigma targets Z = ±6 for defect rates below 3.4 per million.
Heights, weights, blood pressure, and many biological variables are approximately normally distributed in populations.
Sample means approach a normal distribution as n increases, regardless of the population shape. This is the foundation of inferential statistics.