Critical Value Calculator
Last reviewed: June 2026 by the InvNorm Calculator Editorial Team. Report an issue
Use this Critical Value Calculator to find the Z critical values for hypothesis tests and confidence intervals. Enter a significance level (α) and select whether you need a one-tailed or two-tailed test. The calculator returns the critical Z value(s) that define the rejection region boundary.
What Are Critical Values?
Critical values are the boundary points on a probability distribution that separate the rejection region from the non-rejection region in a hypothesis test. If the test statistic falls beyond the critical value (into the rejection region), you reject the null hypothesis. The critical value depends on the significance level (α), which represents the maximum probability of making a Type I error (rejecting a true null hypothesis).
For Z tests, which use the standard normal distribution, the critical values are Z scores. In a two-tailed test at α = 0.05, the critical values are approximately ±1.96. This means that if the test statistic Z is less than -1.96 or greater than 1.96, you reject the null hypothesis. The total area in both tails combined equals α, with α/2 in each tail.
Critical values also define confidence intervals. A 95% confidence interval uses the critical value z* = 1.96 (the Z score that leaves 2.5% in each tail). The confidence level is 1 − α, so a smaller α produces a wider confidence interval with a higher confidence level.
Critical Value Formulas
Two-tailed test: The critical values are ±zα/2, where:
zα/2 = Φ−1(1 − α/2)
Right-tailed test: The critical value is zα, where:
zα = Φ−1(1 − α)
Left-tailed test: The critical value is −zα, where:
−zα = Φ−1(α)
Worked Example
Find the critical values for a two-tailed hypothesis test at the 1% significance level (α = 0.01).
- Determine tail areas: α/2 = 0.01/2 = 0.005 in each tail.
- Find the upper critical value: z0.005 = Φ−1(1 − 0.005) = Φ−1(0.995) ≈ 2.57583
- State both critical values: The critical values are ±2.57583.
- Decision rule: Reject H0 if the test statistic Z < −2.576 or Z > 2.576.
Common Critical Values Reference
| Confidence Level | α | Two-Tailed z* | One-Tailed z* |
|---|---|---|---|
| 80% | 0.20 | ±1.28155 | 0.84162 |
| 90% | 0.10 | ±1.64485 | 1.28155 |
| 95% | 0.05 | ±1.95996 | 1.64485 |
| 98% | 0.02 | ±2.32635 | 2.05375 |
| 99% | 0.01 | ±2.57583 | 2.32635 |
| 99.9% | 0.001 | ±3.29053 | 3.09023 |
Related Calculators
InvNorm Calculator
Find X values and Z scores from normal probabilities.
Confidence Interval Calculator
Calculate confidence intervals for population means.
Z Score to Percentile
Convert Z scores to percentile ranks.
Percentile to Z Score
Find the Z score for a given percentile.
Normal CDF Calculator
Calculate cumulative probabilities for normal distributions.
Return to the InvNorm Calculator to run your own calculation.