PARAGRAPH → TOKENS

How many tokens is a paragraph?

A standard English paragraph is about 100 words, which is roughly 133 tokens. Three paragraphs are around 400 tokens, and a page of 3–5 paragraphs is roughly 500–650 tokens.

QUICK CONVERTER

≈ Words

300

≈ Tokens

399

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

Paragraphs vary, but writing guides typically treat 100–200 words as a normal paragraph. At about 1.33 tokens per word, a 100-word paragraph is roughly 133 tokens and a denser 200-word paragraph is about 265 tokens.

For prompt engineering this is a handy unit: a system prompt of a few paragraphs is usually 400–800 tokens, which is small relative to modern context windows but is billed on every single request, so it adds up at volume.

Markdown formatting (headings, bullet lists, bold markers) and inline code raise the count, because each symbol and list marker tends to be its own token. Count the real formatted text for an accurate figure.

Paragraph length to tokens

Paragraph ~Words ~Tokens
Short paragraph (~60 words) 60 80
Standard paragraph (~100 words) 100 133
Long paragraph (~200 words) 200 266
3 paragraphs 300 399
5 paragraphs 500 665

FAQ

How many tokens is a paragraph? — FAQ

How many tokens is a 100-word paragraph?

About 133 tokens for plain English. Formatting, code, or numbers in the paragraph push it higher.

How many paragraphs fit in a 128k context window?

Roughly 960 standard 100-word paragraphs (about 128,000 tokens), though the response and system prompt share that same budget.