Z-Score Calculator

Enter a value, the mean, and the standard deviation to get the z-score and the matching percentile — how much of a normal distribution your value beats. Or flip it around: enter a z-score and get the raw value back. The formula substitution is shown at every step.

Z-score

1.5

Percentile

93.3

Distance from mean

1.5σ above

A value of 85 is higher than about 93.3% of values in a normal distribution with mean 70 and standard deviation 10.

How it was calculated

  1. z = (x − μ) / σ
  2. z = (8570) / 10 = 15 / 10 = 1.5
  3. Percentile = Φ(1.5) × 100 ≈ 93.32 (standard normal CDF)
📌 Percentiles assume the data follows a normal (bell-curve) distribution. The CDF is computed with the Abramowitz–Stegun approximation of the error function (accurate to about 7 decimal places).
Share:

The z-score formula, worked out

A z-score standardizes any value: z = (x − μ) / σ, where μ is the mean and σ the standard deviation. Say SAT-style test scores average 70 with a standard deviation of 10, and you scored 85. Then z = (85 − 70) / 10 = 1.5 — your score sits one and a half standard deviations above the mean. On the normal curve that is about the 93.3rd percentile, so you scored higher than roughly 93% of test-takers.

The reverse direction uses x = μ + zσ. If a program admits everyone above z = 2.0, the cutoff score is 70 + 2 × 10 = 90. The percentile comes from the standard normal cumulative distribution function Φ(z), which this calculator evaluates with the classic Abramowitz–Stegun error-function approximation.

Quick z-table

The table shows the percentile — the share of a normal distribution below the given z-score.

Z-scorePercentileHigher than
−3.00.130.13% of values
−2.50.620.62% of values
−2.02.282.28% of values
−1.56.686.68% of values
−1.015.8715.87% of values
−0.530.8530.85% of values
0.050.0050.00% of values
+0.569.1569.15% of values
+1.084.1384.13% of values
+1.593.3293.32% of values
+2.097.7297.72% of values
+2.599.3899.38% of values
+3.099.8799.87% of values

More statistics tools

To find the mean and standard deviation for your own data set first, use the statistics calculator or the simpler average calculator. Percentages in general are covered by the percentage calculator and the percent change calculator. For algebra homework, try the slope calculator, long division calculator, and decimal to fraction converter.

Frequently asked questions