Cloudflare Workers pricing: free quota, overage and CPU limits — Hovvi

How Cloudflare Workers explains a free boundary, two paid meters, a worked bill and a CPU safety ceiling.

Published by Hovvi Research. Observed ; materially updated .

What happened

Combine a clear free or included quantity with explicit marginal rates and a user-controlled ceiling. Give developers a free boundary, included allowance, transparent overage and a cost-control mechanism.

Evidence

Two meters, one allowance story.

MeterFree boundaryPaid allowanceMarginal rate
Requests100,000 / day10 million / month$0.30 / extra million
CPU time10 ms / invocation30 million ms / month$0.02 / extra million ms

15M requests at 7 ms each

$8.00 estimated monthly total

Base subscription
$5.00
Request overage
$1.50
CPU overage
$1.50

Price visibility is paired with a hard CPU ceiling.

A founder can explain the included value, the marginal cost and the maximum exposure in the same decision path.

Observed facts

  • The Workers Free plan includes 100,000 requests per day and up to 10 milliseconds of CPU time per invocation.
  • The Workers Paid plan has a $5 monthly minimum and includes 10 million requests plus 30 million CPU milliseconds each month; additional usage is $0.30 per million requests and $0.02 per million CPU milliseconds.
  • Cloudflare states that static-asset requests are free and unlimited and that the paid plan adds no data-transfer or bandwidth charge.
  • Cloudflare's worked example prices 15 million monthly requests averaging 7 milliseconds of CPU time at $8 total: $5 subscription, $1.50 request overage and $1.50 CPU overage.
  • Cloudflare recommends a custom per-invocation CPU limit to reduce accidental runaway bills or denial-of-wallet attacks.

Editorial inference

  • A two-meter product can remain understandable when allowance, marginal cost, a realistic bill and a hard ceiling appear in one explanation path.

Evidence views

  1. Plan boundary
  2. Meter definition
  3. Worked cost example
  4. Usage status
  5. Limit control

Founder takeaway

Make the allowance, marginal cost, realistic bill and maximum exposure legible together.

Use when

  • Usage dimensions can be measured independently
  • Customers need both experimentation and production scale

Avoid when

  • Multiple meters cannot be explained before use
  • The service cannot enforce the advertised limit

Next implementation step

Design a developer-tool pricing and usage experience that explains allowance, marginal cost and maximum exposure before upgrade.

Acceptance criteria

  • A user can state the free boundary and both paid meters without opening documentation
  • A worked scenario reconciles allowance, overage and total cost
  • The interface identifies which meter caused extra cost
  • A hard CPU limit is visible before the user reaches it
  • Historical rates cannot appear without their observation date

Related cases

Version history

Current snapshot: snap_cloudflare_workers_pricing_2026_08_25 — Expanded the Cloudflare pricing child case with exact observed meters, one official cost example and the documented CPU guardrail.

Use with an Agent

Example read-only MCP query:

Retrieve the Hovvi Founder case fc_cloudflare_workers_usage_meter_2026_08 with observed facts, evidence screens, applicability limits and citations.