Thirty minutes into fixing a gnarly bug, Claude finally has the whole file tree loaded in its head, the fix is half-written — and then the message drops: "You've reached your usage limit until 4:00 PM." No warning, no countdown you saw coming, just a wall. If that's happened to you, you're not imagining that it feels worse than it used to. Anthropic changed how these limits work more than once in 2026, and most of the explanations floating around are either outdated or come straight from Anthropic's own vague "conversation budget" language, which tells you almost nothing about what actually trips the wire.
My name is Artem, I run the Writingmate blog, and I've spent the past few weeks going through Anthropic's current Help Center pages, the timeline of this year's limit changes, and a stack of user reports on Reddit and X describing exactly what happens the moment the cap hits. This isn't another "here's the secret trick to bypass Claude forever" post — there isn't one. It's a straight walkthrough of how the caps are actually built, what a rate-limited session really looks like, and a decision tree for what to do in the next five minutes: wait, upgrade, or move the same conversation somewhere that isn't capped the same way.
Here's a short breakdown of the token math behind the caps, which is worth watching before you assume a new chat will save you:
How Claude's usage limits actually work in 2026
Claude's limits stack in two layers. The first is a rolling five-hour session window that starts the moment you send your first message — not at a fixed clock time. Anthropic's own Help Center describes it plainly: usage limits are "your conversation budget," and that budget is spent based on "the length and complexity of your conversations, the features you use, which Claude model you're chatting with, and the effort level you've selected." Note what's missing from that sentence: a message count. Claude doesn't meter you by number of turns, it meters you by compute — tokens in, tokens out, plus the overhead of anything Claude has to re-read.
The second layer is a weekly cap that sits on top of the five-hour window, applied separately for paid plans. You can be well inside your current five-hour allowance and still get blocked because you've burned through the week's total. Anthropic has said weekly limits are meant to catch a small slice of accounts — the company estimated it would affect under 5% of subscribers when it first rolled the weekly cap out — but "under 5%" is cold comfort if you're the one staring at a wall on a Tuesday.
On May 6, 2026, Anthropic doubled the five-hour limits across Pro, Max, Team, and seat-based Enterprise plans and removed the peak-hour throttle that used to quietly shrink everyone's budget during business hours. That fix followed a rough stretch — more on that below — but it means the numbers you find in an older blog post or a screenshot from last winter are probably stale. Always sanity-check limit claims against the date they were written.
What actually burns through a session faster than you'd expect
A handful of things drain the budget disproportionately fast, and none of them show up as a warning until you've already spent the tokens:
- Model choice. Opus-tier models cost meaningfully more per message than Sonnet or Haiku-tier models, so the same conversation costs a different amount of budget depending which model is answering.
- Extended thinking and higher effort settings. Turning up "effort" or leaving extended thinking on for a simple question spends tokens on reasoning you didn't need.
- File attachments. A single PDF page runs roughly 1,500–3,000 tokens once Claude parses it, and a full-resolution screenshot isn't much cheaper. Attach a 40-page contract and you've spent a meaningful chunk of your window before Claude writes a single word back.
- Long-running agentic work. Claude Code sessions that loop through tool calls, file edits, and re-reads of the same context burn quota far faster than a normal chat, which is exactly what triggered the loudest complaints this year.
- Re-read history. Every message in a long-running conversation gets re-processed as context for the next one. A 90-message thread isn't 90 units of cost — it's closer to 90 messages' worth of accumulated re-reads.
That last point explains why Anthropic's own advice — start a new conversation instead of continuing an old one — actually works. A fresh chat has nothing to re-read, so the same question costs less the second time around, just in a different window.
Worth knowing the backstory here: between late March and early May 2026, reports piled up across Reddit, X, and GitHub describing single prompts draining 3–7% of a session's quota and five-hour windows disappearing in under 20 minutes on paid plans. Anthropic initially attributed part of it to an expiring holiday usage bonus, but engineers later confirmed a mix of tighter peak-hour throttling, counter-desync bugs, and the higher real cost of long-context sessions. The May 6 fix — doubled limits, no more peak-hour penalty — was the direct response.
"Claude Code Limits Were Silently Reduced and It's MUCH Worse" — a thread on r/ClaudeCode that pulled more than 360 comments in six days after users reported the same tasks burning through quota far faster than before, with no changelog entry to explain why.
"Claude chatbot users are getting fed up with the recent rollout of new usage limits as Anthropic, the developer behind Claude, struggles to keep up with surging demand for its AI systems." — @NBCNews on X
What a rate-limited session actually looks like
The experience differs depending on where you're working. On claude.ai, you get a banner: "You've reached your usage limit until [time]," with a countdown to the next five-hour reset — but if you've also hit the weekly cap, that countdown is meaningless and the real reset is days away. In Claude Code, the terminal simply stops mid-task with a rate-limit message, which is the worst version of this because you're often mid-edit across multiple files. If you're calling the API directly, you get an HTTP 429 with a `retry-after` header, which at least tells a script exactly how long to back off.
None of these surfaces tell you whether you hit the five-hour wall or the weekly one, which is a real design gap — it's the difference between "back in two hours" and "back on Monday." That ambiguity is also at the center of a June 2026 class-action complaint alleging Max plan marketing overstated the real multiplier value subscribers get versus Pro, since actual measured multipliers for some users landed closer to 3.5x on Max 5x and 6–8x on Max 20x rather than the advertised 5x and 20x.
Free, Pro, and Max limits compared
Anthropic doesn't publish exact message counts for any tier — every number below is the range independent trackers and Anthropic's own relative-multiplier language converge on, current as of September 2026. Treat it as a working estimate, not a guarantee, since your actual budget depends on message length, attachments, and which model answers.
Plan | Price | Typical 5-hour session | Weekly cap | Resets on new chat? |
|---|---|---|---|---|
Free | $0 | Small session budget, varies with demand | Not applicable | No — rolling window only |
Pro | $20/mo | ~45+ messages (short, non-Opus) | Yes, layered on top | No |
Max 5x | $100/mo | ~225+ messages | Yes, layered on top | No |
Max 20x | $200/mo | ~900+ messages | Yes, layered on top | No |
Writingmate | From $19.99/mo | No 5-hour session wall | Plan-based credits, plus pay-as-you-go via the model router | N/A — switch models instead |
The decision tree: wait, upgrade, or switch
When the wall shows up, you've really got three options, and which one makes sense depends on two questions: how urgent is the task, and how often does this actually happen to you?
- Not urgent, and this is rare for you: just wait. Check whether you hit the five-hour window or the weekly cap — if it's the former, you're back in a few hours. Use the downtime to draft your next prompt so you're not thinking out loud once the meter resets.
- Urgent, and this keeps happening: upgrading tiers helps, but do the math first. If you're already on Max 5x and hitting weekly caps within a few hours of focused work, jumping to Max 20x might not deliver the 4x you'd expect given the multiplier disputes above — read your own usage history before you pay for a bigger number that may not translate proportionally for your workload.
- Urgent, right now, mid-task: don't wait, and don't downgrade your ambitions to fit whatever's left in the tank. Move the conversation to a model that isn't tied to Claude's session clock, finish the task, and come back to Claude later if you still prefer it for that kind of work.
That third option is the one most guides skip, mostly because it means admitting Claude isn't the only model worth finishing a task with. In practice, if you paste your last few messages and the file you're working on into a fresh conversation on Writingmate, you can keep going on Claude Sonnet or Claude Opus directly, or hand the same prompt to another model entirely if you just need the task done and don't care which model does it.
Keeping the same conversation moving without the rolling clock
Writingmate gives you access to Claude's models alongside 300+ others — GPT, Gemini, Grok, DeepSeek, and more — from one subscription, and none of them share Claude's five-hour session mechanic. If Claude is capped, you switch the model dropdown mid-conversation instead of watching a countdown. Check the full lineup on the models page before you commit to a plan, since availability varies by model and by tier.
If you're hitting limits specifically inside Claude Code rather than the chat app, that's a different problem with a developer-shaped fix: Writingmate Router gives you an OpenAI-compatible API endpoint that routes to Claude, GPT, and other paid models at the provider's own price plus a flat 5%, so you're not boxed into Anthropic's session-and-weekly-cap structure for agentic or scripted work. It's documented on the OpenAI-compatible API docs page if you want to see how the swap looks in code before you touch anything in production. Pricing for the chat side of Writingmate, including what's included before you'd need the pay-as-you-go router, is on the pricing page.
How to check your usage before you get cut off
Claude's web and desktop apps show a usage indicator in Settings that fills up as you approach your current window's limit — glance at it before you start something long, not after Claude stops mid-sentence. If you're on Claude Code, running a usage or cost command from the terminal shows session token counts directly, which is the closest thing to a real-time meter Anthropic currently offers. Neither view tells you outright whether you're closer to the five-hour wall or the weekly one, so if the percentage jumps unusually fast partway through a session, assume it's the weekly cap doing the damage and plan accordingly.
What I checked before writing this
For this piece I read through Anthropic's current Help Center article on usage and length limits, cross-referenced the dated timeline of 2026's limit changes (the March–May quota crisis, the May 6 fix, and the ongoing multiplier dispute) against independent tech press coverage, and pulled real user reports from Reddit and X describing what the cap actually feels like mid-task rather than relying on Anthropic's own framing alone. Where Anthropic doesn't publish a hard number — which is most of them — I said so instead of presenting an estimate as official.
None of this means Claude is a bad choice. Its coding and long-document reasoning are still genuinely strong, which is exactly why hitting a wall mid-task is so frustrating. The fix isn't to stop using Claude — it's to stop being stuck when its meter runs out. Keep Claude for the work it's best at, and keep a fallback ready for the moments its clock says no.
See you in the next one!
Artem
Frequently Asked Questions
Sources
- Claude Help Center: How do usage and length limits work?
- TechRadar: Claude is limiting usage more aggressively during peak hours — here's what changed
- r/ClaudeCode
- @NBCNews on X
- YouTube: How to Never Hit Claude Usage Limits Again (10 Tips to Use Fewer Tokens)
- Writingmate
- models page
- OpenAI-compatible API docs page
- pricing page
Written by
Artem Vysotsky
Ex-Staff Engineer at Meta. Building the technical foundation to make AI accessible to everyone.
Reviewed by
Sergey Vysotsky
Ex-Chief Editor / PM at Mosaic. Passionate about making AI accessible and affordable for everyone.
