Normal Distribution CDF Calculator
Compute probabilities for any normal random variable using the cumulative distribution function (CDF).
What this normal cdf calculator does
This tool finds probabilities under a normal distribution curve. In plain language, it answers questions like: “What is the chance a value is less than 80?” or “What is the chance a value falls between 65 and 75?” These are cumulative probabilities, which is exactly what the CDF provides.
The calculator works for both the standard normal distribution (μ = 0, σ = 1) and any custom normal distribution with your own mean and standard deviation.
How to use the calculator
- Choose a probability type: left tail, right tail, or between two values.
- Enter the mean (μ) and standard deviation (σ).
- Enter x (or the lower and upper bounds for a range).
- Click Calculate to see the probability and z-score details.
Understanding the math quickly
Normal CDF definition
For a normal variable X ~ N(μ, σ²), the cumulative distribution function is:
F(x) = P(X ≤ x)
Internally, calculations are converted to z-scores:
z = (x - μ) / σ
Then we use the standard normal CDF, often written as Φ(z).
Three common probability forms
- Left tail: P(X ≤ x) = F(x)
- Right tail: P(X ≥ x) = 1 - F(x)
- Between: P(a ≤ X ≤ b) = F(b) - F(a)
Practical examples
Example 1: Test scores
Suppose exam scores are approximately normal with μ = 70 and σ = 10. What fraction of students score 85 or less? Choose left tail and input x = 85. The result is about 0.9332, meaning roughly 93.32% score at or below 85.
Example 2: Process quality
A manufactured part has diameter distributed as N(50, 2²). What percentage lies between 48 and 52? Choose “between” with a = 48 and b = 52. The probability is about 0.6827 (68.27%), a classic ±1σ result.
Example 3: Risk threshold
If daily portfolio return is N(0.001, 0.02²), what is the probability return is below -3%? Use left tail with x = -0.03. This gives a tail probability useful in risk monitoring and stress alerts.
When to use this calculator
- Statistics homework and exam prep
- Hypothesis testing intuition
- Forecast intervals and uncertainty analysis
- Quality control and process capability checks
- Finance and risk probability thresholds
Common mistakes to avoid
- Entering a non-positive standard deviation (σ must be greater than zero).
- Mixing right-tail and left-tail interpretations.
- For “between” probabilities, swapping lower and upper bounds.
- Forgetting units consistency (all values should be in the same scale).
FAQ
Is this only for the standard normal distribution?
No. Set μ and σ to any valid values. Use μ = 0 and σ = 1 for standard normal.
Why do I see values very close to 0 or 1?
Extremely far-tail inputs produce tiny or near-certain probabilities. That is expected behavior for a normal model.
Can this replace a z-table?
Yes for routine calculations. It provides the same type of cumulative probabilities as a z-table, with better flexibility.
Final note
A normal CDF calculator is one of the fastest ways to turn distribution assumptions into actionable probabilities. Whether you are studying statistics, making business decisions, or validating model outputs, this tool helps you compute results accurately in seconds.