● whenaireset

"Rate limited, please try again later"

Claude Code

$ Claude Code says "rate limited, please try again later"? It is either an exhausted window or a temporary capacity throttle on Anthropic's side. How to tell which in 10 seconds, and what each one means for your allowance.

// WHAT IT MEANS

Two very different things produce this line. If your 5-hour session or weekly allowance is exhausted, the message usually names the window and gives a reset time — that is an allowance limit. If both bars in /usage have room, it is a capacity throttle: Anthropic is shedding load, and your allowance is untouched.

The API-style variants — "429 rate_limit_error", "rate_limit_event", "Overloaded" — are the same capacity case surfacing from a lower layer.

// WHEN IT RESETS

Allowance case: at the reset time in the message (5-hour window) or your fixed weekly time.

Capacity case: usually within a few minutes. Claude Code retries on its own with backoff; if it keeps failing for more than ten minutes, status.anthropic.com will normally show an incident. Anthropic has reset everyone's limits after larger outages — the most recent fleet-wide reset is shown below.

// WHAT TO DO NOW

  1. 01 Run /usage. Bars have room → capacity throttle, just wait or retry. A bar is full → see the 5-hour or weekly page.
  2. 02 For a capacity throttle, avoid firing many parallel subagents for a few minutes; each one is a separate request competing for the same capacity.
  3. 03 If you are on a Max plan and the throttle is model-specific, switching between Opus and Sonnet often gets through.
  4. 04 Check status.anthropic.com before assuming your account is the problem.

// DOES IT AFFECT MY WEEKLY ALLOWANCE?

A capacity throttle does not spend any allowance — the requests that were rejected did not count. An allowance limit is exactly that; see the weekly-limit page for what refills it.

// ALSO APPEARS AS

  • “rate_limit_event”
  • “API Error: 429 rate_limit_error”
  • “Overloaded”

// LAST FLEET-WIDE RESET

2026-09-01

2026-09-01 · @ClaudeDevs source ↗

SINCE LAST RESET14d

Average gap 12d · longest 48d · 78% of past waits were shorter than this one

// NOTIFY ME

Email me when Claude Code resets

One email per official reset. No digest, no marketing, one-click unsubscribe. Prefer X? Reset alerts are also posted at @XIAOMIAO_26 · RSS

// PLANS

Free $0 Active
Enough to try it out; no Claude Code
Pro $20/mo Active
At least 5× the free tier per session
Max 5x $100/mo Active
About 5× Pro per session; Opus has its own weekly cap
Max 20x $200/mo Active
About 20× Pro per session; Opus has its own weekly cap
Team / Enterprise per seat Active
Allocated per seat; also got the 5-hour doubling from 2026-05
limits →

// RELATED MESSAGES