Z-Score Calculator

Convert a raw score to a z-score, percentile rank, and normal-distribution tail probabilities.

Percentile Rank Left & Right Tail Step-by-Step
Share this tool

The observation you want to standardize

The center of the distribution

Must be greater than zero

Quick Load:

Calculating z-score...

Enter a raw score, mean, and standard deviation to calculate its z-score and percentile.

What Is a Z-Score?

A Z-Score Calculator converts an individual raw score into a standard score that describes its distance from the mean. The result is measured in standard deviations, so values from different scales can be compared on a common reference. A z-score of 0 is exactly at the mean, 1 is one standard deviation above it, and -1 is one standard deviation below it.

Standardization is useful in education, research, quality control, finance, and other fields where a value needs context. A score of 85 means little by itself; its meaning changes depending on the distribution's mean and spread. The z-score supplies that context without changing the observation's relative position.

How a Z-Score Locates a Value on the Normal Curve

Negative z-scores fall below the mean and positive z-scores fall above it. The highlighted bands show the central 68% and 95% regions of a normal distribution.

Normal curve showing z-scores and empirical-rule coverageA populated bell curve with markers from negative two to positive two, a central 68 percent band, and a central 95 percent band. z = -2 Below mean z = -1 z = 0 Mean z = 1 z = 2 Above mean Central 68.27% Central 95.45% Negative z-scores Positive z-scores
Range from the meanApproximate normal-distribution coverage
Within 1 standard deviation68.27%
Within 2 standard deviations95.45%
Within 3 standard deviations99.73%

How to Calculate a Z-Score

Use z = (x - μ) / σ. Subtract the mean from the raw score, then divide that difference by the standard deviation.

Worked example

x = 85, μ = 70, σ = 10

z = (85 - 70) / 10

z = 15 / 10 = 1.5

The score is 1.5 standard deviations above the mean. That statement is valid as a standardized distance even when the original data are not normal.

How to Convert a Z-Score to a Percentile

A percentile uses the cumulative standard normal distribution, written Φ(z). It gives the modeled proportion of observations at or below the score.

Percentile = Φ(z) × 100%

Φ(1.5) = 0.9331928

Percentile = 93.3193%

The percentile interpretation assumes the variable follows a normal distribution. The raw z-score itself is simply a standardized distance and does not require that assumption.

Left-Tail, Right-Tail, and Two-Tailed Probability

Left tail

P(Z ≤ z) = Φ(z). This is the modeled area below the score and is also its percentile proportion.

Right tail

P(Z > z) = 1 - Φ(z). This is the modeled area above the score.

Two-tailed

2 × min(left, right). This measures outcomes at least as far from the mean in either direction.

How to Interpret Positive and Negative Z-Scores

A positive result means the raw score is above the mean; a negative result means it is below the mean. The sign gives direction and the absolute value gives distance. For example, z = -2 and z = 2 are equally far from the mean but lie on opposite sides.

A large absolute z-score is uncommon under a normal model, but it is not automatically an error or an outlier. Context, sample size, measurement quality, and the actual distribution all matter before a value is excluded.

The 68-95-99.7 Rule

For normal distributions, approximately 68.27% of values lie within one standard deviation of the mean, 95.45% lie within two, and 99.73% lie within three. This empirical rule gives a quick sense of how unusual a standardized score is.

These percentages describe central ranges, not one-sided tails. For example, the area outside ±2 standard deviations is about 4.55% in total, split equally between the two tails of a symmetric normal curve.

When Z-Scores Can Be Misleading

Z-scores always describe distance relative to the supplied mean and standard deviation, but normal percentiles are only appropriate when a normal model is reasonable. Strong skew, multiple peaks, heavy tails, discrete outcomes, and influential outliers can make the normal curve a poor description of the data.

Also distinguish known population parameters from sample estimates. A sample mean and sample standard deviation can be used to standardize observations descriptively, but they carry sampling uncertainty. Formal inference may require a t-distribution, a standard error, or another model instead of an individual-score z calculation.

Z-Score Calculator FAQ

What is the formula for a z-score?

The formula is z = (x - mean) / standard deviation. It subtracts the distribution mean from the raw score and expresses the remaining distance in standard-deviation units.

What does a positive z-score mean?

A positive z-score means the observation is above the mean. A value of 1.25, for example, is 1.25 standard deviations above the center of the distribution.

What does a negative z-score mean?

A negative z-score means the observation is below the mean. The absolute value gives the distance, so -2 is two standard deviations below the mean.

How do I convert a z-score to a percentile?

Evaluate the standard normal cumulative distribution at that z-score, then multiply by 100. This conversion assumes a normal distribution and reports the modeled percentage at or below the score.

Can a z-score be greater than 3 or less than -3?

Yes. Z-scores have no fixed upper or lower bound, although values beyond three standard deviations are uncommon under a normal model. An extreme result should be checked in context rather than automatically discarded.

What is the difference between a z-score and a percentile?

A z-score is a signed distance from the mean measured in standard deviations. A percentile is a cumulative percentage, so converting between them requires a distribution model such as the standard normal curve.

Does a z-score require normally distributed data?

No, the standardized-distance calculation can be applied to any numeric distribution with a defined mean and positive standard deviation. Normality is required only when interpreting that score through normal percentiles and tail probabilities.

Related Calculators