claude-code - 💡(How to fix) Fix [BUG] Billing Issue - "You're out of extra usage." When I have used 0% of my normal limit [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#45095Fetched 2026-04-09 08:13:24
View on GitHub
Comments
2
Participants
2
Timeline
8
Reactions
1
Timeline (top)
cross-referenced ×3commented ×2labeled ×2unlabeled ×1

Error Message

<<
╭─── Claude Code v2.1.7 ────────╯

❯ hie
⎿ 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_011CZqwT95fczsmYtLxPyNk9"}

❯ hie
⎿ 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_011CZqxrUSWBLWuWZcTtRKiB"}

Root Cause

I should not get that error because I'm within my limit.

Code Example

<<                                                                                                                                                                                                                   
╭─── Claude Code v2.1.7 ────────╯
                                                                                                                                                                                                                   
❯ hie                                                                                                                                                                                                              
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_011CZqwT95fczsmYtLxPyNk9"}                                                                                                                                                          
                                                                                                                                                                                                                   
❯ hie                                                                                                                                                                                                              
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_011CZqxrUSWBLWuWZcTtRKiB"}
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?

I'm getting the below error in console on my mac even when I have used 0% of my normal limit.

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_011CZqxrUSWBLWuWZcTtRKiB"}

Image

What Should Happen?

I should not get that error because I'm within my limit.

Error Messages/Logs

<<                                                                                                                                                                                                                   
╭─── Claude Code v2.1.7 ────────╯
                                                                                                                                                                                                                   
❯ hie                                                                                                                                                                                                              
  ⎿ 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_011CZqwT95fczsmYtLxPyNk9"}                                                                                                                                                          
                                                                                                                                                                                                                   
❯ hie                                                                                                                                                                                                              
  ⎿ 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_011CZqxrUSWBLWuWZcTtRKiB"}

Steps to Reproduce

I just prompted hie in console in my project.

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

v2.1.7

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

IntelliJ IDEA terminal

Additional Information

No response

extent analysis

TL;DR

The most likely fix is to check and update the usage settings at claude.ai/settings/usage, as the error message indicates that the user is out of extra usage.

Guidance

  • Verify the current usage limits and extra usage settings at claude.ai/settings/usage to ensure they are up-to-date and not exceeded.
  • Check if there are any changes in the usage limits or pricing plans that may have caused the error.
  • Consider updating to the latest version of Claude Code, as the issue is reported in version v2.1.7 and may have been fixed in a later version.
  • Review the API request and response to ensure that the request is valid and the error is not caused by a malformed request.

Example

No code snippet is provided as the issue is related to API usage and settings.

Notes

The issue may be related to changes in the usage limits or pricing plans, and updating the settings or version may resolve the issue. However, without more information about the previous working version and the changes made, it is difficult to provide a definitive solution.

Recommendation

Apply workaround: Check and update the usage settings at claude.ai/settings/usage, as this is the most direct solution to the error message.

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