Critical Value Calculator

Find rejection-region cutoffs for Z, t, chi-square, and F distributions from alpha, tails, and degrees of freedom.

Calculate a statistical critical value
Choose the reference distribution and tail arrangement, then enter the significance level and required degrees of freedom.

About critical values

A critical value is a cutoff on a reference probability distribution that separates outcomes retained under a null hypothesis from outcomes assigned to a rejection region. The significance level, alpha, specifies the total probability placed in that rejection region before data are examined. An observed test statistic beyond the relevant cutoff is statistically significant at the selected level, provided the test assumptions and design are valid. Tail choice determines where alpha is placed. A right-tailed test puts all of alpha above one upper critical value, while a left-tailed test puts it below one lower value. A two-tailed test splits alpha equally between both extremes. For example, a two-tailed standard normal test with alpha 0.05 places 0.025 in each tail and produces cutoffs near negative 1.96 and positive 1.96. The Z distribution is appropriate for standard normal tests and some large-sample procedures. Student's t distribution is used when estimating a mean with an unknown population standard deviation; its heavier tails depend on degrees of freedom and approach the normal distribution as those degrees increase. Chi-square distributions are nonnegative and commonly support variance tests, goodness-of-fit tests, and contingency-table analyses. F distributions are also nonnegative and use separate numerator and denominator degrees of freedom for variance ratios, ANOVA, and overall regression tests. This calculator numerically inverts each cumulative distribution function. Z values use a high-accuracy inverse-normal approximation. Student's t and F probabilities use the regularized incomplete beta function, while chi-square probabilities use the regularized incomplete gamma function. A bisection search then locates the quantile whose cumulative probability matches the required tail area. Results are displayed to six decimal places. Choose alpha and tails from the hypothesis specified before observing the data. Switching from two tails to one merely to obtain significance inflates the false-positive rate. Likewise, use degrees of freedom derived from the exact test rather than sample size automatically: a one-sample t test usually uses n minus 1, a contingency table uses a product based on rows and columns, and an F test requires two values. A critical value is only one part of statistical inference. Report the test statistic, degrees of freedom, p-value, effect size, uncertainty interval, assumptions, and analysis plan where appropriate. Statistical significance does not measure practical importance, establish causation, or protect against biased sampling and multiple unplanned comparisons.

Critical value examples

Common settings show how distribution, alpha, tails, and degrees of freedom determine the cutoff.

Test SetupCritical ValueUse
Z, two-tailed, alpha 0.05-1.959964 and 1.959964A standard 95 percent two-sided normal test.
t, two-tailed, alpha 0.05, df 10-2.228139 and 2.228139A two-sided small-sample mean test.
Chi-square, right-tailed, alpha 0.05, df 1018.307038A common upper-tail chi-square cutoff.
F, right-tailed, alpha 0.05, df1 5, df2 103.325835An upper-tail variance-ratio cutoff.

How to find a critical value

  1. Select the probability distribution required by your hypothesis test.
  2. Choose a left-tailed, right-tailed, or two-tailed rejection region as specified by the alternative hypothesis.
  3. Enter alpha and, for t, chi-square, or F, the degrees of freedom defined by the test.
  4. Select Calculate Critical Value and compare the observed statistic with the displayed cutoff or cutoffs.

Critical value FAQ

What is the relationship between alpha and confidence level?

For the corresponding two-sided procedure, confidence level is commonly one minus alpha. An alpha of 0.05 therefore corresponds to a 95 percent confidence level.

When do I use Z instead of t?

Use t for inference about a mean when population variability is estimated from the sample, especially with limited data. Z is used for known-variance or standard-normal procedures and suitable large-sample tests.

How do I choose one tail or two?

Use the direction stated by the prespecified alternative hypothesis. A nondirectional difference uses two tails, while a genuinely directional claim may use one.

Why does the F distribution need two degrees of freedom?

An F statistic is a ratio involving two independently estimated variance quantities. Their numerator and denominator estimates each contribute a separate degrees-of-freedom parameter.

Is a critical value the same as a p-value?

No, a critical value is a prespecified distribution cutoff. A p-value is the tail probability associated with the observed test statistic under the null model.