AutoFlowLab
← Comparisons

Zapier vs Make Pricing: Which Is Cheaper at Real Volumes?

A deep teardown of Zapier tasks vs Make operations: how each platform counts work, where costs explode, and three worked examples at real monthly volumes.

April 23, 2026

This article is for anyone who got a Zapier bill that made them flinch, or who’s comparing Zapier and Make on price and suspects — correctly — that the headline plan prices are not the whole story.

I’ve migrated client workloads in both directions, and the single most important thing I can tell you is this: you cannot compare these platforms by plan price, because they don’t count work the same way. A “task” and an “operation” sound interchangeable. They are not, and the difference can swing your effective cost by 5x in either direction depending on workflow shape.

All prices below are approximate as of mid-2026 — both companies tweak tiers and quotas regularly, so check current pricing pages before committing. For the broader feature comparison, see the full three-way breakdown.

How each platform counts work

Zapier tasks

A task is one action step that successfully executes. Key rules:

  • Triggers are free. A Zap that polls Gmail every few minutes and finds nothing consumes zero tasks.
  • Every action step counts: a 6-step Zap (1 trigger + 5 actions) consumes 5 tasks per run.
  • Filters and some built-in steps (Paths evaluation, Filter by Zapier) don’t count as tasks; Formatter steps do.
  • Loops multiply: a Looping by Zapier step that iterates 30 items runs the subsequent steps 30 times, consuming tasks each time.

Make operations

An operation is one module execution. Key rules:

  • The trigger counts. Every scenario run starts at 1 operation minimum.
  • Polling counts even when nothing happens. A scenario scheduled every 15 minutes burns ~2,880 operations/month just checking — before doing any work. This is the most common Make billing surprise.
  • Iterators multiply everything downstream. An iterator splitting 50 rows means every module after it runs 50 times: 50 × downstream modules in operations.
  • Routers and filters are cheap (the router itself isn’t an operation; each module on a taken route is).

The asymmetry in one sentence

Zapier charges you only when work happens but charges heavily per step; Make charges you a tiny amount for everything that moves, including checking, including the trigger, including every item in a loop.

Where costs explode on each platform

Zapier cost bombs:

  • Long zaps. A 10-step Zap costs 9 tasks per run. At 1,000 runs/month that’s 9,000 tasks — pushing you into the ~$130+/month range alone.
  • Formatter chains. Date reformatting, text splitting, lookups — each is a billed task. I’ve seen Zaps where 60% of the task spend was formatting glue.
  • Loops. Looping over 100 line items in an order × 3 steps inside the loop = 300 tasks per order.

Make cost bombs:

  • Aggressive polling. Ten scenarios polling every 5 minutes = ~86,400 operations/month of pure checking. Fix: use webhooks (instant triggers) wherever possible — they only fire when something happens.
  • Iterators over large arrays. Processing a 500-row spreadsheet through 4 modules = 2,000+ operations per run.
  • Data transfer limits. Make also meters data volume (GB/month per plan). Workflows moving large files can hit this before they hit the operations cap.

Headline pricing (approximate, mid-2026)

PlanZapierMake
Free100 tasks/mo, 2-step zaps1,000 ops/mo
Entry paidProfessional ~$19.99/mo annual (750 tasks)Core ~$9–11/mo (10,000 ops)
MidProfessional ~$49/mo (2,000 tasks)Pro ~$16–19/mo (10,000 ops, priority execution)
Higher volume~$130–340/mo (10K–50K tasks)Teams ~$29–35/mo (10,000 ops, +ops purchasable cheaply)

Hedge repeated deliberately: these numbers drift — verify on the live pricing pages. Zapier in particular uses a volume slider, so the per-task rate falls as you commit to more.

The raw unit economics: Zapier works out to roughly 1.3–2.7¢ per task depending on tier; Make is roughly 0.1¢ per operation. Even accounting for Make needing ~1.5–2× more units for the same workflow (trigger counted, glue modules), Make’s per-workflow cost is typically 3–8× lower.

Three worked examples

Example 1: Lead capture — simple and webhook-friendly

Form submission → enrich → create CRM contact → Slack notification. 1 trigger + 3 actions, 600 leads/month. (This is the workflow from our lead capture tutorial.)

