SENTENCE → TOKENS

How many tokens is a sentence?

A typical English sentence runs 15–20 words, which is about 20–27 tokens. Using an 18-word average, one sentence is roughly 24 tokens, so five sentences are about 120 tokens.

QUICK CONVERTER

≈ Words

90

≈ Tokens

120

Estimates use ~1.33 tokens per English word. For an exact count of real text — including code, JSON, and other languages — paste it into the token counter and choose your model.

The detail

There is no fixed token count for a sentence because sentence length varies widely, but English sentences average somewhere around 15–20 words. At the standard ratio of about 1.33 tokens per word, that puts a typical sentence near 20–27 tokens.

Short, punchy sentences can be under 10 tokens; long, clause-heavy sentences with technical terms can exceed 50. Punctuation, quotation marks, and numbers each consume tokens too, which is easy to forget when estimating from word count alone.

If you are sizing prompts made of many short instructions, count the whole block at once rather than multiplying a per-sentence average — tokenizers merge spaces and punctuation across boundaries, so the total is usually a little lower than the sum of parts.

Sentence length to tokens

Sentence ~Words ~Tokens
Short sentence (~8 words) 8 11
Average sentence (~18 words) 18 24
Long sentence (~30 words) 30 40
3 sentences 54 72
5 sentences 90 120
10 sentences 180 239

FAQ

How many tokens is a sentence? — FAQ

How many tokens is an average sentence?

About 20–27 tokens for a typical 15–20 word English sentence. A common single-figure estimate is roughly 24 tokens per sentence.

Does punctuation add tokens?

Yes. Periods, commas, quotation marks, and parentheses are usually their own tokens or merge into adjacent ones, so heavily punctuated sentences run slightly higher than the word count suggests.