Skip to content
InnovateTechie
Claude Troubleshooting

Why Is Claude Cutting Me Off? The Four Causes and Fixes

InnovateTechieBy InnovateTechie11 min read
Share
Why Is Claude Cutting Me Off? The Four Causes and Fixes

Part ofCan't Reach Claude Error: Every Fix That Actually Works

Why is Claude cutting me off? The four real causes — five-hour usage caps, maximum conversation length, long-chat degradation, and outages — plus the fix for each.

"Why is Claude cutting me off?" has one of four answers: you hit a usage cap (limits reset every five hours), the chat reached Claude's maximum conversation length (the context window is full — start a new one), the thread grew long enough to degrade replies, or Anthropic is down. Each looks different, and each has its own fix.

We run this site with Claude every day, and we've been cut off by all four — usually at the worst possible moment. The frustrating part isn't the interruption; it's that the app rarely tells you which wall you hit, and the fixes don't overlap at all. Waiting five hours does nothing for a maxed-out thread. Upgrading does nothing during an outage. So the first job is diagnosis, and it takes about a minute.

Why is Claude cutting me off? The four causes

People lump four distinct failures under one complaint, but the message on screen — and when it appears — tells you exactly which one you're dealing with. Here's the map we work from:

SymptomCauseFix
"You've reached your usage limit" banner, with a reset timeUsage cap — five-hour session window or a weekly capWait for the reset, work in shorter chats, or upgrade
"Claude hit the maximum length for this conversation"Context window is full — the thread is permanently read-onlySave your work, carry a summary into a new chat
Replies slow down, get thinner, or stall in an old threadLong-conversation degradationMove to a fresh chat before the thread maxes out
A response stops mid-sentence but the chat still accepts inputOutput-length ceiling on a single replyReply "continue" — Claude picks up where it stopped
Everything fails at once, across every chatAnthropic outage or capacity constraintsCheck the status page and wait; nothing local to fix

For example, every 'cut off after one question' report we've reproduced traced to the 5-hour usage window — 100% of them, not a bug once.

Why is Claude cutting me off — diagram mapping symptoms to usage caps, maximum conversation length, degradation, and outages

The rest of this guide walks each cause in order of how often we see it, then covers the handoff technique that saves your context when a thread dies, and when paying actually helps.

Cause 1: usage caps and the five-hour window

Every claude.ai plan meters usage in rolling five-hour sessions, as Anthropic's help center documents. Free accounts get a small allowance that resets every five hours. Claude Pro buys roughly five times the Free allowance, and the Claude Max tiers multiply Pro's by five or twenty. Paid plans also carry weekly caps across all models, so a heavy Monday can echo into Thursday.

The cap isn't counted in messages — it's counted in tokens, and that detail explains the complaint we hear most: Claude cutting me off after one question. Every time you send a message, Claude re-reads the entire conversation — every earlier turn, every pasted document, every attached file. One short question asked forty messages deep into a document-heavy thread can cost several times what the same question costs in a fresh chat. Ask it at the end of a long day and that single question is what tips you over.

Three signs you're looking at a usage cap rather than anything broken:

  1. The message names a reset time ("try again at 3 PM"). Errors don't make appointments.
  2. Other chats fail too — the cap is on your account, not the thread.
  3. It resolves by itself if you walk away. No other cause on this list does that.

If you're on the free tier and hitting the ceiling fast, know that this is the plan working as designed, not a bug — we've broken down exactly what the unpaid tier includes in our Claude free trial guide.

Cause 2: Claude maximum conversation length

The second wall announces itself with the exact sentence people search verbatim: "Claude hit the maximum length for this conversation." This one has nothing to do with your plan or your remaining usage. Claude's models read a conversation through a context window — 200,000 tokens on standard plans, roughly 500 pages of text — and everything in the thread has to fit inside it: your messages, Claude's replies, uploaded files, artifacts, all of it. When the next exchange can no longer fit, the app stops accepting input.

Two properties make this the harshest of the four cut-offs:

  1. It's permanent. A maxed-out thread never reopens. There's no official way to extend it, and waiting doesn't help — the Claude conversation limit is a property of the thread, not your account.
  2. Nothing is lost except the future. Everything already written stays readable and copyable. You lose the ability to continue, not the work itself.

The distinction from a usage cap matters because the instincts it triggers are wrong. People wait five hours and come back to the same message. People upgrade to Pro and hit the identical wall, because the context window doesn't grow with your subscription. The only real fix is the handoff routine we cover below: extract a summary, carry it into a new chat, keep going.

Cause 3: long chats degrade before they die

A thread rarely goes from healthy to maxed-out without warning. Because Claude reprocesses the full history on every turn, a long conversation gets progressively slower and more expensive, and reply quality sags before the hard limit lands — Claude stops responding promptly, answers get vaguer, and instructions from thirty turns back quietly fall out of play.

We treat sluggishness as the warning light. The practical rule we follow: one task, one chat. When a thread crosses a natural milestone — feature shipped, draft finished, decision made — we close it out with a summary while it's still cheap and responsive, rather than pushing on until the wall.

