How to Find a Z Score- Easy Method
What Is a Z Score and Why You Need to Know It
A Z score tells you how many standard deviations a value is from the mean. That's it. Nothing fancy.
It's useful because it lets you compare values from different data sets that have different means and standard deviations. If you're working with normally distributed data, Z scores are your go-to tool for standardization.
The Z Score Formula
Here's the formula:
Z = (X - μ) / σ
Where:
- X = the value you're looking at
- μ = the mean of the data set
- σ = the standard deviation
You subtract the mean from your value, then divide by the standard deviation. That's all.
How to Find a Z Score (Step by Step)
Step 1: Gather Your Numbers
You need three things before you start:
- The value (X) you want to standardize
- The mean (μ) of your data set
- The standard deviation (σ) of your data set
Without these three, you're stuck.
Step 2: Subtract the Mean
Take your value and subtract the mean from it.
X - μ = difference
Example: If X = 85 and μ = 70, then 85 - 70 = 15
Step 3: Divide by Standard Deviation
Take that difference and divide it by σ.
difference / σ = Z score
Example: If σ = 10, then 15 / 10 = 1.5
Your Z score is 1.5. This means the value is 1.5 standard deviations above the mean.
Z Score Example Problems
Example 1: Test Scores
Your exam score is 92. The class average is 78 with a standard deviation of 7. What's your Z score?
Z = (92 - 78) / 7
Z = 14 / 7
Z = 2
You're 2 standard deviations above the mean. That's a solid score.
Example 2: Heights
A person is 6'2" (74 inches). The average male height is 69 inches with a standard deviation of 2.5 inches.
Z = (74 - 69) / 2.5
Z = 5 / 2.5
Z = 2
That person is 2 standard deviations taller than average. They're in the top ~2.5% of heights.
Example 3: Below Average Value
A stock price is $42. The average is $55 with a standard deviation of $8.
Z = (42 - 55) / 8
Z = -13 / 8
Z = -1.625
Negative Z scores mean the value is below the mean. This stock is 1.625 standard deviations below average.
Reading the Z Score Table
Once you have your Z score, you might want to know what percentage of data falls below that value. That's where the Z score table comes in.
📊 The table shows the cumulative probability from the left side of the distribution up to your Z score.
How to Read It
- Find the row for your Z score's first digit and first decimal
- Find the column for the second decimal place
- The intersection gives you the probability
Example: Z = 1.25
- Row: 1.2
- Column: 0.05
- Intersection: 0.8944
This means 89.44% of values fall below this point.
Z Score Interpretation Cheat Sheet
| Z Score | Interpretation | Percentile (approx) |
|---|---|---|
| -3 | 3 SDs below mean | 0.1% |
| -2 | 2 SDs below mean | 2.3% |
| -1 | 1 SD below mean | 15.9% |
| 0 | At the mean | 50% |
| +1 | 1 SD above mean | 84.1% |
| +2 | 2 SDs above mean | 97.7% |
| +3 | 3 SDs above mean | 99.9% |
The empirical rule (68-95-99.7 rule) covers most of what you need to know. About 68% of data falls within ±1 SD, 95% within ±2 SD, and 99.7% within ±3 SD.
Common Mistakes to Avoid
- Using sample standard deviation when you should use population standard deviation — or vice versa. Know which one your problem requires.
- Forgetting to divide — subtracting the mean is only half the formula.
- Confusing Z scores with percentile ranks — a Z of 2 is not the 2nd percentile. It's around the 97th.
- Using the wrong mean or standard deviation — make sure you're pulling from the correct data set.
Z Score vs Standard Score vs Percentile
| Term | What It Means | Range |
|---|---|---|
| Z Score | Standard deviations from mean | Can be any number (positive, negative, zero) |
| Standard Score | Another name for Z score | Same as Z score |
| Percentile | Percentage below this value | 0 to 100 |
| T-Score | Scaled version (mean=50, SD=10) | Usually 20-80 |
When Z Scores Actually Matter
Z scores aren't just textbook math. You'll encounter them in:
- Standardized testing — SAT, GRE, and IQ scores often get reported as Z scores or scaled versions
- Quality control — manufacturing uses Z scores to flag defective products
- Finance — risk models and portfolio standard deviation use Z scores
- Medical statistics — growth charts and lab results
- Psychometrics — comparing test-takers across different test versions
Quick Practice Problems
Problem 1: Find the Z score for X = 145, μ = 100, σ = 20.
Answer: (145 - 100) / 20 = 2.25
Problem 2: A Z score of -1.5 with μ = 80 and σ = 10. What is X?
Answer: X = μ + (Z × σ) = 80 + (-1.5 × 10) = 65
Problem 3: What's the Z score for someone who scores exactly at the mean?
Answer: Z = 0. No calculation needed.
The Bottom Line
Finding a Z score is straightforward once you know the formula. Subtract the mean, divide by standard deviation, done.
The hard part is making sure you're using the right numbers. Check your mean and standard deviation before you plug anything in. Wrong inputs = wrong outputs, every time.
If you're still stuck, grab a calculator and work through the examples above. That's the fastest way to get this down.