Σ
SDCalc
ระดับกลางTheory·12 min

Standard Normal Distribution Z-Table: How to Read It

Learn how to use a standard normal distribution z-table, convert raw values to z-scores, find left-tail and right-tail probabilities, and avoid common table mistakes.

By Standard Deviation Calculator Team · Data Science Team·Published

Quick Answer

A standard normal distribution z-table converts a z-score into cumulative probability under the normal curve. First calculate z = (x - μ) / σ, then use the row for the first decimal and the column for the second decimal. A left-tail table gives P(Z <= z).

  • Use a z-table only after converting the raw value to a z-score.
  • For a left-tail table, z = 1.25 means about 0.8944 of values are at or below that score.
  • For a right-tail probability, subtract the left-tail value from 1.
  • For a probability between two z-scores, subtract the smaller cumulative probability from the larger one.

Definitions

A z-score is a standardized distance from the mean. The standard normal distribution is a normal distribution with mean 0 and standard deviation 1. A cumulative probability is the area under the curve to the left of a cutoff.

What a Z-Table Shows

A student or analyst usually reaches for a z-table after asking a concrete question: "If this score is 1.25 standard deviations above average, what percentile is it?" The table answers by mapping standardized distance to normal-curve area.

Most classroom z-tables are left-tail cumulative tables. They report the area from negative infinity up to the z-score. NIST defines the normal model by its mean and standard deviation, and the standard normal version fixes those values at 0 and 1 so one table can serve every normally distributed variable after standardization.

Standard normal cumulative probability

Φ(z) = P(Z <= z)
QuestionOperation with a left-tail z-tableExample
What percent is below z?Read Φ(z) directlyz = 1.25 -> Φ(z) = 0.8944
What percent is above z?Compute 1 - Φ(z)1 - 0.8944 = 0.1056
What percent is between a and b?Compute Φ(b) - Φ(a)Φ(1.25) - Φ(-0.50)
What percentile is x?Convert x to z, then read Φ(z)x = 86, μ = 76, σ = 8 -> z = 1.25

Convert Raw Data to a Z-Score

The table does not accept raw scores, weights, delivery times, or lab readings. It accepts standardized values. Use the z-score calculator when you want the arithmetic checked, or use the formula below when the mean and standard deviation are already known.

Z-score formula

z = (x - μ) / σ
1

Start with the raw value

Identify the value x you want to place on the normal curve.
2

Use the right center and spread

Use the population mean μ and population standard deviation σ when the model parameters are known. If you only have sample data, calculate sample spread first with the sample standard deviation calculator.
3

Standardize the distance

Subtract the mean and divide by standard deviation. Positive z-scores are above the mean; negative z-scores are below it.
4

Read the table

Use the z-score row for the first digit and first decimal, then the column for the second decimal.

Worked Example: Exam Score Percentile

When we sanity-check z-table explanations for students, we use this concrete class exam dataset: the instructor reports μ = 76 and σ = 8 for a roughly bell-shaped score distribution. One student scored 86 and wants to know whether that is merely above average or high enough to land near the top tenth of the class.

Standardize the score

z = (86 - 76) / 8 = 10 / 8 = 1.25

On a left-tail z-table, find row 1.2 and column 0.05. The table value is 0.8944. That means about 89.44% of scores are at or below 86 under the normal model. The right-tail area is 1 - 0.8944 = 0.1056, so about 10.56% are above 86.

Decision from the numbers

The score 86 is not just "above average." It is approximately the 89th percentile under the class normal model. If the scholarship screen starts at the top 10%, this student is close enough that rounding rules and the actual score distribution matter.
ItemValueInterpretation
Raw score86The student's observed result
Mean76Class average used as the center
Standard deviation8One typical spread unit in score points
Z-score1.251.25 standard deviations above the mean
Left-tail probability0.8944About the 89.44th percentile
Right-tail probability0.1056About 10.56% above this score

Check with a calculator

The normal distribution calculator can confirm the same area without manual table lookup. Use the critical value calculator when you need the z cutoff for a target tail area instead.

Left-Tail, Right-Tail, and Between-Two-Values Tables

The weakest part of most z-table explanations is that they say "look up the value" without naming the table type. Replace that vague instruction with this concrete substitution: before reading any number, identify whether your printed table reports left-tail area, right-tail area, or area between zero and z.

Table typeWhat the cell reportsHow to use z = 1.25
Left-tail cumulativeP(Z <= z)Read 0.8944 directly
Right-tailP(Z >= z)Read about 0.1056 directly, or compute 1 - 0.8944
Mean-to-zArea between 0 and zRead 0.3944, then add 0.5000 for a positive z
Two-tail critical valueCutoff for split tail probabilityUse a critical value table or calculator, not a percentile lookup table

