๐Ÿ“Š
fundamentalsbeginner20 min

Z-Scores and the Standard Normal Table: How to Calculate and Look Up Probabilities

Z-scores convert any normally distributed value into a standard scale, and the standard normal table (z-table) turns those scores into probabilities. This guide covers the full workflow: calculating z-scores, reading the z-table correctly, handling left-tail and right-tail areas, working between two z-values, and applying z-scores to real problems involving percentiles and probability.

What You'll Learn

  • โœ“Calculate a z-score from a raw value, mean, and standard deviation
  • โœ“Use the standard normal table to find cumulative probabilities for any z-score
  • โœ“Find right-tail, left-tail, and between-two-values probabilities using the z-table
  • โœ“Convert between raw scores, z-scores, percentiles, and probabilities in applied problems

1. What a Z-Score Tells You

A z-score tells you how many standard deviations a value is from the mean. That is the entire concept. If a student scored 85 on an exam with a mean of 75 and a standard deviation of 5, their z-score is (85 minus 75) divided by 5 = 2.0. They scored exactly 2 standard deviations above average. A z-score of zero means the value equals the mean. Positive z-scores sit above the mean; negative z-scores sit below. The formula is z = (x minus mu) divided by sigma for populations, or z = (x minus x-bar) divided by s for samples. Z-scores are powerful because they create a common scale. Comparing a score of 85 on one exam to a score of 720 on another is meaningless โ€” different exams have different scales. But if the 85 has a z-score of 2.0 and the 720 has a z-score of 1.5, you immediately know the 85 is a relatively stronger performance. This is exactly how standardized tests like the SAT and GRE report scores โ€” they convert raw performance into a standard scale so that different test forms can be compared directly.

Key Points

  • โ€ขz = (x - mean) / standard deviation โ€” measures how many SDs a value is from the mean
  • โ€ขz = 0 means the value equals the mean; positive = above average, negative = below average
  • โ€ขZ-scores create a common scale for comparing values from different distributions

2. The Standard Normal Distribution and Why It Matters

When you calculate a z-score, you are converting a value from any normal distribution (with any mean and any standard deviation) to the standard normal distribution, which has mean = 0 and standard deviation = 1. This is important because there is only one standard normal distribution, and its probabilities have been tabulated in the z-table. Instead of needing a separate probability table for every possible combination of mean and standard deviation, you need just one table โ€” the z-table โ€” because every normal distribution can be converted to the same standard normal distribution through z-scores. The standard normal distribution follows all the properties of normal distributions. It is symmetric and bell-shaped. The empirical rule applies: about 68% of z-scores fall between -1 and 1, about 95% between -2 and 2, and about 99.7% between -3 and 3. These percentages are exact for the standard normal distribution and approximate for other normal distributions. Any z-score beyond 2 in absolute value is unusual (roughly the most extreme 5%). Any z-score beyond 3 is rare (roughly the most extreme 0.3%). This gives you a quick mental framework for evaluating whether a value is typical or extreme without even looking at the table.

Key Points

  • โ€ขThe standard normal has mean = 0 and SD = 1 โ€” every normal distribution converts to it via z-scores
  • โ€ขOne table covers all normal distributions because z-scores standardize everything to the same scale
  • โ€ขThe empirical rule (68-95-99.7) gives quick probability estimates for z-scores of plus or minus 1, 2, and 3

3. How to Read the Z-Table Step by Step

The standard normal table gives the cumulative probability to the left of a z-score โ€” that is, P(Z is less than or equal to z). Most tables are organized with the ones and tenths digits of z down the left column and the hundredths digit across the top row. To look up z = 1.37: find the row for 1.3 and the column for 0.07. The intersection gives P(Z is less than or equal to 1.37) = 0.9147, meaning 91.47% of the standard normal distribution falls below z = 1.37. Three common lookup patterns cover almost every problem you will encounter. Left-tail probability (area to the left): look up z directly. P(Z less than 1.37) = 0.9147. Right-tail probability (area to the right): subtract the table value from 1. P(Z greater than 1.37) = 1 minus 0.9147 = 0.0853. Between two z-values: look up both z-scores and subtract. P(negative 0.50 less than Z less than 1.37) = P(Z less than 1.37) minus P(Z less than negative 0.50) = 0.9147 minus 0.3085 = 0.6062. For negative z-scores, the table works the same way. P(Z less than negative 1.37) = 0.0853. Notice this equals the right-tail probability for positive 1.37 โ€” that is the symmetry of the standard normal distribution in action. If your table only covers positive z-values, use the symmetry property: P(Z less than negative z) = P(Z greater than z) = 1 minus P(Z less than z). Snap a photo of a z-table problem and StatsIQ walks through the lookup, showing which row, which column, and which arithmetic operation matches your specific question.

