Z-Table Calculator

Compute cumulative probabilities from z-scores, find z-scores from probabilities, and visualize the standard normal curve.

Enter a z-score (typically between -4 and 4).
Quick examples:
z = 1.96 (left)
z = 1.96 (right)
z = 2.576 (two)
z = -1.5 (left)
p = 0.95 (left)
p = 0.025 (right)
Privacy first: All computations are performed locally in your browser. No data is sent to any server.

Understanding the Standard Normal Distribution and the Z-Table

The standard normal distribution is a special case of the normal (Gaussian) distribution with a mean of μ = 0 and a standard deviation of σ = 1. It is denoted as Z ~ N(0, 1). The standard normal distribution is a cornerstone of statistical inference, hypothesis testing, and probability theory. The Z-table (also called the standard normal table) provides the cumulative probability P(Zz) for a given z-score.

The probability density function (PDF) of the standard normal distribution:

φ(z) = (1 / √(2π)) · e−z²/2

The cumulative distribution function (CDF): Φ(z) = ∫−∞z φ(t) dt

What is a Z-Score?

A z-score (or standard score) measures how many standard deviations an observation or data point is from the mean. For a raw value x from a normal distribution with mean μ and standard deviation σ, the z-score is computed as:

z = (x − μ) / σ

Z-scores allow comparisons across different normal distributions by standardizing the scale. A positive z-score indicates a value above the mean, while a negative z-score indicates a value below the mean. Z-scores are widely used in fields such as psychology, finance, medicine, and quality control.

How to Use This Z-Table Calculator

This tool provides two complementary modes:

  1. Z → Probability: Enter a z-score (e.g., 1.96) and select the tail direction (left, right, or two‑tailed). The calculator returns the cumulative probability, right‑tail probability, and two‑tailed probability, along with a visual representation of the shaded area under the curve.
  2. Probability → Z: Enter a cumulative probability (e.g., 0.975) and select the tail direction. The calculator finds the corresponding z-score using inverse CDF (quantile function) methods.

Use the preset examples to quickly explore common statistical benchmarks: the 95% confidence interval (z = 1.96), the 99% confidence interval (z = 2.576), and other frequently used z-scores.

The Mathematics Behind the Z-Table

The standard normal CDF Φ(z) does not have a closed‑form elementary antiderivative. Instead, it is computed using numerical integration techniques such as the error function (erf) or specialized polynomial approximations. This calculator uses a high‑precision implementation of the complementary error function (erfc) to compute Φ(z) and its inverse.

The relationship between the normal CDF and the error function is:

Φ(z) = ½ · [1 + erf(z / √2)]

For inverse calculations, the calculator employs a rational approximation (based on the work of Wichura and others) that achieves high accuracy across the entire real line. This ensures that z-scores for extreme probabilities (e.g., p = 0.0001 or p = 0.9999) are computed reliably.

Real‑World Applications of Z-Scores and the Z-Table

  • Hypothesis Testing: Z-tests compare sample means to population means. The z-score of the test statistic is compared against critical values from the standard normal distribution to determine statistical significance.
  • Confidence Intervals: Z-scores determine the margin of error for confidence intervals. For example, a 95% confidence interval uses z = 1.96, while a 99% interval uses z = 2.576.
  • Quality Control: In manufacturing, z-scores help identify outliers and monitor process performance via control charts.
  • Finance: Z-scores are used in risk management (e.g., Value‑at‑Risk models) and to normalize asset returns for correlation analysis.
  • Education & Psychology: Standardized test scores (e.g., SAT, IQ tests) are often reported as z-scores or transformed to scales with known means and standard deviations.
  • Medical Research: Z-scores are used to standardize measurements such as bone density (T‑scores) and to compare patient outcomes across studies.
Case Study: Evaluating Student Performance

A university administers a standardized mathematics exam to 500 students. The exam scores are normally distributed with a mean of 72 and a standard deviation of 8. A student scores 88 on the exam. What is the student's z-score, and what percentile does this correspond to?

Solution: z = (88 − 72) / 8 = 2.00. Using the Z-table (or this calculator), P(Z ≤ 2.00) ≈ 0.9772. This means the student scored higher than approximately 97.7% of the test‑takers — placing them in the 98th percentile. This information is invaluable for admissions, scholarship decisions, and academic advising.

