Math Tools
Z-Score Calculator
Compute z-scores to standardize values and see where they fall in a normal distribution. Enter a raw value, population mean, and standard deviation.
Z-Score
1.50
Above average by 1.50 standard deviations
Math Tools
Compute z-scores to standardize values and see where they fall in a normal distribution. Enter a raw value, population mean, and standard deviation.
Z-Score
1.50
Above average by 1.50 standard deviations
A z-score is a standardized value that tells you how many standard deviations a data point is from the population mean. Calculated as z = (x − μ) / σ, it transforms raw measurements into a common scale (typically −4 to +4) so values from different datasets can be compared. A z-score of +2 means 2 standard deviations above the mean; −1 means 1 below.
Enter your raw value, the population mean, and standard deviation. The calculator subtracts the mean from your value, then divides by the standard deviation. The result is your z-score. The tool also computes the percentile—the percentage of the normal distribution that falls below your value—and the probability of observing values above and below.
z = (x − μ) / σ, where x is the raw value, μ is the mean, and σ is the standard deviationSubtract the mean from your raw value to center it at zero, then divide by the standard deviation to scale it. This gives the number of standard deviations between your value and the mean. Positive z-scores are above the mean; negative are below.
| Input | Result | Notes |
|---|---|---|
| x=85, mean=70, standard deviation=10 | z = 1.5 | (85 − 70) / 10 = 1.5. The value is 1.5 standard deviations above the mean, at the 93rd percentile. |
| x=65, mean=70, standard deviation=10 | z = −0.5 | (65 − 70) / 10 = −0.5. The value is half a standard deviation below the mean, at the 31st percentile. |
| x=100, mean=100, standard deviation=15 | z = 0 | (100 − 100) / 15 = 0. The value equals the mean exactly, at the 50th percentile. |
A z-score of 2 means the value is 2 standard deviations above the mean. In a normal distribution, about 97.7% of values fall below it (the 97.7th percentile).
Yes. Negative z-scores mean the value is below the mean. A z-score of −1.5 is 1.5 standard deviations below the mean.
Z-score is the number of standard deviations from the mean (e.g., 2.0). Percentile is the percentage of the distribution that falls below that value (e.g., 97.7th percentile). This calculator computes both.
A z-score of 0 means your value equals the mean exactly. It's at the 50th percentile—half the distribution is below, half above.
Z-scores work mathematically for any data, but the percentile interpretation assumes a normal distribution. Always check if your data is bell-curve shaped.
Standard deviation measures spread—how far values typically stray from the mean. A large SD means values are scattered; a small SD means they're tightly clustered.