Z-Score (Standard Score) Formula

Z-score (standard score) is a z-score tells you how many standard deviations a value is from the mean, calculated as z = x - /.

The Formula

z=xμσz = \frac{x - \mu}{\sigma}

When to use: Z-scores put everything on the same scale. A z-score of +2 means 'two standard deviations above average' - unusually high. A z-score of -1 means 'one SD below average' - somewhat low but normal.

Quick Example

Test mean=75, SD=10. Your score=95. z=957510=+2z = \frac{95-75}{10} = +2 You're 2 SDs above average - top ~2.5% if normal.

Notation

zz is the z-score, xx is the raw value, μ\mu is the population mean, and σ\sigma is the population standard deviation. ZN(0,1)Z \sim N(0,1) is the standard normal variable.

What This Formula Means

A z-score tells you how many standard deviations a value is from the mean, calculated as z=xμσz = \frac{x - \mu}{\sigma}. Positive z-scores are above the mean; negative z-scores are below. Z-scores allow comparison of values from different distributions.

Z-scores put everything on the same scale. A z-score of +2 means 'two standard deviations above average' - unusually high. A z-score of -1 means 'one SD below average' - somewhat low but normal.

Formal View

The z-score standardizes a value: z=xμσz = \frac{x - \mu}{\sigma}. For a normal distribution, P(Z<z)P(Z < z) is found from the standard normal table.

Worked Examples

Example 1

medium
A standardized test has μ=500\mu = 500 and σ=100\sigma = 100. A student scores 640640. Find the z-score, and explain what it means.

Answer

z=1.4z = 1.4

First step

1
z=640500100=140100=1.4z = \frac{640 - 500}{100} = \frac{140}{100} = 1.4.

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan — every worked solution, all subjects

Example 2

medium
A baby weighs 4.24.2 kg at birth. Birth weights have μ=3.4\mu = 3.4 kg and σ=0.5\sigma = 0.5 kg. Find the z-score.

Example 3

medium
A factory's bolts have mean length 5050 mm with SD 0.40.4 mm. A bolt measures 49.249.2 mm. Compute the z-score and decide whether it lies within ±2\pm 2 SD of the mean.

Common Mistakes

  • Forgetting negative z-scores exist - The safer move is to ask "Am I interpreting the whole distribution or a value position inside it, rather than just computing a single summary?" and then state the data source, denominator, or variable before interpreting the result.
  • Misinterpreting magnitude - The safer move is to ask "Am I interpreting the whole distribution or a value position inside it, rather than just computing a single summary?" and then state the data source, denominator, or variable before interpreting the result.
  • Using with non-normal data carelessly - The safer move is to ask "Am I interpreting the whole distribution or a value position inside it, rather than just computing a single summary?" and then state the data source, denominator, or variable before interpreting the result.
  • Choosing z-score (standard score) from a keyword alone - Keywords like shape, percentile, quartile are only clues; the data structure must match the concept.

Why This Formula Matters

Z-Score (Standard Score) helps students read data as a whole pattern instead of a pile of disconnected values. That habit matters because many statistical decisions depend on where a value sits in context, how symmetric the pattern is, and whether a simple summary would hide important structure.

Frequently Asked Questions

What is the Z-Score (Standard Score) formula?

A z-score tells you how many standard deviations a value is from the mean, calculated as z=xμσz = \frac{x - \mu}{\sigma}. Positive z-scores are above the mean; negative z-scores are below. Z-scores allow comparison of values from different distributions.

How do you use the Z-Score (Standard Score) formula?

Z-scores put everything on the same scale. A z-score of +2 means 'two standard deviations above average' - unusually high. A z-score of -1 means 'one SD below average' - somewhat low but normal.

What do the symbols mean in the Z-Score (Standard Score) formula?

zz is the z-score, xx is the raw value, μ\mu is the population mean, and σ\sigma is the population standard deviation. ZN(0,1)Z \sim N(0,1) is the standard normal variable.

Why is the Z-Score (Standard Score) formula important in Statistics?

Z-Score (Standard Score) helps students read data as a whole pattern instead of a pile of disconnected values. That habit matters because many statistical decisions depend on where a value sits in context, how symmetric the pattern is, and whether a simple summary would hide important structure.

What do students get wrong about Z-Score (Standard Score)?

Students often know a procedure related to z-score (standard score) but skip the recognition step: Am I interpreting the whole distribution or a value position inside it, rather than just computing a single summary? That leads to a calculation or graph that looks reasonable but answers a different question.

What should I learn before the Z-Score (Standard Score) formula?

Before studying the Z-Score (Standard Score) formula, you should understand: standard deviation intro, mean fair share.