Z-score Calculator

Compute z-scores, probabilities and area under the normal distribution curve.

Z-score Calculator

Use this calculator to compute the z-score of a normal distribution.

Result
Z-score = 1
Probability of x<5: 0.84134
Probability of x>5: 0.15866
Probability of 3<x<5: 0.34134

Steps

Z score = (x − μ) / σ
    = (5 − 3) / 2
    = 1

P-value from Z-Table:
P(x<5) = 0.84134
P(x>5) = 1 - P(x<5) = 0.15866
P(3<x<5) = P(x<5) - 0.5 = 0.34134

Z-score and Probability Converter

Please provide any one value to convert between z-score and probability. This is the equivalent of referencing a z-table.

Z-score, Z Probability, P(x<Z) Probability, P(x>Z) Probability, P(0 to Z or Z to 0) Probability, P(-Z<x<Z) Probability, P(x<-Z or x>Z)

Enter any one value and click Calculate to find the rest.

Result
Given Z = 2,
P(x<Z) = 0.97725
P(x>Z) = 0.02275
P(0<x<Z) = 0.47725
P(-Z<x<Z) = 0.9545
P(x<-Z or x>Z) = 0.0455

Probability between Two Z-scores

Use this calculator to find the probability (area P in the diagram) between two z-scores.

Result
P(-1<x<0) = 0.34134
P(x<-1 or x>0) = 0.65866
P(x<-1) = 0.15866
P(x>0) = 0.5
Z1 Z2 P

Complete Z-score Guide & Reference

1. What is a Z-score?

A z-score (also called a standard score) indicates how many standard deviations an individual data point is from the mean of a distribution. It standardizes values from any normal distribution to the standard normal distribution, which has a mean of 0 and a standard deviation of 1.

z = (x − μ) / σ

2. Interpreting Z-scores

3. Standard Normal Distribution

The standard normal distribution, denoted N(0, 1), is a special case of the normal distribution with mean μ = 0 and standard deviation σ = 1. Converting raw scores to z-scores allows us to use standard normal tables (z-tables) to find probabilities.

The cumulative distribution function (CDF) Φ(z) gives the probability that a standard normal variable is less than or equal to z. It is computed using the error function (erf).

Φ(z) = (1 / 2) × [ 1 + erf(z / √2) ]

4. Common Probability Relationships

Probability less than z

P(X < z) = Φ(z)

Probability greater than z

P(X > z) = 1 − Φ(z)

Probability between 0 and z

P(0 < X < z) = Φ(z) − 0.5

Probability between -z and z

P(−z < X < z) = 2 × Φ(z) − 1

Probability in two tails

P(X < −z or X > z) = 2 × (1 − Φ(z))

Probability between z₁ and z₂

P(z₁ < X < z₂) = Φ(z₂) − Φ(z₁)

5. Empirical Rule (68-95-99.7 Rule)

For any normal distribution, nearly all data falls within three standard deviations of the mean:

6. How to Use Each Calculator

Section 1 — Z-score from raw score

  1. Enter the raw score (x), population mean (μ), and standard deviation (σ).
  2. Click Calculate.
  3. The z-score and three probability values are displayed.
  4. Step-by-step derivation is shown below the results.

Section 2 — Z-score / Probability converter

  1. Enter any one of the six available values (z-score or any probability).
  2. Click Calculate.
  3. All remaining values are computed and filled in automatically.
  4. This is equivalent to looking up values in a standard z-table.

Section 3 — Probability between two z-scores

  1. Enter the left bound z₁ and right bound z₂.
  2. Click Calculate.
  3. The area between the two z-scores is displayed, along with tail probabilities.
  4. A diagram shows the shaded area under the curve.

7. Worked Examples

Example 1 — Computing z-score

Given x = 5, μ = 3, σ = 2

Example 2 — Converting z = 2

Example 3 — Between z₁ = -1 and z₂ = 0

8. Real-World Applications

9. Important Notes

10. Related Statistical Concepts

11. References

1. DeGroot, Morris H. and Schervish, Mark J. Probability and Statistics. Pearson Education. 2012.
2. Wackerly, Dennis D., Mendenhall, William, and Scheaffer, Richard L. Mathematical Statistics with Applications. Cengage Learning. 2014.
3. Triola, Mario F. Elementary Statistics. Pearson Education. 2019.
4. Abramowitz, Milton and Stegun, Irene A. Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. Dover Publications. 1964.
5. Moore, David S., McCabe, George P., and Craig, Bruce A. Introduction to the Practice of Statistics. W.H. Freeman. 2017.
6. NIST/SEMATECH. e-Handbook of Statistical Methods. National Institute of Standards and Technology. 2012.