Critical Value Calculator

Exact critical values for the Z, t, χ² and F distributions — with left, right and two-tailed support, a shaded rejection-region diagram and step-by-step working.

Critical values explained, step by step

A critical value is just the cutoff a test statistic must cross to reject H₀ at level α. Each card below covers one distribution family the calculator supports.

1. The rejection region — cutoff at α

The critical value is the boundary of the rejection region on the test-statistic axis. If your observed statistic lands past it, you reject H₀ at level α. It's the mirror image of the p-value approach — same decision, expressed as a cutoff instead of a probability.

reject H₀ if |stat| ≥ critical value
Example
Given
one-tailed α = 0.05
Z
Substitute
z₀.₀₅
Answer
cutoff = 1.645

2. Symmetric distributions — Z and t use α/2

Z (standard normal) and t (Student) are symmetric around 0. A two-tailed test splits α between the two tails, so each tail gets α/2. Z has no df; t needs one df value (n − 1 for a one-sample mean) and its tails are heavier for small df.

two-tailed: ±zα/2 or ±tα/2, df
dfdegrees of freedom (t only)
Example
Given
two-tailed α = 0.05
df = 15
Substitute
t₀.₀₂₅, ₁₅
Answer
±2.131

3. Right-skewed distributions — χ² and F

Chi-square and F live on [0, ∞) and are right-skewed, so the standard test is right-tailed with cutoff at 1 − α. Two-tailed forms exist for variance tests but are rare. Chi-square needs one df (k − 1 or (r − 1)(c − 1)); F needs two (numerator and denominator).

χ²1−α(df)   F1−α(df1
df2)
Example
Given
χ² independence
α = 0.05
df = 4
Substitute
χ²₀.₉₅(4)
Answer
cutoff = 9.488

4. Critical value vs p-value — same decision

The critical-value approach fixes α and compares statistics; the p-value approach fixes the statistic and compares probabilities. Given the same test they always agree. Modern reports usually quote both because the p-value also conveys how extreme the result was.

|stat| ≥ crit  ⇔  p ≤ α
crit approach: compare stat to cutoff
p approach: compare p to α
both agree on the same data
Example
Given
z = 2.10 vs z₀.₀₂₅
= 1.96
Substitute
2.10 > 1.96 → reject
Answer
p ≈ 0.036 → same call

Features of this calculator

  • Z, t, χ² and F critical values from a single form.
  • One-tailed and two-tailed cutoffs — α is split into α/2 automatically for symmetric two-tailed tests.
  • Requires only α and the relevant df; the tool picks the correct inverse-CDF for each distribution.
  • Continuous inverse-CDF routines instead of table lookups, so values are accurate to full display precision.
  • Shaded distribution diagram of the rejection region matching your inputs.
  • Show / hide step-by-step working with the exact quantile expression.
+Do I always need to know the degrees of freedom?
For Z, no — the standard normal has no df parameter. For t and chi-square you need one df value, and for F you need two (numerator and denominator).
+Why is the two-tailed cutoff based on α/2?
You split the total error budget α across both tails equally so that the combined false-positive rate stays at α. Each tail gets α/2.
+How large should df be to just use Z instead of t?
Purists still prefer t whenever σ is estimated. As a practical rule of thumb, once df ≥ 30 the t and Z critical values agree to within about 5% for common α values, so many textbooks treat 'large' samples with Z.
+Can chi-square or F be two-tailed?
Yes but it is rare. Testing a specific variance value H₀: σ² = σ₀² is one situation where a two-tailed chi-square with cutoffs χ²(α/2) and χ²(1 − α/2) is used. Goodness-of-fit and independence tests are always right-tailed.
+Why does my critical value not match the table exactly?
Tables usually round to 2–3 decimals. This calculator uses continuous inverse-CDF routines, so small rounding differences are normal. The values agree to well within tabled precision.
+How is this different from a p-value calculator?
A p-value calculator takes a test statistic and returns the tail probability. This calculator takes α and returns the cutoff on the test-statistic axis — the two are inverse operations.