Critical Value Calculator

Running a hypothesis test and need the cutoff point that decides whether you reject the null hypothesis? That threshold is the critical value. Our free critical value calculator finds it for the four most common sampling distributions – Z, t, chi-square, and F – at any significance level you choose.

Distribution
Choose the sampling distribution for your test statistic.
Tail Type
For chi‑square and F tests the critical region is always in the right tail.
Significance Level (α)
α must be between 0.0001 and 0.5
Result

How Critical Values Define Rejection Regions

In hypothesis testing, you compare a test statistic (like a Z-score or t-value) against a preset boundary. That boundary is the critical value. If the test statistic lands beyond it, you are in the rejection region and reject the null hypothesis. If it stays inside, you fail to reject.

The position of the boundary depends on three things:

  • Distribution – Z (normal), t, chi-square, or F.
  • Significance level (α) – typically 0.05, 0.01, or 0.10. It’s the probability of a Type I error (rejecting a true null).
  • Tail type – one-tailed or two-tailed, which reflects the alternative hypothesis.

Because the math changes for each distribution, a critical value calculator saves time and eliminates table look‑ups.

Types of Distributions and Their Parameters

Z (Standard Normal)

Used when the population standard deviation is known or the sample is large (n > 30). No degrees of freedom are needed. The calculator returns the Z-score that bounds the tail area defined by α.

t Distribution

Used for small samples or when the population standard deviation is unknown. You must supply degrees of freedom (df = n – 1 for a single sample). The t-distribution has thicker tails than the Z, so critical values are larger in magnitude for the same α.

Chi-Square (χ²)

Common in tests of independence and goodness-of-fit. The calculator needs the degrees of freedom (usually (r‑1)(c‑1) for contingency tables). Because the chi-square distribution is not symmetric, one‑tailed tests are directional and the critical value is always positive.

F Distribution

Used in ANOVA and regression F‑tests. Requires two sets of degrees of freedom: numerator df (k‑1) and denominator df (N‑k). The F critical value is always positive and marks the cutoff in the right tail under the null.

One-Tailed vs Two-Tailed Tests

The choice between one‑tail and two‑tail depends on your alternative hypothesis:

  • One-tailed – you test for a difference in a specific direction (e.g., “greater than”). All α is placed in one tail.
  • Two-tailed – you test for any difference (e.g., “not equal”). α is split equally between the two tails.

For a Z test at α = 0.05 two‑tailed, the calculator will split the 0.05 into 0.025 in each tail and return the corresponding critical values (typically ±1.96). For a one‑tailed test, it places the full 0.05 in the right tail, giving a critical value of about 1.645.

Why Critical Values Matter in Practice

A critical value turns an abstract p‑value into a simple decision rule. Instead of comparing p to α, you compare the observed test statistic to the critical value. This is especially handy when using printed tables or when you need a quick, replicable cutoff.

Moreover, critical values form the backbone of confidence intervals. A 95 % confidence interval is built around the point estimate plus/minus the margin of error, where the margin of error uses the critical value from a two‑tailed test at α = 0.05. So the same calculator that gives you the hypothesis test cutoff also gives you the multiplier for interval estimation.

Formulas Behind the Calculator

For completeness, here are the theoretical definitions. You do not need to compute these by hand – the calculator does it instantly – but knowing them clarifies the logic.

Z critical value
\(z\_{\alpha} = \Phi^{-1}(1-\alpha)\) for a right‑tail test. For two‑tailed, use α/2.

t critical value
\(t*{\alpha, df} = T*{df}^{-1}(1-\alpha)\), where T is the cumulative t-distribution.

Chi-square critical value
\(\chi^2*{\alpha, df}\) satisfies \(P(\chi^2 > \chi^2*{\alpha, df}) = \alpha\).

F critical value
\(F*{\alpha, df_1, df_2}\) satisfies \(P(F > F*{\alpha, df_1, df_2}) = \alpha\).

This calculator and article are for educational purposes only and do not replace professional statistical advice.

Frequently Asked Questions

What is a critical value in statistics?
A critical value is a threshold that separates the rejection region from the non-rejection region in a hypothesis test. If the test statistic falls beyond this threshold, you reject the null hypothesis at the chosen significance level.
How do I know whether to use a one-tailed or two-tailed critical value?
Use a one-tailed test when your alternative hypothesis specifies a direction (e.g., greater than or less than). Use a two-tailed test when the alternative hypothesis only states a difference (not equal). This determines whether you split the alpha level between two tails or keep it in one.
What is the difference between Z and t critical values?
Z critical values apply when the population standard deviation is known or the sample size is large (n>30). t critical values are used for smaller samples or when the population standard deviation is unknown; they depend on degrees of freedom and produce wider intervals.
How are degrees of freedom calculated for chi-square and F tests?
For a chi-square test of independence, degrees of freedom = (rows-1)*(columns-1). For an F-test, there are two sets: numerator df = k-1 (number of groups minus one) and denominator df = N-k (total observations minus number of groups).
Can I use this calculator for a confidence interval?
Yes. The critical value for a confidence interval is the same as for a two-tailed hypothesis test at the complement of the confidence level. For example, a 95% confidence interval uses the critical value corresponding to α=0.05 two-tailed.
  1. Z-Score Calculator
  2. T Value Calculator | Calculate t-test Statistics Online
  3. Normal Distribution in Calculator
  4. Standard Score Calculator