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:

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:

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

Example: Z = 1.25

This means 89.44% of values fall below this point.

Z Score Interpretation Cheat Sheet

Z ScoreInterpretationPercentile (approx)
-33 SDs below mean0.1%
-22 SDs below mean2.3%
-11 SD below mean15.9%
0At the mean50%
+11 SD above mean84.1%
+22 SDs above mean97.7%
+33 SDs above mean99.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

Z Score vs Standard Score vs Percentile

TermWhat It MeansRange
Z ScoreStandard deviations from meanCan be any number (positive, negative, zero)
Standard ScoreAnother name for Z scoreSame as Z score
PercentilePercentage below this value0 to 100
T-ScoreScaled 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:

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.