MihsabaZ-Score Calculator

Z-Score Calculator

Calculate z from a raw value, mean and standard deviation, recover a raw value from z, or convert a percentile to z with normal-tail probabilities.

How to use

A z-score expresses how far a value is from the mean in standard-deviation units. The tool supports raw-to-z, z-to-raw and percentile-to-z modes. Percentile calculations use the standard normal distribution.

  1. Choose a conversion mode.
  2. For raw-to-z enter value, mean and standard deviation; reverse mode uses z instead of the raw value.
  3. For percentile-to-z enter a percentile strictly between 0 and 100.
  4. Review z, lower/upper percentile areas and two-tail probability; raw value appears when mean and SD are supplied.

How it is calculated

z=(x−μ)÷σ; x=μ+zσ; percentile=Φ(z)

Example

If x=85, mean=75 and SD=10, then z=(85−75)/10=1. Under the standard normal distribution, about 84.13% of the area lies below z=1.

Important notes

The z-score itself is a standardization. Turning it into a normal percentile or tail probability is appropriate only when a normal-model interpretation is reasonable; strongly skewed data may not support that assumption.

Frequently asked questions

What does z=0 mean?

The raw value is exactly at the mean.

Does z=2 mean the top 2%?

Not exactly; under a normal model about 97.72% lies below z=2 and about 2.28% above.

Can I recover the raw score?

Yes, with z, mean and standard deviation: x=μ+zσ.

Is this calculator free?

Yes. It is free to use and requires no account.