Normal Distribution Calculator
Find normal distribution probabilities and critical values for any mean and standard deviation, instantly.
📊 What is the Normal Distribution?
The normal distribution (also called the Gaussian distribution or bell curve) is the most important probability distribution in statistics. It describes the spread of a continuous random variable that clusters symmetrically around a central mean, with the probability of values decreasing smoothly as you move away from the center. The shape is completely determined by two parameters: the mean (mu), which controls the center, and the standard deviation (sigma), which controls the spread. A wider bell means higher standard deviation; a narrower, taller bell means lower standard deviation.
The normal distribution appears throughout science, engineering, finance, and social science. Heights and weights in a population, measurement errors in scientific instruments, IQ scores (standardized to mean 100, SD 15), blood pressure readings, exam score distributions, and the daily returns of financial assets are all commonly modeled as approximately normal. More fundamentally, the Central Limit Theorem guarantees that the mean of any sufficiently large sample follows a normal distribution regardless of the underlying population distribution, which is why the normal distribution is central to statistical inference.
A common misconception is that the normal distribution is always the right model. Many real-world distributions have heavier tails (more extreme values) than the normal, including financial returns, income distributions, and many biological measurements. The normal distribution is also bounded by the symmetric bell shape, whereas data like heights, weights, and prices must be positive. Despite these limitations, the normal distribution provides an excellent approximation for many purposes, and its mathematical tractability makes it indispensable in statistics.
This calculator covers the two most common normal distribution computations. The Find Probability mode calculates the area under the normal curve to the left of x (left-tail CDF), to the right of x, between two values, or outside a range. The Find X (Inverse) mode solves the reverse problem: given a probability, find the x value at which the cumulative area equals that probability. This is used for computing percentiles, critical values, and confidence interval boundaries.
📐 Formula
Cumulative distribution function (CDF) giving P(X < x):
Probability density function (PDF, the height of the bell curve at x):
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1 - IQ Score Probability (Left Tail)
IQ scores: mean = 100, SD = 15. What fraction of people score below 115?
Example 2 - Empirical Rule Verification (Between)
Standard normal: what percentage of values fall within 2 standard deviations of the mean?
Example 3 - Finding the 90th Percentile (Inverse)
Exam scores: mean = 70, SD = 10. What score is at the 90th percentile?
❓ Frequently Asked Questions
🔗 Related Calculators
What is the normal distribution formula?
The normal distribution PDF is f(x) = (1 / (sigma * sqrt(2*pi))) * exp(-(x-mu)^2 / (2*sigma^2)). The CDF, which gives P(X < x), has no closed form but is expressed as Phi((x-mu)/sigma) where Phi is the standard normal CDF. In practice, CDF values are obtained from tables or numerical approximations. This calculator uses the Abramowitz and Stegun error function approximation accurate to within 1.5e-7.
How do I find P(X < x) for a normal distribution?
To find P(X < x): (1) Calculate the z-score: z = (x - mean) / standard_deviation. (2) Look up the standard normal CDF at z, written as Phi(z). For example, mean = 100, SD = 15, x = 115. z = (115-100)/15 = 1.0. Phi(1.0) = 0.8413, so P(X < 115) = 84.13%. This calculator does all steps automatically.
What is the difference between a z-score and a normal distribution probability?
A z-score is a standardized value: z = (x - mean) / SD. It tells you how many standard deviations x is from the mean. A probability (from the CDF) is the area under the normal curve to the left of that z-score. They are related: a z-score of 1.645 corresponds to a left-tail probability of 95%. One is a location on the x-axis; the other is an area (probability).
What does P(X > x) mean for a normal distribution?
P(X > x) is the right-tail probability, or the probability that a randomly selected value from the distribution exceeds x. Because the total probability is 1, P(X > x) = 1 - P(X < x). For example, if P(X < 115) = 84.13%, then P(X > 115) = 15.87%. In hypothesis testing, P(X > x) is the one-tailed p-value for testing whether an observed value is significantly above the mean.
How do I calculate the inverse normal distribution?
The inverse normal (quantile function or probit) answers: for what x does P(X < x) = p? To find it: (1) Find the standard normal quantile z such that Phi(z) = p using a table or this calculator's Inverse mode. (2) Convert back to x: x = mean + z * SD. For example, for the 90th percentile of a distribution with mean 50 and SD 10: z for 90% is 1.2816, so x = 50 + 1.2816 * 10 = 62.8.
What is the 68-95-99.7 rule for the normal distribution?
The empirical rule states that for a normal distribution: approximately 68.27% of values fall within 1 standard deviation of the mean (mu minus sigma to mu plus sigma); approximately 95.45% fall within 2 standard deviations; and approximately 99.73% fall within 3 standard deviations. These percentages apply to any normal distribution regardless of the specific mean and SD values. Use the Between mode in this calculator to verify: for mean = 0, SD = 1, range -1 to 1 gives 68.27%.
How is the normal distribution used in real life?
The normal distribution appears in many natural and social phenomena: IQ scores are standardized to mean 100, SD 15; heights in a population approximate a normal distribution; measurement errors in scientific instruments follow a normal distribution; financial returns are often approximated as normal (though fat tails are common in practice); quality control uses the normal distribution to set tolerance limits. The central limit theorem guarantees that sample means are approximately normally distributed for large samples, making the normal distribution central to statistics.
What is the standard normal distribution?
The standard normal distribution is the special case of the normal distribution with mean 0 and standard deviation 1. It is written N(0, 1). Any normal distribution N(mu, sigma^2) can be converted to standard normal by the z-score transform: z = (x - mu) / sigma. Standard normal tables (z-tables) give P(Z < z) for a range of z values. This calculator works with any normal distribution by converting to z internally.
What z-score corresponds to a 95% confidence level?
For a 95% confidence interval (two-tailed), you need the z-score that leaves 2.5% in each tail. This is z = 1.96 (more precisely, 1.9599...). For a one-tailed 95% test, the critical z-score is 1.645 (P(Z < 1.645) = 95%). Common critical values: 90% two-tailed: z = 1.645; 95% two-tailed: z = 1.96; 99% two-tailed: z = 2.576. Use the Inverse mode in this calculator: enter probability 97.5% and left-tail direction to get 1.96.
Can I use this calculator for a t-distribution instead of normal?
No. This calculator is for the normal distribution only. The t-distribution has heavier tails than the normal and is characterized by degrees of freedom (df). When the sample size is large (df above 30), the t-distribution approximates the normal distribution closely. For small samples, use the t-Test Calculator instead. The critical t-value at 95% confidence converges to 1.96 as df increases to infinity.
Why is the normal distribution called the bell curve?
The probability density function (PDF) of the normal distribution produces a symmetric, bell-shaped curve when plotted. The peak of the bell is at the mean (mu), and the curve tapers off toward zero in both directions. The width of the bell is controlled by the standard deviation (sigma): a larger sigma produces a wider, flatter bell; a smaller sigma gives a narrower, taller bell. Despite this shape, the area under the entire bell always equals exactly 1, since it represents total probability.