← All reviews
· May 22, 2026 · min read

Claude Code pricing in 2026 — Pro almost died in April, what that means for your stack

Anthropic almost killed Claude Code on the $20 Pro plan in April. They reverted within 24 hours after community backlash — but the signal is unambiguous: the team is actively probing where the feature floor sits, and “Pro includes Claude Code” is not promised forever.

If you’re currently on Pro and using Claude Code daily, this matters. Here’s the math, the timeline, and a decision framework for whether to upgrade now or wait.

What actually happened in April 2026

On April 21, 2026, Anthropic’s pricing page quietly updated. The comparison table showed Claude Code marked with an “X” next to both Free and Pro plans — only Max 5× ($100/mo) and Max 20× ($200/mo) had the checkmark. The support page title changed from “Using Claude Code with your Pro or Max plan” to “Using Claude Code with your Max plan”.

Developers spotted the diff against archived versions, posted to HN and Reddit, and the takes piled up fast.

April 22: Anthropic reversed. Claude Code is restored to Pro. An Anthropic team member confirmed it had been an experiment on 2% of new signups, not a permanent change.

The status as of May 22, 2026:

  • Free tier: no Claude Code
  • Pro $20/mo: Claude Code included (restored)
  • Max 5× $100/mo: Claude Code with 5× the usage caps
  • Max 20× $200/mo: Claude Code with 20× the usage caps
  • Team Standard plan: Claude Code added quietly in late April

What the experiment tells you

Anthropic ran a 24-hour live ramp on cutting Pro users off Claude Code. That’s not how you treat a feature you have no intention of pulling. Two readings:

  1. The unit economics on Pro + Claude Code don’t always work. Heavy Pro users likely cost Anthropic more than $20/mo in inference. Max tiers pay for themselves.
  2. The retention math saved Pro. Pro users churning over a single feature removal was too painful, so the experiment got reversed.

Both readings point to the same conclusion: Anthropic will keep nudging power users toward Max, and the gap between “Pro user” and “Max user” experience is going to grow.

Real math — which tier actually pays off

The signal isn’t list price. It’s what you’d pay on the API for the same usage.

Claude Code on a subscription is fixed-cost. On the API (pay-as-you-go), Sonnet 4 is $3/M input, $15/M output. A real Claude Code session can easily consume 200K–1M output tokens depending on how much code it writes back.

Rough conversions (output tokens per month → equivalent API cost):

  • 30K output/mo (light, a few sessions a week): ~$0.45 API → Pro $20 is fine
  • 300K output/mo (daily work, multiple short sessions): ~$4.50 API → Pro $20 is overkill but easy
  • 3M output/mo (heavy daily, long sessions): ~$45 API → Pro $20 is a steal; Max 5× ($100) gives you headroom
  • 15M output/mo (full-time agent-driven workflows): ~$225 API → Max 20× ($200) is the math

If you’re hitting Pro’s caps and getting throttled, you’re probably in the 3M+ range. Upgrade.

When to stay on Pro

  • You touch Claude Code a few times a week, mostly for greenfield code generation.
  • You don’t run long, multi-turn refactor sessions.
  • You don’t have ⌘+R-style “ask Claude to fix the failing test” workflows that fire dozens of times a day.
  • You’ve never seen the “you’ve reached your usage limit” message.

If all four are true, Pro is fine. Don’t pre-buy capacity you don’t need.

When to move to Max 5× ($100/mo)

  • You hit Pro caps weekly.
  • You use Claude Code at least once a day, often longer than 30 min.
  • You’d otherwise pay $30–80/mo on the API.
  • You want to run parallel sessions (one Claude rewriting tests while you work elsewhere).

Max 5× breakeven vs. API: roughly 7M output tokens/month. Below that, you’d pay less on raw API. Above that, Max wins.

When to move to Max 20× ($200/mo)

You’re using Claude Code as your primary daily driver — multiple sessions per hour, automated workflows, agent loops on your CI, the works. The 20× cap exists because some people genuinely use it.

The math: if you’d otherwise pay $200+/mo on API, Max 20× is a no-brainer. The cap headroom also means you stop thinking about usage — which is its own value.

What about the Codex / Cursor / Aider comparison

Quick context on what the rest of the stack costs in 2026:

ToolEntry priceNotes
Claude Code on Pro$20/moIncludes ChatGPT-equivalent Anthropic plan
Cursor Pro$20/mo500 fast requests/mo, then slower
Cursor Ultra$200/moNew tier launched March 2026
Codex (via ChatGPT Plus)$20/moToken-based since April 2026, 5h rolling window
Codex via ChatGPT Pro$200/moHigher caps
Aider (API only)pay-as-you-go$0 monthly fee; you pay model API costs directly

The $20 tier is where most users land. The $200 tier is where the heavy users converge — whatever brand they prefer.

Future-proofing your spend

A few habits that survive any pricing change:

1. Track your actual usage. Claude Code’s built-in /usage command shows your current cycle. Check it weekly. If you’re hitting 50% of your tier’s cap in the first week of a billing cycle, you’ll hit the wall.

2. Watch your memory files. Long CLAUDE.md files + huge ~/.claude/projects/*.jsonl session telemetry directly impact your token use. If you’ve never audited what Claude is writing locally, you should. We built AI Memory Reader (disclosure: we make this) as a native macOS viewer for exactly this — but you can also just du -sh ~/.claude/projects/* and wc -l the biggest files to see what’s there.

3. Have a fallback router. If Claude Code is down or hits a snag, having Gemini 3.5 Flash configured in Cursor as a low-cost backup costs you nothing in steady state and saves you on bad days. Routes per-request to the cheapest viable model.

4. Don’t pre-buy Max for vibes. If your usage doesn’t justify it, you’re subsidizing other users. Wait until you’ve hit Pro’s wall twice in a month, then upgrade.

TL;DR

  • Claude Code on Pro $20 is safe for now, but Anthropic has shown they’ll experiment with removing it. Don’t be surprised if they revisit.
  • Most people should stay on Pro. Upgrade to Max 5× only after you hit caps repeatedly.
  • The real cost of heavy Claude Code use is invisible — your memory files and session transcripts grow fast. Audit them quarterly.
  • If you’re already paying $100+/mo across multiple tools, consolidating on a single Max 20× subscription is usually the right move.

This article is part of bestagent.dev — independent reviews of AI coding tools written by working engineers, not marketing teams. We make AI Memory Reader, mentioned briefly above. No other tools mentioned here paid for placement.

Related reading


Reviews independently produced · Editorial policy

Read more reviews →