# Thyroid Index (TSH/FT4/FT3 Interpretation)

Interpret the thyroid axis by pattern-reading TSH with FT4 and (optionally) FT3. Adult reference ranges: TSH 0.4–4.0 mIU/L, FT4 0.8–1.8 ng/dL (≈10–23 pmol/L), FT3 2.3–4.2 pg/mL (≈3.5–6.5 pmol/L). High TSH + low FT4 → overt primary hypothyroidism; high TSH + normal FT4 → subclinical hypothyroidism; low TSH + high FT4/FT3 → overt primary hyperthyroidism; low TSH + normal FT4 → subclinical hyperthyroidism, exogenous hormone, or resolving thyroiditis (check FT3 for T3 toxicosis); low/normal TSH + low FT4 → central hypothyroidism; high TSH + high FT4 → TSH-secreting adenoma or thyroid hormone resistance. Low FT3 with normal TSH/FT4 indicates low-T3 (non-thyroidal illness) syndrome. Units selectable for TSH, FT4, FT3. Derived from ATA 2014/2016, NACB 2002, Garber 2012, and MDCalc. Not medical advice.

> Canonical page: https://elysiatools.com/en/tools/thyroid-index

- **Category:** Health

- **Keywords:** thyroid index, TSH, free T4, FT4, free T3, FT3, thyroid interpretation, hypothyroidism, hyperthyroidism, subclinical hypothyroidism, subclinical hyperthyroidism, Graves, Hashimoto, central hypothyroidism, T3 toxicosis, endocrinology

## Overview

Thyroid Index interprets TSH with FT4 and optional FT3 to identify common thyroid-function patterns using adult reference ranges. Enter laboratory values, select the units, and receive a concise JSON result with the interpreted category, explanation, and reference range. This tool is for informational use and is not medical advice.

## Inputs

- **TSH Unit** (select)
- **FT4 Unit** (select)
- **FT3 Unit** (select)
- **TSH** (number): Thyrotropin (TSH). Unit selected under 'TSH Unit' (mIU/L or µIU/mL; numerically equivalent).
- **Free T4 (FT4)** (number): Free T4. Unit selected under 'FT4 Unit' (ng/dL or pmol/L).
- **Free T3 (FT3, optional)** (number): Optional free T3. Unit selected under 'FT3 Unit' (pg/mL or pmol/L). Used to detect T3 toxicosis and low-T3 syndrome.
- **Decimal Places** (number)

## When to use

- Review a TSH and FT4 combination for patterns consistent with hypo- or hyperthyroidism.
- Add FT3 when TSH is low and FT4 is normal or when low-T3 syndrome or T3 toxicosis is a concern.
- Compare results entered in supported units, including mIU/L or µIU/mL for TSH, ng/dL or pmol/L for FT4, and pg/mL or pmol/L for FT3.

## How it works

- Select the reporting units for TSH, FT4, and FT3.
- Enter the required TSH and FT4 values, and optionally add FT3.
- The tool compares the values with adult reference ranges: TSH 0.4–4.0, FT4 0.8–1.8 ng/dL, and FT3 2.3–4.2 pg/mL.
- It returns a JSON interpretation containing the input values, category, explanation, and reference range.

## Use cases

- Clinicians and trainees can review common TSH, FT4, and FT3 patterns during endocrine education.
- Patients can organize thyroid laboratory values before discussing them with a healthcare professional.
- Researchers and health-content teams can generate consistent JSON interpretations from standardized thyroid test inputs.

## Frequently asked questions

### What values does the Thyroid Index use?

It uses TSH, FT4, and optional FT3 values with selectable units. The adult reference ranges are TSH 0.4–4.0 mIU/L, FT4 0.8–1.8 ng/dL, and FT3 2.3–4.2 pg/mL.

### Is FT3 required?

No. TSH and FT4 are required; FT3 is optional and can help assess T3 toxicosis or low-T3 patterns.

### What does high TSH with low FT4 indicate?

This pattern is interpreted as overt primary hypothyroidism based on the stated adult reference ranges.

### What does low TSH with normal FT4 indicate?

This pattern is interpreted as subclinical hyperthyroidism, exogenous hormone exposure, or resolving thyroiditis. FT3 can help identify T3 toxicosis.

### Can this tool diagnose a thyroid condition?

