[BUG] Weekly Limit Jumped From ~50% to 100% in less than an hour of usage on Max20x Plan
Status Closed — not planned
Reported on v2.1.181
Maintainer reply None cached
Activity 8 comments · opened Jun 18, 2026 · closed Aug 24, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Within 30 minutes usage exploded to kill my entire weekly usage from ~50% - 100%. I am on Max 20x plan and this is abnormal, considering I daily open up a session using opus 4.8 max effort to audit my codebase and it barely ticks my weekly usage. However, today it completely killed my weekly usage by ~50%.
What Should Happen?
Maximum weekly usage consumption for this situation would probably be by a few percentage points. Even Fable 5 usage would move it by 20%, which is nothing compared to 50%.
Error Messages/Logs
Steps to Reproduce
- Open up claude code in a terminal and type /model set to opus 4.8 and /effort max for max effort.
- Give a generic prompt to audit the entire codebase - may also add /superpowers to claude plugin to use it in prompt to trigger subagent-driven audit.
- Watch weekly usage climb immediately to 100%.
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.181
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
Showing cached comments. Read the full discussion on GitHub ↗
7 Comments
Same here. From ~20% to 40%.
I just encountered the same bug: my weekly limit usage jumped from 50% to 80% (at max x20) within a 30-to-90-minute window. I just returned to my PC after being AFK and saw a ~30% limit drop in a single hour. For context, my usual daily usage is only 20-30% across a 10+ hour workday. There were no extra heavy tasks running, and checking 'ccusage' via Claude confirmed that everything is normal with no unusual activity.
Same thing here - Max 5x, I closed my macbook and left home (no running sessions) at 60% weekly usage just to come back 3hrs later and see my weekly usage at 95%.... That's literally impossible as a single 100% usage of 5hr session with Opus 4.8 accounts for about 8% of my weekly
Same here
Solved here!
Two distinct things are getting blended in this thread, and separating them is the fastest way to a diagnosis — they have different causes and different fixes.
Signal A — live multiplicative burn (the OP's repro).
opus-4-8+/effort max+ a subagent-driven whole-codebase audit (/superpowers) is close to the worst-case token multiplier that exists right now:effort=maxon Opus 4.8 has been reported to produce far more output/thinking tokens than 4.6/4.7 on the same task — routine turns hitting 40–50k where they used to be 2–3k (the #64153 effort-budget cluster).(per-turn effort blowup) × (number of children) × (turns per child). A whole-codebase audit spawns a lot of children.So the same audit that "barely ticks" at default effort can legitimately consume 50% in 30 minutes at
max+ fan-out. Fastest test: rerun the identical audit at/effort medium(or default) and/or--model claude-opus-4-7, and watch the/costdelta. If it drops back to "a few percent", that's your cause, and dropping max-effort for broad audits is the fix — reservemaxfor single hard problems, not fan-out sweeps.Signal B — usage climbing while AFK / no running session (@Daredevll, @nikitkazhopik: closed the laptop, came back hours later to a big jump). That is not the same bug — nothing should accrue with no active session. That points at either (a) a background/detached process still running (check for stray
claudeprocesses, anyclaude -p/cron/automation, or a plugin keeping a session alive), or (b) usage accounting lag — tokens from the earlier burst being attributed to the wall-clock window when they settle, not when they ran. To tell them apart: look atccusage(or your session logs) timestamps — if the token spend is stamped during your active session and only the % display moved later, it's accounting lag (cosmetic-ish, your real spend was earlier). If there's token activity stamped while you were genuinely AFK, hunt the background process.@schalatap — you said "Solved here!" — what fixed it for you? That'd help triage which of A/B everyone else is hitting.
The single most useful evidence for maintainers here is a
ccusageexport showing token spend vs timestamp across the window, plus whether/effortwasmax. That distinguishes "expected cost of max-effort fan-out" from "accounting/attribution bug" immediately — and they need separate fixes.(Reasoning from the repro + the comments here, not your individual sessions — but A vs B is the split worth nailing down before this gets triaged as one bug.)
Same on Max 5x — Opus 4.8 orchestrator + Sonnet subagents, weekly limit draining abnormally fast
Subscription: Max 5x ($100/month). Started June 29, 2026, renewed July 29. First billing month was completely normal with the identical setup.
Starting ~July 26-27 (about a week after the July 29 renewal), consumption spiked with no change in workflow:
The subagent spawning during Opus-orchestrated tasks appears to be the accelerant, consistent with this report. First month was fine with the same effort/model config, so this looks like a server-side regression rather than my usage. Requesting investigation + limit reset. Can attach Settings > Usage screenshots on request.