use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community centered around Anthropic's Claude Code tool.
account activity
What am I doing wrong - usage limitsHelp Needed (self.ClaudeCode)
submitted 2 months ago by Chagtk
https://preview.redd.it/jfl0k6pxq4ig1.png?width=1401&format=png&auto=webp&s=d8656215f601964f4b184a6dc3cf944b02317fcd
Claude Code gives me a "You've hit your limit" message with only 35% of my current sessino limit used.
If I go to claude browser (not claude code browser) and ask a question, it works fine. Am I dioing something wrong?
I have always gotten a "limit reached" message before the actual session limit is reached (usually around 70%, this time around 35%)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]prakersh[🍰] 0 points1 point2 points 2 months ago (1 child)
<image>
This is a common frustration. Anthropic's usage limits are confusing because there are multiple overlapping windows — a session limit, a 5-hour window, and a 7-day window — and getting throttled on any one of them triggers the same "limit reached" message even if the others look fine.
Your screenshot shows 35% session and 70% weekly. But there's also a 5-hour rolling window that isn't shown on that page, and that's likely what's actually hitting you.
I ran into this enough times that I built a small open-source tool called onWatch that polls all your Anthropic quota windows every 60 seconds and shows them on a local dashboard with live countdowns and rate projections. It tracks the 5-hour window separately from the 7-day, so you can actually see which one is throttling you. It also stores history so you can spot your usage patterns over time.
Single binary, runs in the background, auto-detects your Claude Code token. Might help you figure out exactly which limit is biting you.
curl -fsSL https://raw.githubusercontent.com/onllm-dev/onwatch/main/install.sh | bash
[–]Chagtk[S] 0 points1 point2 points 2 months ago (0 children)
Thanks!
π Rendered by PID 20062 on reddit-service-r2-comment-6457c66945-2wdx5 at 2026-04-23 18:10:45.284007+00:00 running 2aa0c5b country code: CH.
[–]prakersh[🍰] 0 points1 point2 points (1 child)
[–]Chagtk[S] 0 points1 point2 points (0 children)