Chi-Square (χ²) Table

Critical values for the chi-square distribution at common significance levels, from 1 to 100 degrees of freedom. Use this table to determine the rejection region for goodness-of-fit tests, tests of independence, and chi-square confidence intervals for variance.

What is the Chi-Square Distribution?

The chi-square (χ²) distribution is a right-skewed distribution used in hypothesis testing when working with categorical data or variance. It arises when you sum the squares of independent standard normal variables. The shape is determined by one parameter: degrees of freedom (df).

  • Goodness-of-fit test: χ² = Σ (O − E)² / E, where O is observed and E is expected frequency.
  • Test of independence: used on contingency tables with df = (rows − 1)(cols − 1).
  • Variance test: χ² = (n − 1)s² / σ₀², with df = n − 1.
  • As df increases, the distribution becomes more symmetric and approaches a normal shape.

Critical Chi-Square Values (Right-Tailed)

Each cell shows the critical value χ²α, df such that P(χ² > value) = α. Reject H₀ when your test statistic exceeds the critical value for your chosen significance level.

dfα = 0.10α = 0.05α = 0.025α = 0.01α = 0.005
12.7063.8415.0246.6357.879
24.6055.9917.3789.21010.597
36.2517.8159.34811.34512.838
47.7799.48811.14313.27714.860
59.23611.07012.83315.08616.750
610.64512.59214.44916.81218.548
712.01714.06716.01318.47520.278
813.36215.50717.53520.09021.955
914.68416.91919.02321.66623.589
1015.98718.30720.48323.20925.188
1117.27519.67521.92024.72526.757
1218.54921.02623.33726.21728.300
1319.81222.36224.73627.68829.819
1421.06423.68526.11929.14131.319
1522.30724.99627.48830.57832.801
1623.54226.29628.84532.00034.267
1724.76927.58730.19133.40935.718
1825.98928.86931.52634.80537.156
1927.20430.14432.85236.19138.582
2028.41231.41034.17037.56639.997
2129.61532.67135.47938.93241.401
2230.81333.92436.78140.28942.796
2332.00735.17238.07641.63844.181
2433.19636.41539.36442.98045.559
2534.38237.65240.64644.31446.928
2635.56338.88541.92345.64248.290
2736.74140.11343.19546.96349.645
2837.91641.33744.46148.27850.993
2939.08742.55745.72249.58852.336
3040.25643.77346.97950.89253.672
4051.80555.75859.34263.69166.766
5063.16767.50571.42076.15479.490
6074.39779.08283.29888.37991.952
8096.578101.879106.629112.329116.321
100118.498124.342129.561135.807140.169

How to Use This Table

  • Calculate your test statistic: use χ² = Σ (O − E)² / E for goodness-of-fit, or χ² = (n − 1)s² / σ₀² for variance tests.
  • Find your degrees of freedom: for a goodness-of-fit test, df = k − 1 (categories minus 1). For a contingency table, df = (rows − 1)(cols − 1).
  • Choose your significance level α and locate the corresponding column.
  • Compare: if your χ² statistic exceeds the table value, reject H₀.
  • Large df: for df > 100, use the approximation χ² ≈ ½(z + √(2·df − 1))², where z is the normal critical value.

Common Uses of the Chi-Square Test

TestPurposeDegrees of Freedom
Goodness-of-fitDoes observed data match an expected distribution?k − 1
Test of independenceAre two categorical variables independent in a contingency table?(r − 1)(c − 1)
Test of homogeneityDo multiple populations share the same distribution?(r − 1)(c − 1)
Variance testIs the population variance equal to a hypothesized value?n − 1

References

See also