What this guide helps you decide
A z-score measures how many standard deviations a value lies above or below a mean. It standardizes location, but it does not by itself prove that the underlying data are normally distributed.
Tail probabilities require an additional distribution model. A z-score can be calculated for any nonzero standard deviation, while a normal percentile interpretation assumes an appropriate normal model or approximation.
Standardize first, model second
Use z = (x − μ)/σ for a population mean μ and standard deviation σ. Preserve the sign: positive values are above the mean and negative values below it. Then decide whether a normal cumulative probability is justified.
- Confirm that the value, mean, and standard deviation use the same units.
- Reject a zero or negative standard deviation.
- Subtract the mean before dividing by standard deviation.
- State separately whether a normal distribution is assumed for a percentile or tail area.
Worked scenario: standardized test scale
A modeled distribution has mean 100 and standard deviation 15. Standardize a value of 130.
- Difference from mean: 130 − 100 = 30.
- Standardize: z = 30 ÷ 15 = 2.
- Interpretation: the value is two standard deviations above the stated mean; a percentile requires the additional normal-model assumption.
Outcome: The z-score is +2. The sign and scale are valid from the arithmetic even before making any claim about normal tail probability.
Standardization checklist
- Use compatible units for x, mean, and standard deviation.
- Require a positive standard deviation.
- Retain the z-score sign.
- Distinguish sample statistics from population parameters.
- Check distribution shape before interpreting normal probabilities.
Limits and responsible use
- A z-score does not make skewed, discrete, censored, or heavy-tailed data normal.
- Using sample estimates introduces uncertainty not represented by the simple standardization formula.
Authoritative references
These links support the definitions, conventions, or safety boundaries used in this guide. CalculatorToolset wrote the explanation and example independently.
- NIST/SEMATECH e-Handbook of Statistical MethodsNational Institute of Standards and Technology
- Introductory Statistics 2eOpenStax, Rice University
Frequently asked questions
Can a z-score be greater than 3?
Yes. Z-scores are not restricted to a fixed interval, although extreme values may be rare under a normal model.
Is z = 0 always average?
It means the value equals the stated mean. Whether that is typical depends on the distribution's shape and spread.