Normal Distribution Calculator

Calculate normal distribution probabilities, z-scores and PDF values with a visual bell curve.

📊 Normal Distribution
Results

Enter the mean, standard deviation and X value, then calculate.

Normal Distribution Calculator: Probabilities, Z-Scores and the Bell Curve

The normal distribution, also known as the Gaussian distribution or bell curve, is the cornerstone of statistics and probability theory. It describes how data naturally clusters around an average value, with measurements becoming progressively rarer as they move further from the center. From heights and test scores to measurement errors and stock returns, an enormous range of real-world phenomena follow this elegant symmetric pattern. This calculator computes exact probabilities, z-scores and probability density values for any normal distribution, and displays a shaded bell curve so you can visualize exactly what region you are measuring.

PDF: f(x) = (1 / (σ√(2π))) × e^(−(x−μ)² / (2σ²))
Z-score: z = (x − μ) / σ
CDF: P(X ≤ x) = ½[1 + erf((x−μ) / (σ√2))]

Empirical rule: 68% within 1σ, 95% within 2σ, 99.7% within 3σ

Understanding the Mean and Standard Deviation

Two parameters completely define any normal distribution. The mean, written as the Greek letter mu, sets the center of the curve and the location of its peak. The standard deviation, written sigma, controls the width or spread. A small standard deviation produces a tall, narrow curve where values stay close to the mean. A large standard deviation produces a short, wide curve where values are more dispersed. Changing the mean slides the entire curve left or right without altering its shape, while changing the standard deviation stretches or compresses it horizontally.

The Power of the Z-Score

A z-score transforms any value into the number of standard deviations it sits from the mean. This standardization is what makes the normal distribution so practical. A student scoring 85 on a test where the mean is 70 and the standard deviation is 10 has a z-score of 1.5, meaning they scored one and a half standard deviations above average. Because every normal distribution can be converted to the standard normal distribution with mean zero and standard deviation one, a single z-table or this calculator can answer probability questions for any normally distributed data, regardless of the original units or scale.

The Empirical Rule in Practice

The 68-95-99.7 rule, also called the empirical rule, gives an intuitive grasp of how data spreads in a normal distribution. Roughly 68 percent of all observations fall within one standard deviation of the mean. About 95 percent fall within two standard deviations, and 99.7 percent within three. This means that values more than three standard deviations from the mean are extremely rare, occurring less than 0.3 percent of the time. Quality control engineers use this principle to set tolerance limits, and the rule underpins the concept of statistical outliers.

Real-World Applications

Normal distributions appear across nearly every field. In education, standardized test scores like the SAT and IQ tests are deliberately scaled to follow normal distributions. In manufacturing, the dimensions of mass-produced parts vary normally around a target, allowing engineers to predict defect rates. In finance, daily returns of many assets are modeled as approximately normal, which underlies options pricing and risk management. In biology, traits like height, blood pressure and reaction times tend toward normality. Understanding how to calculate probabilities under the curve is therefore a fundamental skill across science, business and engineering.

From Probability to Percentile

The cumulative probability that this calculator returns directly corresponds to a percentile rank. If the probability that a value falls below your X is 0.84, then that X sits at the 84th percentile, meaning 84 percent of the distribution lies below it. This connection between probability and percentile is widely used in growth charts for children, in standardized test reporting, and in any situation where you need to know how a particular measurement ranks relative to the whole population. The shaded bell curve in this tool makes that relationship visually clear.

Tips & Recommendations

Remember 68-95-99.7

Memorize the empirical rule for quick mental estimates without a calculator: 1σ holds 68%, 2σ holds 95%, 3σ holds 99.7%.

Z=1.96 for 95%

A z-score of 1.96 captures the middle 95% of data. This is the basis for most 95% confidence intervals in statistics.

Check Your Units

The mean, standard deviation and X values must all use the same units. Mixing units gives meaningless probabilities.

Symmetry Helps

The curve is symmetric, so P(X > μ) always equals 0.5, and P(X < −z) equals P(X > z). Use this to check answers.

Frequently Asked Questions

What is a normal distribution?

A normal distribution is a symmetric, bell-shaped probability distribution defined by its mean and standard deviation. Most values cluster around the mean, with fewer values appearing as you move away in either direction. It is the most important distribution in statistics.

What is a z-score?

A z-score measures how many standard deviations a value is from the mean. A z-score of 0 equals the mean, +1 is one standard deviation above, and -1 is one below. Z-scores let you compare values from different normal distributions on a common scale.

What is the 68-95-99.7 rule?

Also called the empirical rule, it states that about 68% of values fall within one standard deviation of the mean, 95% within two, and 99.7% within three. This rule provides a quick way to gauge probabilities without a calculator.

What is the difference between PDF and CDF?

The probability density function (PDF) gives the relative likelihood at a specific point. The cumulative distribution function (CDF) gives the probability that a value falls below a given point. This calculator computes both.

How accurate is this calculator?

It uses the Abramowitz-Stegun approximation for the error function, accurate to within 1.5 times ten to the negative seventh. For inverse calculations it uses Acklam algorithm. Results match statistical tables to four decimal places.

What is the standard normal distribution?

The standard normal distribution has a mean of 0 and a standard deviation of 1. Any normal distribution can be converted to standard normal using z-scores, which is why z-tables work universally.

Recent Calculations

No calculations yet

Last updated: June 2, 2026