Claude chat length limit
By Claude Resets · Updated
“This conversation has reached its maximum length.” That is the chat length limit, and it is not the same thing as running out of usage. Here is what the length limit is, why waiting will not fix it, and what to do instead.
Length limit vs usage limit
Anthropic draws a clear line between the two. Usage limits control how much you can use Claude across all your conversations over time. The length limit controls how long any single conversation can become, because Claude can only hold so much text in one chat: its context window.
So a reset does nothing for the length limit. Your usage can be at zero and a long chat still hits its length limit.
How big is the length limit?
It depends on the model. On paid plans the newest models support up to a 1M-token context window, while others support 500K or 200K tokens. Everything in the chat counts toward the length limit: your messages, Claude’s replies, pasted text, files and images.
Automatic context management
If code execution is turned on, Claude now manages long chats for you by summarizing earlier messages when the length limit gets close, while keeping the full history for reference. That pushes the length limit back but does not remove it.
What to do when the length limit is reached
Pick whichever fits your chat:
- 01Ask Claude for a short summary of the conversation, then paste it into a new chat.
- 02Move reference files into a Project so they don’t fill each chat’s length limit.
- 03Split big documents and ask about one section at a time.
- 04Turn on code execution so Claude can compact long chats automatically.
Length limits also cost usage
Long chats are expensive even before the length limit: each new reply processes the whole history again, which drains your 5-hour window faster. Starting fresh chats avoids the length limit and saves usage at the same time. If you are out of usage rather than space, see usage limit reached.
FAQ
Does the chat length limit reset?
+
No. The length limit belongs to that chat. Start a new chat, or let automatic context management compact it.
Is the length limit higher on paid plans?
+
Paid plans get access to models with larger context windows, up to 1M tokens, so the length limit is reached later.
Does Claude Code have a length limit?
+
Yes, each session has a context window. Claude Code compacts long sessions, and you can start a fresh session any time.