Normal Distribution Calculator

Normal Distribution Calculator

Calculate probabilities and statistics for the normal (Gaussian) distribution. The most important continuous distribution in statistics.

Last updated: March 2026

Enter parameters and click Calculate to see results

What is the Normal Distribution?

The Normal Distribution (also called Gaussian distribution) is the most important continuous probability distribution in statistics. It has a characteristic bell-shaped curve that is symmetric around the mean, with most data concentrated near the center and tails extending to infinity in both directions.

This distribution appears everywhere in nature and science: heights of people, measurement errors, test scores, IQ scores, and countless other phenomena. Its prevalence is explained by the Central Limit Theorem, which states that the sum or average of many independent random variables tends toward a normal distribution, regardless of the underlying distribution.

The distribution is completely defined by two parameters: μ (mean) determines the center, and σ (standard deviation) controls the spread. About 68% of data falls within μ±σ, 95% within μ±2σ, and 99.7% within μ±3σ (the 68-95-99.7 rule).

How to Use This Calculator

Step-by-Step Guide

1
Enter distribution parameters: Specify μ (mean, the center of distribution) and σ (standard deviation, must be > 0). For standard normal, use μ=0 and σ=1.
2
Choose probability type: Select whether you want P(X ≤ x), P(X ≥ x), or P(x₁ ≤ X ≤ x₂) for a range.
3
Enter x value(s): Input the value(s) you're interested in. For range probability, enter both x₁ and x₂.
4
Interpret results: The calculator provides the probability, z-score (standardized value), PDF (probability density), and CDF (cumulative probability).

Key Formulas

PDF: f(x) = (1/(σ√(2π))) × exp(-(x-μ)²/(2σ²))
Z-score: z = (x - μ) / σ
CDF: Φ(z) = integral from -∞ to z of standard normal PDF
68-95-99.7 Rule: ~68% within ±1σ, ~95% within ±2σ, ~99.7% within ±3σ

Example Calculation

Adult Male Heights

Scenario:
Adult male heights are normally distributed with mean μ = 70 inches and standard deviation σ = 3 inches. Let's find probabilities for different height ranges.
Question 1:
P(X ≤ 72) - Shorter than 72 inches?
z = (72 - 70) / 3 = 0.667
P(Z ≤ 0.667) ≈ 0.7475
Result: About 74.75% of men are ≤ 72 inches tall
Question 2:
P(X ≥ 76) - Taller than 76 inches?
z = (76 - 70) / 3 = 2.0
P(Z ≥ 2) = 1 - P(Z ≤ 2) ≈ 1 - 0.9772 = 0.0228
Result: About 2.28% of men are ≥ 76 inches (rare/tall)
Question 3:
P(67 ≤ X ≤ 73) - Between 67 and 73 inches?
z₁ = (67 - 70)/3 = -1.0, z₂ = (73 - 70)/3 = 1.0
P(-1 ≤ Z ≤ 1) = Φ(1) - Φ(-1) ≈ 0.8413 - 0.1587 = 0.6826
Result: About 68.26% within ±1σ (68% rule confirmed!)

Frequently Asked Questions

What makes normal distribution special?

It's ubiquitous in nature due to the Central Limit Theorem. Many phenomena (heights, test scores, errors) follow it. It's mathematically tractable, symmetric, and completely defined by just two parameters (μ, σ). Foundation for most statistical inference.

What do μ and σ control?

μ (mean) shifts the curve left/right along the x-axis - it's the peak location. σ (standard deviation) controls spread: small σ = narrow/tall curve, large σ = wide/flat curve. Together they define any normal distribution.

What is the z-score?

z = (x - μ)/σ standardizes any value to the standard normal (μ=0, σ=1). z=0 is at mean, z>0 is above, z<0 below. |z|>2 indicates unusual values (outside 95% of data). Z-scores let you compare values across different distributions.

What's the difference between PDF and CDF?

PDF (Probability Density Function) is the height of the curve at x - not a probability itself, but shows relative likelihood. CDF (Cumulative Distribution Function) gives P(X ≤ x) - the area under PDF curve from -∞ to x. CDF ranges [0,1].

Can values exceed any bounds?

Theoretically, normal distribution extends from -∞ to +∞. In practice, >99.7% of data is within μ±3σ. Extreme values beyond ±4σ or ±5σ are extremely rare but possible. For real-world constraints, use truncated normal.

How do I find P(a < X < b)?

P(a < X < b) = CDF(b) - CDF(a) = Φ((b-μ)/σ) - Φ((a-μ)/σ). This is the area under the curve between a and b. Use the 'between' mode in this calculator for convenient computation.

What's the 68-95-99.7 rule?

Empirical rule for normal distributions: approximately 68% of data falls within μ±1σ, 95% within μ±2σ, and 99.7% within μ±3σ. Quick mental check for outliers and confidence intervals. Valid only for normal data.

How to test if data is normal?

Visual: histogram, Q-Q plot (quantiles vs theoretical normal). Statistical tests: Shapiro-Wilk (best for n<50), Kolmogorov-Smirnov, Anderson-Darling. Check skewness and kurtosis. Shapiro-Wilk p>0.05 suggests normality.

Related Tools