Does Claude's $20 Pro Plan Still Include Claude Code?
Short answer: it depends on when you subscribed. Anthropic is rolling out a pricing change that removes Claude Code access from the $20/month Pro plan for new subscribers, moving it to the $100/month Max tier — but existing Pro members have been largely unaffected so far. Here's what the community found and what your options are.
What changed
In April 2026, sharp-eyed r/ClaudeAI members noticed Anthropic's pricing page had been quietly updated. A key support article URL changed from claude-code-on-pro-or-max-plan to claude-code-on-max-plan — dropping the "pro" entirely. Anthropic confirmed via an exec's tweet that this is a "small test" on new subscribers, not a full rollout.
The community interpretation: Anthropic is trying to shed cost-heavy hobbyist usage from the Pro tier to free up compute for enterprise clients, who pay significantly more. The $100/month Max plan was the existing premium tier; Claude Code is being repositioned as a power-user feature within it.
Who is affected
- Existing Pro subscribers (before April 2026): Generally still have Claude Code access. No confirmed forced migrations yet.
- New Pro subscribers (after April 2026): May find Claude Code unavailable or blocked depending on the test cohort they fall into.
- Annual plan subscribers: The most frustrated group — they paid for a full year expecting Claude Code access.
Your best workarounds
If you hit a Claude Code paywall on Pro, these are your most practical options ranked by cost:
- Claude Code CLI + API credits — Install the standalone
claudeCLI and connect it directly to your Anthropic API key. You pay per token (roughly $3/1M input tokens on Sonnet 4.5) rather than a flat subscription. Light users typically spend $5–15/month this way. See the setup guide → - OpenClaw — The open-source alternative to Claude Code. Self-hosted, no subscription, connects to any model provider including Anthropic, OpenAI, or local models. See OpenClaw setup →
- Upgrade to Max ($100/mo) — Worth it if you use Claude Code heavily for professional work. Max includes 5× more usage than Pro and guarantees Claude Code access.
- GitHub Codex / Cursor / Windsurf — The community's most-mentioned escape hatches. Codex in particular gained traction as a direct substitute after this change surfaced.
How to check your current status
Open Claude in your browser and navigate to Settings → Usage. If Claude Code is listed under your plan features, you still have it. If it's grayed out or absent, you've been moved to the restricted cohort. You can also run claude --version from the terminal — if the CLI is installed and your API key is active, it will work regardless of your chat plan.
← Back to Claude Cowork FAQ · See also: Pricing Guide · OpenClaw Setup