Calculator Hero

Normal Distribution Calculator

Calculates z-score, P(X<x), P(X>x), and P(a<X<b) for any normal distribution — enter mean and standard deviation.

Last updated: June 11, 2026

Normal Distribution Calculator

Enter mean, standard deviation, and x value to calculate

How to Use the Normal Distribution Calculator

This normal distribution calculator computes z-scores and probabilities for any mean and standard deviation — select a calculation mode (P(X < x), P(X > x), P(a < X < b), or Z-score only), then enter your distribution's mean (μ) and standard deviation (σ). For a single x value, the calculator returns the z-score plus the probability to the left and right of x. For range mode, enter a lower bound (a) and upper bound (b) to find the probability the value falls between them.

The default settings (μ = 0, σ = 1) represent the standard normal distribution, which you can use directly for z-table lookups. To work with IQ scores (μ = 100, σ = 15), SAT scores (μ = 1060, σ = 217), or any other normal distribution, simply change the mean and standard deviation. For working with sample means rather than individual values, see our standard error calculator.

The Normal Distribution Formula

The probability density function (PDF) of a normal distribution describes the shape of the bell curve:

f(x) = (1 / (σ√(2π))) × e^(−(x − μ)² / (2σ²))

The cumulative distribution function (CDF) — the probability that X is less than x — is:

P(X < x) = Φ((x − μ) / σ) = (1 + erf((x − μ) / (σ√2))) / 2

The error function (erf) does not have a closed-form integral, so all calculators (including this one) use numerical approximations. Our implementation uses the Abramowitz and Stegun approximation, which is accurate to five decimal places.

Z-Score Formula

The z-score standardizes any x value to the number of standard deviations from the mean:

z = (x − μ) / σ

A positive z-score means x is above the mean; negative means below. Z-scores allow you to compare results from different scales — for example, comparing a student's SAT and ACT performance by converting both to z-scores.

AdvertisementResponsive Ad

The 68-95-99.7 Empirical Rule

For any normal distribution, the empirical rule provides a quick mental model of how data is distributed:

  • 68% of values fall within μ ± 1σ (z between −1 and +1)
  • 95% of values fall within μ ± 2σ (z between −2 and +2)
  • 99.7% of values fall within μ ± 3σ (z between −3 and +3)

Values beyond 3 standard deviations from the mean are extremely rare — they occur only 0.3% of the time, or about 1 in 370 observations. In quality control, a "six sigma" process aims to keep defects below 3.4 per million — which corresponds to data beyond 4.5 standard deviations on a shifted distribution.

Practical Example: Exam Scores

A university exam has μ = 72 and σ = 8. What percentage of students scored above 80?

  1. z = (80 − 72) / 8 = 1.00
  2. P(X < 80) = Φ(1.00) ≈ 0.8413
  3. P(X > 80) = 1 − 0.8413 = 0.1587

About 15.87% of students scored above 80. Equivalently, a score of 80 is at the 84th percentile.

Standard Normal Distribution (z-Table)

The standard normal distribution (μ = 0, σ = 1) is used as a reference because any normal distribution can be converted to it via z-scores. Common z-values and their corresponding probabilities:

  • z = 1.645 → P(X < z) = 0.9500 (used for 90% CI)
  • z = 1.96 → P(X < z) = 0.9750 (used for 95% CI)
  • z = 2.326 → P(X < z) = 0.9900
  • z = 2.576 → P(X < z) = 0.9950 (used for 99% CI)
  • z = 3.000 → P(X < z) = 0.9987

These critical values form the basis of hypothesis testing and confidence intervals. When building a 95% confidence interval, you use z = 1.96 because 95% of the standard normal distribution lies between −1.96 and +1.96. Our confidence interval calculator applies these values automatically.

AdvertisementResponsive Ad

Real-World Applications

The normal distribution appears in virtually every scientific field:

  • Medicine: Blood pressure, cholesterol, height, and birth weight are all approximately normally distributed. Reference ranges (e.g., "normal" blood glucose) are typically defined as μ ± 2σ.
  • Finance: Daily stock returns are often modeled as normally distributed, though with heavier tails in practice. The Black-Scholes option pricing model assumes log-normally distributed prices.
  • Manufacturing: Product dimensions, weights, and fill volumes are normally distributed when processes are in control. Control charts use μ ± 3σ limits to detect process shifts.
  • Education: Standardized test scores (IQ, SAT, GRE) are deliberately designed and scaled to be normally distributed across the test-taking population.
  • Research: The Central Limit Theorem guarantees that sample means are approximately normally distributed for n ≥ 30, even if the underlying population is not normal — making normal-based inference broadly applicable.

Sources & References

  1. Normal DistributionNIST/SEMATECH e-Handbook of Statistical Methods
  2. Normal Distribution — Khan AcademyKhan Academy

Frequently Asked Questions

Related Calculators

Advertisement

320 × 50 — Mobile Anchor