No. It provides pattern-based informational interpretation and does not replace clinical assessment, laboratory-specific ranges, or medical advice.

## Related tools

- [Data Column Extractor](https://elysiatools.com/en/tools/data-column-extractor): Extract specific columns from tabular data with support for various formats and flexible column selection
- [Hash Algorithm Comparator](https://elysiatools.com/en/tools/hash-algorithm-comparator): Hash the same input with MD5, SHA-1, SHA-256, SHA-512, BLAKE2b, and BLAKE3 at the same time and compare them side by side: output length, hex/Base64 digest, security status (broken / modern), and a relative speed benchmark. Great for teaching, choosing a hashing algorithm, or sanity-checking checksums.
- [Markdown Link Extractor](https://elysiatools.com/en/tools/markdown-link-extractor): Extract inline links, reference links, and bare URLs from Markdown documents with basic syntax validation
- [Medication Dose/Rate Calculator (mg/kg/hr etc.)](https://elysiatools.com/en/tools/medication-dose-rate): Convert bidirectionally between a prescribed clinical dose and an infusion-pump rate (mL/hr). Supports weight-based (mcg/kg/min, mg/kg/hr, units/kg/hr) and flat (units/hr) dosing. Two directions: Dose → Rate and Rate → Dose. ALL high-alert infusions require independent double-checking (ISMP). Derived from Macklin 2011, ISMP, Royal Marsden 9th ed. 2015, and MDCalc. Not medical advice.
- [PKCE Code Verifier & Challenge Generator](https://elysiatools.com/en/tools/pkce-code-verifier-generator): Generate, validate and verify OAuth2 / OIDC PKCE (RFC 7636) code_verifier and S256 code_challenge pairs. Three modes: (1) generate a fresh verifier + challenge from cryptographically secure random bytes at 256/384/512/768-bit entropy, (2) audit a verifier you already have against the RFC — length (43–128), charset \[A-Za-z0-9-._~\] and ≥256-bit entropy, and (3) verify a verifier/challenge pair by recomputing BASE64URL(SHA256(verifier)). Optionally build the full authorization-request URL and token-exchange body. Complements the generic nonce-generator (which only emits a verifier+challenge pair) with RFC-compliance auditing and pair verification.
- [Excel to Markdown Converter](https://elysiatools.com/en/tools/excel-to-markdown): Convert Excel file to Markdown table format, extracting data from the first worksheet
- [Markdown Table Generator](https://elysiatools.com/en/tools/markdown-table-generator): Generate formatted Markdown tables from CSV, JSON, or array data with alignment, header styles, width control, and merge hints
- [Markdown Table to CSV JSON with Type Inferred Schema](https://elysiatools.com/en/tools/markdown-table-to-csv-json-schema): Convert a Markdown pipe table to CSV, JSON rows or an inferred JSON Schema with alignment and null diagnostics

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Copyright-Free FLAC Audio Samples](https://elysiatools.com/en/samples/flac-samples): Lossless FLAC audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free MP3 Audio Samples](https://elysiatools.com/en/samples/mp3-samples): Collection of royalty-free audio samples for testing and development purposes including nature sounds, meditation music, and ambient audio
- [Copyright-Free WAV Audio Samples](https://elysiatools.com/en/samples/wav-samples): Uncompressed PCM WAV audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music

## Related content

- [Markdown Export, OCR, and Document Conversion Tools](https://elysiatools.com/en/hubs/markdown-convert): Compare Markdown-to-PDF, PDF-to-Markdown, OCR, slide deck export, and structured Markdown conversion tools in one hub for documentation publishing workflows.
- [Markdown Writing and Publishing Tools](https://elysiatools.com/en/hubs/markdown-utility): Compare Markdown formatting, link review, merging, preview, translation, and export tools in one hub for docs, notes, and publishing workflows.
- [Documentation Authoring, Extraction, and Publishing Tools](https://elysiatools.com/en/hubs/documentation-authoring-publishing): Write docs, extract docs from code or PDFs, review Markdown, and export polished documentation in one docs workflow hub.
- [Audio Encoding and Format Conversion Tools](https://elysiatools.com/en/hubs/audio-convert): Compare audio format conversion, bitrate changes, sample-rate conversion, codec swaps, and export tools in one hub for delivery and archive workflows.
