Z-Score Calculator – Standardize a Value Against a Distribution

Enter an observed value, mean, and standard deviation to calculate its z-score — how many standard deviations it is from the mean.

AI Quick Summary

Definition & Purpose:

This calculator computes a z-score, which measures how many standard deviations an observed value is above or below the mean of its distribution.

When to Use:

Use it to see how unusual or typical a specific value is relative to a known mean and standard deviation, or to compare values that come from different scales or distributions.

Key Takeaway Insights:

  • A z-score of 0 means the value equals the mean exactly; positive z-scores are above the mean, negative z-scores are below it.
  • Because z-scores are standardized, they let you compare values from different distributions on the same scale — for example, comparing a test score to a height measurement isn't meaningful directly, but their z-scores are.
  • In a normal distribution, about 68% of values fall within a z-score of -1 to +1, and about 95% fall within -2 to +2 — a useful rule of thumb for judging how unusual a given z-score is.

Z-Score Calculator

Share or Export Results

Introduction

Z-Score Calculator

Enter a value along with the mean and standard deviation of its distribution, and this calculator returns the z-score — a standardized measure of how far that value sits from average, expressed in standard deviation units.

Formula

z = (Value − Mean) ÷ Standard deviation. Subtracting the mean shows how far the value deviates from average in its original units; dividing by the standard deviation converts that deviation into a standardized scale that's comparable across different distributions, regardless of their original units or spread.

For a value of 85 in a distribution with a mean of 70 and a standard deviation of 10, the z-score is (85−70)/10 = 1.5 — the value sits 1.5 standard deviations above the mean.

Reading the result

A z-score of 0 means the value exactly equals the mean. Positive z-scores sit above the mean; negative ones sit below it. In a roughly normal (bell-shaped) distribution, about 68% of values fall within a z-score of ±1, and about 95% fall within ±2 — so a z-score of 1.5 is above average but still well within the range most values in a normal distribution would fall into, while a z-score beyond ±2 starts to represent a genuinely uncommon value.

Why standardize at all

Raw values from different distributions usually aren't directly comparable — a test score of 85 and a height of 68 inches don't mean anything relative to each other. Converting both to z-scores puts them on the same standardized scale, so you can meaningfully compare how unusual or typical each one is relative to its own distribution, even though the original measurements have nothing in common.

Formula & Variables Explained

z = (Value - Mean) / Standard deviation

This tool utilizes standard equations formulated under standard rules.

Variables:

  • Input parameter: Values supplied to resolve the output formula.

How to Calculate (Step-by-Step)

  1. Input the required parameters into the form.
  2. Click the calculate or auto-compute option.
  3. The outputs will refresh instantly with step-by-step variables.

Worked Examples Calculation

1Value of 85, mean 70, standard deviation 10

Inputs Given:

Value = 85, Mean = 70, Standard deviation = 10

Step-by-Step Calculation:

z = (85 - 70) / 10 = 15/10 = 1.5

Result Obtained:

Z-score = 1.5

Real-World Applications

Widely used in student curriculum, professional projections, and quick estimations.

Limitations & Common Mistakes

Caution & Mistakes:
  • Entering incompatible unit formats (e.g. Mixing Metric and Imperial).
  • Typographical mistakes in numeric entry fields.
Limitations:

Z-scores are most directly interpretable when the underlying distribution is approximately normal (bell-shaped). For skewed or unusual distributions, the same z-score value doesn't necessarily correspond to the same probability or percentile as it would under a normal distribution.

Frequently Asked Questions (FAQ)

Q:What does a z-score actually tell you?

It tells you how many standard deviations a specific value sits from the mean of its distribution. A z-score of 1.5 means the value is 1.5 standard deviations above average; a z-score of -2 means it's 2 standard deviations below average. It converts a raw value into a standardized measure of how typical or extreme it is.

Q:What's considered a 'high' or unusual z-score?

In a roughly normal distribution, about 68% of values fall between z-scores of -1 and +1, and about 95% fall between -2 and +2, so a z-score beyond ±2 is already fairly uncommon, and beyond ±3 is quite rare. What counts as 'unusual' in practice still depends on the context and field you're working in.

Q:Can z-scores be negative?

Yes — a negative z-score simply means the value is below the mean. The sign indicates direction (above or below average) and the magnitude indicates how far, in standard deviation units.

Q:Why standardize a value into a z-score instead of just using the raw number?

Standardizing removes the original units and scale, which lets you compare values from completely different distributions on equal footing — for example, comparing how unusual a specific exam score is relative to how unusual a specific height measurement is, even though raw scores and raw heights aren't directly comparable.

Last Updated: 2026-08-09
Formula Verified
Written By

CalculationDesk Editorial Team

Content & Calculation Editors

The CalculationDesk Editorial Team consists of math educators, technical writers, and product specialists dedicated to ensuring accuracy and clarity for everyday calculations.

Reviewed By

CalculationDesk Review Team

Quality Assurance & Formula Verifiers

Our internal Review Team ensures that every calculator logic corresponds precisely to established academic standards and industry specifications.

Was this calculator helpful?

Embed this Calculator

You are welcome to embed this tool on your own blog or website. Simply copy the code snippet below and paste it into your HTML code.