claude-code - 💡(How to fix) Fix [Bug] Anthropic API Error: Out of extra usage quota despite available balance [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#45315Fetched 2026-04-09 08:08:12
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
commented ×1cross-referenced ×1labeled ×1

Error Message

[{"error":"Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"You're out of extra usage. Add more at claude.ai/settings/usage and keep going."},"request_id":"req_011CZrbXSziqAt4D9uvq2msN"}\n at generate (B:/~BUN/root/claude.exe:451:11098)\n at makeRequest (B:/~BUN/root/claude.exe:798:5435)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T16:10:30.321Z"}]

Code Example

[{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"You're out of extra usage. Add more at claude.ai/settings/usage and keep going.\"},\"request_id\":\"req_011CZrbXSziqAt4D9uvq2msN\"}\n    at generate (B:/~BUN/root/claude.exe:451:11098)\n    at makeRequest (B:/~BUN/root/claude.exe:798:5435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T16:10:30.321Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description I have not hit my session or weekly limit but whenever I try to send something through Claude Code I get API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"You're out of extra usage. Add more at claude.ai/settings/usage and keep going."},"request_id":"req_011CZrbXSziqAt4D9uvq2msN"}. This only happens with Claude Code, I am use claude.ai fine.

Environment Info

  • Platform: win32
  • Terminal: null
  • Version: 2.0.76
  • Feedback ID: d7505d2c-cac0-4ee1-9611-b4aaa6d7a9de

Errors

[{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"You're out of extra usage. Add more at claude.ai/settings/usage and keep going.\"},\"request_id\":\"req_011CZrbXSziqAt4D9uvq2msN\"}\n    at generate (B:/~BUN/root/claude.exe:451:11098)\n    at makeRequest (B:/~BUN/root/claude.exe:798:5435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T16:10:30.321Z"}]

extent analysis

TL;DR

Check your usage limits and add more usage at claude.ai/settings/usage as the error message suggests, despite not hitting the session or weekly limit.

Guidance

  • Review your current usage and limits on the claude.ai/settings/usage page to understand why you're receiving the "out of extra usage" error.
  • Verify that the issue is specific to Claude Code by attempting to use claude.ai directly, as you've mentioned it works fine.
  • Consider reaching out to support or checking the documentation for any nuances in how usage limits are calculated or applied, especially for Claude Code.
  • Look into any recent changes in your usage patterns or updates to Claude Code that might have triggered this error.

Example

No specific code snippet is applicable in this case, as the issue seems related to usage limits rather than code functionality.

Notes

The error message explicitly mentions being out of extra usage, despite the user's claim of not hitting their limits. This discrepancy suggests there might be a misunderstanding or a specific condition triggering the error that isn't immediately clear from the provided information.

Recommendation

Apply workaround: Add more usage at claude.ai/settings/usage as the error message suggests, to immediately resolve the "out of extra usage" error and continue using Claude Code.

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