HomeCalculatorsStatisticsNormal Distribution Calculator

Normal Distribution Calculator

Statistics

Calculate z-score and cumulative probability for any point on a normal distribution. Enter mean, standard deviation, and x-value to get P(X ≤ x) instantly, free.

70
10
85

P(X ≤ x)

93.32%
Z-Score
1.5
P(X > x)
6.68%
Percentile
93.32%

This calculator computes your P(X ≤ x), Z-Score, P(X > x), Percentile from the values you enter.

Inputs
Mean (μ)Standard Deviation (σ)Value (x)
Outputs
P(X ≤ x)Z-ScoreP(X > x)Percentile

What is a Normal Distribution?

The Normal Distribution Calculator computes the z-score and cumulative probability for any point on a normal (bell curve) distribution. Enter the mean, standard deviation, and a specific x-value, and the calculator returns P(X ≤ x) — the probability of observing a value at or below your entered point — along with the corresponding z-score and percentile.

The normal distribution underlies an enormous range of statistical applications, from standardized test scoring to quality control to financial risk modeling. This calculator uses the standard normal cumulative distribution function (CDF) to translate any raw value into a probability, letting you answer questions like "what percentage of a population falls below this threshold?" instantly.

For a closely related percentile-ranking view of the same underlying math, see the Z-Score Calculator. To first establish the mean and standard deviation from raw data, use the Standard Deviation Calculator.

How to use this Normal Distribution calculator

  1. Enter the mean (μ) — the center of your distribution.

  2. Enter the standard deviation (σ) — how spread out the distribution is. Use the Standard Deviation Calculator first if you only have raw data.

  3. Enter the value (x) — the specific point you want to evaluate within the distribution.

  4. Read the cumulative probability P(X ≤ x) — the proportion of the distribution at or below your value.

  5. Check the z-score — to understand how many standard deviations away from the mean your value falls.

  6. Use the upper tail probability — when you need to know the proportion above a threshold rather than below it (e.g., proportion of units exceeding a quality limit).

Formula & Methodology

Z-score:
z = (x − μ) / σ

Cumulative probability (standard normal CDF):
P(X ≤ x) = Φ(z)

Variable definitions:
- x — the value being evaluated
- μ — the distribution's mean
- σ — the distribution's standard deviation
- Φ — the standard normal cumulative distribution function

Worked example:

A standardized test has a mean score of 70 and standard deviation of 10. What proportion of test-takers scored 85 or below?

Step 1 — Z-score: z = (85 − 70) / 10 = 1.5

Step 2 — Cumulative probability: Φ(1.5) ≈ 0.9332 (93.32%)

Step 3 — Upper tail probability: 1 − 0.9332 = 0.0668 (6.68%)

About 93.3% of test-takers scored 85 or below, meaning only about 6.7% scored higher than 85.

Assumption: This calculation assumes your data genuinely follows (or closely approximates) a normal distribution. For data that is heavily skewed or has significant outliers, cumulative probabilities derived from the normal distribution formula may not accurately reflect the real-world proportions.

Frequently Asked Questions

The normal distribution (also called the Gaussian or bell curve distribution) is a symmetric, continuous probability distribution where values cluster around a central mean, with probability decreasing the further a value is from that mean. It's widely used because many natural and social phenomena — heights, test scores, measurement errors, and averages of large samples — approximately follow this pattern, and the Central Limit Theorem explains why sample means tend toward normality even when the underlying data doesn't.
A z-score measures how many standard deviations a specific value (x) is from the distribution's mean, calculated as z = (x − μ) / σ. A z-score of +2 means the value is two standard deviations above the mean; a z-score of −1.5 means it's 1.5 standard deviations below the mean. Z-scores let you compare values from different normal distributions on a single standardized scale.
P(X ≤ x), the cumulative probability, is the probability that a randomly drawn value from this distribution is less than or equal to your entered x-value. It's calculated using the standard normal cumulative distribution function (CDF) applied to the z-score, and is equivalent to the percentile rank of your x-value within the distribution.
They represent the same concept expressed differently: cumulative probability P(X ≤ x) is given as a decimal or percentage (like 0.84 or 84%), while percentile expresses the same value as a rank out of 100 (the 84th percentile). Both tell you that 84% of the distribution's values fall at or below your entered x-value.
P(X > x) is simply 1 minus the cumulative probability — the probability of drawing a value greater than your entered x. If P(X ≤ x) = 84%, then P(X > x) = 16%. This is useful when you care about the proportion of a population exceeding a threshold, such as the percentage of products exceeding a quality specification.
The empirical rule states that approximately 68% of values fall within ±1 standard deviation of the mean, 95% within ±2 standard deviations, and 99.7% within ±3 standard deviations. You can verify this with the calculator: entering x = mean + 1×stdDev should give a cumulative probability of roughly 84% (50% below the mean plus 34% between the mean and 1 SD above it).
This calculator works for any dataset that is approximately normally distributed, regardless of the units — test scores, heights, product measurements, financial returns, or reaction times. You simply need the mean and standard deviation of your distribution and the specific x-value you want to evaluate; the underlying math is identical regardless of context.
This calculator uses the Abramowitz and Stegun polynomial approximation of the standard normal CDF, which is accurate to within about 0.00001 (5 decimal places) across the full range of z-scores — more than sufficient precision for virtually any practical statistics, business, or academic application.
This calculator and the [Z-Score Calculator](/z-score-calculator/) compute closely related quantities — both derive a z-score from mean, standard deviation, and a value, and both compute cumulative probability. This calculator frames the result specifically in terms of distribution probabilities (P(X ≤ x), P(X > x)), useful when reasoning about proportions of a population, while the Z-Score Calculator emphasizes percentile ranking of an individual data point.
A larger standard deviation spreads the distribution wider, meaning any specific x-value will be a smaller number of standard deviations from the mean (a smaller |z-score|), which pulls its cumulative probability closer to 50%. A smaller standard deviation concentrates the distribution more tightly, so the same x-value produces a larger |z-score| and a cumulative probability further from 50% (closer to 0% or 100%).
This calculator computes probability forward from an x-value (input x, get probability out). To go the other direction — finding the x-value for a target percentile — you would rearrange the z-score formula as x = μ + z×σ, using the z-score that corresponds to your target percentile from a standard normal table (for example, z ≈ 1.645 for the 95th percentile).
Quality engineers use normal distribution probabilities to estimate what proportion of manufactured units will fall outside acceptable tolerance limits, given a process's known mean and standard deviation. Financial risk analysts use normal distribution assumptions (often as an approximation) to estimate the probability of returns falling below a critical threshold, informing risk management decisions like Value at Risk (VaR) calculations.
Also known as
normal distributiongaussian distribution calculatorbell curve calculatorstandard normal calculatorcumulative distribution function calculator