This normal distribution calculator computes probabilities for any normal distribution given its mean and standard deviation. Enter the population mean (μ) and standard deviation (σ), then specify a left bound (x₁) and right bound (x₂) to define the region of interest. The calculator returns P(x₁ < X < x₂), the probability that a randomly selected observation falls between your two bounds, along with the left-tail probability P(X < x₁) and the right-tail probability P(X > x₂).

For each bound, the calculator computes the z-score, which standardizes the value by measuring how many standard deviations it lies from the mean. The z-score transforms any normal distribution into the standard normal distribution with mean 0 and standard deviation 1, allowing you to use a single normal probability table (z-table) for any problem. The interactive bell curve chart uses Chart.js to display the probability density function and shade the area between your bounds, giving you a visual representation of the probability.

The normal distribution, also called the Gaussian distribution or bell curve, is the most important probability distribution in statistics. It describes how data clusters around a central value with a characteristic symmetric, bell-shaped curve. The shape is defined by two parameters: the mean (μ) determines the center of the distribution, and the standard deviation (σ) determines the spread or width. A smaller standard deviation produces a taller, narrower curve, while a larger standard deviation produces a shorter, wider curve.

The probability density function (PDF) of the normal distribution is given by f(x) = (1/(σ√(2π))) · exp(-½((x-μ)/σ)²). This formula produces the familiar bell shape. The total area under the curve equals 1, representing 100% probability. To find the probability of a value falling between two points, we integrate the PDF between those points — which is what the normal CDF (cumulative distribution function) computes.

The cumulative distribution function (CDF) gives the probability that a random variable X is less than or equal to a given value x: P(X ≤ x). For the standard normal distribution, the CDF is often denoted Φ(z). Our calculator uses the Abramowitz and Stegun approximation for the CDF, which provides excellent accuracy for all practical purposes. This approximation has a maximum error of about 1.5 × 10⁻⁷, making it suitable for scientific and engineering applications.

Standardizing a value means computing its z-score: z = (x - μ) / σ. The z-score tells you how many standard deviations above or below the mean a particular observation falls. A positive z-score means the value is above the mean; a negative z-score means it is below. Z-scores are essential for comparing values from different normal distributions and for using the standard normal table to find probabilities.

The empirical rule, also known as the 68-95-99.7 rule, is a powerful guideline for understanding data that follows a normal distribution. It states that for any normal distribution:

  • Approximately 68.27% of the data falls within one standard deviation of the mean (μ ± σ)
  • Approximately 95.45% of the data falls within two standard deviations of the mean (μ ± 2σ)
  • Approximately 99.73% of the data falls within three standard deviations of the mean (μ ± 3σ)

This rule is remarkably consistent regardless of the specific mean and standard deviation values. For example, if IQ scores are normally distributed with a mean of 100 and a standard deviation of 15, then about 68% of the population has an IQ between 85 and 115, about 95% between 70 and 130, and about 99.7% between 55 and 145. The empirical rule helps quickly estimate probabilities and identify outliers — any observation more than three standard deviations from the mean is extremely rare under a normal distribution.

The empirical rule is especially useful when you need a quick estimate and do not have access to a z-table or calculator. By remembering these three percentages, you can instantly approximate the proportion of data within any multiple of the standard deviation. The rule also underscores why six sigma quality control (allowing only 3.4 defects per million opportunities) is so demanding: it requires the process to stay within extremely tight bounds relative to the natural variation.

The normal distribution appears across virtually every field that deals with data. In finance and economics, stock returns are often modeled using the normal distribution (though they actually have fatter tails). Risk managers use normal distribution probabilities to calculate Value at Risk (VaR), estimate the likelihood of extreme market movements, and price financial derivatives using the Black-Scholes model, which assumes normally distributed asset returns.

In manufacturing and quality control, the normal distribution is the foundation of statistical process control. Engineers monitor product dimensions, weights, and other quality characteristics against normal distribution expectations. When a process measurement falls beyond three standard deviations from the target, it signals that the process may be out of control and requires adjustment. The normal distribution calculator helps quality engineers determine the expected proportion of products within specification limits.

In healthcare and medicine, many biological measurements follow a normal distribution: blood pressure, cholesterol levels, height, weight, and birth weight all cluster around population averages. Medical researchers use normal distribution probabilities to determine whether a patient's measurement falls within a healthy range, to establish reference intervals for lab tests, and to analyze clinical trial results. Growth charts for children are based on the assumption that height and weight are approximately normally distributed within each age group.

In education and psychometrics, standardized test scores such as the SAT, ACT, GRE, and IQ tests are designed to follow a normal distribution. Test developers use the normal distribution to convert raw scores to percentile ranks, set cut scores, and ensure that scores differentiate between test takers appropriately. Understanding the normal distribution helps students and educators interpret test results and understand how an individual score compares to the population.

In natural and social sciences, the normal distribution describes measurement errors, natural variations in biological traits, and sampling distributions. The Central Limit Theorem, one of the most important results in statistics, states that the sampling distribution of the sample mean approaches a normal distribution as the sample size increases, regardless of the shape of the population distribution. This theorem justifies the widespread use of normal distribution inference methods, including t-tests, ANOVA, and confidence intervals, even when the underlying data is not perfectly normal.

What makes a distribution normal?
A normal distribution is symmetric and bell-shaped with specific mathematical properties: the mean equals the median equals the mode, approximately 68% of data falls within one standard deviation of the mean, and the distribution is fully defined by just two parameters (mean and standard deviation).
How do I interpret a z-score?
A z-score tells you how many standard deviations a value is from the mean. A z-score of 1.5 means the value is 1.5 standard deviations above the mean. Z-scores allow comparison across different normal distributions by standardizing them to the standard normal distribution with mean 0 and standard deviation 1.
What is the difference between a normal distribution and a standard normal distribution?
A normal distribution has any mean and any standard deviation. The standard normal distribution is a special case with mean 0 and standard deviation 1. Any normal distribution can be converted to the standard normal by computing z-scores, and probabilities from the standard normal apply to the original distribution.
Can the normal distribution be used for non-normal data?
The Central Limit Theorem allows normal-based methods (like t-tests and confidence intervals) to be used on sample means even from non-normal populations, provided the sample size is large enough (typically n ≥ 30). However, for individual observations, using normal distribution probabilities on non-normal data can be misleading.
f(x) = 1/(σ√(2π)) · e−½((x−μ)/σ)²

Probability Density Function (PDF)

z = (x − μ) / σ

Z-Score Formula

Φ(z) = P(Z ≤ z) = ½ [1 + erf(z / √2)]

Standard Normal CDF via Error Function

Quick Facts

P(μ−σ < X < μ+σ) = 68.27%

P(μ−2σ < X < μ+2σ) = 95.45%

P(μ−3σ < X < μ+3σ) = 99.73%

Skewness = 0 (perfectly symmetric)

Kurtosis = 3 (mesokurtic)

P(Z > 1.96) ≈ 2.5% (two-tailed)

Key Formulas

PDF: f(x) = e−½z² / (σ√2π)

Z-Score: z = (x − μ) / σ

Empirical: 68–95–99.7 rule

CLT: x̄ ~ N(μ, σ/√n)