Critical values for the F-distribution. Used in ANOVA, regression significance tests, and variance comparisons.
Select a significance level, then find your df1 (numerator, columns) and df2 (denominator, rows). The cell value is the critical F-value—if your F-statistic exceeds it, reject H0 at that α.
Unlike the t-distribution (which has one df), the F-distribution has two degrees-of-freedom parameters:
df1 (numerator): In one-way ANOVA, this is k − 1, where k is the number of groups. In regression, it is the number of predictors.
df2 (denominator): In one-way ANOVA, this is N − k, where N is the total number of observations. In regression, it is N − p − 1.
When comparing exactly two groups, a one-way ANOVA with df1 = 1 is mathematically identical to a two-sample t-test. The F-statistic is the square of the t-statistic, and the p-values are the same. This means an F-table with df1 = 1 gives you the square of the corresponding t-critical value.
Need the t-distribution instead? → T-Distribution Table
Need to plan a study? → Sample Size & Power Calculator
Enter your degrees of freedom and significance level to get the exact F-critical value. You can also enter an observed F-statistic to compute its p-value.
Enter an observed F-statistic along with the degrees of freedom above to compute its exact p-value.