Normal Distribution Calculator
StatisticsCalculate 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.
P(X ≤ x)
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
Enter the mean (μ) — the center of your distribution.
Enter the standard deviation (σ) — how spread out the distribution is. Use the Standard Deviation Calculator first if you only have raw data.
Enter the value (x) — the specific point you want to evaluate within the distribution.
Read the cumulative probability P(X ≤ x) — the proportion of the distribution at or below your value.
Check the z-score — to understand how many standard deviations away from the mean your value falls.
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