Z-Score Calculator
Find out how far a data point sits from the mean in terms of standard deviations. Enter your value, the population mean, and standard deviation to get the z-score and percentile rank.
The Z-Score Formula Explained
The z-score formula is z = (x - μ) / σ. It takes your raw value, subtracts the mean to center it at zero, then divides by the standard deviation to put it on a universal scale.
After this transformation, every dataset speaks the same language. A z-score of 1.0 always means one standard deviation above the mean, whether you're looking at test scores, stock returns, or temperature readings. This makes comparisons across different datasets possible.
The calculation itself is straightforward division, but its power lies in standardization. Once you have the z-score, you can look up probabilities, compare across groups, and identify outliers using a single reference table.
Interpreting Z-Scores in Practice
In the classroom, z-scores help students understand where they stand relative to classmates. A score of 80 on a test with a mean of 70 and standard deviation of 5 gives a z-score of 2.0, placing the student in the top 2.3% of the class.
Quality control uses z-scores to spot defective products. Manufacturing processes aim for Six Sigma quality, meaning defects must fall beyond 6 standard deviations from the target. That translates to fewer than 3.4 defects per million items.
In finance, z-scores measure investment risk. The Altman Z-Score specifically predicts corporate bankruptcy by combining several financial ratios into a single standardized score.
Z-Scores and the Normal Distribution
Z-scores assume your data follows a normal (bell-shaped) distribution. Under this assumption, about 68% of values fall within one standard deviation of the mean (z between -1 and 1), 95% within two, and 99.7% within three.
This 68-95-99.7 rule, sometimes called the empirical rule, gives you quick probability estimates without any calculation. If something has a z-score beyond 3 or below -3, it happens less than 0.3% of the time in normally distributed data.
When data is not normally distributed, z-scores still measure distance from the mean in standard deviation units, but the percentile conversion becomes less accurate. For skewed distributions, consider using percentile ranks directly instead.
Frequently Asked Questions
What does a z-score tell you?
A z-score tells you how many standard deviations a value is above or below the mean. A z-score of 2 means the value is 2 standard deviations above the mean.
What is a good z-score?
It depends on context. In general, z-scores between -2 and 2 are considered typical (covering about 95% of data in a normal distribution). Scores beyond that range are unusual.
Can a z-score be negative?
Yes. A negative z-score means the value falls below the mean. A z-score of -1.5 means the value is 1.5 standard deviations below average.
How do I convert a z-score to a percentile?
Use the cumulative standard normal distribution table or this calculator. A z-score of 0 equals the 50th percentile, 1.0 equals about the 84th percentile, and 2.0 equals about the 97.7th percentile.
What is the z-score formula?
z = (x - μ) / σ, where x is the data value, μ is the mean, and σ is the standard deviation.