Introtext
Anthropic markets Claude Max as "up to 5× or 20× more usage than Pro," but heavy Claude Code users notice the real 5-hour window doesn't scale that cleanly. This is a plain breakdown of what Pro, Max 100, and Max 200 actually deliver, why "up to" is doing a lot of work in that sentence, and — the part that matters for skeptics — how to stop guessing and watch your own real token numbers.
---Fulltext
The confusion, stated plainly
Claude Code is one of the most useful AI coding tools available right now. The most confusing part of it is usage limits. Anthropic tells users Claude Max gives **5× or 20× more usage than Pro**, depending on the tier. If you use Claude Code heavily, you quickly notice the real-world experience does not feel like a clean 5× or 20× token multiplier. That is where the confusion starts: - Is Max 100 really 5× Pro? - Is Max 200 really 20× Pro? - How many tokens do you actually get? - Why does one person hit a limit faster than another on the same plan? Let's break it down clearly — and end somewhere useful: how to verify any of this against your own account instead of taking a number on faith.The important disclaimer: Anthropic does not publish exact token buckets
Anthropic does not publish a clean public table saying *Pro = X tokens, Max 100 = Y, Max 200 = Z*. Instead, Anthropic describes Claude Max in terms of **relative usage** — its pricing and support pages say Max gives either 5× or 20× more usage than Pro, that Claude Code is included with Pro and Max plans, and that Claude Code usage is metered according to how you sign in (subscription usage is separate from API usage). Anthropic documents the underlying rate-limit mechanics at docs.anthropic.com/en/api/rate-limits. That means the exact token number you experience is **not something Anthropic guarantees publicly**. Any table you see — including the one below — is an estimate, not an official figure.The commonly accepted community estimates
The Claude Code community, usage-monitoring tools, and independent writeups have converged on a rough set of 5-hour token buckets:| Plan | Price | Estimated Claude Code tokens per 5-hour window |
|---|---|---|
| Claude Pro | $20/mo | ~44,000 tokens |
| Claude Max 100 (Max 5×) | $100/mo | ~88,000 tokens |
| Claude Max 200 (Max 20×) | $200/mo | ~220,000 tokens |
Token value per dollar
Run the community estimates through a per-dollar lens and something counterintuitive falls out:| Plan | Monthly price | Est. tokens / 5-hr window | Tokens per dollar |
|---|---|---|---|
| Claude Pro | $20 | ~44,000 | ~2,200 / $ |
| Claude Max 100 | $100 | ~88,000 | ~880 / $ |
| Claude Max 200 | $200 | ~220,000 | ~1,100 / $ |
The "5×" and "20×" gap
Here is where it gets serious. Anthropic markets Max 100 as 5× Pro and Max 200 as 20× Pro. If the community token estimates are close, the 5-hour window does **not** scale that way. Using ~44k as the Pro baseline:| Plan | What a literal multiplier implies | Community estimate |
|---|---|---|
| Pro | 44k | ~44k |
| Max 100 / "5×" | 220k | ~88k |
| Max 200 / "20×" | 880k | ~220k |
Why Anthropic likely avoids publishing exact numbers
There are practical reasons a fast-moving AI company keeps this vague, and none of them require bad faith: 1. **Claude Code isn't a single API call.** One session includes your prompt, file reads, tool calls, context, diffs, command output, error logs, project structure, and prior history. Two users can send the same visible message and consume very different backend usage. 2. **Models and features burn differently.** A short prompt over a huge repo context can cost more than a long chat message. A debugging session full of terminal output costs more than a clean edit. 3. **Compute supply has to be managed.** Demand shifts through the day; usage tends to feel more constrained at peak. 4. **Fixed public numbers reduce flexibility.** A promised bucket would make every model change, routing change, or capacity adjustment easier to challenge. So instead of "you get exactly 220,000 tokens," Anthropic says "more usage" and "up to." That gives the company room to adjust — and gives users confusion.Why Claude Code hits limits faster than people expect
A…