claude-code - 💡(How to fix) Fix [BUG] Despite being paid for extra usages still receiving API Error: 400: type":"invalid_request_error","message":"You're out of extra usage. Add more at claude.ai/settings/usage and keep going. [4 comments, 3 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#45052Fetched 2026-04-09 08:14:26
View on GitHub
Comments
4
Participants
3
Timeline
8
Reactions
0
Timeline (top)
commented ×4labeled ×2closed ×1unlabeled ×1

Error Message

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

Code Example

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

---
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?

Got it — this is important context, and honestly, your suspicion is valid. The screenshot clearly shows extra usage already exceeded + auto-reload ON, yet the API is still blocking you. That strengthens your case.

Here’s a stronger, more assertive GitHub issue message incorporating this:


🐛 Issue: API Blocking Requests Despite Extra Usage Enabled & Paid

Hi Team,

I’m encountering the following error while using the Claude API:

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

🔍 Observed Behavior

  • The API is rejecting requests stating that I’m “out of extra usage.”

  • However, based on my account settings:

    • Extra usage is already enabled (toggle ON)
    • Monthly spend limit is set
    • Amount has already been charged ($20.22 spent)
    • Usage shows 101% consumed under extra usage
    • Auto-reload is enabled

⚠️ Concern

Despite:

  • Paying for extra usage
  • Enabling extra usage toggle
  • Having auto-reload active

…the API is still blocking requests instead of continuing usage.

This creates a hard failure in production workflows, which should ideally not happen when billing is configured correctly.


❓ Questions

  1. Why is the API still blocking requests even though extra usage is enabled and billing is active?
  2. Is there a delay or sync issue between billing and API quota enforcement?
  3. Does exceeding 100% (e.g., 101%) require manual intervention despite auto-reload being enabled?
  4. Are there hidden caps or throttling rules not reflected in the UI?

🧪 Additional Details

  • Request ID: req_011CZqnb9kHEjoyRX6EAR4mn
  • Occurrence: [Consistent / Intermittent — update this]
  • Usage Page Screenshot: (attached)
  • Environment: [Add SDK / API usage details]

🚨 Impact

This issue is blocking API usage even after payment and proper configuration, which impacts reliability for production use cases.


🙏 Request

Please investigate this inconsistency between billing and API enforcement and advise on:

  • Immediate resolution
  • Correct configuration (if anything is missing)
  • Expected behavior when extra usage exceeds 100%

Other details

Version: 2.1.25 Session name: /rename to add a name Session ID: 119da7f7-6542-4bd8-af1e-a7f973005ed5 Login method: Claude Pro Account Organization: [email protected]'s Organization Email: [email protected]

Model: sonnet (claude-sonnet-4-5-20250929) IDE: Installed VS Code extension MCP servers: claude.ai Google Calendar △, claude.ai Gmail △ Memory: project (CLAUDE.md) Setting sources: User settings, Project local settings

<img width="1235" height="768" alt="Image" src="https://github.com/user-attachments/assets/c0afca5f-ff96-4bd1-b2ba-a627aaac8da4" />

What Should Happen?

When already paid what is blocking API to get it started, Below error should have been removed:- 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_011CZqnb9kHEjoyRX6EAR4mn"}

Error Messages/Logs

Steps to Reproduce

None

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.25

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

VS Code integrated terminal

Additional Information

No response

extent analysis

TL;DR

The API is likely blocking requests due to a discrepancy between the billing configuration and the API quota enforcement, despite extra usage being enabled and paid for.

Guidance

  • Verify that the auto-reload feature is correctly configured and functioning as expected, ensuring that the extra usage is properly replenished when exceeded.
  • Check for any hidden caps or throttling rules that may not be reflected in the UI, which could be causing the API to block requests despite the correct billing configuration.
  • Investigate the delay or sync issue between billing and API quota enforcement, as this could be causing the discrepancy between the expected and actual behavior.
  • Review the usage page screenshot and settings to ensure that everything is correctly configured and that there are no other limitations or restrictions in place.

Example

No code snippet is provided as the issue seems to be related to the configuration and billing rather than a code-specific problem.

Notes

The issue seems to be specific to the Anthropics API and the Claude Code version 2.1.25, and it is reported as a regression, meaning it worked in a previous version. The exact cause of the issue is still unclear and may require further investigation.

Recommendation

Apply a workaround by manually monitoring and adjusting the extra usage limits and auto-reload settings to ensure that the API requests are not blocked due to quota enforcement issues, while waiting for a more permanent fix or clarification from the API providers.

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