TINV Function

Excel Functions › Compatibility

All versions (legacy) Compatibility

The Excel TINV function returns the two–tailed inverse of the Student's t–distribution. It is a legacy name — Microsoft now recommends T.INV.2T, which is identical.


Quick answer:
=TINV(0.05,10) two-tailed t for p=0.05, 10 df ≈ 2.228

Syntax

=TINV(probability, deg_freedom)
ArgumentDescription
probabilityRequiredThe two–tailed probability (between 0 and 1).
deg_freedomRequiredThe degrees of freedom (a positive integer).

How to use it

TINV is the inverse of the two-tailed t–distribution: give it a probability and it returns the t–value whose two-tailed area equals that probability.

=TINV(0.05,10) // two-tailed critical t ≈ 2.228

This is the value you compare against in a two-tailed t–test at the 5% level with 10 degrees of freedom. Because it is two-tailed, TINV(0.05, df) equals the one-tailed t at the 0.025 level.

Use the modern name: =T.INV.2T(probability, df) is the direct replacement and returns the same value. For a one-tailed (left) inverse use T.INV.

Try it: interactive demo

Live demo

Pick a TINV example to see the formula and its result.

Result:

Practice workbook

📊
Download the free TINV practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

Is TINV the same as T.INV.2T?
Yes — T.INV.2T (Excel 2010+) is the two-tailed inverse and returns identical results. The newer one-tailed inverse is T.INV.
Is TINV one-tailed or two-tailed?
Two-tailed. The probability you pass is split across both tails, so TINV(0.05, df) matches the one-tailed t at the 0.025 level.
How does TINV relate to TDIST?
They are inverses: TDIST turns a t–value into a probability, and TINV turns a two-tailed probability back into a t–value.
Should I switch to T.INV.2T?
For new work, yes — it is the supported name and its .2T suffix makes the two-tailed behaviour explicit. Existing TINV formulas keep working.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: T.INV.2T · T.INV · TDIST · T.DIST.2T · CONFIDENCE