claude-code - 💡(How to fix) Fix [BUG] Usage limit hit in ~2 minutes after 1 request [1 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#46173Fetched 2026-04-11 06:27:12
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4closed ×1commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

5 hour Usage limit hit in ~2 minutes after 1 request at 13:00 Istanbul time

Image

Image

What Should Happen?

return limit

Error Messages/Logs

Steps to Reproduce

Image

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.1617.0 (8d6345) 2026-04-09T16:10:15.000Z

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

No response

extent analysis

TL;DR

The 5-hour usage limit is being hit unexpectedly after a single request, suggesting a potential issue with the usage tracking or limit enforcement mechanism.

Guidance

  • Review the usage tracking logic to ensure it is accurately counting requests and resetting the limit as expected.
  • Check for any recent changes to the Claude Code version or configuration that may have introduced this issue, given that it is reported as a regression.
  • Investigate the Anthropic API documentation to see if there are any known issues or changes related to usage limits or tracking.
  • Consider testing with a different model or version to isolate if the issue is specific to the Opus model or the current Claude Code version.

Example

No specific code example can be provided without more details on the implementation, but reviewing the usage tracking logic might involve checking functions or methods responsible for incrementing the usage counter and enforcing the limit.

Notes

The lack of information about the last working version and additional details limits the ability to provide a precise fix. The issue seems to be related to a regression, suggesting that comparing changes between versions might reveal the cause.

Recommendation

Apply workaround: Given the information provided, it's reasonable to suspect a bug in the current version of Claude Code. Until a fix is available, applying a workaround, such as manually tracking usage or using a different version if possible, might be necessary.

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