How to Request Extra Usage on Claude: Step-by-Step Guide

Matthew Diakonov··8 min read

How to Request Extra Usage on Claude

If you rely on Claude for daily work, running out of tokens mid-session is a real problem. Extra usage is Anthropic's prepaid credit system that keeps Claude running after your plan allowance is depleted. Here is exactly how to request it, configure it, and make sure you never hit a wall.

What Extra Usage Actually Is

Extra usage is a separate billing pool from your monthly Claude subscription. Your plan (Pro at $20/month or Team at $30/seat/month) includes a base token allowance. Once that allowance runs out, Claude pulls from your extra usage balance instead of locking you out.

Third-party integrations like Claude Code, Cursor, and Windsurf draw exclusively from extra usage, not from your plan allowance. This means you need extra usage credits even if your plan has tokens remaining, as long as you use any third-party tool.

| Component | Source | Resets? | Used by | |---|---|---|---| | Plan allowance | Monthly subscription | Yes, each billing cycle | claude.ai, Claude mobile, Claude Desktop | | Extra usage | Prepaid credits you add | No, consumed until depleted | Claude Code, Cursor, Windsurf, Cline, plus overflow from plan |

Important

Extra usage is not a plan upgrade. It is a separate credit balance that supplements your existing subscription. You need an active Pro or Team plan before you can add extra usage.

How to Request Extra Usage: Step by Step

Requesting extra usage takes about 30 seconds. There is no approval process or waitlist.

Step 1: Sign in to claude.ai with the account you want to add credits to.

Step 2: Navigate to Settings > Usage (direct link: claude.ai/settings/usage).

Step 3: Look for the "Extra Usage" section. You will see your current balance and a button to add credits.

Step 4: Click Add Credits and choose an amount. Anthropic accepts credit cards and processes payments immediately.

Step 5: Set a monthly spending limit. This caps how much extra usage you can consume per billing cycle. You can adjust it any time.

Requesting Extra Usage FlowStep 1Sign in to claude.aiStep 2Settings > UsageStep 3Add CreditsStep 4Choose AmountStep 5Set Spend LimitDoneCredits ActiveCredits apply instantly. No approval wait.Third-party apps start using them immediately.

Setting Up Auto-Reload

Manually adding credits every time you run low is tedious. Auto-reload solves this by automatically topping up your balance when it drops below a threshold.

To enable auto-reload:

  1. Go to claude.ai/settings/usage
  2. Find the Auto-Reload toggle in the Extra Usage section
  3. Set a reload amount (how much to add each time)
  4. Set a reload threshold (the balance level that triggers a reload)

For example, if you set a reload amount of $20 and a threshold of $5, Anthropic will automatically charge your card $20 whenever your extra usage balance drops below $5.

| Auto-reload setting | What it controls | Recommended starting value | |---|---|---| | Reload amount | Credits added per reload | $10 to $20 | | Reload threshold | Balance that triggers reload | $5 | | Monthly spend limit | Maximum total spend per cycle | Start at $50, adjust based on usage |

Watch your spend limit

Auto-reload will not add credits once your monthly spend limit is reached. If you set a $50 limit and you have already consumed $48, the auto-reload will not fire even if your balance hits $0. Raise the limit if you need uninterrupted service.

Extra Usage for Claude Code and Other Third-Party Apps

Claude Code, Cursor, Windsurf, and Cline all connect through Anthropic's Max plan or through the API. Since early 2026, these tools draw exclusively from extra usage, not from your plan's included tokens.

This means if you open Claude Code without any extra usage credits, it will not work, even if your Pro plan has plenty of allowance left. The same applies to Cursor's Claude integration and any other third-party tool that authenticates through your Anthropic account.

Checking your balance from the terminal:

# Open the usage page directly
open "https://claude.ai/settings/usage"

There is no CLI command to check your balance programmatically yet. You need to visit the web dashboard.

How Much Extra Usage Do You Actually Need?

Usage varies dramatically depending on your workflow. Here are some reference points based on real-world patterns:

| Workflow | Approximate daily token usage | Monthly extra usage cost | |---|---|---| | Casual Claude Code (a few edits per day) | 50K to 200K tokens | $2 to $8 | | Heavy Claude Code (multi-hour sessions) | 500K to 2M tokens | $20 to $80 | | Cursor with Claude (active coding) | 200K to 1M tokens | $8 to $40 | | Multiple tools (Claude Code + Cursor + API) | 1M to 5M+ tokens | $40 to $200+ |

These are rough estimates. Anthropic charges based on model tier (Haiku is cheapest, Opus is most expensive) and input vs. output tokens.

Common Pitfalls When Requesting Extra Usage

  • Forgetting to set a spend limit. Without a cap, auto-reload can accumulate significant charges during heavy sessions. Always set a monthly limit you are comfortable with.

  • Using the wrong account. If you have multiple Anthropic accounts (personal and work), extra usage credits are tied to the specific account. Make sure you are signed in to the right one.

  • Expecting plan tokens to cover third-party apps. This is the most common confusion. Your $20/month Pro plan tokens only cover claude.ai and the mobile app. Everything else needs extra usage.

  • Not monitoring usage during long agent sessions. AI agents like Claude Code can burn through tokens quickly during extended coding sessions. Check your balance periodically or set up auto-reload.

Checking Your Current Balance and Usage History

Your usage dashboard at claude.ai/settings/usage shows:

  1. Current extra usage balance (how many credits remain)
  2. Usage history (daily and monthly breakdowns)
  3. Per-app breakdown (which tools consumed what)
  4. Monthly spend limit status (how close you are to the cap)

Review this weekly if you are a heavy user. Usage patterns shift as your workflow changes, and a limit that worked last month might be too low after you start using a new tool.

Extra Usage vs. API Credits

These are two separate systems:

| Feature | Extra Usage | API Credits | |---|---|---| | Where to manage | claude.ai/settings/usage | console.anthropic.com | | Used by | Claude Code (Max plan), Cursor, third-party apps via Max | Custom applications via API keys | | Billing | Tied to your Claude account | Tied to your API organization | | Rate limits | Shared with plan | Separate API rate limits |

If you are building your own application with the Anthropic API, you need API credits from the developer console, not extra usage. Extra usage only covers tools that authenticate through your Claude account.

Wrapping Up

Requesting extra usage on Claude is straightforward: visit your usage settings, add credits, and optionally enable auto-reload so you never hit zero mid-session. The key thing to remember is that third-party tools like Claude Code and Cursor require extra usage credits regardless of your plan's remaining allowance.

Fazm automates your Mac workflows with AI agents that work across any application, so you can focus on what matters.

Related Posts