About the Z-Score Calculator
A z-score expresses how many standard deviations a value sits from the mean. It converts any measurement onto a common scale, which is what makes it possible to compare results from different tests, and it is the entry point to normal distribution probabilities and percentiles.
The formula
z = (x − μ) / σx is the value, μ the mean, and σ the standard deviation. A positive z is above the mean, negative below, and the magnitude is the distance in standard deviations.
How to use this calculator
- 1Enter your Data Point (x). The field starts at
75, which you can overwrite. - 2Enter your Mean (μ). The field starts at
70, which you can overwrite. - 3Enter your Standard Deviation (σ). The field starts at
10, which you can overwrite. - 4Read the result straight away — it recalculates as you type, so there is no button to press. Use Share to copy a link that reopens the page with your exact numbers filled in.
Worked example
| Input | Value |
|---|---|
| Data Point (x) | 75 |
| Mean (μ) | 70 |
| Standard Deviation (σ) | 10 |
Result
Z-Score: 0.5000
Percentile: 69.15%
69.1% of data falls below 75
Those are the values the page loads with, so you can reproduce this result yourself and then change one field at a time to see what drives the outcome.
Understanding your result
Standardising removes the units, which is the point. A test score of 75 means nothing without context, but a z-score of +0.5 says you are half a standard deviation above average whatever the test was scored out of. That is what lets you compare a maths result with a reading result, or a height with a weight.
In a normal distribution, z-scores map directly to percentiles. A z of 0 is the 50th percentile, +1 is roughly the 84th, +2 the 97.7th. About 95 percent of values fall between −1.96 and +1.96, which is where the conventional 95 percent confidence interval comes from and why |z| > 1.96 is the usual threshold for statistical significance.
Things worth knowing
- z-scores assume an approximately normal distribution when used for percentiles. On badly skewed data the percentile mapping fails.
- A z beyond ±3 is unusual — under 0.3 percent of normal data — and often flags an outlier or a data error.
- Use the population standard deviation when known; otherwise the t-distribution is more appropriate for small samples.
- z-scores are unitless, which is exactly what allows comparison across different measurements.
- In quality control, exceeding ±3 standard deviations is the classic signal that a process is out of control.
Frequently asked questions
What does a z-score of 1.5 mean?+
The value sits one and a half standard deviations above the mean. In a normal distribution that is roughly the 93rd percentile, so about 93 percent of values fall below it.
Can a z-score be negative?+
Yes — a negative z simply means the value is below the mean. A z of −2 is two standard deviations below, around the 2.3rd percentile.
What is considered a high z-score?+
Beyond ±2 is uncommon, covering about 5 percent of a normal distribution. Beyond ±3 is rare at under 0.3 percent and often indicates an outlier or measurement problem.
How do I convert a z-score to a percentile?+
Look it up in a standard normal table or use a cumulative normal function. A z of 0 is the 50th percentile, +1 the 84th, and +1.96 the 97.5th.