isclaudeup.com

Claude usage limits: why you hit them, and when they reset

A large share of “Claude is down” moments are not outages at all. They are a usage limit with a vague error message, and at 11pm the two feel identical. This page is how to tell them apart in about ten seconds, and what your options are once you know.

Step one: is it you, or is it them?

Check the live status first — it reads Anthropic's official feed. Then match your symptom against this:

It is a usage limit if…

It is an outage if…

There is a third case that fools almost everyone: degraded but not down. Requests succeed, just slowly, and some time out client-side and look like failures. That is why this site publishes a KINDA verdict rather than forcing everything into a binary.

The limits you can actually hit

Exact figures vary by plan and change over time, so we deliberately do not publish numbers that would go stale. Anthropic's rate limit documentation and your own account usage page are the only sources worth trusting for current values.

Why Claude Code burns through it faster than chat

This surprises people who move from the chat interface to the CLI. Agentic work re-sends accumulated context on every step. A task that reads twenty files and iterates ten times is not twenty messages of cost — it is closer to two hundred. The three biggest consumers, in order:

When does it reset?

Rolling windows, not a midnight clock. Capacity comes back in the same shape you spent it: burn a week's budget in an afternoon and you get it back in one lump a week later; spread it evenly and it trickles back continuously.

Practical consequence: after hitting a limit, wait a while and try one small request rather than hammering retry. If the small one succeeds, some of your window has refilled.

What to do while you wait

If it is an outage, leave your email on the status page and we will send one message the moment Claude recovers — no need to keep refreshing. If it is a usage limit, nothing external will change; the window refills on its own schedule.

Either way it is a good moment for the work that does not need an agent: review the diff you already have, write the test you skipped, or step away. There is also a free browser arcade if you would rather not think about it for ten minutes.

Related

Not affiliated with, endorsed by, or sponsored by Anthropic. Claude and Anthropic are trademarks of Anthropic. Nothing here is official guidance — always check Anthropic's documentation for current limits.