Normal Distribution Calculator: Get Probability Fast (With Graph)

Stuck finding the area under a normal curve?

This normal distribution calculator helps you find the probability that a value is below, above, or between two x-values. You enter the mean (μ), standard deviation (σ), and your x-value(s). Then the calculator converts to z-score(s) and returns the probability with a shaded graph.

Normal Distribution Probability Calculator
Choose a mode (below, above, or between). Enter the mean (μ), SD (σ), and the x-value(s).
Click Calculate to get the probability and a shaded normal curve.

Inputs

σ must be greater than 0.
Probabilities use the normal model.
Default is 4 decimals for probability values.

Results

Enter values, then click Calculate.
What this means
This tool converts your x-value(s) into z-score(s), then uses the standard normal model to get areas (probabilities).

How to use this in homework: You can write: “Convert to z, then use the normal curve area for the selected region.”

Assumptions (quick):
  • The variable is modeled as normally distributed.
  • μ and σ are appropriate for the problem.
  • σ is greater than 0.
Show steps / formulas
Step 1: Convert x to z
z = (x − μ) / σ

Step 2: Use the normal CDF
P(Z ≤ z) = Φ(z)
P(Z ≥ z) = 1 − Φ(z)
P(z1 ≤ Z ≤ z2) = Φ(z2) − Φ(z1) (after ordering)

Notes
  • This page uses a standard normal curve graph (z-scale).
  • The shaded region matches the selected mode.
Common mistakes
  • Forgetting to convert x to z before using Φ.
  • Using σ = 0 or a negative σ.
  • Mixing up “below” vs “above” (Φ(z) is always area to the left).
  • In “between,” subtracting in the wrong order (should be larger minus smaller).
  • Rounding too early.

Next, use this probability to support inference by visiting your Inference / Hypothesis Tests hub.

What this calculator does

This calculator finds the probability (area) under a normal curve for one of these modes:

  • Below: P(Xx)P(X \le x) (left side area)
  • Above: P(Xx)P(X \ge x) (right side area)
  • Between: P(x1Xx2)P(x_1 \le X \le x_2) (middle area)

It also shows:

  • a shaded curve to match your selected mode
  • z-score(s) (how many SDs from the mean)
  • probability as a decimal
  • percent (probability × 100)

When to use it (and when not to)

Use this calculator when:

  • The problem says the variable is normally distributed, or
  • The data looks roughly bell-shaped and symmetric, and
  • You have μ (mean) and σ (standard deviation)

This is common in Senior High and early college statistics courses.

Do not use it when:

  • The variable is clearly not normal (very skewed or has strong outliers)
  • You are working with counts (binomial/Poisson problems)
  • The task is an inference problem where your class requires a different model (for example, using t when σ is unknown)

Quick accuracy note: For a continuous model like the normal curve, <<< and \le≤ give the same area in practice.

How it works (simple explanation)

  1. The calculator converts each x-value into a z-score: \(z=\frac{x-\mu}{\sigma}\).
  2. It uses the standard normal curve (Z) to find area:
  • Below: P(Zz)=Φ(z)P(Z \le z) = \Phi(z)
  • Above: P(Zz)=1Φ(z)P(Z \ge z) = 1 – \Phi(z)
  • Between: P(z1Zz2)=Φ(z2)Φ(z1)P(z_1 \le Z \le z_2) = \Phi(z_2) – \Phi(z_1) (after ordering)

Mode cheat sheet

  • Below = area left of z
  • Above = area right of z
  • Between = area between two z values

Step-by-step example

Example: Test scores are normal with mean μ=75\mu = 75 and standard deviation σ=8\sigma = 8. Find the probability that a score is between 80 and 90.

Step 1: Convert each x to z

  • For x1=80x_1 = 80: z1=80758=58=0.625z_1 = \frac{80 – 75}{8} = \frac{5}{8} = 0.625
  • For x2=90x_2 = 90: z2=90758=158=1.875z_2 = \frac{90 – 75}{8} = \frac{15}{8} = 1.875

Step 2: Use the standard normal area (Φ)

From a z-table (or a normal CDF):

  • Φ(0.625)0.7340\Phi(0.625) \approx 0.7340
  • Φ(1.875)0.9699\Phi(1.875) \approx 0.9699

Step 3: Subtract to get “between”

P(80X90)=Φ(1.875)Φ(0.625)0.96990.7340=0.2359P(80 \le X \le 90) = \Phi(1.875) – \Phi(0.625) \approx 0.9699 – 0.7340 = 0.2359

Final answer: The probability is about 0.2359, or 23.59%.

Homework sentence template (copy/paste):
“I converted x to z using z=(xμ)/σz = (x – \mu)/\sigma, then used Φ(z) to get the normal curve area for the selected region.”

Common mistakes

  • Forgetting to convert x to z before using Φ(z)
  • Mixing up below vs above (Φ(z) is always the left-side area)
  • Subtracting in the wrong order for “between” (use larger minus smaller)
  • Rounding too early (round at the end when possible)
  • Using the wrong μ or σ from the problem statement
  • Expecting a perfect match with a teacher’s z-table when rounding rules differ

FAQs

What does this result mean?

It is the chance (probability) that a value from the normal model falls in the region you chose (below, above, or between).

How do I find P(X < x) in a normal distribution?

Convert x to z, then use P(X<x)=P(Zz)=Φ(z)P(X < x) = P(Z \le z) = \Phi(z). For a continuous normal model, “<” and “≤” give the same area.

How do I find the area under the normal curve between two values?

Convert both values to z1z_1​ and z2z_2​. Then subtract: Φ(z2)Φ(z1)\Phi(z_2) – \Phi(z_1) (after putting them in order).

Why is my answer different from my teacher’s?

Most differences come from rounding. Your teacher may round z to 2 decimals before using a z-table, while a calculator may keep more decimals.

Which test should I use after I find a normal probability?

If you are comparing a sample mean to a claimed mean, your class often uses a one-sample test (z-test or t-test, depending on whether σ is known).

Do I need a z-table if I use this calculator?

No. The calculator gives the area directly. A z-table is just another way to approximate the same area.

When should I NOT use a normal distribution calculator?

Do not use it for count-based models (binomial/Poisson), strongly skewed data, or when the problem clearly uses a different distribution.

Related BrainMattersLearning statistics tools

Sideways/forward tools


References

Illowsky, B., & Dean, S. (2022). Introductory statistics. OpenStax, Rice University. https://openstax.org/details/books/introductory-statistics-2e

Diez, D. M., Çetinkaya-Rundel, M., & Barr, C. D. (2023). OpenIntro statistics (4th ed.). OpenIntro. https://www.openintro.org/book/os/

NIST/SEMATECH. (2013). e-Handbook of statistical methods: Normal distribution. National Institute of Standards and Technology. https://www.itl.nist.gov/div898/handbook/

Moore, D. S., McCabe, G. P., & Craig, B. A. (2017). Introduction to the practice of statistics (9th ed.). W. H. Freeman.

Sale
Introduction to the Practice of Statistics
  • Create and evaluate data from real-world contexts as Introduction to the Practice of Statistics gets you practicing data gathering and analysis in the same way real statisticians do
Scroll to Top