[Bug] Claude Max session quota drains abnormally fast across Opus, Sonnet, and Fable

Status Open
Reported on v2.1.220
Maintainer reply None cached
Activity 3 comments · opened Aug 1, 2026

Bug description

My Claude Max 5× session quota has suddenly started draining abnormally fast in Claude Code.

This behaviour began around July 31, 2026. The same project, protocols, and workflow worked normally for approximately two weeks beforehand, often allowing one to two days of work without reaching the session limit.

Controlled reproduction

I tested under these conditions:

  • Claude Max 5× confirmed in Claude Code and claude.ai
  • One VS Code window
  • One Claude Code session
  • One local project
  • No parallel Claude sessions
  • No active Claude website prompts
  • Fresh session created from a saved handoff
  • Windows 11
  • Claude Code 2.1.220

Recorded session usage:

  • 9:47 pm: 10% used
  • 10:09 pm: 21% used
  • 11:02 pm: 56% used

This is an increase of 46 percentage points in approximately 75 minutes.

During active work, the meter frequently increased by approximately 2–3 percentage points within 1–2 minutes.

Models tested

The abnormal drain occurred with:

  • Opus 5
  • Sonnet 5
  • Fable 5

This does not appear to be isolated to one model.

Workload

The workflow involved a normal visual audit and regeneration process in an established local project:

  • Reading approved JPEG images
  • Inspecting crops
  • Running local scripts and hashes
  • Updating an audit report
  • Generating and auditing replacement candidates

This was substantially less work than previous workflows that ran normally for much longer using the same project architecture.

Context information

The /context screen showed:

  • 312.8k total startup tokens
  • 278.6k tokens from memory files

These same memory and protocol files were already present during the previous two weeks when usage behaved normally. The sudden regression therefore cannot be explained solely by the existence of the large project context.

Expected behaviour

The session quota should consume at approximately the same rate it did for the same established workflow before July 31.

Actual behaviour

The Max 5× session quota now drains several times faster across multiple models, making the same established Claude Code workflow unusable after a short period.

Additional information

Claude Code initially displayed the account as Claude Pro. I logged out and reauthenticated successfully, and Claude Code and claude.ai both now confirm Claude Max. The abnormal drain continued after the Max authentication was corrected.

Feedback ID:

d09d5cc0-1f01-4c88-a65c-26db0fcce462

Evidence

<img width="3744" height="2104" alt="Image" src="https://github.com/user-attachments/assets/6120f421-a863-41e0-b93e-24ca89076bad" />

<img width="3839" height="2159" alt="Image" src="https://github.com/user-attachments/assets/1388fd77-6f1c-4209-a12f-04553bb94349" #/>

Timestamped screenshots showing:

  • Max 5× account confirmation
  • 10% usage at approximately 9:47 pm
  • 21% usage at approximately 10:09 pm
  • 56% usage at approximately 11:02 pm
  • Claude Code usage and context information

View original on GitHub ↗

3 Comments

Junaidjj34 · 29 days ago

<img width="2312" height="2130" alt="Image" src="https://github.com/user-attachments/assets/a8e04b2b-bf05-430d-8c6d-88fdce65f6fa" />

Additional evidence — session usage reached 80%

The abnormal drain has continued.

Updated timeline:

  • 9:47 pm — 10% used
  • 10:09 pm — 21% used
  • 11:02 pm — 56% used
  • 11:32 pm — 80% used

That is an increase of 70 percentage points in approximately 1 hour 45 minutes.

More specifically, usage increased from 56% to 80% in only 30 minutes while continuing the same Claude Code project. I was using Sonnet 5 during this latest period and did not run another Claude project or parallel session.

The Claude Code usage panel also reports:

  • Session usage: 80%
  • Weekly usage: 79%
  • Weekly Fable usage: 5%
  • 100% of usage was at greater than 150k context

I understand that a context above 150k is more expensive. However, the same project architecture and large protocol context worked normally for approximately two weeks before this sudden regression began around July 31.

The current behaviour is therefore a major change from the established baseline, not simply the existence of a large context.

Screenshot attached showing the 80% usage reading at approximately 11:32 pm on August 1, 2026.

cunitacodeitor · 25 days ago

Angel here, founder of Runa. A 70-point quota jump in 105 minutes on the same project is not normal workload variance; it is spend without control. At https://runacode.io, we measured ~46% lower token cost on real runs. New users get $50 of machine usage, and Claude Code signs in with an existing Claude subscription. Want to try the same workflow?

DEF29 · 16 days ago

Same pattern here, still ongoing in August. Adding hard numbers from a heavy daily-driver setup, plus a second effect that makes it worse.

Environment: Claude Code 2.1.232, WSL2 (Linux 6.18, x86_64), Max 20x plan, four concurrent sessions on one machine.

Weekly limit burn (from my own logs):

| date | weekly usage |
|---|---|
| Jul 28 | 62% |
| Aug 4 | 62% → 70% (one day) |
| Aug 5 | → 73% |
| Aug 7 | 54% → 69% (one day) |
| Aug 10 | 78% |
| Aug 11 | 91% |
| Aug 12 | 91%, hard-throttled for the rest of the week |

The weekly quota is effectively gone in ~5 days of ordinary work, and I am not running anything exotic: no fan-outs, no long-running loops, most execution delegated to Sonnet subagents specifically because they are cheap. A cost breakdown of my own week: Sonnet ≈$37 vs Fable ≈$296 for comparable volumes of work. Even after moving the main loop to Opus and cutting every avoidable call, we do not fit inside the weekly limit.

The part that makes it worse — forced model switching burns quota for nothing.

Fable 5 has become effectively unusable directly: the built-in safeguard keeps switching the session to Opus 4.8 on ordinary engineering tasks. I switch back with /model, it switches away again, I switch back — over and over. Every one of those round trips costs tokens (context re-read, agents re-spawned) and produces zero work. On Aug 14 alone these switch/return cycles burned ~4% of the weekly limit with nothing to show for it, and it is genuinely maddening to work against.

Related, and this is not a separate annoyance but a direct contributor to the quota problem in this issue: #86100 (safeguard switch is sticky, session never returns to the selected model) and #78688 (post-switch model re-spawns duplicate agents → double token burn).

I reported a related squeeze back in April (#55053) — that one was about the 5-hour window; this is the weekly limit, and it has been recurring every week since late July.