This distinction matters in hypothesis testing. A two-sided 5% z-test uses 1.96 because 2.5% sits in each tail, not because 95% sits below 1.96. For the testing context, review Hypothesis Testing with Standard Deviation and Confidence Intervals.

Decision Checklist

  • Distribution shape:Use a z-table when the normal model is reasonable. If the data are strongly skewed or heavy-tailed, check normality before trusting normal tail areas.
  • Known parameters:Use z methods when the population standard deviation is known or the normal approximation is justified. If sigma is estimated from a small sample, t methods may be more appropriate.
  • Tail direction:Write the probability statement first: P(Z <= z), P(Z >= z), or P(a <= Z <= b). This prevents left-tail and right-tail reversals.
  • Rounding:Round z consistently. For z = 1.254, using 1.25 gives 0.8944 while 1.26 gives 0.8962.
  • Interpretation:Translate probability into the user's decision: percentile, tail risk, cutoff, or evidence against a null hypothesis.

Common Mistakes

Using raw x in the table

A score of 86 is not a table row. Convert it to z = 1.25 first.

Forgetting negative z-scores

For a left-tail table, Φ(-z) = 1 - Φ(z). If Φ(1.25) = 0.8944, then Φ(-1.25) = 0.1056.

Mixing percentile and tail area

The 89th percentile means about 89% below, not 89% above.

Applying normal rules blindly

A z-table assumes the standard normal curve. For skewed data, compare with robust statistics.

When Not to Use a Z-Table

Do not use a z-table just because a dataset has a mean and standard deviation. The normal model must be a defensible approximation for the question. The empirical rule is a fast diagnostic for normal-shaped data, while Standard Deviation and Normal Distribution explains how spread controls the curve.

SituationBetter choiceReason
Small sample, sigma unknownt distributionExtra uncertainty from estimating standard deviation
Strong skew or outliersPercentiles, IQR, or robust z-scoresNormal tail areas may understate real tail risk
Binary counts or proportionsBinomial or normal approximation for proportionsThe raw outcome is not normally distributed
Need exact software outputCalculator or statistical softwareTables round z and probabilities

Further Reading

Sources

References and further authoritative reading used in preparing this article.

  1. NIST/SEMATECH e-Handbook of Statistical Methods: Normal DistributionNIST
  2. OpenStax Introductory Statistics: The Standard Normal DistributionOpenStax
  3. Wackerly, Mendenhall, and Scheaffer, Mathematical Statistics with ApplicationsCengage

How to Read This Article

A statistics tutorial is a practical interpretation guide, not just a formula dump. It refers to the assumptions, notation, and reporting language that analysts need when they explain a result to a teacher, manager, client, or reviewer. The article body covers the specific topic, while the sections below create a common interpretation frame that readers can reuse across related metrics.

Reading goalWhat to focus onCommon mistake
DefinitionWhat the metric is and what quantity it summarizesTreating the formula as self-explanatory
Formula choiceSample versus population assumptions and notationUsing n when n-1 is required or vice versa
InterpretationWhether the result indicates concentration, spread, or riskCalling a large value good or bad without context

Frequently Asked Questions

How should I interpret a high standard deviation?

A high standard deviation means the observations are spread farther from the mean on average. Whether that spread is acceptable depends on the context: wide dispersion might signal risk in finance, instability in manufacturing, or genuine natural variation in scientific data.

Why do some articles mention n while others mention n-1?

The denominator reflects the difference between population and sample formulas. Population variance and population standard deviation use N because the full dataset is known. Sample variance and sample standard deviation often use n-1 because Bessel’s correction reduces bias when estimating population spread from a sample.

What is a statistical interpretation guide?

A statistical interpretation guide is a page that moves beyond arithmetic and explains meaning. It tells you what a metric is, when the formula applies, and how to describe the result in plain English without overstating certainty.

Can I cite this article in a report?

You should cite the underlying authoritative reference for formal work whenever possible. This page is best used as an explanatory bridge that helps you understand the concept before quoting the original standard or handbook.

Why include direct citations on every article page?

Direct citations give readers a route to verify the definition, notation, and assumptions. That improves trust and reduces the chance that a simplified explanation is mistaken for the entire technical standard.

Authoritative References

These sources define the concepts referenced most often across our articles. Bessel's correction is a sample adjustment, variance is a squared measure of spread, and standard deviation is the square root of variance expressed in the same units as the data.