Z-Score Calculator

Convert raw values into z-scores, or convert z-scores back to raw values. Instantly see percentile rank, lower-tail probability, upper-tail probability, and interpretation.

Computed Z-Score

0.7

Slightly above the mean

Z-Score

0.7

Percentile

75.8%

Below Probability

75.8%

Above Probability

24.2%

What Is a Z-Score?

A z-score is a standardized measurement that expresses how many standard deviations a value is above or below the mean. This normalization makes values from different datasets directly comparable. For example, a score of 82 may look strong in one class and average in another. Z-scores resolve that by accounting for both mean and spread (standard deviation). In many practical settings, z-scores are used for exam analysis, quality control, healthcare screening metrics, and financial risk monitoring.

Z-Score Formula and Reverse Formula

Forward conversion (raw to z): z = (x − μ) / σ

  • x = raw value
  • μ = mean
  • σ = standard deviation

Reverse conversion (z to raw): x = μ + zσ

Worked Example

Suppose an exam has mean 75 and standard deviation 10, and a student scores 82.

  • z = (82 − 75) / 10 = 0.7
  • Percentile for z = 0.7 is about 75.8%
  • This means the score is higher than about 75.8% of the group

How to Interpret Z-Score Ranges

Z-Score RangeInterpretationTypical Percentile Span
-0.5 to 0.5Near average31st to 69th
0.5 to 1.5Above average69th to 93rd
-1.5 to -0.5Below average7th to 31st
|z| > 2Unusual valueBelow 2.5th or above 97.5th
|z| > 3Potential extreme outlierBelow 0.13th or above 99.87th

Percentile and Tail Probability

For normally distributed data, percentile is the probability of observing a value less than or equal to your z-score. Lower-tail probability answers “how often values are at or below this point,” while upper-tail probability answers “how often values are above this point.” These are useful for threshold design, test scoring, and anomaly monitoring.

Common Use Cases

  • Education: Compare students across tests with different difficulty.
  • Manufacturing: Track deviation of process measurements from target.
  • Healthcare: Assess standardized growth and lab metrics.
  • Finance: Quantify how unusual price moves are versus recent volatility.
  • Research: Standardize variables before modeling or index construction.

Limitations and Good Practice

Z-score interpretation is strongest when data are approximately normal and standard deviation is stable. If data are skewed, heavy-tailed, or strongly seasonal, percentile mapping from a normal model may be less reliable. Pair z-scores with visual checks (histogram, QQ plot) and domain context before making high-impact decisions.

Sources and References

  • NIST/SEMATECH e-Handbook of Statistical Methods — Standard Scores and Normal Distribution.
  • Montgomery, D. C., & Runger, G. C. Applied Statistics and Probability for Engineers.
  • Freedman, D., Pisani, R., & Purves, R. Statistics (W. W. Norton).

Frequently Asked Questions

What is a z-score in statistics?
A z-score (standard score) tells you how far a value is from the mean in units of standard deviation. A z-score of 0 means the value is exactly at the mean. A z-score of +1 means the value is one standard deviation above the mean, while -1 means one standard deviation below. This standardization lets you compare values from different scales, such as exam scores from different tests.
What does a z-score of 2 mean?
A z-score of 2 means the value is two standard deviations above the mean. In a normal distribution, this corresponds to approximately the 97.7th percentile, so the value is higher than about 97.7% of observations. Only about 2.3% of observations are expected above that point. This is often treated as unusually high, though context matters in practical decisions.
Can a z-score be negative?
Yes. Negative z-scores are common and simply indicate values below the mean. For example, a z-score of -1.5 means the value is 1.5 standard deviations below average. In a normal distribution, that corresponds to roughly the 6.7th percentile, meaning the value is higher than about 6.7% of observations and lower than about 93.3% of observations.
How is percentile related to z-score?
Percentile is the cumulative probability to the left of a z-score under the standard normal curve. For example, z = 0 maps to the 50th percentile, z = 1 maps to about the 84th percentile, and z = -1 maps to about the 16th percentile. Z-scores provide distance from the mean, while percentiles provide ranking position relative to the full distribution.
When should I avoid using z-scores?
Use caution when data are heavily skewed, strongly non-normal, or have influential outliers, because interpretation based on normal-distribution percentiles can become misleading. Also, if the standard deviation is very small or unstable, tiny changes in raw values can produce large z-score swings. In these cases, robust methods, nonparametric summaries, or transformation of the data may be more appropriate.
Are z-scores used to detect outliers?
Yes, z-scores are often used for preliminary outlier screening. Common thresholds are |z| > 2 for unusual values and |z| > 3 for potential outliers. These are practical rules, not strict laws. Domain knowledge matters, and some workflows combine z-scores with boxplots, robust z-scores, or model-based diagnostics before deciding to remove or investigate a data point.

Related Tools