Blog/September 15, 2026·4 min read

Claude Context Window in Words: What 1M Tokens Holds

Quick Answer

Claude Opus 5, Sonnet 5, and Fable 5.1 have a 1M token context window, about 550,000 to 645,000 words of English prose, or 5 to 9 novels. Claude Haiku 4.5 has 200K tokens, about 110,000 to 129,000 words, or one long novel.

A context window is the total amount of text a model can work with in one request. Claude measures it in tokens, which are hard to picture. Converting to words, pages, and books makes it concrete. Because Claude's tokenizer is not public, the figures below are ranges based on our measured English prose average and the usual gap between OpenAI and Claude token counts.

Claude Context Windows in Words and Pages

WindowModelsWords (estimate)Single-spaced pages
200K tokensClaude Haiku 4.5110,000 to 129,000220 to 260
1M tokensClaude Opus 5, Claude Sonnet 5, Claude Fable 5.1550,000 to 645,0001,100 to 1,290

What Fits in 1M Tokens

  • Novels: with a typical novel at 70,000 to 100,000 words (see how many words are in a novel), 1M tokens holds about 5 to 9 books.
  • Theses: a PhD thesis of 80,000 to 100,000 words fits several times over.
  • Reports and contracts: hundreds of pages of documents can be read in a single request.
  • Codebases: code uses more tokens per line than prose, so the same window holds less than the word figures suggest.

What Uses Up the Window

The window is shared by everything in the conversation, not only the document you paste. System instructions, earlier turns, tool results, and Claude's own reply all count. Long chats fill it gradually, which is why a document that fits in a fresh conversation may not fit late in a long one. Replies also have a separate maximum length, so a full window does not mean an equally long answer.

Other languages and number-heavy text use more tokens per word, so fewer words fit. In our measurements, Turkish text needed 42% more tokens than English on the same topics. To see how a specific document measures up, paste it into the Token Counter, which shows its fill for both 200K and 1M windows.

Sources

  1. Anthropic. Models overview: context window sizes for current Claude models.
  2. Anthropic. Token counting documentation.

Check how much of a 200K or 1M window your document fills.

Open Token Counter

Related Guides

Frequently Asked Questions

Claude Opus 5, Claude Sonnet 5, and Claude Fable 5.1 have a 1M token context window, roughly 550,000 to 645,000 words of English prose. Claude Haiku 4.5 has a 200K window, roughly 110,000 to 129,000 words.

About 1,100 to 1,290 single-spaced pages, or 2,200 to 2,580 double-spaced pages, of English prose.

A typical novel runs 70,000 to 100,000 words, so a 1M token window holds roughly 5 to 9 novels. A 200K window holds about one long novel.

Yes. The window has to hold the whole request and response: system instructions, conversation history, documents, tool results, and the output. Replies are also limited separately by the maximum output length.

Anthropic has not published Claude's tokenizer, so word counts are estimated from measured GPT token counts. For an exact number, send your text to the token counting endpoint in Anthropic's API.