The standard normal table is a foundational tool in statistics that helps users determine probabilities and percentiles for the normal distribution. By converting any normal random variable into a standard normal variable, it simplifies probability calculations and supports data-driven decisions across many fields.
In practice, statisticians, data analysts, and researchers rely on this table to quickly look up areas under the standard normal curve. The following sections explain how to read the table, apply it to confidence intervals, and avoid common misinterpretations.
| z-score | Area to the Left | Cumulative Probability | Percentile |
|---|---|---|---|
| -2.0 | 0.0228 | 0.0228 | 2.28th |
| -1.0 | 0.1587 | 0.1587 | 15.87th |
| 0.0 | 0.5000 | 0.5000 | 50.00th |
| 1.0 | 0.8413 | 0.8413 | 84.13th |
| 2.0 | 0.9772 | 0.9772 | 97.72th |
Understanding z-scores and the Standard Normal Distribution
A z-score describes how many standard deviations a value lies from the mean of a normal distribution. When you standardize a normal variable, you shift its mean to 0 and its standard deviation to 1, creating the standard normal distribution that the table references.
The rows and columns of the standard normal table are arranged by z-score values. Interpreting each entry as the cumulative area to the left of that z-score lets you quickly find probabilities for intervals like less-than, greater-than, or between two values.
For example, a z-score of 1.645 corresponds to a cumulative probability of about 0.95, which is widely used as the critical value for a one-sided 95% confidence bound. Familiarity with these key landmarks improves speed and accuracy when solving problems.
Using the Table for Left-tail Probabilities
Left-tail probabilities are among the most common applications of the standard normal table. To find such a probability, locate the row for the first two digits of the z-score and the column for the second decimal place, then read the corresponding cell.
When the z-score is negative, the table directly gives the area to the left, which represents the probability that a standard normal variable is smaller than that value. For positive z-scores, the same process applies, and the result shows the cumulative probability from negative infinity up to that point.
Once you are comfortable with left-tail lookups, you can combine them with the complement rule to handle right-tail or between-region questions efficiently.
Finding Right-tail and Two-tail Probabilities
Right-tail probabilities are derived by subtracting the left-tail area from 1. For instance, if the table gives a left-tail probability of 0.9772 for z = 2.0, the right-tail probability is 1 − 0.9772 = 0.0228, indicating the area in the upper tail.
Two-tail probabilities appear frequently in hypothesis testing, where you assess both extremes of a symmetric normal distribution. By splitting the desired confidence level between the two tails and using the table, you can identify critical z-values that bound central probability masses.
These calculations are essential when constructing confidence intervals, performing z-tests, or comparing observed results against theoretical expectations under the normal model.
Confidence Intervals and Critical Values
Critical values from the standard normal table define the boundaries of confidence intervals for means and proportions when the population variance is known or the sample size is large. A 95% confidence level typically uses a critical value around 1.96, based on the table lookup that leaves 2.5% in each tail.
Choosing the appropriate confidence level directly affects the width of the interval and the strength of evidence required to reject a null hypothesis. Practitioners must align the selected critical value with the desired balance between precision and risk of Type I error.
Mastering these steps ensures that confidence intervals remain accurate, interpretable, and aligned with the intended level of statistical confidence.
Key Takeaways and Practical Recommendations
- Standardize any normal variable using z = (x − μ) / σ before using the table.
- Read left-tail probabilities directly from the table for both negative and positive z-scores.
- Use the complement rule (1 − area) to find right-tail probabilities quickly.
- Combine areas to compute probabilities between two values or outside an interval.
- Select critical values from the table to build accurate confidence intervals and hypothesis tests.
FAQ
Reader questions
How do I find the probability corresponding to a z-score of -1.25?
Look up -1.2 in the row and 0.05 in the column of the standard normal table to find the cumulative probability of approximately 0.1056, which represents the area to the left of z = -1.25.
What z-score cuts off the top 10% of the standard normal distribution?
The top 10% corresponds to a right-tail probability of 0.10, so the left-tail cumulative probability is 0.90. Using the table, the closest z-score is about 1.28, which is the critical value for the 90th percentile.
Can I use the standard normal table for a normal distribution with a mean of 50 and a standard deviation of 10?
Yes, by standardizing the values with the formula z = (x − μ) / σ, you convert any normal observation to the standard normal distribution and then apply the table to find probabilities or percentiles.
How is the standard normal table different from a t-distribution table?
The standard normal table assumes a known variance and is used when the sample size is large or the population standard deviation is known, while the t-distribution table accounts for extra uncertainty in small samples with unknown variance by using degrees of freedom.