Normal Distribution Calculator
Calculate cumulative probability, tail probability, range probability, PDF values, and inverse values for a normal distribution.
What this online normal distribution calculator does
This tool helps you work with normal distributions quickly and accurately. If you're doing statistics homework, preparing for an exam, analyzing data at work, or just trying to understand probabilities, this calculator removes the repetitive math.
You can compute:
- Cumulative probability: the chance that a value is less than or equal to a specific point.
- Right-tail probability: the chance that a value is greater than or equal to a point.
- Between probability: the chance that a value falls within a range.
- Density at x: the height of the normal curve at a specific point.
- Inverse normal: the x-value that corresponds to a target cumulative probability.
How to use the calculator
1) Pick the calculation type
Use the dropdown to choose what you want to compute. Different inputs appear based on your selection.
2) Enter distribution parameters
Input your mean (μ) and standard deviation (σ). These define your normal distribution. The standard deviation must be positive.
3) Enter the target value(s)
Depending on the calculation type, enter:
- a single x value,
- two bounds (a and b), or
- a target probability p for inverse normal.
4) Click calculate
The result panel shows the answer along with useful context such as the z-score and interpretation.
A quick intuition for normal distributions
A normal distribution is the classic bell-shaped curve. Many real-world variables are approximately normal: test scores, biological measurements, manufacturing tolerances, and random measurement errors.
It is fully determined by two numbers:
- Mean (μ) — center of the distribution.
- Standard deviation (σ) — spread around the center.
A larger σ means wider spread; a smaller σ means values cluster closer to the mean.
Key formulas behind the calculator
Z-score
Every raw value x can be converted into a standardized score: z = (x − μ) / σ. This lets us compare values across different normal distributions.
Probability density function (PDF)
The density at x is: f(x) = [1 / (σ√(2π))] · exp(−0.5·z²).
Cumulative distribution function (CDF)
The CDF gives P(X ≤ x), the area under the bell curve to the left of x.
Inverse CDF (quantile function)
Given a probability p, inverse normal finds x such that P(X ≤ x) = p. This is useful for percentiles and cutoffs.
Practical examples
Example 1: Exam score probability
Suppose scores are normal with mean 70 and standard deviation 10. What percent scored 85 or lower? Set μ=70, σ=10, choose cumulative mode, and enter x=85.
Example 2: Manufacturing tolerance
If part length is normal with μ=50 mm and σ=0.8 mm, what's the probability a part falls between 49 and 51? Choose between mode and enter a=49, b=51.
Example 3: 95th percentile threshold
If you need the top 5% cutoff for a normal process, choose inverse mode and enter p=0.95. The result gives the threshold x.
When this model is appropriate
- Data are approximately symmetric and bell-shaped.
- No extreme outliers dominate the distribution.
- You are modeling natural variation around a central value.
If your data are highly skewed, multimodal, or bounded in a way that breaks normality assumptions, consider alternatives.
Common mistakes to avoid
- Using σ = 0 or a negative standard deviation (invalid).
- Entering inverse probability as a percent (95) instead of decimal (0.95).
- Confusing right-tail and left-tail probabilities.
- Using normal distribution without checking whether your data are reasonably normal.
Related statistics tools
If you found this useful, you may also want a:
- z-score calculator,
- confidence interval calculator,
- binomial to normal approximation calculator,
- standard error and margin of error calculator.
Final takeaway
A good online normal distribution calculator should be fast, accurate, and easy to interpret. This one gives you both the numbers and the context so you can make better decisions with data.