Z-Score Calculator
Turn a value into a standard score - or back again
๐ Enter your values
Results update instantly as you type. Switch tabs to convert in either direction โ from a raw value to its z-score, or from a z-score back to a raw value.
โ Z-score
A z-score of 1 means the value is 1 standard deviation above the mean. It is between 1 and 2 standard deviations from the mean (somewhat unusual). Roughly 84.1% of a normal distribution falls below it.
๐ Where it falls (normal distribution)
Percentile and tail areas assume a normal (bell-shaped) distribution. For skewed data they are only a rough guide.
๐งฎ Step by step
| Formula | z = (x โ ฮผ) / ฯ |
| Subtract the mean | 115 โ 100 = 15 |
| Divide by ฯ | 15 รท 15 = 1 |
| Raw value (x) | 115 |
| Z-score (z) | 1 |
For general use - a z-score standardizes a value against the mean and standard deviation. Percentiles assume a normal distribution; confirm with your source if your data is skewed or your sample is small.
Last updated June 2026
Method: The standard-score formula z = (x โ ฮผ) / ฯ and its inverse x = ฮผ + zยทฯ. Percentiles use the standard normal cumulative distribution function.
Included: Z-score from a raw value, raw value from a z-score, the step-by-step arithmetic, the approximate percentile, and the area above and below the value.
Not included: Estimating the mean or standard deviation from raw data, and percentiles for non-normal (skewed) distributions, which are only approximated here.
Z-score calculator: everything you need to know
A test score of 115 sounds good - but is it? It depends entirely on how everyone else did. If the average was 100 and the typical spread (standard deviation) was 15, then 115 is exactly one standard deviation above average, which works out to a z-score of 1.0 and roughly the 84th percentile. That single number - the z-score, or standard score - is what lets you compare a value against the rest of its group, or even against values measured on a completely different scale. This calculator computes it instantly and reads it back to you in plain language.
The z-score formula
A z-score measures how many standard deviations a value sits above or below the mean. The formula is:
z = (x − μ) ÷ σ where x is your raw value, μ (mu) is the mean of the distribution, and σ (sigma) is the standard deviation. To go the other way - from a z-score back to a raw value - rearrange the same equation:
x = μ + z · σ That is the whole idea. Subtracting the mean centers the value on zero; dividing by the standard deviation rescales it so that one unit equals one standard deviation. The result is a pure number with no units, which is exactly why z-scores are so useful for comparison.
How to use this z-score calculator
You only need three pieces of information. Work through the fields in order:
- Pick a direction: use the Find z from x tab to standardize a raw value, or Find x from z to convert a z-score back into a raw value.
- Enter your value: type the raw value (x) or the z-score, depending on the tab.
- Enter the mean (μ): the average of the group your value belongs to.
- Enter the standard deviation (σ): the typical spread of that group. It must be greater than zero.
The result updates as you type. The large number at the top is your answer; below it you get the approximate percentile, the area above and below the value, and a step-by-step view of the arithmetic so you can check the math by hand.
Worked example 1: an IQ score
IQ tests are scaled to a mean of 100 and a standard deviation of 15. Suppose someone scores 130. Then z = (130 − 100) ÷ 15 = 30 ÷ 15 = 2.0. A z-score of 2 means the score is two standard deviations above the mean, which places it at about the 97.7th percentile - higher than roughly 98 out of 100 people. The same calculation tells you that a score of 85 has z = (85 − 100) ÷ 15 = −1.0, sitting one standard deviation below the mean at about the 16th percentile.
Worked example 2: comparing two different tests
This is where z-scores really earn their keep. Imagine you scored 78 on a biology exam (class mean 70, SD 8) and 82 on a chemistry exam (class mean 75, SD 12). The raw scores suggest chemistry was your stronger subject - but standardize them and the picture flips. Biology: z = (78 − 70) ÷ 8 = 1.00. Chemistry: z = (82 − 75) ÷ 12 = 0.58. Relative to your classmates, you actually did better in biology. Z-scores let you compare apples to oranges by converting both to the same standardized ruler.
Worked example 3: going backward (find x from z)
Sometimes you start with the z-score. Say a university only admits applicants whose admission-test result is in the top 10%, which corresponds to a z-score of about 1.28. If the test has a mean of 500 and a standard deviation of 100, the minimum raw score needed is x = μ + z · σ = 500 + 1.28 × 100 = 628. Switch this tool to the Find x from z tab, enter z = 1.28 with that mean and SD, and you get the same answer instantly.
Z-score, percentile and the empirical rule
If the data is roughly bell-shaped (normally distributed), the empirical rule (also called the 68-95-99.7 rule) gives you a quick mental map of what a z-score means:
- About 68% of values fall between z = −1 and z = +1.
- About 95% fall between z = −2 and z = +2.
- About 99.7% fall between z = −3 and z = +3.
So a value with |z| greater than 2 is in the outer 5% of the distribution, and one beyond |z| = 3 is genuinely rare. The calculator converts your exact z into an exact percentile using the standard normal curve, but the empirical rule is a handy sanity check.
Reference table: common z-scores and percentiles
The table below shows where common z-scores land on a standard normal distribution. "Percentile" is the percentage of values below that z, and "Area in tail" is the percentage beyond it on one side.
| Z-score | Percentile (below) | Area in one tail | Reading |
|---|---|---|---|
| −3.0 | 0.1% | 0.1% | Very rare (low) |
| −2.0 | 2.3% | 2.3% | Unusual (low) |
| −1.0 | 15.9% | 15.9% | Below average |
| −0.5 | 30.9% | 30.9% | Slightly below |
| 0.0 | 50.0% | 50.0% | Exactly average |
| +0.5 | 69.1% | 30.9% | Slightly above |
| +1.0 | 84.1% | 15.9% | Above average |
| +1.28 | 90.0% | 10.0% | Top 10% |
| +1.645 | 95.0% | 5.0% | Top 5% |
| +1.96 | 97.5% | 2.5% | Top 2.5% |
| +3.0 | 99.9% | 0.1% | Very rare (high) |
Notice the symmetry: a z of +1 and a z of −1 are mirror images, so the area below +1 (84.1%) plus the area below −1 (15.9%) sums to 100%. The values 1.645 and 1.96 appear constantly in statistics because they mark the 5% and 2.5% one-tailed cutoffs used in hypothesis testing and confidence intervals.
Who uses z-scores
- Students and teachers standardizing exam scores or curving grades.
- Researchers identifying outliers and standardizing variables before analysis.
- Healthcare - growth charts report a child's height and weight as z-scores against age- and sex-based norms.
- Finance and quality control measuring how far a return or a measurement deviates from its expected value.
- Anyone comparing results measured on different scales, where raw numbers cannot be compared directly.
Key terms explained
- Mean (μ): the arithmetic average of all the values in the group.
- Standard deviation (σ): the typical distance of values from the mean - the "spread" of the data.
- Standard score: another name for a z-score - a value expressed in standard-deviation units.
- Percentile: the percentage of a distribution that falls below a given value.
- Standard normal distribution: a bell curve with mean 0 and standard deviation 1, the reference curve z-scores map onto.
- Outlier: a value far from the rest, often defined as one with |z| above 2 or 3.
Tips for getting it right
- Match the value to its group. The mean and standard deviation must describe the same population the value comes from - do not mix a math-test value with the spread of an English test.
- Mind the sign. A negative z is below average and a positive z is above; the size tells you how far.
- Use population values when you can. If you only have a sample, your z-scores are estimates - reasonable for large samples, shakier for small ones.
- Round at the end. Keep extra decimals during the calculation and round only the final z-score to avoid drift.
Related concepts
Z-scores connect to several neighboring ideas. A t-score rescales a z-score to a mean of 50 and standard deviation of 10 (T = 50 + 10z), common in psychology. Standardization in machine learning applies the same z formula to every feature so variables on different scales contribute equally. Confidence intervals and hypothesis tests use critical z-values like 1.96 to mark cutoffs. And the percentile you read here is the cumulative probability of the standard normal distribution - the foundation of much of inferential statistics.
Limitations and assumptions
This calculator does the arithmetic exactly, but a few assumptions are worth keeping in mind:
- The z-score itself is valid for any data, but the percentile assumes a normal distribution. For skewed data, treat the percentile as a rough guide only.
- You must supply the mean and standard deviation; the tool does not compute them from a raw data set.
- If you use a sample standard deviation rather than the true population value, the z-scores are approximate.
- A standard deviation of zero makes the z-score undefined (every value would be identical), so the calculator requires σ > 0.
โ ๏ธ Common mistakes & edge cases
Dividing by the variance instead of the standard deviation
The denominator is the standard deviation (σ), not the variance (σยฒ). If you were given the variance, take its square root first. Using the variance shrinks the z-score and gives a wildly wrong percentile.
Dropping the sign
A z-score can be negative, and the sign carries meaning: it tells you the value is below the mean. Reporting |z| without the sign loses half the information - z = −2 and z = +2 are on opposite ends of the distribution.
Reading a percentile from non-normal data
The percentile assumes a bell-shaped distribution. If your data is heavily skewed (incomes, reaction times), the z-score is still fine for comparison, but the percentile estimate can be off. Check whether your data is roughly normal first.
Mixing up the mean and the value
It is easy to swap which number is x and which is the mean. Remember: x is the single point you are scoring, μ is the average of the whole group. Swapping them flips the sign of the z-score.
❓ Frequently asked questions
How do you calculate a z-score?
Subtract the mean from your raw value, then divide by the standard deviation: z = (x - mean) / standard deviation. For example, if a test score is 115, the mean is 100 and the standard deviation is 15, then z = (115 - 100) / 15 = 1.00, meaning the score is one standard deviation above the mean.
What is a z-score, in plain terms?
A z-score (also called a standard score) tells you how many standard deviations a value is above or below the mean. A z of 0 is exactly average, a positive z is above average, and a negative z is below average. It puts values from different scales onto one common ruler centered on 0.
What does a negative z-score mean?
A negative z-score simply means the value is below the mean. For instance, z = -1.5 means the value sits 1.5 standard deviations below average. The sign shows direction (below the mean) and the number shows distance, so -1.5 and +1.5 are equally far from the center, just on opposite sides.
How do I convert a z-score back to a raw value?
Rearrange the formula: x = mean + z x standard deviation. So with a mean of 100 and a standard deviation of 15, a z-score of 1.5 gives x = 100 + 1.5 x 15 = 122.5. Switch this calculator to the 'Find x from z' tab to do it instantly in either direction.
How do I find a percentile from a z-score?
The percentile is the area under the standard normal curve to the left of your z-score. A z of 0 is the 50th percentile, z = 1 is about the 84th, and z = -1 is about the 16th. This calculator estimates the percentile automatically using the standard normal distribution.
What is considered a good or unusual z-score?
There is no universally 'good' z-score - it depends on context. As a rough guide, about 68% of values fall between z = -1 and z = +1, about 95% between -2 and +2, and about 99.7% between -3 and +3 (the empirical rule). A |z| above 2 or 3 is often flagged as unusual or a potential outlier.
What mean and standard deviation should I use?
Use the population mean and standard deviation if you know them. If you only have a sample, you can use the sample mean and sample standard deviation as estimates, but be aware the resulting z-scores are approximate, especially for small samples. The calculator does not estimate these for you - you supply them.
Does a z-score require a normal distribution?
The z-score formula itself works on any distribution - it is just a rescaling. However, turning a z-score into a percentile or probability assumes the data is approximately normal (bell-shaped). For skewed data, the standardized value is still valid, but the percentile estimate is only a rough guide.
What is the difference between a z-score and a t-score?
Both standardize values, but they use different scales. A z-score has a mean of 0 and standard deviation of 1. A t-score (common in psychology) has a mean of 50 and standard deviation of 10, computed as T = 50 + 10z. Z-scores are also used with the normal distribution, while the t-distribution is used for small samples when the population standard deviation is unknown.
Can a z-score be greater than 3 or less than -3?
Yes. There is no fixed limit - any value far from the mean produces a large z-score. In a normal distribution, values beyond |z| = 3 are rare (about 0.3% combined in both tails), so a z of 4 or 5 is possible but signals a very extreme or unusual observation worth double-checking.
๐ก Good to know
A z-score has no units
Because you divide by the standard deviation, the units cancel out. That is the whole trick: a z-score of 1.5 means the same thing whether you are measuring grams, dollars, or test points - exactly 1.5 standard deviations above the mean.
1.96 and 1.645 are not random
These show up everywhere in statistics: 1.96 marks the boundaries of a 95% confidence interval (2.5% in each tail), and 1.645 is the one-tailed 5% cutoff. Memorizing them makes a lot of statistics shortcuts click into place.
Standardizing makes things comparable
Converting every value to a z-score is how researchers compare variables measured on different scales, and how machine-learning models keep one large-numbered feature from drowning out the rest. Same formula, countless uses.
Related Calculators
Percentage Calculator
Solve any percentage problem - what is X% of Y and more
Fraction Calculator
Add, subtract, multiply and divide fractions
Scientific Calculator
A full scientific calculator with trig, logs and more
Average Calculator
Calculate the mean, median and mode of numbers
Square Root Calculator
Find the square root of any number
Exponent Calculator
Raise numbers to any power