Math

Normal Distribution Calculator

Calculate z-scores, probabilities, and areas under the normal curve. Visualize where your value falls on the bell curve.

Quick Answer

The z-score formula is z = (x - μ) / σ. It measures how many standard deviations a value is from the mean. Use the standard normal table (or this calculator) to convert z-scores to probabilities.

Enter Parameters

Results

Z-Score
1.9600
X-Value
1.9600
P(X < 1.96)
0.975002
Left tail: 97.50%
P(X > 1.96)
0.024998
Right tail: 2.50%
P(-|z| < Z < |z|)
0.950004
Between: 95.00%

Normal Distribution Curve

x = 1.96-3{"σ"}-2{"σ"}-1{"σ"}μ+1{"σ"}+2{"σ"}+3{"σ"}
P(X < 1.96) = 97.50%

Common Z-Scores Reference

ConfidenceZ-ScoreArea in Tails
90%±1.64510%
95%±1.9605%
99%±2.5761%
99.9%±3.2910.1%

About This Tool

The Normal Distribution Calculator computes z-scores and probabilities for the normal (Gaussian) distribution, the most important probability distribution in statistics. Enter a mean, standard deviation, and either an x-value or z-score, and instantly see the corresponding probability areas with a visual bell curve. This tool supports both directions: converting raw values to z-scores and converting z-scores back to raw values, making it a versatile resource for students, researchers, and professionals.

What Is the Normal Distribution?

The normal distribution, often called the bell curve or Gaussian distribution, is a continuous probability distribution defined by two parameters: the mean (μ) and standard deviation (σ). It is symmetric around the mean, with most values clustering near the center and probabilities tapering off exponentially in both tails. The shape is completely determined by these two parameters — the mean sets the center and the standard deviation controls the spread. The standard normal distribution is the special case where μ = 0 and σ = 1, and any normal distribution can be converted to standard normal using the z-score transformation.

Understanding Z-Scores

A z-score (also called a standard score) tells you how many standard deviations a particular value is away from the mean. The formula z = (x - μ) / σ standardizes any normal distribution to the standard normal. A z-score of 0 means the value equals the mean. A z-score of +2 means the value is two standard deviations above the mean. Z-scores allow you to compare values from different normal distributions on a common scale. For example, you can compare a test score from one class (mean 75, SD 10) with a score from another class (mean 80, SD 15) by converting both to z-scores.

The 68-95-99.7 Rule

One of the most useful properties of the normal distribution is the empirical rule (also called the three-sigma rule). Approximately 68.27% of values fall within one standard deviation of the mean, 95.45% within two standard deviations, and 99.73% within three standard deviations. This means that values beyond three standard deviations from the mean are extremely rare (only about 0.27% of the time). This rule provides quick mental estimates for probabilities without needing a calculator. Quality control processes like Six Sigma are named after this property, aiming for defect rates beyond six standard deviations.

Applications Across Fields

The normal distribution appears throughout nature, science, and business. In education, standardized test scores (SAT, IQ) follow normal distributions. In finance, stock returns are often modeled as normally distributed (though with heavier tails in reality). In manufacturing, product measurements cluster normally around target specifications. In biology, traits like height and blood pressure are approximately normal in large populations. In physics, measurement errors follow normal distributions due to the central limit theorem. Understanding the normal distribution is a prerequisite for nearly every branch of applied statistics.

The Central Limit Theorem

The central limit theorem (CLT) is the reason the normal distribution is so pervasive. It states that the sampling distribution of the mean of any independent random variables approaches a normal distribution as the sample size increases, regardless of the original distribution shape. This means that even if your underlying data is skewed or non-normal, the average of sufficiently large samples will be approximately normally distributed. The CLT justifies the use of z-tests, t-tests, and confidence intervals in practice, and it explains why so many natural phenomena appear to follow bell curves — they are often the result of many small, independent effects summing together.

Left Tail, Right Tail, and Two-Tailed Probabilities

This calculator provides three probability areas. The left tail P(X < x) is the probability that a randomly selected value falls below x — this is the cumulative distribution function (CDF). The right tail P(X > x) is the complement, giving the probability above x. The two-tailed probability P(-|z| < Z < |z|) gives the area between the negative and positive z-score, representing the probability of falling within that range of the mean. These three values cover the most common hypothesis testing scenarios: left-tailed tests, right-tailed tests, and two-tailed tests.

Frequently Asked Questions

What is a z-score and how do I interpret it?
A z-score measures how many standard deviations a value is from the mean. Z = 0 means the value is at the mean. Z = +1.5 means 1.5 standard deviations above the mean. Z = -2.3 means 2.3 standard deviations below the mean. About 95% of values in a normal distribution have z-scores between -2 and +2.
When should I use the normal distribution?
Use it when your data is approximately symmetric and bell-shaped, or when applying the central limit theorem to sample means. Common applications include standardized testing, quality control, financial modeling, and any analysis involving averages of large samples. Check normality with a histogram or Q-Q plot before assuming normality.
What is the difference between z-score and t-score?
Z-scores are used when you know the population standard deviation. T-scores (from the t-distribution) are used when you estimate the standard deviation from a sample. For large samples (n > 30), the t-distribution closely approximates the normal distribution, so z-scores and t-scores give similar results.
Can I use this for non-standard normal distributions?
Yes. Enter any mean and standard deviation. The calculator converts your specific normal distribution to the standard normal using the z-score formula z = (x - mean) / SD. All probability calculations use this standardized value, so the results are exact for any normal distribution.
What does the area under the curve represent?
The area under the normal curve between any two points represents the probability of a value falling in that range. The total area under the entire curve equals 1 (100%). The shaded area in the visualization shows the probability P(X < x), which is the cumulative distribution function (CDF) at that point.
How accurate is this calculator?
This calculator uses the Abramowitz and Stegun approximation for the standard normal CDF, which is accurate to about 7 decimal places. This exceeds the precision of standard z-tables (which typically show 4 decimal places) and is sufficient for virtually all practical applications in statistics.

Was this tool helpful?