A z-score answers one question: how many standard deviations away from the mean a value sits, with the sign telling you which side. That single number lets you compare a value to its group instead of reading the raw number alone.

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

Here xx is the value, μ\mu is the mean, and σ\sigma is the standard deviation.

How To Read The Z-Score At A Glance

The sign and size of zz map directly onto position in the data:

z-score Position relative to the mean
z>0z > 0 Above the mean
z=0z = 0 Exactly at the mean
z<0z < 0 Below the mean
z=1z = 1 One standard deviation above
z=1.5z = -1.5 One and a half standard deviations below
z=3\|z\| = 3 Relatively far from the mean

The numerator xμx - \mu is the raw distance from the center; the denominator σ\sigma rescales that distance by the typical spread. So a z-score does not just say "this score is 14 points above average," it says whether 14 points is a small or large gap for that particular data set. The reading is always relative to the mean and standard deviation you used. Change those, and the z-score changes.

Population Versus Sample: Which Numbers To Divide By

The version you use depends on what your numbers describe.

You have Standardize with Interpretation
A full population z=xμσz = \dfrac{x - \mu}{\sigma} Population mean and population standard deviation
Only a sample xxˉs\dfrac{x - \bar{x}}{s} Sample mean xˉ\bar{x} and sample standard deviation ss

The calculation step is identical, subtract the center and divide by the spread. Only the interpretation shifts with whether the values describe a whole population or a sample.

Worked Example

A test score is 8484, the class mean is 7070, and the standard deviation is 77. Substitute:

z=84707z = \frac{84 - 70}{7}

Subtract first:

8470=1484 - 70 = 14

Then divide:

z=147=2z = \frac{14}{7} = 2

The z-score is 22, so the score sits 22 standard deviations above the mean.

Where Z-Scores Help And Where Students Trip

Z-scores are the right tool when you want to compare values from different scales, spot unusually high or low observations, or connect raw data to a normal-distribution model. That last use carries a condition: converting a z-score into a probability is most meaningful when a normal model is appropriate, or when the problem tells you to use one.

The most common confusion points:

  • Dividing by the variance instead of the standard deviation. A z-score uses standard deviation.
  • Ignoring the sign. A z-score of 2-2 is below the mean; 22 is above it. They are not the same.
  • Mixing data from different groups. The same value can have one z-score in one class and a different z-score in another if the mean or standard deviation differs.

Run It Yourself

Pick any value, mean, and standard deviation, compute the z-score, and put the result into words. For a sharper test, choose numbers that make the z-score come out negative and confirm your interpretation still matches the sign.

Frequently Asked Questions

How do you calculate a z-score?
Subtract the mean from your value, then divide by the standard deviation. For example, a test score of 84 with a class mean of 70 and standard deviation of 7 gives a z-score of 2, meaning the score is two standard deviations above the mean.
What does a negative z-score mean?
A negative z-score means the value is below the mean, while a positive z-score means it is above the mean. A z-score of zero means the value equals the mean exactly. The sign matters: a z-score of negative 2 and a z-score of positive 2 describe values on opposite sides of the average.
Do you divide by the standard deviation or the variance for a z-score?
Divide by the standard deviation, not the variance. Using the variance is one of the most common z-score mistakes. The standard deviation rescales the distance from the mean by the typical spread of the data, turning a raw gap into a standardized number of standard deviations.
Why are z-scores useful?
Z-scores let you compare values from different scales, spot unusually high or low observations, and connect raw data to a normal-distribution model. Instead of just saying a score is 14 points above average, a z-score tells you whether that gap is small or large for that particular data set.
What is the difference between population and sample z-scores?
The population version uses the population mean and population standard deviation. If you only have sample data, you standardize with the sample mean and sample standard deviation instead. The calculation step is identical, subtract the center and divide by the spread, but the interpretation depends on which numbers you used.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →