Normal Distribution Calculator
Use this free normal distribution calculator to compute probabilities, z-scores, and percentiles for any normal distribution with interactive bell curve visualization.
Calculate probabilities and z-scores for normal distributions with visualization.
Result
Normal Distribution Curve
Z-Score Table Reference
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 is defined by two parameters: the mean \(\mu\) (center) and standard deviation \(\sigma\) (spread). Its probability density function (PDF) is:
$$f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}$$
The curve is symmetric about the mean, with approximately 68% of values within one standard deviation, 95% within two, and 99.7% within three (the empirical rule).
The Standard Normal Distribution
The standard normal distribution has mean \(\mu = 0\) and standard deviation \(\sigma = 1\). Any normal random variable \(X \sim N(\mu, \sigma^2)\) can be converted to a standard normal variable \(Z\) using the z-score formula:
$$z = \frac{x – \mu}{\sigma}$$
The z-score tells you how many standard deviations a value is from the mean. Positive z-scores are above the mean; negative z-scores are below.
Work through examples by hand before relying on calculators. Understanding the process helps you catch errors that tools miss.
Calculating Probabilities
The cumulative distribution function (CDF) \(\Phi(z)\) gives the probability that a standard normal variable is less than or equal to \(z\):
$$P(X \leq x) = \Phi\left(\frac{x – \mu}{\sigma}\right)$$
Common probability calculations include:
- Left-tail: \(P(X \leq x) = \Phi(z)\)
- Right-tail: \(P(X \geq x) = 1 – \Phi(z)\)
- Between: \(P(a \leq X \leq b) = \Phi(z_b) – \Phi(z_a)\)
Percentiles and Inverse Normal
The inverse problem asks: given a probability \(p\), what value \(x\) has \(P(X \leq x) = p\)? This is the \(p\)-th percentile, computed using the inverse CDF \(\Phi^{-1}(p)\):
$$x = \mu + \sigma \cdot \Phi^{-1}(p)$$
For example, the 95th percentile of the standard normal distribution is approximately \(z = 1.645\).
Mathematical concepts build on each other. If you are struggling with a topic, the real gap is usually one or two levels below where you think it is.
The Empirical Rule (68-95-99.7)
For any normal distribution:
- About 68.27% of data falls within \(\mu \pm 1\sigma\)
- About 95.45% of data falls within \(\mu \pm 2\sigma\)
- About 99.73% of data falls within \(\mu \pm 3\sigma\)
This rule provides quick mental estimates without needing to consult z-tables or calculators.
Z-Score Table and Common Values
Key z-scores used frequently in hypothesis testing and confidence intervals:
- \(z = 1.645\) → 90% confidence level (one-tail 5%)
- \(z = 1.96\) → 95% confidence level (one-tail 2.5%)
- \(z = 2.326\) → 99% confidence level (one-tail 1%)
- \(z = 2.576\) → 99% confidence level (two-tail 0.5%)
Why the Normal Distribution Matters
The Central Limit Theorem states that the sum (or average) of many independent random variables tends toward a normal distribution, regardless of the underlying distribution. This is why the normal distribution appears so frequently in practice:
- Quality Control: Manufacturing measurements follow normal distributions
- Finance: Stock returns are often modeled as normally distributed
- Science: Measurement errors are typically normal
- Testing: SAT/IQ/GRE scores are designed to be normally distributed
- Hypothesis Testing: Test statistics like t-statistics and z-statistics follow normal (or related) distributions
Interpreting normal probabilities
Standardize with \(z=(x-\mu)/\sigma\). The sign tells you whether x is below or above the mean, and the magnitude gives the distance in standard deviations. The standard deviation must be positive.
Sketch the requested region before choosing left-tail, right-tail, or between probabilities. A cumulative table usually gives area to the left, so a right-tail probability is one minus the cumulative value.
Normal-model accuracy depends on the data. Strong skew, heavy tails, truncation, or a mixture of groups can make a precise normal probability misleading even when the arithmetic is correct.
Useful reference points are about 68% within one standard deviation of the mean, 95% within two, and 99.7% within three for an ideal normal distribution. These are checks, not substitutes for the calculator’s more precise cumulative probability.
Common mistakes to avoid
- Entering variance where the calculator asks for standard deviation
- Forgetting to subtract a left-tail area from 1
- Treating a z-score as a probability
- Using the normal model without checking whether it fits
Useful statistics books and tools
For normal-distribution problems, sketch the shaded region and decide whether the question asks for a left tail, right tail, or interval. A calculator can handle the arithmetic, but it cannot choose a sound statistical method or explain what the result means.
- Build the concept: Browse statistics textbooks and workbooks on Amazon. Look for worked examples, exercises, and coverage of sampling assumptions.
- Check arithmetic offline: Browse scientific calculators on Amazon. A physical calculator is useful for exams and hand checks, but confirm what models your course permits.
As an Amazon Associate, I earn from qualifying purchases.
What is a z-score?
A z-score measures how many standard deviations a data point is from the mean. It is calculated as z = (x − μ) / σ. A z-score of 0 means the value equals the mean, +1 means one standard deviation above, and −2 means two standard deviations below.
How do I find the probability between two values?
Convert both values to z-scores, then subtract the CDF values: P(a ≤ X ≤ b) = Φ(z_b) − Φ(z_a). This calculator handles this automatically when you select the ‘P(a ≤ X ≤ b)’ option.
What is the 68-95-99.7 rule?
The empirical rule states that for a normal distribution, approximately 68% of data falls within 1 standard deviation of the mean, 95% within 2 standard deviations, and 99.7% within 3 standard deviations.
What is the difference between PDF and CDF?
The PDF (probability density function) gives the relative likelihood of a specific value — the height of the bell curve. The CDF (cumulative distribution function) gives the probability that X is less than or equal to a value — the area under the curve up to that point.
How do I find a percentile?
A percentile is the value below which a given percentage of data falls. For a normal distribution, use the inverse CDF: x = μ + σ · Φ⁻¹(p). For example, the 90th percentile of N(100, 15²) is 100 + 15 × 1.282 ≈ 119.2.
Why is the normal distribution so common?
The Central Limit Theorem guarantees that the average of many independent random variables approaches a normal distribution regardless of the original distribution. Since many real-world measurements are sums or averages of small effects, normality arises naturally.
What does the standard deviation tell you?
The standard deviation σ measures the spread or dispersion of the distribution. A larger σ produces a wider, flatter bell curve. About 68% of values lie within one σ of the mean, making it a natural unit for measuring how unusual a value is.
Can the normal distribution take negative values?
Yes, the normal distribution extends from negative infinity to positive infinity. For quantities that cannot be negative (like height or weight), the normal distribution is an approximation that works well when the mean is much larger than the standard deviation.