Normal Distribution & Z-Table Calculator
Use this calculator to find cumulative probabilities, right-tail probabilities, interval probabilities, and direct z-table values for a normal distribution.
What this normal distribution table calculator does
A normal distribution table (often called a z-table) helps you convert a z-score into a probability. This page gives you the same outcome without manually scanning a printed table. You can compute:
- Left-tail probability: P(X ≤ x)
- Right-tail probability: P(X ≥ x)
- Probability between two values: P(a ≤ X ≤ b)
- Standard normal cumulative value: Φ(z)
It supports both a general normal distribution (with any mean and standard deviation) and the standard normal distribution (mean 0, standard deviation 1).
How the calculator works
Step 1: Convert to a z-score
For any normal random variable X with mean μ and standard deviation σ, the z-score is:
z = (x - μ) / σ
Step 2: Use the cumulative normal function
The cumulative distribution function (CDF) of the standard normal gives the probability that Z is less than or equal to z:
Φ(z) = P(Z ≤ z)
For right-tail and interval probabilities, the calculator uses these relationships:
- P(X ≥ x) = 1 - Φ(z)
- P(a ≤ X ≤ b) = Φ(zb) - Φ(za)
How to use it effectively
Choose the right mode
- P(X ≤ x) when you want a percentile or cumulative probability.
- P(X ≥ x) for “at least” style questions.
- P(a ≤ X ≤ b) for ranges.
- Φ(z) if you already have a z-score from a statistics problem.
Check your parameters
Keep an eye on your standard deviation. It must be greater than zero. Also verify units: if your mean is in dollars, your x values should be in dollars too.
Example use cases
Exam score probability
Suppose exam scores are normally distributed with mean 70 and standard deviation 10. You want the probability a student scores 85 or less. Enter μ = 70, σ = 10, choose P(X ≤ x), and set x = 85.
Quality control interval
If a machine part length is normal with μ = 100 mm and σ = 2 mm, you can find the chance a part falls between 98 and 102 mm using P(a ≤ X ≤ b).
Common mistakes with z-table problems
- Using σ as variance (or vice versa).
- Confusing left-tail with right-tail probabilities.
- Forgetting to standardize when μ ≠ 0 or σ ≠ 1.
- Rounding too early in multi-step calculations.
Quick FAQ
Is this a z-score calculator too?
Yes. When you enter μ, σ, and x, the tool computes z internally and displays it in the result.
Does this replace a printed z-table?
For most practical purposes, yes. It provides accurate cumulative probabilities directly.
Can I use it for negative z values?
Absolutely. The standard normal distribution is symmetric, and the calculator handles positive and negative z-scores automatically.
Final note
Whether you are doing hypothesis testing, confidence intervals, or probability lookups, a reliable normal distribution table calculator saves time and reduces table-reading errors. Keep this page handy for statistics homework, exam prep, analytics work, and data science tasks.