Cursor Pricing Explained: Fast Requests, Credits, and What You Actually Pay
Cursor's $20/mo Pro plan looks simple until you hit your fast request cap. Here's exactly what counts, when overage kicks in, and how to avoid the surprise bill.
Cursor's $20/mo Pro plan is one of the most opaque pricing pages in the AI coding category. The headline number is clear; what counts as a "fast request" and when overages kick in is not. Here's the plain-English version, verified against cursor.com/pricing on April 23, 2026.
The actual plans, in dollars
- Hobby — free; capped fast credits, no slow fallback for premium models.
- Pro — $20/mo (or $192/yr = $16/mo); ~500 fast premium requests, then "slow" mode for Sonnet / GPT-5.
- Pro+ — $40/mo; bigger pool, faster slow fallback.
- Business — $40/seat/mo (annual) with privacy mode + admin.
What is a "fast request"?
One request is one round-trip to a premium model (Claude Sonnet 4.5, Opus 4.5, GPT-5.1, o3, etc.) — not one keystroke. A typical "make this function handle the empty case" prompt is one request. Cursor's tab-complete, lightweight cmd-K, and most non-premium model calls do not consume the fast pool.
The trap is the "agent" mode (composer with auto-run). One agent run that reads three files, edits two, and verifies with a test run can burn 8-15 fast requests in a single click. A focused debugging session can melt your monthly pool in 30 minutes.
What happens when you run out
On Pro, you fall back to "slow" mode for premium models — same model, but queued behind paying-overage users. In practice, response time goes from ~5s to anywhere between 30s and 3 minutes, model dependent. You can buy additional fast credits at roughly $0.04 each, billed at end of cycle.
How to keep your bill predictable
- Set "Auto" model in Cursor settings — it routes simple completions to non-premium models, saving the fast pool for hard turns.
- Use
cmd-Lchat for one-shot questions; reserve the composer/agent for actual multi-step tasks. - Watch the request counter in the bottom-right of the editor — it updates per request, not per session.
- On the dashboard, toggle "Disable usage-based pricing" to harden the cap. You'll get slow mode instead of an overage bill.
Pro vs Pro+ — when does the upgrade pay off?
Pro+ is $20 more per month for roughly 2x the fast pool plus priority during slow mode. Worth it only if you regularly hit slow mode on Pro and find yourself buying $10+ in overage credits per cycle. For most independent developers, sticking with Pro and accepting occasional slow mode is the better deal.
Compare to alternatives
See the full Cursor breakdown, or compare against Claude Code, GitHub Copilot, and Windsurf.