MathIsimple
Statistics · Statistical Analysis

Critical Value Calculator

Find exact critical values for Z, t, chi-square, and F distributions. Set confidence level, degrees of freedom, and tail type to get the cutoff for hypothesis tests.

100% FreeZ / t / χ² / FOne & Two-TailedHypothesis Testing
Distribution Settings
Select distribution, confidence level, and degrees of freedom where required

Choose based on your test and whether σ is known

Enter 50–99.99 (e.g., 95 for α = 0.05)

Two-tailed splits α between both ends

Normal Distribution — Rejection Regions
Red shaded areas show where you'd reject H₀ — based on current confidence level (95%) and tail setting
z-axis markers: -3 -2 -1 0 1 2 3critical: ±1.96
Rejection region (H₀ rejected)Normal distribution curve
Common Critical Values — Quick Reference
Most-used Z and t critical values for two-tailed tests
Confidenceα (two-tailed)Z criticalt (df=10)t (df=30)
90%0.101.6451.8121.697
95%0.051.9602.2282.042
99%0.012.5763.1692.750
99.9%0.0013.2914.5873.646

As df → ∞, t critical values converge to Z values. At df = 120+, they're nearly identical.

Critical Values — The Complete Guide

1What Is a Critical Value?

A critical value is the boundary on a probability distribution that divides the "fail to reject" zone from the "reject" zone in hypothesis testing. When your test statistic crosses this line, you have statistically significant evidence against your null hypothesis at the chosen significance level.

Think of it as setting a bar before you collect data. If you choose α = 0.05 and your Z-test produces Z = 2.3, you check: does 2.3 exceed the critical value of 1.96? It does — so you reject H₀. The critical value framework keeps your decision rule objective and reproducible.

2The Four Distributions and When to Use Each

Z-distribution
Population σ is known, or n ≥ 30 (Central Limit Theorem applies). Common for proportion tests and large-sample means.
z=xˉμ0σ/nz = \frac{\bar{x} - \mu_0}{\sigma / \sqrt{n}}
Student's t
Population σ is unknown and n < 30. Heavier tails account for extra uncertainty from estimating σ with the sample s.
t=xˉμ0s/nt = \frac{\bar{x} - \mu_0}{s / \sqrt{n}}
Chi-Square (χ²)
Testing categorical data independence (contingency tables), goodness of fit, or constructing confidence intervals for variance.
χ2=(n1)s2σ02\chi^2 = \frac{(n-1)s^2}{\sigma_0^2}
F-distribution
Comparing two variances (Levene's test), or testing overall model significance in ANOVA / multiple regression.
F=s12/σ12s22/σ22F = \frac{s_1^2 / \sigma_1^2}{s_2^2 / \sigma_2^2}

3One-Tailed vs. Two-Tailed Tests

Two-tailed tests detect differences in either direction (μ ≠ μ₀). They split α equally between both tails — so at α = 0.05, each tail carries 0.025. The two-tailed Z critical value at 95% confidence is ±1.960.

One-tailed tests detect a specific directional change (μ > μ₀ or μ < μ₀). All α goes into one tail — so the one-tailed Z critical value at 95% confidence is 1.645 (lower bar, easier to reject). Use one-tailed only when you have a strong theoretical reason to expect the effect in one direction before collecting data.

4Degrees of Freedom — Why They Matter

Degrees of freedom (df) represent the number of independent pieces of information in your estimate. Estimating a mean from n observations uses up 1 df for the mean itself, leaving n − 1 for estimating variance. This is why t(df=1) has extremely heavy tails and t(df=∞) = Z.

Practical rules: t-test: df = n − 1. Two-sample t: df ≈ n₁ + n₂ − 2. Chi-square goodness of fit: df = (categories − 1). F-test: df₁ = (groups − 1), df₂ = (total observations − groups).

5Common Mistakes to Avoid

  • Using Z instead of t when n < 30 and σ is unknown — Z critical values are too small, leading to inflated Type I error.
  • One-tailed testing to "fish" for significance after seeing the data — pre-register your hypothesis direction before data collection.
  • Confusing α with p-value: α is a threshold you set; p-value is calculated from your data. Reject H₀ when p < α.
  • Ignoring the assumption of normality for small samples — t-tests require roughly normal populations when n < 15.

Frequently Asked Questions

A critical value is the threshold on a probability distribution that separates the rejection region from the non-rejection region in hypothesis testing. If your calculated test statistic exceeds the critical value, you reject the null hypothesis at your chosen significance level (α). For example, at α = 0.05 with a two-tailed Z-test, the critical value is ±1.960.
Ask AI ✨