Normal Distribution
Z Critical Values Table (1.645, 1.96, 2.576 and More)
The z-values that cut off a given area in one or both tails of the standard normal distribution: the multipliers behind confidence intervals and z-tests.
- 50% to 99.9% confidence
- One- and two-tailed
- Calculator included
Z Critical Values
Each row is a confidence level. Two-tailed columns split α between both tails; one-tailed columns put all of α in one tail.
| Two-tailed test | One-tailed test | |||
|---|---|---|---|---|
| Confidence level | α (both tails) | Critical z (±) | α (one tail) | Critical z |
| 50% | 0.5 | 0.6745 | 0.5 | 0.0000 |
| 60% | 0.4 | 0.8416 | 0.4 | 0.2533 |
| 70% | 0.3 | 1.0364 | 0.3 | 0.5244 |
| 75% | 0.25 | 1.1503 | 0.25 | 0.6745 |
| 80% | 0.2 | 1.2816 | 0.2 | 0.8416 |
| 85% | 0.15 | 1.4395 | 0.15 | 1.0364 |
| 90% | 0.1 | 1.6449 | 0.1 | 1.2816 |
| 95% | 0.05 | 1.9600 | 0.05 | 1.6449 |
| 96% | 0.04 | 2.0537 | 0.04 | 1.7507 |
| 98% | 0.02 | 2.3263 | 0.02 | 2.0537 |
| 99% | 0.01 | 2.5758 | 0.01 | 2.3263 |
| 99.5% | 0.005 | 2.8070 | 0.005 | 2.5758 |
| 99.8% | 0.002 | 3.0902 | 0.002 | 2.8782 |
| 99.9% | 0.001 | 3.2905 | 0.001 | 3.0902 |
Tip: click any value to highlight its row and column.
How to read this table
- Find the row for your confidence level (for example 95%).
- For a two-sided confidence interval or a two-tailed test, use the two-tailed critical value. Reject H₀ if |z| is larger.
- For a one-sided test, use the one-tailed column. Reject H₀ if z is beyond it in the direction of the alternative.
Worked example
A 95% confidence interval for a mean with known σ is x̄ ± z × σ/√n. The 95% row gives the two-tailed critical value 1.9600, the familiar 1.96. With x̄ = 120, σ = 15 and n = 36, the interval is 120 ± 1.9600 × 15/6 = 115.10 to 124.90.
A one-sided test at α = 0.05 uses the one-tailed value in the same row, 1.6449.
Click the underlined links to highlight the value in the table.
Calculator
For values between the rows and columns of the table. Results update as you type.
Formula and how the values were computed
Critical values are Φ⁻¹(1 − α/2) for two-tailed use and Φ⁻¹(1 − α) for one-tailed use, computed in double precision and rounded to four decimals.
Frequently asked questions
Why is the 95% critical value 1.96 and not 1.645?
A 95% two-sided interval leaves 2.5% in each tail, so the cut-off is the 97.5th percentile, 1.96. The value 1.645 leaves 5% in a single tail and is used for one-sided 95% bounds and one-tailed tests at α = 0.05.
When should I use t instead of z?
Use a z critical value when the population standard deviation is known or the sample is large. When σ is estimated from a small sample, use the Student t table with the appropriate degrees of freedom.
Related calculators and tutorials
- CalculatorOne-Sample z-Test Sample Size
- CalculatorConfidence Interval for One Mean: Sample Size
- CalculatorConfidence Interval for the Difference Between Two Means
- TutorialConfidence Intervals Explained for Clinical Trials
- TutorialType I and Type II Errors in Hypothesis Testing
- TutorialUnderstanding the Normal Distribution in Biostatistics