standarddeviationcalculator.net

Z-score calculator (standard score)

A z-score — also called a standard score — converts a raw value into "how many standard deviations from the mean", which makes numbers from completely different scales comparable. Enter the value, the mean and the standard deviation below.

Z-score 1.5
Z-score1.5
Percentile (area below)93.32%
Area above6.681%
Two-tailed p-value0.1336
Distance from mean12 (1.5 SD)
z = 1.5 −3σ−2σ−1σμ+1σ+2σ+3σ

The value 82 sits 1.5 standard deviations above the mean of 70. The shaded area is 93.3% of a normal distribution.

Show the working, step by step

The formula

z = (x − μ) / σ

Subtracting the mean re-centres the data on zero; dividing by the standard deviation re-scales it so that one unit of z is one standard deviation. Together those two steps are called standardising, and they are why a test score, a height and a share price can all be placed on the same axis and compared.

What the sign and size mean

zPercentileInterpretation
−3.00.1%Far below the mean; rare
−2.02.3%Well below; unusual
−1.015.9%Below average
0.050%Exactly at the mean
+1.084.1%Above average
+1.9697.5%The 95% two-tailed cutoff
+2.097.7%Well above; unusual
+3.099.9%Far above; rare

Those percentiles come from the standard normal distribution. They are only meaningful if your data is roughly normal — the z-score itself is valid for any data, but its translation into a percentile is not.

A worked example

A student scores 82 on a test with a mean of 70 and a standard deviation of 8.

z = (82 − 70) / 8 = 12 / 8 = 1.5

The score is 1.5 standard deviations above the mean, which places it at roughly the 93rd percentile — better than about 93% of the group, assuming the scores are approximately normally distributed. Note that this is a stronger statement than "12 points above average": whether 12 points is a lot depends entirely on σ. On a test with σ = 20, the same 12 points would give z = 0.6 and a percentile of only about 73.

Where z-scores get used

A caution on the percentile

The z-score is a pure rescaling and is valid whatever shape your data has. The percentile this calculator reports is not — it reads the z against a normal distribution. For strongly skewed data such as incomes or waiting times, a z of 2 might correspond to the 90th percentile rather than the 97.7th. Check the shape of your distribution before quoting the percentile.

Related calculators

Common questions

What is a z-score?

A z-score says how many standard deviations a value sits from the mean: z = (x − μ) / σ. A z of +1.5 means the value is one and a half standard deviations above the mean; −0.4 means it is slightly below.

What counts as a high or unusual z-score?

Common rules of thumb put |z| > 2 at "unusual" (outside roughly 95% of a normal distribution) and |z| > 3 at "rare" (outside roughly 99.7%). Many outlier screens use |z| > 3 as a flag.

Those thresholds assume normality. On skewed data they mislead badly, and the interquartile-range rule is a more robust screen.

Can a z-score be negative?

Yes, and it simply means the value is below the mean. The sign carries direction; the magnitude carries distance. A z of −2.0 and a z of +2.0 are equally unusual.

Should I use the sample or population standard deviation for z?

Strictly, the z-score is defined with the population parameters μ and σ. When you only have sample estimates x̄ and s, the resulting quantity follows a t distribution rather than a normal one — which matters for small n. Above roughly n = 30 the difference is minor and the two are used interchangeably in practice.

How do I convert a z-score back to a raw value?

Rearrange: x = μ + zσ. So with a mean of 100 and an SD of 15, a z of 1.5 corresponds to 100 + 1.5 × 15 = 122.5.

Written and reviewed by our editorial team. Last updated . Method and sources: how these numbers are computed.