T-Distribution Table

Student's t critical values by degrees of freedom — one- and two-tailed.

Last updated: 2026-06-08

Hover a cell for the critical t-value, or type a df (and optional t-statistic) above.

α = 0.025 (95% CI) α = 0.05
dfone-tailed α
0.1 two-tail 0.20.05 two-tail 0.10.025 two-tail 0.050.01 two-tail 0.020.005 two-tail 0.01
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
351.3061.6902.0302.4382.724
401.3031.6842.0212.4232.704
451.3011.6792.0142.4122.690
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

Values are one-tailed critical t. For a two-tailed test at the same α use the next column (α/2). At df → ∞ the t-distribution becomes the standard normal (z).

How to Read the t-Distribution Table

We put two headers on the t-table intentionally, not by accident. Degrees of freedom run down the left side. Each column header appears twice: one-tailed α on top, two-tailed α directly below — because the same cell answers a different question depending on whether your hypothesis had a direction before you saw the data.

Start with something concrete. Eleven observations puts you at df = 10. If you need a 95% confidence interval, that is a two-tailed question, and the cell you want is 2.228. The same row answers a one-tailed question too — that answer is 1.812, which is meaningfully different. The table gives you both because the framing of your hypothesis, not the data, decides which number you quote.

When to Use the t-Distribution Instead of z

Real studies almost always use t, and the reason is that z assumes you already know the population standard deviation — a condition that basically never holds. The second σ gets estimated from the sample itself, that estimate adds its own uncertainty to the calculation, and the t-distribution is the version of the math that takes that seriously.

William Gosset worked this out in 1908 while running quality control at the Guinness brewery in Dublin, publishing under the pen name "Student" because his employer treated the method as a trade secret. His problem was exactly the modern one: tiny samples, no known σ, and a need to know how far a small-batch average could stray before it meant something.

What the table shows directly is the penalty for small samples. At df = 4 the 95% critical value is 2.776 — roughly 1.4× the z-value of 1.960. That difference exists because estimating σ from four observations is genuinely unreliable, and the distribution widens its tails to compensate. The penalty shrinks as df grows.

How t Converges to z

Scan the 95% column from top to bottom and watch what happens to the gap above 1.960.

df 95% CI (t*) Gap above z = 1.960
52.571+31%
102.228+14%
302.042+4%
1001.984+1%
∞ (z)1.960

One thing the table makes concrete that textbook derivations often skip: the z-distribution is not a separate tool — it is the t-distribution with df set to infinity. That bottom row labeled ∞ is just what happens when you no longer need to estimate σ from your own sample.

A Worked Example

The numbers for the example: df = 14, t = 2.50, a one-sample test of whether a new growth medium shifts cell yield across fifteen plates.

At df = 14, two-tailed 0.05 column, the critical value is 2.145.

Because 2.50 clears 2.145, the result is significant at the 5% level — the null gets rejected. The exact two-tailed p is 0.0255.

That 0.0255 is close enough to feel uncomfortable, and that is the point — a smaller sample would have pushed the critical value higher and the same t = 2.50 might not have cleared it. Sample size does real work here, not just at the planning stage. For your own numbers, the t-test calculator handles the statistic and the p-value together, and the p-value calculator takes any t-statistic you have and converts it to a probability.

Frequently Asked Questions

When should I use the t-distribution instead of the z-distribution?

Here is the rule: if you are estimating σ from your sample, use t. If someone is handing you the true population σ from outside, use z. The first situation describes almost every real study. The second describes almost no real study.

What are degrees of freedom in a t-test?

For a one-sample or paired test, df = n − 1. For a pooled two-sample test, df = n₁ + n₂ − 2. For Welch’s t-test, your software calculates an adjusted non-integer df automatically. The df value picks the row you read from the table.

What is the difference between a one-tailed and two-tailed critical value?

Two-tailed splits α across both ends; at df = 10 with α = 0.05 you need ±2.228. One-tailed puts all of α in one direction and needs only 1.812. The two-tailed critical value at α equals the one-tailed value at α/2 — same number, different question.

Why is the t critical value larger than 1.96 for small samples?

We get this question most often from students who expect the critical value to match the z-table. At df = 4 it is 2.776, not 1.960 — the extra width is the t-distribution paying for the uncertainty in your estimate of σ. Past df = 100 the two values are nearly identical.

How do I find the p-value from a t-statistic?

The lookup field above the table handles this. Type in df and the t-statistic and both p-values come back. Quick sanity check: t = 2.50 at df = 14 gives a two-tailed p of 0.0255.

Related Calculators