Key Points

  • โ€ขThe z-table gives P(Z is less than or equal to z) โ€” the cumulative area to the left of the z-score
  • โ€ขRight-tail: subtract the table value from 1. Between two values: subtract the smaller cumulative probability from the larger.
  • โ€ขThe standard normal is symmetric: P(Z less than -a) = P(Z greater than a) = 1 minus P(Z less than a)

4. Worked Examples: From Raw Score to Probability

Example 1: Heights of adult women are normally distributed with mean 64 inches and SD 2.8 inches. What proportion of women are taller than 69 inches? Step 1: z = (69 minus 64) divided by 2.8 = 5 divided by 2.8 = 1.79. Step 2: look up z = 1.79 in the table. P(Z less than 1.79) = 0.9633. Step 3: we want the right tail. P(Z greater than 1.79) = 1 minus 0.9633 = 0.0367. About 3.67% of women are taller than 69 inches. Example 2: Exam scores are normally distributed with mean 72 and SD 8. What percentage of students scored between 60 and 80? Step 1: z for 60 = (60 minus 72) divided by 8 = negative 1.50. z for 80 = (80 minus 72) divided by 8 = 1.00. Step 2: P(Z less than 1.00) = 0.8413. P(Z less than negative 1.50) = 0.0668. Step 3: P(negative 1.50 less than Z less than 1.00) = 0.8413 minus 0.0668 = 0.7745. About 77.45% of students scored between 60 and 80. Example 3 (reverse): What score marks the 90th percentile on the same exam? Step 1: find the z-score where P(Z less than z) = 0.90. From the table, z is approximately 1.28. Step 2: convert back to the original scale. x = mean plus z times SD = 72 plus 1.28 times 8 = 72 plus 10.24 = 82.24. A score of about 82 marks the 90th percentile. The reverse formula x = mean plus z times SD is just the z-score formula solved for x โ€” it lets you go from probabilities back to raw values.

Key Points

  • โ€ขThe workflow is always: raw score to z-score to table probability (or reverse for percentile questions)
  • โ€ขRight-tail and between-values problems require one extra arithmetic step after the table lookup
  • โ€ขTo find a percentile score: look up the z-value for the desired area, then convert back using x = mean + z times SD

5. Z-Scores Beyond the Table: Standard Error and Hypothesis Testing

Z-scores do not just describe individual data points. In inferential statistics, z-scores describe how far a sample statistic is from the hypothesized population parameter, measured in standard errors. The test statistic for a z-test is z = (x-bar minus mu-zero) divided by (sigma divided by the square root of n), where mu-zero is the hypothesized mean. This z-score tells you how many standard errors your sample mean is from the value claimed by the null hypothesis. The standard error (sigma divided by the square root of n) replaces the standard deviation because you are now dealing with a sampling distribution, not individual observations. Thanks to the Central Limit Theorem, the sampling distribution of x-bar is approximately normal for large samples, so the same z-table you use for individual values also gives p-values for hypothesis tests. A z-score of 2.15 for a test statistic means your sample mean is 2.15 standard errors above the hypothesized value. Looking up the right tail: P(Z greater than 2.15) = 0.0158. For a one-tailed test, the p-value is 0.0158. For a two-tailed test, the p-value is 2 times 0.0158 = 0.0316. The connection between individual z-scores and test-statistic z-scores is the single most important conceptual bridge in introductory statistics. Both ask the same question โ€” how far is this value from what we expected, measured in standard deviations (or standard errors)? โ€” and both use the same table. Once you see this parallel, z-scores stop being an isolated topic and become the thread that connects descriptive statistics to inference.

Key Points

  • โ€ขTest statistic z = (x-bar minus mu-zero) divided by (sigma / square root of n) โ€” same logic as individual z-scores but using standard error
  • โ€ขThe same z-table gives probabilities for individual values and p-values for hypothesis tests
  • โ€ขOne-tailed p-value = one tail area from the table; two-tailed p-value = double the one-tail area

6. Common Mistakes and How to Avoid Them

