T-Distribution Table

Critical values for Student's t-distribution at common significance levels, from 1 to 120 degrees of freedom plus the normal (∞) limit. Use this table to find the t-value needed for confidence intervals and hypothesis tests when the population standard deviation is unknown or the sample size is small.

What is the T-Distribution?

The t-distribution (Student's t) is a bell-shaped distribution used in place of the standard normal when the sample size is small (typically n < 30) or the population standard deviation σ is unknown. It is defined by its degrees of freedom (df = n − 1 for a one-sample test).

  • As df → ∞, the t-distribution converges to the standard normal (Z).
  • t-statistic: t = (x̄ − μ) / (s / √n), where s is the sample standard deviation.
  • Two-tailed test: reject H₀ if |t| > t critical for the chosen α.

Critical T-Values (Two-Tailed)

Each cell shows the critical t-value tα/2, df for a two-tailed test. The column headers show the total significance level α and the corresponding confidence level. For a one-tailed test, use the column where α equals twice your one-tailed significance level (e.g., for one-tailed α = 0.05, use the 0.10 column).

dfα = 0.20
80% CI
α = 0.10
90% CI
α = 0.05
95% CI
α = 0.02
98% CI
α = 0.01
99% CI
13.0786.31412.70631.82163.657
21.8862.9204.3036.9659.925
31.6382.3533.1824.5415.841
41.5332.1322.7763.7474.604
51.4762.0152.5713.3654.032
61.4401.9432.4473.1433.707
71.4151.8952.3652.9983.499
81.3971.8602.3062.8963.355
91.3831.8332.2622.8213.250
101.3721.8122.2282.7643.169
111.3631.7962.2012.7183.106
121.3561.7822.1792.6813.055
131.3501.7712.1602.6503.012
141.3451.7612.1452.6242.977
151.3411.7532.1312.6022.947
161.3371.7462.1202.5832.921
171.3331.7402.1102.5672.898
181.3301.7342.1012.5522.878
191.3281.7292.0932.5392.861
201.3251.7252.0862.5282.845
211.3231.7212.0802.5182.831
221.3211.7172.0742.5082.819
231.3191.7142.0692.5002.807
241.3181.7112.0642.4922.797
251.3161.7082.0602.4852.787
261.3151.7062.0562.4792.779
271.3141.7032.0522.4732.771
281.3131.7012.0482.4672.763
291.3111.6992.0452.4622.756
301.3101.6972.0422.4572.750
401.3031.6842.0212.4232.704
501.2991.6762.0092.4032.678
601.2961.6712.0002.3902.660
801.2921.6641.9902.3742.639
1001.2901.6601.9842.3642.626
1201.2891.6581.9802.3582.617
1.2821.6451.9602.3262.576

How to Use This Table

  • Find df: for a one-sample t-test, df = n − 1. For a two-sample test, use the smaller of n₁ − 1 and n₂ − 1 (conservative) or Welch's formula.
  • Choose α: select the column matching your significance level. For a 95% confidence interval, use the α = 0.05 column.
  • Read the critical value: if |t calculated| > t critical, reject H₀.
  • One-tailed test: use the column where the listed α equals twice your one-tailed α. For one-tailed α = 0.025, use the α = 0.05 column.
  • Large samples: for df > 120, use the ∞ row — it equals the Z critical values.

T-Distribution vs. Z-Distribution

T-DistributionZ-Distribution
Use whenσ unknown, small sampleσ known, or large sample
ShapeHeavier tails than normalStandard normal curve
ParameterDegrees of freedom (df)None
95% critical value (df=10)2.2281.960
As df → ∞Converges to Z

References

See also