claude-code - 💡(How to fix) Fix [Bug] Misleading "monthly usage limit" error message on Claude Max plan [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55999Fetched 2026-05-05 06:00:50
View on GitHub
Comments
2
Participants
2
Timeline
8
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2closed ×1cross-referenced ×1

Error Message

Title: "monthly usage limit" error message is misleading on Claude Max plan On Claude Max 5x (OAuth subscription, no API key), I received this error during sub-agent execution: overage), but the error message gives no indication of which limit was hit. Context when the error occurred (best-effort reconstruction from local logs)

  • Statusline log (recorded every 30 min) showed 5h usage at 82% at 09:03 JST. Error was raised somewhere in the 09:30–10:00 JST window. Given
RAW_BUFFERClick to expand / collapse

Bug Description Title: "monthly usage limit" error message is misleading on Claude Max plan

Summary

On Claude Max 5x (OAuth subscription, no API key), I received this error during sub-agent execution:

You've hit your org's monthly usage limit
This wording is misleading. Most likely the underlying condition was a combination of (5-hour limit reached) + (extra-usage cap of $0 with prior overage), but the error message gives no indication of which limit was hit.

Context when the error occurred (best-effort reconstruction from local logs)

  • Plan: Claude Max 5x (organizationType: claude_max, organizationRateLimitTier: default_claude_max_5x). Personal subscription, treated as a
    1-person "organization" internally.
  • Sub-agent in progress for a parallel batch task.
  • Statusline log (recorded every 30 min) showed 5h usage at 82% at 09:03 JST. Error was raised somewhere in the 09:30–10:00 JST window. Given multiple sub-agents were running in parallel, the 5h quota almost certainly hit 100% during that window.
  • Extra-usage monthly cap had been intentionally lowered to $0, with $0.35 already accrued — so the account was simultaneously in an "extra-usage overage" state.

So the most likely sequence: … Note: Content was truncated.

extent analysis

TL;DR

The error message "You've hit your org's monthly usage limit" is misleading and should be updated to indicate whether the 5-hour limit or extra-usage cap was reached.

Guidance

  • Review the error message handling to provide more specific information about which limit was hit (5-hour limit or extra-usage cap).
  • Consider adding logging to track when the 5-hour limit is approaching or has been reached to help with debugging.
  • Evaluate the current extra-usage cap setting and consider adjusting it to a more reasonable value to avoid unexpected overages.
  • Investigate the possibility of displaying a more informative error message that takes into account both the 5-hour limit and extra-usage cap.

Notes

The provided information suggests that the issue is related to the error message wording and the interaction between the 5-hour limit and extra-usage cap. However, without more context or details about the system's implementation, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: Update the error message to provide more specific information about which limit was hit, and consider adjusting the extra-usage cap setting to avoid unexpected overages. This will help to mitigate the issue and provide a better user experience until a more permanent solution can be implemented.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Bug] Misleading "monthly usage limit" error message on Claude Max plan [2 comments, 2 participants]