F Table Quick Reference — Most Common Critical Values
Right-tail critical values at α = 0.05 — the most commonly used significance level.
Finding the Critical F-Value for a Right-Tailed Test
To find the critical F-value for a right-tailed test given a significance level (α) and degrees of freedom: (1) Select the table tab for your α below. (2) Find your numerator df (dfᵣ) in the column headers. (3) Find your denominator df (dfᵤ) in the left column. (4) The cell at their intersection is the F critical value.
Common exam example: Right-tailed test at α = 0.10, dfᵣ = 1, dfᵤ = 4 → F critical ≈ 4.545. Use the calculator below for any combination.
F Critical Value Calculator
| df2 \ df1 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 10 | 12 | 15 | 20 | 30 |
|---|
All values are right-tail critical values Fα,(df1,df2). Columns = numerator df1, Rows = denominator df2. Click any cell to highlight.
F Distribution Table (F Test Table)
The F distribution table — also called the F test table, F statistic table, or Fisher distribution table — lists critical values of the F distribution defined by two parameters: numerator degrees of freedom (df1) and denominator degrees of freedom (df2). Unlike the t-table or chi-square table, you need both df values to look up an F critical value.
What the F Distribution Measures
The F-statistic is the ratio of between-group variance to within-group variance. An F close to 1 means no systematic effect. A large F means groups differ more than random chance predicts — indicating a real effect.
Key Properties
F values are always ≥ 0. The distribution is right-skewed, so all F-table values are right-tail critical values. As both df increase, the distribution becomes more symmetric and critical values decrease.
Named After Sir Ronald Fisher
The F distribution was developed by Ronald Fisher in the 1920s. George Snedecor later tabulated it — which is why it's sometimes called Snedecor's F distribution or the variance ratio distribution.
F Table for ANOVA
The F table for ANOVA (analysis of variance) is used to determine whether group means differ significantly. ANOVA computes an F-statistic and you compare it against this table to decide whether to reject H₀.
ExampleF Table for One-Way ANOVA at α = 0.05
Scenario: Compare exam scores across 3 teaching methods. 10 students per group (k=3, N=30). Find the F critical value at α = 0.05.
For a full walkthrough of the ANOVA procedure, see the One-Way ANOVA Guide. To compute the F-statistic automatically from your data, use the ANOVA Calculator.
How to Read an F Table: 4 Steps
=F.INV.RT(alpha, df1, df2).
F Table by Significance Level
Each significance level has its own F table. Click the tabs above to switch, or use the descriptions below to choose the right table for your test.
F Table at α = 0.05 (95% Confidence)
The most widely used F table. Standard for ANOVA in academic research, clinical studies, and business analytics. If Fcalc ≥ critical value, reject H₀ at 5% significance. Common values: F(2,30) = 3.316, F(3,30) = 2.922, F(4,45) = 2.579.
F Table at α = 0.01 (99% Confidence)
Stricter level used when a false positive would be costly — clinical trials, quality control, regulatory studies. Critical values are higher than the 0.05 table. Example: F(2,30) rises from 3.316 to 5.390. Reduces Type I error at the cost of making it harder to detect true effects.
F Table at α = 0.025 (Two-Tailed Variance Tests)
The F table at α = 0.025 is primarily used for two-tailed F-tests — particularly tests of equality of variance (H₀: σ1² = σ2²). When running a two-tailed test at overall α = 0.05, you split α in half: use α/2 = 0.025 per tail. Look up the upper critical value in this table, then find the lower critical value as 1 ÷ F(df2, df1). Example: F(5,20) at α = 0.025 ≈ 3.29.
See also: F-Test Guide for the full procedure and F Distribution for the mathematical properties of the distribution.
F Table at α = 0.10 (90% Confidence)
Used in exploratory research, pilot studies, or situations where missing a real effect (Type II error) is more costly than a false positive. Critical values are lower than the 0.05 table — easier to reach significance. Example: F(2,30) drops from 3.316 to 2.489. Less common in published research; most journals require α = 0.05.
How to Find the P-Value from an F Table
The F table gives critical values, not exact p-values. Compare your F-statistic across all four α columns to bracket the p-value.
Example: ANOVA gives F = 4.10 with df1 = 2, df2 = 30.
| Significance Level (α) | F critical value F(2,30) | F = 4.10 vs critical |
|---|---|---|
| α = 0.10 | 2.489 | 4.10 > 2.489 ✓ |
| α = 0.05 | 3.316 | 4.10 > 3.316 ✓ |
| α = 0.025 | 4.182 | 4.10 < 4.182 ✗ |
| α = 0.01 | 5.390 | 4.10 < 5.390 ✗ |
For the exact p-value: Excel: =F.DIST.RT(4.10, 2, 30) returns 0.0271. R: pf(4.10, 2, 30, lower.tail=FALSE). Python: scipy.stats.f.sf(4.10, 2, 30). See the P-values guide for more.
How to Use the F Table for a Two-Tailed Test
Degrees of Freedom Calculator for F-Tests
F Table Worked Examples
Example 1One-Way ANOVA — Three Teaching Methods
k=3 groups, N=30 total, α=0.05. df1=2, df2=27. F critical from table = 3.354. If F≥3.354, at least one group mean differs. Use Tukey's HSD for post-hoc comparisons.
Example 2Multiple Regression F-Test — 4 Predictors, n=50
p=4 predictors, n=50 observations, α=0.05. df1=4, df2=45. F critical ≈ 2.579. If F≥2.579, at least one predictor is significant. Full guide: Simple Linear Regression.
Example 3Equality of Variance (Two-Tailed), α=0.05
n1=21, n2=16, α=0.05 two-tailed → use α/2=0.025. df1=20, df2=15. Fupper(20,15) at α=0.025 ≈ 2.76. Flower = 1÷F(15,20) ≈ 0.39. Reject H₀ if F≥2.76 or F≤0.39.
F Table vs t-Table vs Chi-Square Table
| Feature | F Table | t-Table | Chi-Square Table |
|---|---|---|---|
| Shape | Right-skewed | Symmetric | Right-skewed |
| Parameters | df1 and df2 | df only | df only |
| Primary use | ANOVA, regression | Mean comparison (1–2 groups) | Categorical / goodness-of-fit |
| Relationship | F(1,df) = t² | t² = F when df1=1 | χ²/df ≈ F |
Related: T-Test vs ANOVA — when to use each. For choosing between all test types, see the Statistical Test Selector.
Assumptions of the F-Test
1. Independence
Observations within and between groups must be independent. Repeated-measures designs require a different ANOVA approach.
2. Normality
Each group's data should be approximately normal. Check with a Q-Q plot or Shapiro-Wilk test. The F-test is robust to mild non-normality with large samples.
3. Homogeneity of Variance
Group variances should be equal (homoscedasticity). Test with Levene's or Bartlett's test. If violated, use Welch's ANOVA instead.
Common Mistakes When Using the F Table
F Critical Values Without a Table
Excel
=F.INV.RT(0.05, 3, 27)
// Returns: 2.9604R
qf(0.95, df1=3, df2=27)
# Output: 2.960351Python
from scipy import stats
stats.f.ppf(0.95, 3, 27)
# Output: 2.9604F Table PDF Download — Free Printable
Download a free printable F table PDF — suitable for exams, coursework, and research. The F distribution table 0.05 PDF is the most commonly requested.
Frequently Asked Questions About the F Table
What is an F table?
An F table (also called the F distribution table, F test table, or F statistic table) lists critical values for right-tailed F-tests. Select your α, find df1 in columns and df2 in rows, and read the critical value at their intersection. If your F-statistic exceeds this value, the result is statistically significant.
How do you read the F table for ANOVA?
Compute df1 = k − 1 and df2 = N − k. Select the α = 0.05 tab. Find your df1 column and df2 row. The intersection is F critical. If Fcalc ≥ Fcrit, reject H₀ and conclude at least one group mean differs. Example: k=3, N=30 → df1=2, df2=27 → F critical = 3.354.
How do you find the critical F-value for a right-tailed test?
Use this page's table with your α (e.g., 0.10, 0.05, 0.01). Find df1 in the columns and df2 in the rows. The cell at their intersection is the right-tail critical F-value. Reject H₀ if your calculated F-statistic equals or exceeds it. For α = 0.10 with df1=1, df2=4, the critical F ≈ 4.545.
What is the F critical value at df1=3, df2=30, α=0.05?
F(3, 30) at α = 0.05 is 2.922. Any F-statistic ≥ 2.922 is statistically significant at the 5% level. Use the calculator at the top to find values for any df combination.
How do you find the p-value from an F table?
The table gives critical values, not exact p-values. Compare your F-statistic against all four α columns. If it falls between the 0.05 and 0.01 critical values, then 0.01 < p < 0.05. For the exact p-value: Excel =F.DIST.RT(f, df1, df2), R pf(f, df1, df2, lower.tail=FALSE), Python scipy.stats.f.sf(f, df1, df2).
How do I use the F table at α = 0.025?
The α = 0.025 F table is used for two-tailed variance equality tests where you split α = 0.05 into two tails of 0.025 each. Look up the upper critical value F(df1, df2) in the α = 0.025 tab. The lower critical value is 1 ÷ F(df2, df1) from the same table with df swapped. Select the "α = 0.025" tab above.
What does a significant F-test mean?
A significant F-test means at least one group mean differs from the others — it does not specify which ones. Follow up with post-hoc tests: Tukey's HSD, Bonferroni correction, or Scheffé's method.