🔔 Normal Distribution Calculator
Calculate probabilities and z-scores for a normal distribution. Find P(X < x), P(X > x), and P(x₁ < X < x₂) with a visual bell curve.
Bell Curve
What is the Normal Distribution?
The normal distribution (also called the Gaussian distribution or bell curve) is the most important probability distribution in statistics. It is a continuous, symmetric, bell-shaped distribution fully characterised by two parameters: the mean (μ), which sets the centre, and the standard deviation (σ), which controls the width. The normal distribution describes the probability of a continuous random variable and arises naturally whenever a quantity is the sum of many small, independent random effects — from measurement errors to heights of a population.
The Central Limit Theorem is the reason the normal distribution is so ubiquitous: it states that the sum or mean of a large number of independent, identically distributed random variables approaches a normal distribution regardless of the original distribution's shape — as long as the variance is finite. This theorem underpins parametric statistical inference: hypothesis tests, confidence intervals, regression, and ANOVA all rely on the assumption that sample means follow a normal distribution, justified by the Central Limit Theorem for sufficiently large samples.
The empirical rule (68-95-99.7 rule) describes the proportion of data within 1, 2, and 3 standard deviations of the mean respectively: ~68% within ±1σ, ~95% within ±2σ, and ~99.7% within ±3σ. Z-scores standardise any normal distribution to the standard normal (μ=0, σ=1), allowing probability lookups from a single standard table. The CDF (cumulative distribution function) gives the probability that a value falls below a given threshold — essential for hypothesis testing, process capability analysis, and risk quantification.
Normal Distribution Formulas
How to Use This Calculator
-
1Set Distribution ParametersEnter the mean (μ) and standard deviation (σ) of your normal distribution.
-
2Enter x ValuesEnter x for single-tail probabilities, or both x₁ and x₂ for a range probability.
-
3Read ProbabilitiesThe calculator shows P(X < x), P(X > x), range probability, and the z-score.
-
4View the Bell CurveThe SVG diagram highlights the shaded area corresponding to your probability.
How the Normal Distribution Calculator Works
Formula, assumptions, and calculation steps for this statistics tool.
Methodology
Statistics calculators organize sample data, apply the selected descriptive or inferential formula, and report the statistic with interpretation.
Calculation Steps
- Enter raw values or summary statistics.
- Clean separators and count the sample size.
- Apply the relevant statistic, probability, or confidence formula.
- Display the result with context such as degrees of freedom, percentile, or strength.
Assumptions and Limits
- Samples should be representative of the population being studied.
- Normality or independence assumptions apply only where the selected method requires them.
- Rounded results may differ slightly from spreadsheet software.
Frequently Asked Questions
A normal distribution is a symmetric, bell-shaped probability distribution defined by its mean (μ) and standard deviation (σ). Many natural phenomena follow a normal distribution, such as heights, test scores, and measurement errors.
A z-score measures how many standard deviations a value is from the mean. z = (x − μ) / σ. A z-score of 1.96 corresponds to the 97.5th percentile of a standard normal distribution.
For any normal distribution: 68% of data falls within ±1σ, 95% within ±2σ, and 99.7% within ±3σ of the mean. This is also called the empirical rule.
The Cumulative Distribution Function (CDF) gives the probability that a random variable X takes a value less than or equal to x. It is computed using the error function (erf) approximation in this calculator.
The standard normal distribution is a special case with μ = 0 and σ = 1. Any normal distribution can be converted to standard normal using the z-score transformation, making z-tables universally applicable.
Real-World Applications
Common Mistakes
Z-Score to Percentile Quick Reference
| Z-Score | Percentile | Two-tailed CI |
|---|---|---|
| ±1.00 | 84.1% | 68.3% within ±1σ |
| ±1.645 | 95.0% | 90% within ±1.645σ |
| ±1.960 | 97.5% | 95% CI critical value |
| ±2.000 | 97.7% | 95.4% within ±2σ |
| ±2.576 | 99.5% | 99% CI critical value |
| ±3.000 | 99.865% | 99.73% within ±3σ |
References
- Gauss, C.F. Theoria Motus Corporum Coelestium. Perthes and Besser, 1809.
- Casella, G. and Berger, R.L. Statistical Inference. Cengage, 2001.
- Montgomery, D.C. Introduction to Statistical Quality Control. Wiley, 2019.
- Abramowitz, M. and Stegun, I.A. Handbook of Mathematical Functions. Dover, 1965.
- NIST/SEMATECH. e-Handbook of Statistical Methods. nist.gov, 2024.
Related Calculators
Browse all Statistics calculators →Z-score Calculator
Calculate z-score (standard score) and find corresponding probabilities.
Standard Deviation Calculator
Calculate mean, variance, and standard deviation for any data set.
T-Test Calculator
Perform one-sample, two-sample, and paired t-tests with p-value and confidence interval.