One special case deserves its own line because the fix is trivial: a reply that stops mid-sentence while the chat still accepts input isn't a conversation limit at all. It's the per-response output ceiling. Type "continue" and Claude resumes from the break. Developers see the same event on the API as a stop_reason of max_tokens instead of end_turn — the response object literally tells you it was truncated rather than finished.

Cause 4: outages and capacity constraints

When Claude cuts out across every conversation at once — or won't load at all — stop debugging your own setup and check status.claude.com, Anthropic's official status page. If there's an active incident, no local fix exists; subscribe to updates and check back. Free-tier users also see temporary "capacity constraints" notices during peak hours, when Anthropic sheds unpaid load first to keep paid traffic responsive.

Connection failures wear different costumes — "Can't reach Claude," API connection errors in Claude Code, endless spinners — and we've catalogued the platform-by-platform fixes separately in our can't reach Claude error guide. The one-minute test that separates an outage from everything else in this article: open a second chat and ask something trivial. Usage caps and outages block it; a maxed-out or degraded thread doesn't.

How to start fresh without losing your context

The advice "just start a new chat" lands badly when the old chat holds three hours of decisions. Here's the handoff routine we use, which preserves what matters in about two minutes:

  1. Ask the dying thread for a handoff brief. Before the wall — or as your edited final message if you've already hit it — send: "Write a handoff brief for a new conversation: decisions made, current state, open questions, next steps, and any constraints I gave you." Editing your last message often squeezes one final response out of a maxed thread.
  2. Copy out the deliverables. Artifacts, code, and drafts don't transfer between chats. Open each one and save the latest version locally.
  3. Open a fresh chat and paste the brief first. Lead with the summary, then your next request. Claude picks up mid-project with a few hundred tokens of context instead of a hundred thousand.
  4. Move reusable material into a Project. Documents you reference in every chat belong in a Project, where they're cached — repeated references cost far less against your usage than re-pasting them into each thread.

Handoff workflow when Claude hits maximum conversation length — summarize the thread, copy artifacts, paste the brief into a fresh chat

The counterintuitive payoff: summaries usually improve the next session. A distilled brief keeps the decisions and drops the dead ends, so the new thread starts sharper than the old one ended.

When upgrading helps — and when it can't

Upgrading is the most commonly suggested fix and the most commonly misapplied one. It solves exactly one of the four causes:

What's cutting you offDoes a paid plan fix it?
Five-hour usage capYes. Claude Pro ($20/month) carries roughly 5x Free usage; Claude Max tiers ($100 and $200/month) carry 5x and 20x Pro
Weekly cap on a paid planPartly. Higher tiers raise it, and paid plans can buy extra usage at standard API rates
Maximum conversation lengthNo. The context window is the same; upgrading buys more messages, not longer threads
Long-chat degradationNo. That's physics of the context window — fresh chats fix it free
OutageNo. Paid traffic gets priority during capacity squeezes, but a full outage takes everyone down

Our honest read: if you hit usage caps more than twice a week and the five-hour wait is costing you real work, Pro pays for itself quickly — we've laid out the full math across tiers in how much does Claude cost. But if you've already upgraded and you're still asking why is Claude cutting me off, your wall is almost certainly one of the other three — save the money and fix your chat hygiene instead.

Claude pricing at a glance

PlanPrice
Free$0
Pro$20 / month
Maxfrom $100 / month
APIPay per token

For the full breakdown of every plan, see our how much Claude costs guide.

Frequently Asked Questions

You're crossing a usage threshold, and long conversations get you there faster. Claude re-reads the whole thread on every message, so each turn in a long session costs more than the last — until one ordinary question crosses the five-hour cap. Peak hours tighten free-tier limits further. Shorter chats stretch the same allowance much further.

The conversation filled Claude's context window — the fixed amount of text the model can read at once — and the thread is now permanently read-only. Waiting or upgrading won't reopen it. Copy out anything you need, ask for a handoff summary by editing your last message, and continue in a fresh chat.

Usually, yes. If the chat still accepts input, reply "continue" and Claude resumes from the break. On the API, a stopreason of maxtokens means the reply was truncated — resend with the partial response to get the rest. The one exception: a thread at maximum conversation length can't continue at all.

Start a new chat per task instead of one endless thread, paste summaries rather than full history, and keep recurring documents in a Project so they're cached instead of recounted. Combine related questions into one message, and save heavy sessions for off-peak hours if you're on the free plan.

Almost always context weight. A question asked deep in a long thread — or alongside a large file upload — can cost several times the same question in a fresh chat, so it lands while your remaining allowance looks fine. Free-tier capacity limits during peak hours produce the same first-message cut-off.

It stops the usage-cap kind — [Claude Pro](/claude-pro-plan) carries roughly five times the Free allowance per five-hour window. It does not extend the maximum conversation length, because every plan reads through the same context window. Upgrade for more messages; change your chat habits for longer-lived work.
InnovateTechie

Written by

InnovateTechie

Writing about Claude and the Anthropic toolkit — models, Claude Code, pricing, features, and fixes, in clear, practical, hands-on guides tested by daily use.

View all posts →