Critical Value Calculator

Critical Value Calculator. Enter your distribution type (Z, t, χ², or F), significance level (α), and degrees of freedom to get your critical value(s). The Critical Value Calculator returns the left-tailed, right-tailed, and two-tailed critical values for hypothesis testing — so you can define your rejection region with confidence. Also try the use the Effect Size Calculator.

Select the distribution that matches your test statistic.

Choose based on your alternative hypothesis (H₁).

Common values: 0.10, 0.05, 0.025, 0.01. Must be between 0 and 0.5.

Required for t and χ² distributions. Not used for Z.

Required for F distribution only.

Required for F distribution only.

Results

Critical Value

--

Right-Tailed Critical Value

--

Left-Tailed Critical Value

--

Two-Tailed Lower Critical Value

--

Two-Tailed Upper Critical Value

--

Significance Level (α) Used

--

What is a critical value?

A critical value is a threshold on the test statistic scale that defines the boundary of the rejection region. If your computed test statistic exceeds the critical value (in absolute terms for two-tailed tests, or directionally for one-tailed tests), you reject the null hypothesis. It is determined by the chosen significance level α and the distribution of the test statistic. See also our t-Statistic Calculator.

How do I choose between a one-tailed and two-tailed test?

Your choice depends on your alternative hypothesis (H₁). If H₁ states a difference in a specific direction (e.g. μ > μ₀ or μ < μ₀), use a one-tailed test. If H₁ simply states that two values differ without specifying direction (μ ≠ μ₀), use a two-tailed test. Two-tailed tests split α across both tails (α/2 each side), resulting in more extreme critical values.

What is the Z critical value for a 95% confidence level?

For a two-tailed test at α = 0.05 (95% confidence), the Z critical values are ±1.96. For a one-tailed right test at α = 0.05, the critical value is 1.645. For a one-tailed left test, it is −1.645. These are among the most commonly used values in statistics.

Is a t critical value the same as a Z critical value?

Not exactly. The t-distribution has heavier tails than the standard normal (Z) distribution, so t critical values are larger in magnitude, especially for small degrees of freedom. As the degrees of freedom increase (generally above 30–120), the t-distribution converges toward the Z distribution, and the critical values become nearly identical. You might also find our Cochran's Q Statistic — Cochran's Q Test useful.

How do I find the t critical value for a given sample size?

Set your degrees of freedom to n − 1, where n is your sample size. For example, with a sample of 15 observations, df = 14. Then enter your desired significance level α and tail type. The calculator will return the corresponding t critical value from the inverse of the t-distribution CDF.

When should I use the chi-square (χ²) critical value?

The chi-square distribution is used in goodness-of-fit tests, tests of independence in contingency tables, and tests about a population variance. You need to supply the degrees of freedom (typically number of categories minus 1, or (rows−1)×(cols−1) for contingency tables). Chi-square critical values are always positive since the distribution is right-skewed.

What is the F critical value and when is it used?

The F critical value is used in analysis of variance (ANOVA) and tests comparing two population variances. It requires two degrees of freedom: df1 (numerator, related to the number of groups minus 1) and df2 (denominator, related to the total observations minus the number of groups). The F-distribution is right-skewed and always positive.

What is the significance level α and how does it affect the critical value?

The significance level α represents the probability of rejecting the null hypothesis when it is actually true (a Type I error). Common choices are 0.10, 0.05, and 0.01. A smaller α means you require stronger evidence to reject H₀, which pushes the critical value further into the tail — making it harder to achieve statistical significance. Check out our use the Fisher's Exact Test Calculator as well.