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.
Click Calculate to get the probability and a shaded normal curve.
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
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.
- 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: (left side area)
- Above: (right side area)
- Between: (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 ≤ give the same area in practice.

How it works (simple explanation)
- The calculator converts each x-value into a z-score: \(z=\frac{x-\mu}{\sigma}\).
- It uses the standard normal curve (Z) to find area:
- Below:
- Above:
- Between: (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 and standard deviation . Find the probability that a score is between 80 and 90.
Step 1: Convert each x to z
- For :
- For :
Step 2: Use the standard normal area (Φ)
From a z-table (or a normal CDF):
Step 3: Subtract to get “between”
Final answer: The probability is about 0.2359, or 23.59%.
Homework sentence template (copy/paste):
“I converted x to z using , 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 . 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 and . Then subtract: (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
- Statistics Calculators page (top-level list of tools).
- Distributions hub (Normal, Binomial, Poisson, etc.).
Sideways/forward tools
- Z-score Calculator (convert x to z quickly).
- Descriptive Statistics Calculator (compute mean and SD from data).
- Confidence Interval Calculator (use normal ideas in inference).
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.
- 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