Common Misconceptions About Z-Scores

  • Misconception: Z-scores are only useful for normally distributed data.
    Reality: While z-scores are most meaningful for normal distributions, they can still be used as a standardization technique for any distribution, though the interpretation in terms of probabilities requires the distribution to be known.
  • Misconception: A z-score of 0 means the data point is "average" in the sense of being typical.
    Reality: A z-score of 0 means the data point is exactly at the mean. Whether this is "typical" depends on the distribution's spread (variance).
  • Misconception: The Z-table gives the probability of a z-score exactly.
    Reality: For continuous distributions, the probability of any exact value is zero. The Z-table gives cumulative probabilities (areas under the curve).
  • Misconception: Two‑tailed probabilities are always twice the right‑tail probability.
    Reality: Yes, because the standard normal distribution is symmetric. The two‑tailed probability is 2 × P(Z ≥ |z|) for z ≠ 0.

Z-Score Table: Selected Critical Values

The table below lists commonly used z-scores and their corresponding cumulative and two‑tailed probabilities. These values are frequently used in statistical practice.

Confidence Level α (Significance Level) zα/2 (Two‑tailed) zα (One‑tailed) Φ(z)
90% 0.10 1.645 1.282 0.9500
95% 0.05 1.960 1.645 0.9750
98% 0.02 2.326 2.054 0.9900
99% 0.01 2.576 2.326 0.9950
99.5% 0.005 2.807 2.576 0.9975
99.9% 0.001 3.291 3.090 0.9995

The Central Limit Theorem and the Standard Normal

The Central Limit Theorem (CLT) is one of the most important results in statistics. It states that the distribution of sample means (or sums) approaches a normal distribution as the sample size increases, regardless of the shape of the population distribution. This theorem justifies the widespread use of the standard normal distribution in inferential statistics, including hypothesis testing and confidence interval construction.

The CLT enables statisticians to use z-scores and the Z-table even when the underlying population is not normal, provided the sample size is sufficiently large (typically n ≥ 30). This is why z-tests are a staple of introductory statistics courses and practical data analysis.

Frequently Asked Questions

A z-score is used when the population standard deviation is known, and the distribution is normal or the sample size is large. A t-score (from the t-distribution) is used when the population standard deviation is unknown and estimated from the sample, especially for small sample sizes. The t-distribution has heavier tails and converges to the normal distribution as degrees of freedom increase.

Yes. A negative z-score indicates that the data point is below the mean. For example, a z-score of −1.5 means the value is 1.5 standard deviations below the mean. The standard normal distribution is symmetric around zero, so negative z-scores are common.

This calculator uses double‑precision floating‑point arithmetic and high‑accuracy rational approximations for the error function and its inverse. The results are accurate to at least 12 decimal places for typical z‑scores (|z| ≤ 6). For extreme values, the accuracy remains within 1e‑10, which is more than sufficient for all practical statistical work.

The shaded area under the standard normal curve corresponds to the cumulative probability you are calculating. For left‑tailed calculations, the shaded region extends from −∞ to the z‑score. For right‑tailed, it extends from the z‑score to +∞. For two‑tailed, the shaded regions are the two tails beyond ±|z|. The graph provides a visual intuition for the probability being computed.

The 68‑95‑99.7 rule (also known as the empirical rule) states that for a normal distribution: approximately 68% of the data falls within ±1 standard deviation of the mean, 95% within ±2 standard deviations, and 99.7% within ±3 standard deviations. These correspond to z‑scores of approximately 1, 2, and 3, respectively. The exact values are z = 1.96 for 95% and z = 2.576 for 99%.

In hypothesis testing, the p‑value is the probability of observing a test statistic as extreme as (or more extreme than) the one observed, assuming the null hypothesis is true. For a z‑test, the p‑value is computed from the standard normal distribution. A small p‑value (typically < 0.05) provides evidence against the null hypothesis. This calculator can be used to find the p‑value for a given z‑score by selecting the appropriate tail direction.

Trusted Statistical Methodology – This tool is built on well‑established statistical theory and numerical methods. The implementation follows the algorithms described in Abramowitz & Stegun's "Handbook of Mathematical Functions" and uses the high‑precision erf/erfc routines validated against NIST standards. Reviewed by the GetZenQuery tech team, last updated July 2026.

References: MathWorld Normal Distribution; Abramowitz, M. & Stegun, I. A. (1972). Handbook of Mathematical Functions; Wikipedia: Standard Normal Table; Wichura, M. J. (1988). "Algorithm AS 241: The Percentage Points of the Normal Distribution".