[BUG] Claude Code Pro API Error: Rate limit reached on brand new Pro account with 0-2% usage
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Every request returns API Error: Rate limit reached immediately on a brand new Claude Pro account that has never been meaningfully used. Usage dashboard shows 2% session and 0% weekly — yet every prompt is blocked.
This appears to be the same server-side bug documented in #29579 and #39581, where the rate limiter incorrectly locks out accounts that have not exceeded any quota.
What Should Happen?
Expected Behavior
Requests should succeed normally. The account has barely any usage and is well within Pro plan limits.
Actual Behavior
Every single request is immediately rejected with API Error: Rate limit reached, regardless of prompt length or complexity. The error appeared from the very first use of this account.
Environment
Claude Code version: 2.1.87
OS: Ubuntu (Linux)
Login method: Claude Pro Account
Plan: Claude Pro ($20/month)
Account created: today (March 29, 2026)
ANTHROPIC_API_KEY env var: not set
Evidence (screenshots attached)
Screenshot 1 — Status: Shows active Claude Pro Account login
Screenshot 2 — Usage: Shows 2% session usage, 0% weekly usage
Screenshot 3 — Error: Shows API Error: Rate limit reached on a normal prompt, same session
The three screenshots together demonstrate the contradiction: active Pro plan + near-zero usage + rate limit error on every request.
Additional Context
I also have access to a separate Team plan account through my employer (different email, different organization). I am using this Pro account exclusively for personal projects. There is no ANTHROPIC_API_KEY environment variable set. Logging out and back in did not resolve the issue.
A server-side reset of the rate limit state for my account would be appreciated.
Error Messages/Logs
⎿ API Error: Rate limit reached
Steps to Reproduce
- Subscribe to Claude Pro ($20/month) — account was created today
- Install Claude Code v2.1.87
- Run claude login and authenticate with Pro account
- Verify /status: Login method = Claude Pro Account, correct email
- Verify /usage: Current session = 2% used, Current week = 0% used
- Type any message (e.g. "Vamos começar")
- Observe: API Error: Rate limit reached
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.87
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
<img width="604" height="435" alt="Image" src="https://github.com/user-attachments/assets/35459923-d8b0-45cc-a9c9-46fa69e44311" />
<img width="604" height="435" alt="Image" src="https://github.com/user-attachments/assets/39b376fc-f441-4ef6-8401-13c8bacd8f89" />
<img width="604" height="435" alt="Image" src="https://github.com/user-attachments/assets/7cd91838-edf6-4407-a453-671593db406a" />
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