Critical Value Calculator
Find the cutoff your test statistic must exceed to reject the null hypothesis. Supports the four workhorse distributions of hypothesis testing — Z, Student's t, chi-square, and F — for any significance level.
Before You Calculate
- Match the distribution to your test: Z for large-sample means and proportions, t for small-sample means, chi-square for variance and independence tests, F for ANOVA and variance ratios.
- Enter α as a decimal — a 5% significance level is 0.05.
- Choose tails to match your alternative hypothesis: two-tailed for "different from," one-tailed for "greater than" or "less than." Chi-square and F tests are conventionally right-tailed.
Common Z Critical Values
A few Z cutoffs appear so often they are worth memorizing:
α = 0.10 → one-tailed 1.2816, two-tailed ±1.6449
α = 0.05 → one-tailed 1.6449, two-tailed ±1.9600
α = 0.025 → one-tailed 1.9600, two-tailed ±2.2414
α = 0.01 → one-tailed 2.3263, two-tailed ±2.5758
α = 0.001 → one-tailed 3.0902, two-tailed ±3.2905
The two-tailed value at α = 0.05, ±1.96, doubles as the multiplier in 95% confidence intervals.
Related Calculators
T-Table (Student's t Critical Values)
Look up Student's t critical values by degrees of freedom and one- or two-tail significance level.
Percentile Calculator
Find the value at any percentile or a value's percentile rank using linear interpolation.
Dice Probability Calculator
Find exact odds of rolling a dice sum exactly, at least, or at most a target value.
Learn More
Confidence Intervals
Understand what a confidence interval really claims, how the margin of error is built, when to use z versus t, and how sample size controls precision.
Hypothesis Testing
Learn how null and alternative hypotheses, p-values, confidence intervals, and test selection work together in statistical inference.
What a Critical Value Represents
A critical value is the boundary of the rejection region in a hypothesis test. It is chosen so that, if the null hypothesis were true, the probability of the test statistic landing beyond the boundary equals the significance level α. Observing a statistic past the cutoff is therefore rare enough — by your own chosen standard — to justify rejecting the null.
Formally, the critical value is a quantile of the test statistic's sampling distribution. The calculator inverts the cumulative distribution function to find it:
One-tailed: critical = F⁻¹(1 − α)
Two-tailed: critical = ±F⁻¹(1 − α/2)
Where:
- F⁻¹ = inverse CDF (quantile function) of the chosen distribution
- α = significance level, the accepted false-positive rate
- 1 − α = cumulative probability below the cutoff
Choosing Among Z, t, Chi-Square, and F
- Z: Use when the population standard deviation is known or the sample is large (roughly n ≥ 30), and for proportion tests. The distribution never changes, which is why Z tables are so compact.
- t: Use for means when the population standard deviation is estimated from the sample. It has one parameter, degrees of freedom (df = n − 1 for a one-sample test); smaller df means heavier tails and larger critical values.
- Chi-square: Use for goodness-of-fit and independence tests (df tied to the number of categories) and for tests about a single variance. Values are always positive and the distribution is right-skewed.
- F: Use for comparing variances and for ANOVA. It carries two df parameters — numerator (between groups) and denominator (within groups) — and order matters: F(3, 12) is not F(12, 3).
Critical Values vs. P-Values
The critical value approach and the p-value approach always reach the same accept/reject decision; they just phrase it differently. The critical value fixes a threshold on the statistic scale before the test: reject if the statistic is more extreme than the cutoff. The p-value works on the probability scale after the test: reject if the tail probability of the observed statistic is below α.
Critical values shine when the same threshold is reused many times — control charts, acceptance sampling, published tables — while p-values communicate how strong the evidence is, not merely whether it crossed the line. Reporting both is common in modern practice.
How Degrees of Freedom Move the Cutoff
For the t distribution, critical values shrink toward the Z value as the sample grows. At α = 0.05 two-tailed, the cutoff is 2.5706 with df = 5, 2.0860 with df = 20, 2.0423 with df = 30, and 1.9623 with df = 1000 — essentially the normal 1.96. The extra margin at small df is the price of estimating the standard deviation from limited data.
Chi-square and F critical values behave differently because their distributions change shape with df. A right-tailed chi-square cutoff at α = 0.05 grows with df (18.3070 at df = 10) since the whole distribution shifts right, while F cutoffs generally fall as the denominator df increases and the estimate of within-group variance stabilizes.
Worked Example: Two-Tailed t-Test Cutoff
A researcher compares a sample of n = 21 reaction times against a published benchmark using a two-tailed one-sample t-test at α = 0.05. The critical value comes from three steps:
- Degrees of freedom: df = n − 1 = 21 − 1 = 20.
- Split α across both tails: α/2 = 0.025 in each tail, so the cutoff sits at cumulative probability 1 − 0.025 = 0.975.
- Invert the t CDF: t₀.₉₇₅,₂₀ = 2.0860, giving critical values of ±2.0860.
The decision rule is: reject H₀ if |t| > 2.0860. If the study produces t = 2.30, that exceeds 2.0860, so the null hypothesis is rejected at the 5% level. Note the same statistic compared against the Z cutoff of ±1.96 would also reject — but with df = 5 the t cutoff would have been ±2.5706, and t = 2.30 would not reject. Small samples demand stronger evidence.
For comparison, selecting Chi-Square with α = 0.05 and df = 10 returns 18.3070, and selecting F with α = 0.05, df₁ = 3, df₂ = 12 returns 3.4903 — the threshold an ANOVA F statistic from four groups of four observations would need to clear.
Frequently Asked Questions
What is the difference between a critical value and a p-value?
They are two equivalent ways to run the same test. The critical value is a fixed cutoff on the statistic's scale, set by alpha before seeing data: reject if the statistic passes it. The p-value converts the observed statistic into a tail probability: reject if it is below alpha. The decisions always agree; the p-value additionally conveys how far past (or short of) the threshold the evidence landed.
Why does a two-tailed test use alpha divided by 2?
A two-tailed test rejects for extreme results in either direction, so the total false-positive budget of alpha must be shared between the two tails - alpha/2 in each. That pushes each cutoff further out, which is why the two-tailed Z cutoff at alpha = 0.05 is 1.96 while the one-tailed cutoff is only 1.645.
Why are chi-square and F critical values always positive?
Both statistics are built from squared quantities - sums of squared deviations or ratios of variances - so they cannot be negative. Their tests are conventionally right-tailed: only unusually large values indicate a departure from the null hypothesis, so a single upper critical value is all that is needed.
What happens to t critical values as the sample gets larger?
They decrease toward the Z critical value. At alpha = 0.05 two-tailed, the t cutoff falls from 2.5706 (df = 5) to 2.0860 (df = 20) to 1.9623 (df = 1000), converging on the normal 1.96. With fewer observations the standard deviation estimate is noisier, and the wider cutoff compensates for that extra uncertainty.
How do critical values relate to confidence intervals?
The two-tailed critical value is exactly the multiplier in a confidence interval at level 1 - alpha. A 95% confidence interval for a mean uses 1.96 standard errors (or the matching t value for small samples) because plus or minus 1.96 captures 95% of the sampling distribution. Testing at alpha = 0.05 and checking whether a 95% interval contains the null value are equivalent procedures.