[BUG] You've hit your org's monthly usage limit
Resolved 💬 18 comments Opened Apr 24, 2026 by sudoAPWH Closed Jun 28, 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?
When my session usage is used up, I get this message "You've hit your org's monthly usage limit"
- I have claude pro, not any org account.
- Claude pro (as far as I know) does not have any monthly limit
Is this another stunt by anthropic to remove claude code from pro plan users?
What Should Happen?
It should say "Session usage used up, resets (time) PM MST" Or something like that, I can not remember the exact verbiage.
Error Messages/Logs
You've hit your org's monthly usage limit
Steps to Reproduce
Use up session usage, Say "hi", you should get that error.
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.118 I guess?
Claude Code Version
2.1.119
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
18 Comments
Many others have this same issue, looking at forums.
I got this when my 5-hour limit was reached.
I bought credits, which should not account for limits, yet the error did not go away, so all I could do is wait
After the 5 hours expired, Claude works again.
The unusable credits issue - Claude did give some free credits this month, I think it was $15. So your usage may have easily reached your monthly spending limits even if you haven't added much credits.
This is still a bug - the message shall say:
Yes, I did get the credit, and it's used up. But, that's not the issue here.
The issue is it's giving me a Team plan error when I am on the pro plan.
This is confusing lots of users.
The message is about
monthly usage limitit should be aboutmonthly credit limit. And yes - the "org" thing.Yeah, it always used to show a popup asking if I would like to stop and wait for limit to reset, or upgrade, but now it just goes straight to that error.
No sign of fix yet.
@geleto
I'm having the same issue.
I get the
You've hit your org's monthly usage limitIt appears when I have hit the session limit. Not weekly, not monthly.
<img width="1043" height="867" alt="Image" src="https://github.com/user-attachments/assets/012e4ec5-f791-4287-aa25-757c4e71a59c" />
I have no option to choose extra credits.
<img width="565" height="371" alt="Image" src="https://github.com/user-attachments/assets/0b558f11-2f23-4c66-8a28-cbc9a5ef5c80" />
All I can do is wait it out..
Suggestion:
It should have been a option:
You have exceeded your monthly spend limit, increase it and it will work. The bug is that the message shall be about the monthly spend limit, not monthly usage.
@geleto @Christonn93 @sudoAPWH I was able to get this solved by selecting "Adjust monthly limit" under /extra-usage. Bumped it to account for extra usage I paid for + what Anthropic gifted a few weeks ago.
Yeah, it worked for me as well when I had extra usage.
But I prefer to not use it on some tasks, and it will keep on going with extra usage, with no warning.
Confirmed I am seeing the same issue. I am on the pro plan as well. No Org plan
This is new as I have hit session limits in the past and it has always said I have used up my session limits.
<img width="1744" height="204" alt="Image" src="https://github.com/user-attachments/assets/71cb63b8-e9a5-4abe-a3f7-29f14afa5d32" />
same exact issue. On the pro plan... never seen this before and I use claude all the time... and no Im not adding extra storage... 🙄
Seems to be fixed. At least on my end.
Claude Code Version - ``
2.1.126``It got worse ,I got that error on I already have Extra usage money to spend ( about 20$ )
<img width="851" height="759" alt="Image" src="https://github.com/user-attachments/assets/5f03ecd4-24d3-4602-a049-44b56f720631" />
same still happened
I keep seeing the same pattern across Claude clients: the rate-limit message is whatever string the client hardcoded, not the bucket the server actually enforced. 'org's monthly usage limit' on a Pro account is the CLI mapping a 429 to the wrong dimension. Pro has no monthly org cap, it's a rolling 5h window plus a weekly quota now, and the client only learns which one you hit at the block. These strings drift because they guess from the error instead of reading the quota. /settings/usage returns the rolling + weekly numbers directly, so you can see which limit you actually hit, not just the label.
the tracker that reads the rolling 5h + weekly quota off the same endpoint https://claude-meter.com/r/h7iw3whm renders: https://claude-meter.com/r/yy52nuzm
Closing for now — inactive for too long. Please open a new issue if this is still relevant.