Statistics Reference

Chi-Square Table for α = 0.025 (χ² Critical Values)

The per-tail column behind the most common two-sided procedure: a 95% confidence interval for a variance puts 2.5% in each tail, and this page lists both required critical values side by side for every degree of freedom from 1 to 100.

How to Read This Table

Rows are degrees of freedom from 1 to 100 — every integer, finer than the stepped rows of the main table. The upper critical value leaves probability 0.025 above it (the standard rejection cutoff); the lower critical value leaves the same probability below it (for lower-tailed tests and two-sided procedures).

95% CI for a variance from n = 11 observations (df = 10), s² = 8:

  1. Row df = 10: lower critical 3.247, upper critical 20.483.
  2. Lower bound: (n−1)s²/upper = 10×8/20.483 ≈ 3.91.
  3. Upper bound: (n−1)s²/lower = 10×8/3.247 ≈ 24.64 — the interval is (3.91, 24.64).

Common uses of this level:

  • 95% confidence intervals for a variance or standard deviation (0.025 per tail)
  • One-sided tests at the 2.5% significance level
  • Two-sided variance tests at the overall 5% level

χ² Critical Values, α = 0.025, df 1–100

Chi-square critical values at tail area 0.025 for degrees of freedom 1 to 100
dfLower critical (area 0.025 below)Upper critical (area 0.025 above)
10.0015.024
20.0517.378
30.2169.348
40.48411.143
50.83112.833
61.23714.449
71.69016.013
82.18017.535
92.70019.023
103.24720.483
113.81621.920
124.40423.337
135.00924.736
145.62926.119
156.26227.488
166.90828.845
177.56430.191
188.23131.526
198.90732.852
209.59134.170
2110.28335.479
2210.98236.781
2311.68938.076
2412.40139.364
2513.12040.646
2613.84441.923
2714.57343.195
2815.30844.461
2916.04745.722
3016.79146.979
3117.53948.232
3218.29149.480
3319.04750.725
3419.80651.966
3520.56953.203
3621.33654.437
3722.10655.668
3822.87856.896
3923.65458.120
4024.43359.342
4125.21560.561
4225.99961.777
4326.78562.990
4427.57564.201
4528.36665.410
4629.16066.617
4729.95667.821
4830.75569.023
4931.55570.222
5032.35771.420
5133.16272.616
5233.96873.810
5334.77675.002
5435.58676.192
5536.39877.380
5637.21278.567
5738.02779.752
5838.84480.936
5939.66282.117
6040.48283.298
6141.30384.476
6242.12685.654
6342.95086.830
6443.77688.004
6544.60389.177
6645.43190.349
6746.26191.519
6847.09292.689
6947.92493.856
7048.75895.023
7149.59296.189
7250.42897.353
7351.26598.516
7452.10399.678
7552.942100.839
7653.782101.999
7754.623103.158
7855.466104.316
7956.309105.473
8057.153106.629
8157.998107.783
8258.845108.937
8359.692110.090
8460.540111.242
8561.389112.393
8662.239113.544
8763.089114.693
8863.941115.841
8964.793116.989
9065.647118.136
9166.501119.282
9267.356120.427
9368.211121.571
9469.068122.715
9569.925123.858
9670.783125.000
9771.642126.141
9872.501127.282
9973.361128.422
10074.222129.561

Other Significance Levels

The chi-square table overview carries the classic multi-column grid, degrees-of-freedom rules, and the variance-interval walkthrough. The other levels each have a dedicated page:

Frequently Asked Questions

Why does a 95% confidence interval use the 0.025 columns?

A two-sided 95% procedure leaves 5% of probability split across both tails - 2.5% below the lower critical value and 2.5% above the upper one. The two columns on this page are exactly that pair, which is why variance CIs quote χ²(0.025) and χ²(0.975) values.

Why is the larger critical value used for the interval's lower bound?

The variance estimate sits in the numerator of (n-1)s²/χ², so dividing by a bigger chi-square value produces a smaller bound. The inversion surprises many students: upper critical → lower bound, lower critical → upper bound. The worked example on this page shows the full arithmetic.

Are these the same values as the 0.975 column in other tables?

The lower critical column here (area 0.025 below) is what many textbooks label as the 'upper-tail area 0.975' column - identical numbers, different labeling convention. Checking one cell against a known value (df = 10 lower ≈ 3.247) instantly confirms which convention a table uses.