QuantomLab

Z-Score (Standard Score)

Sometimes you don’t need “more numbers” — you need context. Z-score answers a simple question: is this value normal… or unusually high / low compared to the average?

In short: a Z-score tells you how many standard deviations a value is from the mean. On this page you’ll see: a clear definition, the formula, a numeric example, how to interpret results, common mistakes, practical use cases (outliers, comparisons, finance, data), and a direct link to a Z-score calculator.
Table of contents (quick read)

Jump to the key sections:

What is Z-score? Z-score formula Worked example Interpretation Use cases & long-tail FAQ
Already have your value, mean and standard deviation?
→ Calculate my Z-score now

What is a Z-score?

A Z-score (also called a standard score) measures how far a value is from the mean, in units of standard deviation. It turns “raw numbers” into a comparable scale so you can quickly see if something is typical or unusual.

This is useful because an “85” means nothing by itself. But if the mean is 70 and the standard deviation is 10, that same 85 becomes a clear signal: it’s above average by a meaningful margin.

Human intuition:
A Z-score is basically a fairness tool for comparisons. It says: “Compared to what’s normal here, where does this number sit?”

Z-score formula

The standard Z-score formula is:

Z = (x − μ) / σ
Where:
x = your value
μ = mean (average)
σ = standard deviation (spread)

Important: σ must be greater than 0. If σ = 0, all values are identical and a Z-score is not defined.

Worked example

Suppose a test score is 85. The class mean is 70 and the standard deviation is 10.

Z = (85 − 70) / 10 = 15 / 10 = 1.5

This means the score is 1.5 standard deviations above the mean. Not “a little higher” — clearly higher than typical.

How to interpret Z-scores correctly

Z = 0 means “exactly average”

If Z = 0, the value equals the mean. It’s the baseline.

Positive vs negative

Positive Z-scores mean the value is above the mean. Negative Z-scores mean it’s below the mean.

“How high is high?” depends on your context

In many real-world settings, absolute Z-scores above 2 (or 3) are treated as unusual. But what “unusual” means depends on the domain (risk, medicine, finance, quality control, etc.).

Checklist: common mistakes

Key idea: a Z-score is a standardized distance from the mean. It’s about comparison, not certainty.

Use cases (outliers, comparisons, finance, data)

Z-scores are widely used anywhere you need to compare values fairly across different contexts: student performance, product quality, anomaly detection, financial indicators, or data scoring.

→ Calculate my Z-score with my numbers
Long-tail (common searches):
Z-score calculator: compute Z from x, mean, standard deviation.
What does a Z-score mean?: interpret distance from the average.
Z-score for outliers: detect unusually high/low values.
Z-score vs percentile: different ways to describe “how rare” a value is.
Z-score in finance: compare metrics across time or assets (standardized signals).

To stay consistent across your analysis, you may also want: → Standard Deviation · → Mean · → Correlation

FAQ – Z-score questions

What does a Z-score of 0 mean?

It means the value is exactly equal to the mean (average). It’s “perfectly typical” in that dataset.

Can a Z-score be negative?

Yes. Negative Z-scores mean the value is below the mean. For example, Z = −1.2 means 1.2 standard deviations below average.

Is a Z-score the same as a percentile?

Not exactly. A Z-score is a standardized distance from the mean. Percentiles describe ranking (“top 10%”). You can convert between them if you assume a distribution, but they are not the same concept.

Do Z-scores require a normal distribution?

No. You can compute Z-scores for any dataset. However, interpreting them as probabilities (or “rarity”) often assumes a distribution model.

If you want a fast way to judge whether a number is “normal” or “unusual” in context, Z-score is one of the cleanest tools you can use.

→ Launch Z-score calculator