← All articles

“Claude hit the maximum length for this conversation” — what it means and what to do

The message isn't about your last question. It's about everything the conversation is carrying — and files you uploaded earlier are usually the heaviest passengers.

Published 29 August 2026

What the message actually means

Claude works within a context window — per Anthropic's own documentation, “the amount of information Claude can work with in a single chat”. It's a fixed size for your plan, and a portion of it is always reserved for Claude's reply. Everything the conversation carries counts against it: your messages, Claude's answers, and — crucially — every file and image you've attached along the way.

When the total approaches the ceiling, Claude first tries to cope (newer versions summarize earlier messages to keep going). When it can't, you get the message. Nothing is broken and nothing was lost — the conversation is simply full.

Why it happens sooner than you'd expect

Two things fill a context window much faster than typing ever could:

  • Files are re-read on every turn. A document you attached twenty messages ago is still aboard — the conversation's entire history travels with each new question. One heavy upload early on quietly taxes every message after it.
  • PDFs are the heaviest format there is. To read charts and layout, Claude processes each PDF page as an image as well as text. Per Anthropic's PDF documentation, a 3-page PDF runs about 7,000 tokens that way versus roughly 1,000 as plain text — about seven times the cost for identical words. A 50-page report can consume a six-figure share of the window before you've asked anything.

How to continue your work right now

The immediate remedy is the one Anthropic recommends: start a new conversation. The trick is doing it without losing the thread:

  • Ask for a handover note first, if you still can. If the chat still accepts a short message, ask Claude to summarize the conversation so far — decisions made, open questions, key facts — then paste that summary at the top of the new chat.
  • Bring documents back as Markdown, not as re-uploads. Re-attaching the same PDF to the new conversation re-pays the full image-processing cost. Convert it to Markdown once and paste the text instead — same content, roughly a seventh of the tokens, and the new conversation starts with room to breathe.
  • Use a project for anything long-running. Anthropic's guidance points the same way: recurring reference material belongs in project knowledge rather than being re-attached in every chat.

How to stop hitting it

Prevention is mostly about what you attach and how. The habits that make the biggest difference:

  • Convert before you upload. A PDF, Word file or slide deck converted to Markdown carries the same headings, tables and text at plain-text prices. Our PDF, Word and PowerPoint converters run in your browser and show the token saving on every file.
  • Paste the part you need, not the whole archive. If the question is about section 4, the other eleven sections are paying rent in the window for nothing. Markdown makes excerpting trivial in a way a PDF never is.
  • Start fresh for new topics. Long-lived “everything” conversations accumulate weight. A new chat with a two-line summary beats a hundred-message thread carrying three stale PDFs.

The short version

The message means the conversation is full, not broken. Files — PDFs above all — are what filled it. Start a new chat with a pasted summary, bring documents back as converted Markdown rather than re-uploads, and the ceiling moves from “a few exchanges after one big upload” to “longer than you'll usually need”.

Make your files lighter before they board

Convert PDFs, Word docs and slides to Markdown in your browser and paste lean text instead. The same content, a fraction of the context — which is exactly what this error is rationing.

Open the converter →

Keep reading