🧠MindStat

⚠️ Calculator not found

This calculator does not exist or may have been moved.

Browse all calculators
📐
Distribution

t-Distribution Calculator — Critical t Table

Free Student's t-distribution calculator. Compute one- and two-tailed p-values from a t-statistic and degrees of freedom, plus critical t values for any α level.

📊 t = 2.262, df = 9 → two-tailed p = .0500
Live calculator
🧮 Live Calculator
P(T ≤ t)
One-tailed p
Two-tailed p
Critical t (one-tailed)
Critical t (two-tailed)
Got your number. Need a full analysis of your own data? Open MindStat
Formula, reference table & FAQ

Student's t-distribution, developed by William Sealy Gosset in 1908, is the correct reference distribution whenever a sample's standard deviation is estimated from the data itself rather than known in advance — which describes almost every real t-test, confidence interval, and regression coefficient test. It looks like the normal distribution but has heavier tails, reflecting the extra uncertainty introduced by estimating σ. Its shape depends on a single parameter, the degrees of freedom (df), typically n − 1 for a one-sample test. As df grows, the t-distribution converges to the standard normal — by df ≈ 100 the two are nearly indistinguishable.

t-statistic
t=xμ0s/n,df=n1

Critical t Values (two-tailed, α = .05 unless noted)

dft.90 (α=.10)t.95 (α=.05)t.975 (α=.025)t.99 (α=.01)
13.0786.31412.70631.821
21.8862.9204.3036.965
31.6382.3533.1824.541
41.5332.1322.7763.747
51.4762.0152.5713.365
61.4401.9432.4473.143
71.4151.8952.3652.998
81.3971.8602.3062.896
91.3831.8332.2622.821
101.3721.8122.2282.764
121.3561.7822.1792.681
151.3411.7532.1312.602
201.3251.7252.0862.528
241.3181.7112.0642.492
301.3101.6972.0422.457
401.3031.6842.0212.423
601.2961.6712.0002.390
1201.2891.6581.9802.358
Generated directly from src/core/distributions.js (tInv) — never hand-typed.

Frequently Asked Questions

Why does the t-distribution have 'heavier tails' than normal?
Because the sample standard deviation s is itself a random quantity estimated from a finite sample, it sometimes comes out too small by chance — which would make t look artificially extreme if the reference distribution didn't account for it. The t-distribution's heavier tails build in exactly this extra source of variability, so critical values are appropriately larger (more conservative) than the normal distribution's, especially at small df.
What degrees of freedom (df) should I use?
It depends on the test: a one-sample t-test uses df = n − 1; an independent-samples pooled-variance t-test uses df = n₁ + n₂ − 2; Welch's t-test (unequal variances) uses the non-integer Welch–Satterthwaite df; a paired t-test uses df = (number of pairs) − 1. MindStat's t-test panels compute and report the correct df automatically for each design.
At what df does t become essentially the same as z?
By df = 30 the critical two-tailed t.975 value (≈2.042) is already close to z=1.96; by df ≈ 100 the difference is under 0.01 and by df = ∞ they are mathematically identical. This is why some older textbooks simplify and use the normal table once n exceeds about 30 — modern software makes that shortcut unnecessary.
Why is the critical t for df=1 so large?
At df = 1 the t-distribution is the Cauchy distribution, which has such heavy tails that it has no defined mean or variance — extreme values are far more common than under the normal distribution, so a large t is needed to reach the same tail probability. This is a mathematical reminder that a 2-observation sample carries very little information about the population standard deviation.