Current documented limits
| Constraint | Current value | Scope | Verified source |
|---|---|---|---|
| average Pro prompt estimateThe estimate is for typical terminal use and shares capacity with Claude activity. | Approximately 10–40 prompts every 5 hours | Pro | AnthropicAug 22, 2026 |
| average Max 5× prompt estimateThis tier also shares its limit with Claude consumer activity. | Approximately 50–200 prompts every 5 hours | Max 5× | AnthropicAug 22, 2026 |
| average Max 20× prompt estimateThe estimate remains workload-dependent and shares capacity with Claude. | Approximately 200–800 prompts every 5 hours | Max 20× | AnthropicAug 22, 2026 |
| subscription reset and scopeThe terminal warns as capacity falls and can offer separate pay-as-you-go API usage. | Resets every 5 hours; shared with Claude | Pro and Max | AnthropicAug 22, 2026 |
How to apply Claude Code limits safely
The monitored baseline covers average Pro prompt estimate, average Max 5× prompt estimate, average Max 20× prompt estimate, subscription reset and scope. Treat these as separate constraints rather than one platform-wide capacity number: a workload can fit one row and still fail another because the plan, model, endpoint, runtime, region, invocation mode, or account scope differs.
- Match the production workload to the exact scope printed beside each value and confirm it in the active Claude Code console, configuration, or response headers.
- Measure the serialized request, token volume, duration, concurrency, storage, or connection demand at realistic percentiles, then preserve headroom for bursts and retries.
- Check every adjacent layer—client, SDK, gateway, proxy, queue, database, and downstream service—for a smaller effective limit before changing architecture.
Specific limit pages
These pages exist because the constraint has a distinct implementation or troubleshooting intent. Closely related keyword variations stay consolidated.
Claude Code Pro Prompt Limits
Claude Code Pro Prompt Limits, verified against Claude Code's official documentation with scope, implementation impact, caveats, and a direct check.
Claude Code Max 5× Prompt Limits
Claude Code Max 5× Prompt Limits, verified against Claude Code's official documentation with scope, implementation impact, caveats, and a direct check.
Claude Code Max 20× Prompt Limits
Claude Code Max 20× Prompt Limits, verified against Claude Code's official documentation with scope, implementation impact, caveats, and a direct check.
Claude Code Reset Time & Shared Usage
Claude Code Reset Time & Shared Usage, verified against Claude Code's official documentation with scope, implementation impact, caveats, and a direct check.