ZapierMake
Units per run3 tasks4 ops (webhook trigger)
Monthly units1,800 tasks2,400 ops
Plan neededProfessional ~$49/mo (2,000 tasks)Core ~$9–11/mo
Effective monthly cost~$49~$10

Make is ~5× cheaper, and you’re using a quarter of its quota.

Example 2: E-commerce order processing — the iterator trap

New Shopify order → loop over line items (avg 4 items) → check inventory + update sheet per item → send confirmation. 500 orders/month.

ZapierMake
Units per run1 + (4 items × 2 steps) + 1 = 10 tasks1 trigger + 1 iterator + (4 × 2) + 1 = 11 ops
Monthly units5,000 tasks5,500 ops
Plan needed~$73–105/mo (5,000-task tier)Core ~$9–11/mo
Effective monthly cost~$90~$10

Loops hurt both platforms in units, but Make’s units cost so much less that it shrugs this off.

Example 3: Low-volume polling — Zapier’s quiet win

Five simple 2-step zaps (trigger + 1 action) on apps with no webhook support, polling every 15 minutes, each firing ~30 times/month.

ZapierMake
Trigger polling cost0 tasks5 scenarios × 2,880 checks = 14,400 ops
Work units150 tasks~300 ops
Monthly units150 tasks~14,700 ops
Plan neededFree–Professional ~$19.99Pro tier or extra ops ~$16–25/mo
Effective monthly cost~$0–20~$16–25

This is the usage shape where Zapier genuinely wins on price: lots of low-frequency polling triggers doing almost nothing. Zapier’s free triggers absorb it; Make bleeds operations around the clock. (The Make fix — lengthen intervals to 1 hour, cutting checks to ~720/scenario — works if latency tolerance allows.)

Try it yourself

Make

For most real workloads, Make delivers the same automation at a fraction of the cost — 10,000 operations for around $10/month.

Start with Make

Hidden costs checklist

Zapier:

  • Premium apps (e.g., Salesforce, Shopify on some tiers) require paid plans regardless of volume.
  • Multi-step zaps require a paid plan — the free tier is 2 steps only.
  • Update frequency: cheaper plans poll less often (up to 15 min); faster polling costs more.
  • Autoreplay of failed tasks: paid feature, and replayed tasks bill again.

Make:

  • Data transfer caps per plan (GB/month) — file-heavy workflows hit these.
  • Minimum scheduling interval on Free is 15 minutes; faster needs paid tiers.
  • Full-text execution log retention is shorter on cheap plans, which matters when debugging.
  • Custom apps & advanced features (custom functions, on-prem agent) gate behind higher tiers.

Neither platform charges for the LLM tokens your AI steps consume via your own API keys — but Zapier’s built-in AI steps and Chatbots have their own metering. Factor that in if AI is central to your stack (full comparison in best automation tool for AI workflows).

Which is cheaper for which usage shape?

Your usage shapeCheaper choice
Few simple zaps, < 750 tasks/moZapier (free/entry tier covers it)
Many polling triggers, tiny action volumeZapier (free triggers)
Multi-step workflows, moderate–high volumeMake, decisively
Loops/iterators over line items, rows, attendeesMake
Webhook-driven, event-heavy workloadsMake
Anything over ~5,000 tasks/month equivalentMake, usually by 4–8×

Plug your own workflow shapes into our automation cost calculator — it models tasks vs operations side by side so you don’t have to spreadsheet this yourself.

The honest caveat

Price isn’t the only line on the ledger. Zapier’s larger app catalog and simpler editor mean some teams ship and maintain automations meaningfully faster on it. If switching to Make saves you $80/month but costs your ops person four extra hours of fiddling per month, you’ve lost money. The cost advantage of Make is real and large — but it accrues fastest to teams who climb its learning curve once and then run high volumes for years.

Try it yourself

Zapier

If your workload is light and your time is expensive, Zapier's simplicity can be worth more than the savings you'd get elsewhere.

Start with Zapier

Bottom line: model your three biggest workflows in units before you commit. Twenty minutes of arithmetic now beats a 5× bill surprise in month four.