Interactive Z-Score Lookup
Negative Z Table
Use the negative Z-table for Z-scores below 0. Values represent the cumulative area to the left of the Z-score — P(Z ≤ z) where z < 0.
Click any cell to highlight it and copy the probability value. Table shows cumulative P(Z ≤ z) for negative Z-scores.
Positive Z Table
Use the positive Z-table for Z-scores from 0.00 to 3.99. The values show P(Z ≤ z) — the proportion of the standard normal distribution falling to the left of z. For example, P(Z ≤ 1.00) = 0.8413 and P(Z ≤ 1.96) = 0.9750.
Critical Z-Score Values — Quick Reference
The table below lists the most frequently used Z-scores in statistics, including confidence interval critical values and common probability benchmarks.
| Z-Score | P(Z ≤ z) Left Tail | P(Z ≥ z) Right Tail | Two-Tail Probability | Common Use |
|---|---|---|---|---|
| −3.00 | 0.0013 | 0.9987 | 0.0027 | 99.73% rule (3σ) |
| −2.576 | 0.0050 | 0.9950 | 0.0100 | 99% CI (two-tailed) |
| −2.326 | 0.0100 | 0.9900 | 0.0200 | 98% CI (two-tailed) |
| −1.960 | 0.0250 | 0.9750 | 0.0500 | 95% CI (two-tailed) |
| −1.645 | 0.0500 | 0.9500 | 0.1000 | 90% CI (two-tailed) |
| 0.00 | 0.5000 | 0.5000 | 1.0000 | Mean of distribution |
| 1.00 | 0.8413 | 0.1587 | 0.3174 | 1 standard deviation |
| 1.645 | 0.9500 | 0.0500 | 0.1000 | 90% CI (two-tailed) |
| 1.960 | 0.9750 | 0.0250 | 0.0500 | 95% CI ← most common |
| 2.00 | 0.9772 | 0.0228 | 0.0456 | 2 standard deviations |
| 2.326 | 0.9900 | 0.0100 | 0.0200 | 98% CI (two-tailed) |
| 2.576 | 0.9950 | 0.0050 | 0.0100 | 99% CI (two-tailed) |
| 3.00 | 0.9987 | 0.0013 | 0.0027 | 99.73% rule (3σ) |
Key values to memorize: P(Z ≤ 1.00) = 0.8413 | P(Z ≤ 1.96) = 0.9750 | P(Z ≤ 0) = 0.5000
Understanding the Z-Table
What Does P(Z ≤ z) Mean?
The Z-table shows the area (probability) to the left of a Z-score under the standard normal curve. For example, P(Z ≤ 1.00) = 0.8413 means 84.13% of values fall below Z = 1.
Right-Tail Probability
For P(Z ≥ z), use: 1 − P(Z ≤ z). For example, P(Z ≥ 1.96) = 1 − 0.9750 = 0.0250, meaning only 2.5% of values lie above Z = 1.96.
Area Between Two Z-Scores
For P(z₁ ≤ Z ≤ z₂), use: P(Z ≤ z₂) − P(Z ≤ z₁). For a 95% CI: P(−1.96 ≤ Z ≤ 1.96) = 0.975 − 0.025 = 0.950.
The Z-Score Formula
Before using the Z-table, you need a Z-score. The Z-score formula converts a raw value into a standardized score that tells you how many standard deviations it is from the mean:
A Z-score of 0 means the value equals the mean. A Z-score of +1 means the value is one standard deviation above the mean. A Z-score of −2 means the value is two standard deviations below the mean.
→ Learn more: Complete Guide to Z-Scores | Z-Score Calculator
How to Use the Z-Table — Step by Step
The Z-table is read by matching the first two digits of your Z-score against the row, and the second decimal against the column. The intersection gives P(Z ≤ z).
For a Positive Z-Score (z > 0)
Example: Find P(Z ≤ 1.96)
For a Negative Z-Score (z < 0)
Example: Find P(Z ≤ −1.35)
Worked Examples
The following examples cover the four most common Z-table use cases: left-tail, right-tail, area between two values, and finding a raw score from a percentile.
Example 1 — Left-Tail Probability
Exam scores are normally distributed with a mean μ = 70 and standard deviation σ = 10. What proportion of students scored less than 80?
Answer: 84.13% of students scored less than 80.
Example 2 — Right-Tail Probability
Using the same distribution (μ = 70, σ = 10), what proportion of students scored more than 64?
Answer: 72.57% of students scored more than 64.
Example 3 — Probability Between Two Scores
What proportion of students scored between 65 and 80? (μ = 70, σ = 10)
Answer: 53.28% of students scored between 65 and 80.
Example 4 — Find the Score at a Given Percentile
What score corresponds to the 90th percentile? (μ = 70, σ = 10)
Answer: A score of 82.8 is approximately the 90th percentile.
Real-World Applications of the Z-Table
Hypothesis Testing
In a one-sample Z-test, the Z-table converts your test statistic into a p-value. If your Z = 2.33, the p-value = 1 − 0.9901 = 0.0099 (reject H₀ at α = 0.05).
Confidence Intervals
The Z-table gives critical values for confidence intervals. For a 95% CI, use z* = 1.96. For 99% CI, use z* = 2.576. The formula is: X̄ ± z*(σ/√n).
Standardized Testing
SAT, GRE, and IQ scores are reported as standardized scores. A score at z = 1.5 corresponds to the 93rd percentile (P(Z ≤ 1.5) = 0.9332).
Quality Control
In manufacturing, the Z-table determines defect rates. At ±3σ (the 3-sigma rule), P(−3 ≤ Z ≤ 3) = 0.9973, meaning only 0.27% of products fall outside specifications.