Mistake 1: Subtracting in the wrong order. The z-score formula is (x minus mean) divided by SD, not (mean minus x). Getting this backward flips the sign, which flips the tail you look up in the table and gives you the complement of the correct answer. Always subtract the mean from the value, not the value from the mean. Mistake 2: Using the z-table for non-normal data. The z-table is the probability table for the standard normal distribution. If your data is not approximately normal, converting to z-scores is still valid (it tells you how many SDs from the mean), but looking up probabilities in the z-table gives wrong answers. The empirical rule and z-table probabilities only apply to normal (or approximately normal) distributions. For skewed data, the percentage between z = -1 and z = 1 could be anything โ€” not necessarily 68%. Mistake 3: Confusing the area to the left with the area to the right. The most common table gives P(Z less than z), which is the left-tail area. If the problem asks for the probability of exceeding a value, you need the right tail: 1 minus the table value. Read the problem carefully before deciding which area you need. Mistake 4: Forgetting to convert back to the original scale. After finding a z-score that corresponds to a desired percentile, many students report the z-score as the answer. The question almost always asks for the value in original units (test score, height, weight). Use x = mean plus z times SD to convert back. Mistake 5: Rounding z-scores too aggressively. Rounding z = 1.645 to z = 1.6 before looking up the table changes the probability from 0.9500 to 0.9452 โ€” a difference that matters for critical values and margin of error calculations. Keep at least two decimal places in your z-score before using the table.

Key Points

  • โ€ขAlways compute z = (x minus mean) / SD โ€” subtracting in the wrong order flips the sign and the tail
  • โ€ขThe z-table only works for normal distributions โ€” z-scores exist for any data but the probabilities do not
  • โ€ขRead the problem carefully to determine whether you need the left-tail area, right-tail area, or area between two values
  • โ€ขConvert z-scores back to the original scale with x = mean + z times SD when the question asks for a raw value

Key Takeaways

  • โ˜…z = (x - mean) / SD converts any normally distributed value to the standard normal scale (mean 0, SD 1)
  • โ˜…The z-table gives P(Z <= z), the cumulative left-tail area. Right-tail area = 1 minus the table value.
  • โ˜…Common critical z-values: 1.645 (90% CI), 1.96 (95% CI), 2.576 (99% CI)
  • โ˜…A z-score beyond plus or minus 2 is unusual (roughly 5% of the distribution). Beyond plus or minus 3 is rare (0.3%).
  • โ˜…The same z-table provides p-values for hypothesis tests using the test statistic z = (x-bar - mu0) / (sigma / sqrt(n))
  • โ˜…Z-scores allow direct comparison of values from different normal distributions by standardizing to the same scale

Practice Questions

1. SAT scores are normally distributed with mean 1050 and SD 200. A student scores 1340. What is their z-score, and what percentile is this?
z = (1340 - 1050) / 200 = 290/200 = 1.45. Looking up z = 1.45 in the z-table: P(Z <= 1.45) = 0.9265. The student is at approximately the 93rd percentile โ€” they scored higher than about 93% of test-takers.
2. A machine fills bottles with a mean of 500 mL and SD of 4 mL (normally distributed). What proportion of bottles contain less than 493 mL?
z = (493 - 500) / 4 = -7/4 = -1.75. P(Z <= -1.75) = 0.0401. About 4.01% of bottles contain less than 493 mL.
3. Using the same bottling machine (mean 500, SD 4), what fill volume marks the top 5% of all bottles?
We need the z-score where P(Z > z) = 0.05, which means P(Z <= z) = 0.95. From the z-table, z is approximately 1.645. Convert back: x = 500 + 1.645 times 4 = 500 + 6.58 = 506.58 mL. Bottles filled above 506.58 mL are in the top 5%.

Study with AI

Get personalized help and instant answers anytime.

Download StatsIQ

FAQs

Common questions about this topic

No. The z-table is provided on virtually every statistics exam and is built into all statistical software. What you do need to memorize is the z-score formula (z = (x - mean) / SD), the three lookup patterns (left tail, right tail, between), and a few critical z-values (1.645 for 90%, 1.96 for 95%, 2.576 for 99%). Knowing these by heart saves time and reduces table lookup errors.

Both measure distance from the mean in standard error units, but they use different distributions. A z-score uses the standard normal distribution and requires knowing the population standard deviation (sigma). A t-score uses the t-distribution (which has heavier tails) and uses the sample standard deviation (s) when sigma is unknown. For large samples (n greater than 30), the t-distribution closely approximates the standard normal and the values are nearly identical.

Yes. Snap a photo of any z-score or normal distribution problem and StatsIQ identifies whether you need a forward calculation (score to probability) or reverse calculation (probability to score), shows the z-score computation, walks through the table lookup, and explains which tail or area to report.

More Study Guides