Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Normal Distribution (Z-Score) Table









Getting Started with the Table

    This page hosts four standard-normal z-tables selected from a dropdown above. The table area is empty until you pick a type.

    Quick orientation:
  • Type of Z-table dropdown to choose between four configurations
  • zz-values across one half of the standard-normal range in 0.10.1 row increments
  • μ=0\mu = 0 and standard deviation σ=1\sigma = 1

Choosing a Z-Table Type

    The dropdown offers four configurations covering the two probability directions and the two halves of the zz-axis:

  • Cumulative (less than Z) Positive Values — Gives P(Zz)P(Z \leq z) for zz from 00 to 4.14.1
  • Cumulative (less than Z) Negative Values — Gives P(Zz)P(Z \leq z) for zz from 4.0-4.0 to 00
  • Complementary Cumulative (greater than Z) for Positive Values — Gives P(Z>z)P(Z > z) for zz from 00 to 4.14.1
  • Complementary Cumulative (greater than Z) for Negative Values — Gives P(Z>z)P(Z > z) for zz from 4.1-4.1 to 00

  • Pick the table that matches the direction of the inequality in your question and the sign of your zz-value.

Looking Up a Probability

    Standard z-tables organize values by the first decimal of zz along the row axis and the second decimal along the columns. To look up P(Z1.96)P(Z \leq 1.96) in the cumulative-positive table:
  • 1.91.9
  • 66
  • 0.97500.9750

  • The result is the cumulative probability — the area to the left of zz under the standard normal curve. For zz-values not exactly tabulated, interpolate between the two nearest entries or fall back to a calculator for exact precision.

Working with Negative Z-Values

For negative zz-values, use the dedicated negative tables rather than computing from the positive tables each time. The Cumulative Negative Values table gives P(Zz)P(Z \leq -z) directly for zz from 4.0-4.0 to 00.

You can also derive negative-value probabilities from positive ones using the symmetry of the standard normal:

P(Zz)=1P(Zz)P(Z \leq -z) = 1 - P(Z \leq z)


Both approaches give the same numerical result. The negative table is faster for lookups; the symmetry relation is handy when you only have a positive-value table on hand or want to double-check a value.

Cumulative vs Complementary Cumulative

    The four tables split along two axes — direction of inequality and sign of zz:

  • Cumulative (P(Zz)P(Z \leq z)) gives the area to the left of zz
  • Complementary cumulative (P(Z>z)P(Z > z)) gives the area to the right of zz

  • The two are exact complements: P(Z>z)=1P(Zz)P(Z > z) = 1 - P(Z \leq z). Use cumulative tables for "at most" or "less than" questions, and complementary cumulative tables for "more than" or "exceeds" questions.

    For two-sided questions like P(Z<z)P(|Z| < z), combine the two: P(Z<z)=2P(Zz)1P(|Z| < z) = 2 \cdot P(Z \leq z) - 1.

What Is the Standard Normal Distribution?

The standard normal distribution is the normal distribution with mean μ=0\mu = 0 and standard deviation σ=1\sigma = 1. It is symmetric around 00 with the classic bell shape, and the total area under its density curve is 11.

Its probability density function is:

φ(z)=12πez2/2\varphi(z) = \dfrac{1}{\sqrt{2\pi}}\, e^{-z^2/2}


and its cumulative distribution function Φ(z)=P(Zz)\Phi(z) = P(Z \leq z) is exactly what the cumulative z-tables on this page list to four decimal places.

Any normal distribution N(μ,σ2)N(\mu, \sigma^2) can be converted to standard normal via the zz-score transformation, so a single set of standard tables answers questions for every normal distribution.

For a full treatment, see the normal distribution page.

Understanding Z-Scores

    A $z$-score measures how many standard deviations a value xx lies from the mean μ\mu of a normal distribution with standard deviation σ\sigma:

    z=xμσz = \dfrac{x - \mu}{\sigma}


    Positive zz-scores are above the mean, negative below. A zz-score of 00 is exactly at the mean.

    Key reference values from the cumulative table:
  • z=1.00z = 1.00 gives P(Zz)0.8413P(Z \leq z) \approx 0.8413
  • z=1.645z = 1.645 gives P(Zz)0.9500P(Z \leq z) \approx 0.9500 (the 9595th percentile)
  • z=1.96z = 1.96 gives P(Zz)0.9750P(Z \leq z) \approx 0.9750 (basis of 95%95\% confidence intervals)
  • z=2.33z = 2.33 gives P(Zz)0.9901P(Z \leq z) \approx 0.9901

  • For more on standardization, see the z-score page.

The Empirical Rule

    For any normal distribution, the empirical rule (also called the 6868-9595-99.799.7 rule) says:

  • 68%68\% of values lie within 11 standard deviation of the mean: μ±σ\mu \pm \sigma
  • 95%95\% lie within 22 standard deviations: μ±2σ\mu \pm 2\sigma
  • 99.7%99.7\% lie within 33 standard deviations: μ±3σ\mu \pm 3\sigma

  • Expressed via zz-scores: P(1Z1)0.68P(-1 \leq Z \leq 1) \approx 0.68, P(2Z2)0.95P(-2 \leq Z \leq 2) \approx 0.95, and P(3Z3)0.997P(-3 \leq Z \leq 3) \approx 0.997.

    Most observed data points fall within ±3σ\pm 3\sigma, which is why z-tables typically only need to cover zz-values up to about ±4\pm 4.

    For more, see the empirical rule page.

Common Applications

    Z-tables are central to:
  • Hypothesis testing — Computing pp-values and critical values for zz-tests
  • Confidence intervals — Looking up critical zz-values like 1.961.96 for 95%95\% confidence
  • Percentile calculations — Converting a zz-score to a percentile rank, or vice versa
  • Quality control — Determining process capability and defect rates from zz-scores
  • Standardized testing — Converting raw scores to percentile ranks
  • Risk modeling — Computing tail probabilities for returns assumed normal

  • Wherever a continuous variable is well-approximated by a normal distribution and a probability question arises, a z-table gives the answer to four decimal places without computation.

Related Tables and Tools

Related Tables:

Binomial Distribution Table - Cumulative binomial probabilities; the binomial converges to a normal distribution for large nn.

Poisson Distribution Table - Cumulative Poisson probabilities; approximated by the normal for large means.

t Distribution Table - Critical values for small-sample inference; converges to standard normal as degrees of freedom grow.

Related Tools:

Normal Distribution Calculator - Returns exact P(Zz)P(Z \leq z) for any zz without lookup or interpolation.

Z-Score Calculator - Converts a raw value xx to a zz-score given μ\mu and σ\sigma.

Related Concepts:

Central Limit Theorem - Why the normal distribution shows up so widely across applied statistics.

Empirical Rule - The 6868-9595-99.799.7 summary of normal-distribution spread.