calculator for z score

Z-Score Calculator

Enter an observed value, population mean, and standard deviation to compute the z score, percentile rank, and two-tailed probability.

What is a z score?

A z score (also called a standard score) tells you how far a value is from the mean, measured in units of standard deviation. Instead of comparing raw values directly, z scores put everything on a common scale so you can compare performance across different tests, datasets, or measurement systems.

In plain language: if your z score is +1.5, your value is 1.5 standard deviations above the mean. If it is -2.0, your value is 2 standard deviations below the mean.

Z score formula

The formula used in this calculator is:

z = (x - μ) / σ

  • x = observed value
  • μ = population mean
  • σ = population standard deviation

This formula works when you know or assume the population mean and standard deviation. For sample-based work, a closely related approach uses sample statistics, but interpretation remains similar.

How to use this calculator

Step-by-step

  • Enter your observed value in the x field.
  • Enter the distribution mean in the μ field.
  • Enter the standard deviation in the σ field.
  • Click Calculate Z Score.

The tool returns:

  • Your z score
  • The percentile (area to the left under the normal curve)
  • A two-tailed probability estimate
  • A quick interpretation of how unusual the value is

How to interpret z scores quickly

Z-Score Range Interpretation Approximate Percentile
0 Exactly at the mean 50th
±1 Typical variation 16th to 84th
±2 Uncommon 2nd to 98th
±3 Very rare / extreme Below 0.2nd or above 99.8th

Practical examples

1) Exam scores

Suppose a student scores 88 on a test where the mean is 75 and standard deviation is 10. The z score is (88-75)/10 = 1.3. This means the student is 1.3 standard deviations above average, roughly around the 90th percentile.

2) Manufacturing quality control

A part diameter that lands at z = -2.4 is notably below the process mean and might trigger an inspection. Z scores help teams detect drift and reduce defects early.

3) Finance and risk

Analysts often standardize returns to compare volatility-adjusted movement across assets. A daily move with |z| greater than 2 may be unusual and worthy of follow-up.

Important notes and assumptions

  • The percentile and probability outputs assume an approximately normal distribution.
  • Standard deviation must be greater than zero.
  • Outliers can influence the mean and standard deviation, affecting z score interpretation.
  • Z scores are descriptive; they do not prove cause-and-effect.

FAQ

Is a higher z score always better?

Not necessarily. Higher may be good for exam scores, but bad for wait times, defects, or costs. “Better” depends on what the variable represents.

What z score is considered unusual?

A common rule of thumb is that values beyond ±2 are uncommon, and beyond ±3 are rare.

Can z scores be negative?

Yes. Negative z scores indicate values below the mean.

🔗 Related Calculators