Normal Distribution Calculator

Calculate normal PDF, CDF, upper-tail and interval probabilities, plus the z-score for any mean and standard deviation.

Normal distribution probabilities
Define the distribution and an interval. Results at the lower value and across the interval appear together.

About the normal distribution

The normal distribution is a continuous probability model shaped like a symmetric bell curve. Its mean determines the center, and its standard deviation determines how widely values spread around that center. Many measurement errors, biological traits, test-score summaries, and sampling statistics are approximately normal, which makes the distribution a central tool in statistics and data analysis. This calculator accepts any finite mean and any positive standard deviation. The probability density function, or PDF, reports the height of the curve at the lower value x. Density is not itself a probability because a continuous variable has zero probability of equaling one exact point. Instead, probabilities are areas under the curve. The cumulative distribution function, or CDF, reports the area to the left of x, P(X <= x). The upper-tail result is the complementary area to the right, P(X > x), and therefore equals one minus the CDF. To calculate a range, enter x as the lower endpoint and enter an upper endpoint greater than or equal to x. The calculator subtracts the lower cumulative probability from the upper cumulative probability. For example, the standard normal area from zero to one is about 0.3413. Symmetry gives the same area from minus one to zero, so about 68.27 percent of a normal population lies within one standard deviation of its mean. The z-score standardizes x by subtracting the mean and dividing by the standard deviation. A z-score of zero is exactly at the mean, a score of one is one standard deviation above it, and a score of minus two is two standard deviations below it. Standardization lets one common normal CDF evaluate distributions expressed in different units. The calculator uses a well-established numerical approximation to the error function to evaluate these areas. Normal models are powerful but should not be applied automatically. Strong skew, heavy tails, multiple peaks, hard boundaries, or influential outliers can make a normal curve misleading. A normal probability also describes a model, not proof about a real population. Check the data-generating context and use diagnostic plots when observations are available. For discrete counts, a continuity correction may be appropriate, while binomial, Poisson, t, or other distributions may better match the actual process.

Normal distribution examples

Common standard and nonstandard normal calculations.

Distribution and intervalResultInterpretation
mean = 0, sigma = 1, x = 0, upper = 1P(0 <= X <= 1) = 0.34134474This is the standard normal area between the mean and one standard deviation above it.
mean = 100, sigma = 15, x = 115, upper = 130P(115 <= X <= 130) = 0.13590512The endpoints have z-scores 1 and 2.
mean = 70, sigma = 10, x = 60, upper = 80P(60 <= X <= 80) = 0.68268947About 68.27% lies within one standard deviation of the mean.

How to use the normal distribution calculator

  1. Enter the distribution mean, which may be positive, negative, or zero.
  2. Enter a strictly positive standard deviation in the same units as the values.
  3. Enter the lower value x and an upper value to define the probability interval.
  4. Select Calculate to view density, cumulative and tail probabilities, z-score, and interval area.

Normal distribution FAQ

What is the difference between PDF and CDF?

The PDF is the curve's density or height at a point. The CDF is the accumulated probability from negative infinity through that point.

What does a z-score mean?

A z-score expresses how many standard deviations a value is above or below the mean. Positive scores are above the mean and negative scores are below it.

Can the mean be negative?

Yes. A normal distribution may have any finite mean because the mean only locates the center of the curve.

Why must standard deviation be positive?

A zero or negative spread cannot define a regular normal density. The calculator therefore requires a value strictly greater than zero.

Does the probability of exactly one value equal the PDF?

No. For a continuous normal variable, the probability at one exact point is zero, while the PDF is a density used to calculate area over an interval.