FunctionPriceBook

Cloudflare Workers pricing

Cloudflare · Edge FaaS (request + CPU-ms) · snapshot captured June 2026

Cloudflare Workers is priced as edge faas (request + cpu-ms). Workers Paid: $5/mo minimum, includes 10M requests + 30M CPU-ms; then $0.30 per additional 1M requests and $0.02 per additional 1M CPU-ms. Billed on CPU time (not wall-clock), so I/O wait is free. No egress charges. It scales to zero, so you pay nothing while idle. Egress: No egress/bandwidth charges at all.

Source: Cloudflare pricing. Data as of June 2026.

Cloudflare Workers pricing at a glance

Cost factorCloudflare Workers
Pricing modelEdge FaaS (request + CPU-ms)
Per 1M requests$0.30 / 1M
Per GB-secondn/a
Free tierFree plan: 100,000 requests/day (about 3M/month), 10 ms CPU/invocation limit. Workers Paid is $5/mo and includes 10M requests + 30M CPU-ms.
Scale to zeroYes (no charge when idle)
EgressNo egress/bandwidth charges at all.
Regions330+ Cloudflare edge locations worldwide (runs at the edge, not a single region).

Source: Cloudflare pricing page. Data as of June 2026.

Source: Cloudflare pricing. Snapshot June 2026 — verify on the vendor's pricing page. Serverless pricing changes frequently.

Worked example

A small API doing 1,000,000 requests/month, each running ~200 ms at 256 MB of memory (≈50,000 GB-seconds/month):

Cloudflare Workers is not billed per request — it uses edge faas (request + cpu-ms), so a per-request figure is not comparable. Workers Paid: $5/mo minimum, includes 10M requests + 30M CPU-ms; then $0.30 per additional 1M requests and $0.02 per additional 1M CPU-ms. Billed on CPU time (not wall-clock), so I/O wait is free. No egress charges. Use the platform's own model for this workload.

Computed from the committed June 2026 snapshot rates. See the calculator to change the assumptions, and methodology for the formula.

Cost pros & cons

Where Cloudflare Workers saves money

  • No egress/bandwidth charges, ever
  • Bills CPU time not wall-clock, so I/O-bound functions are very cheap
  • Near-zero cold start (V8 isolates) and global edge by default

Watch-outs

  • $5/mo minimum on the Paid plan even at low volume
  • CPU-ms model is unusual and limits long-running compute
  • Free plan caps CPU at 10 ms/invocation

Cloudflare Workers vs similar platforms

How Cloudflare Workers compares with related serverless platforms on the headline rates:

Cloudflare Workers and peer platforms. snapshot captured June 2026 — verify each on the vendor's pricing page.
PlatformModelPer 1M reqPer GB-sEgress
Cloudflare Workers (this platform)Edge FaaS (request + CPU-ms)$0.30 / 1Mn/aFree
AWS LambdaFaaS (request + GB-second)$0.20 / 1M$0.0000167 / GB-s$0.09/GB
Google Cloud RunServerless containers (vCPU-s + GiB-s + request)$0.40 / 1M$0.0000025 / GB-svaries
Google Cloud FunctionsFaaS (now on Cloud Run model)$0.40 / 1M$0.0000025 / GB-svaries
Azure FunctionsFaaS (Consumption / Flex Consumption)$0.20 / 1M$0.000016 / GB-svaries
Vercel FunctionsFaaS / Fluid compute (invocation + active CPU + memory)$0.60 / 1Mn/a$0.06/GB

Frequently asked questions

How much does Cloudflare Workers cost?

Workers Paid: $5/mo minimum, includes 10M requests + 30M CPU-ms; then $0.30 per additional 1M requests and $0.02 per additional 1M CPU-ms. Billed on CPU time (not wall-clock), so I/O wait is free. No egress charges. Snapshot June 2026 — verify on the vendor's pricing page.

Does Cloudflare Workers have a free tier?

Yes — and it renews every month, not just for the first year. Free plan: 100,000 requests/day (about 3M/month), 10 ms CPU/invocation limit. Workers Paid is $5/mo and includes 10M requests + 30M CPU-ms.

Does Cloudflare Workers scale to zero?

Yes — Cloudflare Workers scales to zero, so you pay nothing while it is idle (you are billed only for actual usage). Free plan: 100,000 requests/day (~3M/month) with up to 10 ms CPU per invocation.

What does Cloudflare Workers charge for egress?

No egress/bandwidth charges at all. Egress is one of the most overlooked serverless costs, so model your outbound data when comparing platforms.

Keep exploring

Source & accuracy

Figures are a dated snapshot from Cloudflare's pricing page (snapshot captured June 2026). The worked example is a transparent calculation over those inputs (see methodology). Serverless pricing is volatile and varies by region, memory tier and discounts — verify current prices on the vendor's page before relying on them. This is an informational comparison, not a quote.

Last updated: 2026-06-21