ZestCalc
Appearance
Language

Z-Score Calculator

Standardize a raw value with a mean and standard deviation, then see the matching standard normal probabilities.

Enter values

Results update as you type.

The observed value you want to standardize.

The center of the original distribution.

Must be greater than 0.

Result

With x=85, mu=70, and sigma=15, the raw value standardizes to z=1; under the normal model, about 84.13% of values are at or below it.

Z-score formula

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

z-score

1

The raw value is 1 standard deviations above the mean.

Percentile

84.13%

0.841345 (84.13%)

Percentile

P(Xx)P(X \le x)

0.841345

84.13%

P(X <= x)

P(X>x)P(X > x)

0.158655

15.87%

P(X > x)

Between mean and x

0.341345

34.13%

Between mean and x

Distance from mean

1

standard deviations

Probability shown as decimal and percent under the normal model.

Standardization view

The raw value on the original distribution maps to the same relative position on the standard normal curve.

Original distribution

Original distributionLeft-tail percentile area: 84.13%Area between mean and value: 34.13%Mean: 70μ = 70Raw value: x = 85x = 8543.7596.25

Standard normal distribution

Standard normal distributionLeft-tail percentile area: 84.13%Area between mean and value: 34.13%Mean: 0z = 0z-score: z = 1z = 1-3.53.5

Step-by-Step Calculation

Start with the formula

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

Substitute the values

z=857015z=\frac{85-70}{15}

Simplify

z=1z=1

Interpret the sign and size

The raw value is 1 standard deviations above the mean.

What a z-score tells you

A z-score measures how far a raw value is from the mean in standard deviation units. If a value has a z-score of 2, it is two standard deviations above the mean. If it has a z-score of -1.5, it is one and a half standard deviations below the mean.

The formula is:

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

Here, xx is the raw value, μ\mu is the mean, and σ\sigma is the standard deviation. The standard deviation must be positive, because it represents spread.

Interpreting positive, negative, and zero z-scores

  • A positive z-score means the raw value is above the mean.
  • A negative z-score means the raw value is below the mean.
  • A zero z-score means the raw value is exactly equal to the mean.

The magnitude matters too. A z-score near 0 is close to average, while a z-score such as 2 or -2 is farther from the center. Very large positive or negative z-scores should be interpreted in context: they might signal an unusual observation, a meaningful outlier, or simply a distribution where extreme values are expected.

From raw values to the standard normal distribution

Standardizing converts a raw value from its original scale into the standard normal scale, where the mean is 0 and the standard deviation is 1. This lets you compare values from different normally distributed measurements on the same scale.

Once you know the z-score, you can connect it to the standard normal distribution:

  • Left-tail probability, written P(Xx)P(X \le x), is the area under the curve to the left of the raw value.
  • Percentile is the left-tail probability expressed as a percentage. A percentile of 84% means about 84% of normally distributed values are at or below that point.
  • Right-tail probability, written P(X>x)P(X > x), is the area under the curve to the right of the raw value.

These probabilities rely on the normal model. If the original distribution is strongly skewed, has multiple peaks, or contains unusual outliers, normal probabilities may be less reliable even though the z-score formula still standardizes the value.

Worked example

Suppose a test score is x=85x = 85, the class mean is μ=70\mu = 70, and the standard deviation is σ=15\sigma = 15.

z=857015=1515=1z = \frac{85 - 70}{15} = \frac{15}{15} = 1

The raw score is 1 standard deviation above the mean. Under a normal model, a z-score of 1 has a left-tail probability of about 0.8413, so the score is around the 84th percentile. The right-tail probability is about 0.1587.

Common cautions

  • σ\sigma must be greater than 0. A standard deviation of 0 means there is no spread, so the z-score formula would divide by zero.
  • Normal probabilities assume the distribution is reasonably normal. The z-score itself is just a standardized distance, but percentile and tail probability interpretations use the normal curve.
  • Extreme z-scores need context. In some domains, values beyond 3 standard deviations are rare; in others, heavy-tailed behavior makes them less surprising.

FAQ

Is a higher z-score always better?

No. A higher z-score only means the value is farther above the mean. Whether that is good depends on what the variable measures. A higher exam score may be good, but a higher blood pressure reading may be a warning sign.

What does a negative z-score mean?

A negative z-score means the raw value is below the mean. For example, z=2z = -2 means the value is two standard deviations below the mean.

Is percentile the same as probability?

They are closely related, but they are usually expressed differently. Left-tail probability is a decimal area under the curve, such as 0.8413. Percentile expresses the same location as a percent, such as about the 84th percentile.