Critical Value Calculator
Find the critical value to compare against your test statistic in any hypothesis test.
📖 What is a Critical Value?
A critical value is the boundary point that separates the rejection region from the non-rejection region in a hypothesis test. If the computed test statistic falls beyond the critical value (into the rejection region), the null hypothesis is rejected at the chosen significance level α.
Critical values depend on three factors: the probability distribution of the test statistic (Z, t, F, or χ²), the significance level α (the acceptable probability of a Type I error - falsely rejecting H₀), and the direction of the test (one-tailed or two-tailed).
The most widely used critical value is z = 1.96, the two-tailed critical value for the standard normal distribution at α = 0.05. This appears in confidence interval formulas (95% CI: estimate ± 1.96 × SE) and in Z-tests for proportions and large-sample means. For the t-distribution, the critical value is higher and decreases as degrees of freedom increase, reflecting the heavier tails and greater uncertainty in small samples.
Critical values are equivalent to the quantile (inverse CDF) of the distribution. For example, the Z critical value at α = 0.05 (two-tailed) is the 97.5th percentile of the standard normal distribution: Φ⁻¹(0.975) = 1.96.
📐 Formulas
One-tailed right: z_α = Φ⁻¹(1 − α)
One-tailed left: z_α = Φ⁻¹(α) = −Φ⁻¹(1 − α)
t critical value: t_(α/2, df) = quantile of t-distribution with df degrees of freedom
Chi-square critical value: χ²_(α, df) = quantile of chi-square distribution (right-tailed)
F critical value: F_(α, df₁, df₂) = quantile of F-distribution (right-tailed)
Common Z critical values: α = 0.10 → 1.645 | α = 0.05 → 1.960 | α = 0.01 → 2.576 | α = 0.001 → 3.291 (all two-tailed)
📖 How to Use This Calculator
📝 Example Calculations
Example 1 - Z Critical Value (α = 0.05, two-tailed)
Standard Z-test at 5% significance, two-tailed: z_crit = ±1.960
Reject H₀ if |Z| > 1.960. Used for large-sample mean tests and proportion tests.
Example 2 - t Critical Value (α = 0.05, df = 19, two-tailed)
One-sample t-test, n = 20, two-tailed: t_crit = ±2.093
Higher than 1.96 because the t-distribution has heavier tails for small samples.
Example 3 - Chi-square Critical Value (α = 0.05, df = 4)
Goodness-of-fit test with 5 categories (df = 4): χ²_crit = 9.488
Reject H₀ if χ² > 9.488.
Example 4 - F Critical Value (α = 0.05, df₁ = 3, df₂ = 36)
One-way ANOVA with 4 groups of 10: F_crit = 2.866
Reject H₀ (all means equal) if F > 2.866.
Example 5 - Z Critical Value (α = 0.01, one-tailed right)
Right-tailed Z-test at 1% significance: z_crit = 2.326
Reject H₀ (H₁: μ > μ₀) if Z > 2.326.