Claude Code Pricing Plans 2026

Full breakdown of Claude Code subscription plans in 2026: Pro ($20/mo), Max ($100/mo, $200/mo), Team, and Enterprise. What's included, usage limits, and how to pick the right plan.

💥 50p impulse-buy: Power Prompts PDF (first 10 buyers) 30 battle-tested Claude Code prompts · 8-page PDF · paste into CLAUDE.md and never re-type a prompt again · 50p impulse-buy, no commitment

Claude Code is included in Claude's subscription plans — you don't need a separate API key or usage-based billing to run it. Here's how the plans break down for engineering use cases.

Plan comparison

PlanPriceClaude Code accessUsage limitsBest for
Claude Pro$20/moYesModerate (limited heavy agentic sessions)Developers using Claude Code for a few hours per week
Claude Max (5× limits)$100/moYes, unlimited5× Pro limitsEngineers using Claude Code as a daily driver
Claude Max (20× limits)$200/moYes, unlimited20× Pro limits, priority accessPower users, AI-first engineering teams
Claude Team$30/user/mo (min 5)Yes, per seatHigher than Pro per seatEngineering teams needing admin, SSO, shared projects
Claude EnterpriseCustomYes, all seatsNegotiated, highestLarge orgs with compliance, custom data retention needs

What counts as Claude Code usage?

Claude Code uses tokens — the same resource as claude.ai chat. Every message you send, every file Claude reads, and every code block Claude generates consumes tokens from your plan's monthly allowance. Usage resets monthly.

ActivityTypical token costNotes
Simple one-shot question500–2K tokensQuick fixes, explanations
Multi-file refactor session20K–100K tokensReads multiple files + writes diffs
Full agentic PR workflow100K–500K tokensRead repo → write tests → open PR → iterate
Large context session (200K window)200K+ tokensLoading entire codebase context

Pro vs Max: when do you hit the limit?

On Claude Pro, most developers find they hit limits within 2–3 hours of intensive agentic work. Signs you need to upgrade to Max:

API billing vs subscription: which is cheaper?

ScenarioCheaper optionWhy
Occasional use (1–2 sessions/week)API (pay-per-token)Flat $100/mo subscription wastes money if you use <$100 of tokens
Daily driver (1–4h/day)Max plan ($100/mo)Sonnet 4.6 at $3/1M input tokens; 100K tokens/session = $0.30/session → $90+/mo on API
CI pipelines (always-on)API with prompt cachingCached reads at $0.30/1M tokens; caching + Haiku slashes cost; subscription doesn't cover API calls
Team of 5+Claude Team ($30/seat)Per-seat is cheaper than 5× individual Max plans; includes admin dashboard

How to use Claude Code via the API (no subscription)

# Set ANTHROPIC_API_KEY instead of logging in with claude login
export ANTHROPIC_API_KEY=sk-ant-api03-...

# Claude Code automatically uses API key if set
claude

# Or pass a model flag to use a cheaper model for lightweight tasks
claude --model claude-haiku-4-5-20251001

When using API billing, your token usage appears in the Anthropic console under Usage. Use the Claude API Cost Calculator to estimate costs before committing to a workflow. For batch/async tasks, see the Batch API guide (50% cost reduction for non-realtime work).

Team plan features for engineering orgs

For a cost comparison across Claude models, see the Claude API pricing guide. For headless Claude Code usage in CI (which requires API billing, not subscription), see the headless mode guide.

Frequently asked questions

What is the cheapest plan that includes Claude Code?
Claude Pro at $20/month includes Claude Code access, but with lower usage limits than the Max plans. If you use Claude Code heavily (more than an hour of active agentic work per day), the Claude Max plan at $100/month is typically needed.
What is the difference between Claude Max $100 and $200?
Both include unlimited Claude Code use. The $200/month Max plan has significantly higher rate limits (5× higher than the $100 plan), prioritized access during peak hours, and is suited for teams using Claude Code as a full-time coding assistant.
Is there a Claude Code free tier?
There is no permanent free tier for Claude Code. New users get a trial period. After that, a paid plan (Claude Pro at minimum) is required.
Can I use the Claude API instead of a subscription?
Yes — you can call Claude via the API and pay per token instead of a flat monthly subscription. This can be cheaper for occasional use, but more expensive for heavy continuous use. Use the Claude Cost Calculator to compare.
Does Claude Team plan include Claude Code?
Yes. Claude Team ($30/user/month, minimum 5 users) includes Claude Code for all seats, team admin controls, SSO, and higher usage limits than Claude Pro. It's the recommended plan for engineering teams.

Free tools

Cost Calculator → API Cookbook → Diff Summarizer → Skills Browser →

More examples

Claude API Python QuickstartClaude API Node.js / TypeScript QuickstartClaude API Streaming in PythonClaude API Streaming in Node.js / TypeScriptClaude API Tool Use in PythonClaude API Tool Use in Node.js / TypeScript