Skip to content
K Knidox Search…
Statistics · Distributions

Normal Distribution Calculator

Find the probability that a normal variable is below, above, or between values.

Examples — tap to load
P(X < 85)
0.1587

15.87% of the distribution

Normal distribution
z = -1

The normal distribution gives the probability a value falls in a range by standardizing the bound to z = (x − μ) ÷ σ and reading the area under the curve. For IQ scores (μ = 100, σ = 15), P(X < 130) = Φ(2.0) = 0.9772, about 97.7%.

Probabilities under the bell curve

The normal distribution describes data that clusters symmetrically around a mean — heights, test scores, measurement error. To find the chance a value falls in some range, this tool standardizes your bounds into z-scores with z = (x − μ) ÷ σ, then reads the area under the standard normal curve. The total area is always 1, so every probability is just the slice of that area you care about.

P(X < a) = Φ((a − μ) ÷ σ)

Φ is the standard normal cumulative area; P(X > a) = 1 − Φ

Worked example

IQ scores with mean 100 and standard deviation 15. What is P(X < 130)?

  1. 1
    Standardize the bound. z = (130 − 100) ÷ 15 = 30 ÷ 15 = 2.0.
  2. 2
    Look up the area to the left. Φ(2.0) = 0.9772, so P(X < 130) ≈ 97.7%.
  3. 3
    Take the complement for the upper tail. P(X > 130) = 1 − 0.9772 = 0.0228, about 2.3%.

The 68-95-99.7 rule

Proportion of a normal distribution within k standard deviations of the mean.

Rangez-boundsProbability
μ ± 1σ−1 to +168.3%
μ ± 2σ−2 to +295.4%
μ ± 1.96σ−1.96 to +1.9695.0%
μ ± 3σ−3 to +399.7%

Reading the three questions it answers

Less than. P(X < a) is the area to the left of a — the cumulative probability Φ(z). This is the percentile of the value a.

Greater than. P(X > a) is the right-tail area, found as 1 − Φ(z). Because the curve is symmetric, P(X > μ) is always exactly 0.5.

Between two values. P(a < X < b) is the difference of the two cumulative areas, Φ(z_b) − Φ(z_a). For symmetric bounds like μ ± 1σ this gives the familiar 68%.

When the normal model fits. The bell curve assumes symmetry and thin tails. Skewed data, hard limits, or heavy outliers can break it, so plot a histogram before trusting these probabilities.

What is the 68-95-99.7 rule?
About 68% of values lie within 1 standard deviation of the mean, 95% within 2, and 99.7% within 3. It is the quickest sanity check for normal data.
Does the curve always sum to 1?
Yes. The total area under any probability density curve equals 1 (100%), so probabilities are just slices of that whole.
How accurate is the result?
It uses a high-precision error-function approximation, accurate to several decimal places — more than enough for coursework.
How do I find P(X > a)?
Take the complement of the left area: P(X > a) = 1 − P(X < a). The tool reports both for you.
How is this different from a z-score?
A z-score standardizes a single value; the normal distribution then turns that z into the probability (area) you asked for. The Z-Score calculator focuses on the first step.
How do I find the probability between two values?
Subtract the two cumulative areas: P(a < X < b) = Φ(z_b) − Φ(z_a). For μ ± 1σ this works out to about 68%.