Loistrofi

 ·  Independent

Zapier vs n8n: what the same workflow costs at 1,000 and 20,000 runs a month

Zapier counts tasks, n8n counts workflow executions regardless of complexity, and only one of them can be self-hosted. Model your own step count at 1,000 and 20,000 runs before you pick either.

Loistrofi EditorialAug 24, 20269 min read

Zapier vs n8n: what the same workflow costs at 1,000 and 20,000 runs a month

If your automations are multi-step and run at volume, n8n's model is the one that holds still: it bills workflow executions regardless of complexity, and its Community Edition is self-hostable. Zapier bills tasks, so each extra action step multiplies your consumption. The catch: n8n's pricing page gave us no dollar figures today. Zapier's did — $0, from $19.99, and from $69 a month.

Count your steps before you count your runs

The two vendors do not meter the same thing, and this is where most cost comparisons go wrong. n8n's pricing page states it plainly: "Pricing based on monthly workflow executions, regardless of complexity." One run of a workflow is one execution whether it has three nodes or thirty. Zapier's page counts in tasks — its Free plan is described as "100 tasks per month," and its non-profit discount explicitly excludes "pay-per-task charges." Tasks and runs are not the same unit, and the gap between them is your step count.

So open your workflow and count the action steps that do work — the create-record, the send-message, the enrich-lead, the branch that fires. Then multiply by how often the workflow triggers. A six-step workflow triggered 1,000 times a month is 1,000 executions on the n8n side of the ledger and 6,000 units of the thing Zapier meters. At 20,000 triggers it is 20,000 versus 120,000. Same automation, same business outcome, twentyfold difference in what one of the two counters registers.

n8n's own page gives you a useful way to estimate the run count. A daily scheduled workflow is 30 or 31 executions a month. One that runs every five minutes is "about 8,600–8,900 executions monthly." Two five-minute schedules put you at roughly 17,200–17,800 executions before a single webhook fires. If you are planning a 20,000-run month, that is probably how you get there — polling schedules, not customer events.

What both pages actually publish today

Zapiern8n
Unit meteredTasksWorkflow executions, "regardless of complexity"
Free option$0/mo, 100 tasks per monthCommunity Edition (self-hosted); no price in the page text today
Entry paid planProfessional, starting from $19.99/moStarter; no price in the page text today
Next tierTeam, starting from $69/moBusiness; no price in the page text today
Annual discountPay yearly, save 33%Annually, save 17%
Discount for small teams15% for non-profits, excluding pay-per-task chargesStart-up Plan: under 20 employees, 50% off Business
Self-hostingNot offered on the pricing pageCommunity Edition
Overage behaviour"pay-per-task charges" referencedNot stated in the text we read

Two gaps in that table are the reason you cannot finish this decision from a comparison article. Zapier's plan cards say "Starting from," which means each plan has a task-volume selector whose tiers were not in the page text we read — so $19.99 buys an unstated number of tasks. And n8n's plan cards rendered without prices at all. Both of those you check on the vendor page in under two minutes; neither should be guessed at.

Zapier at 1,000 runs a month

Take the six-step workflow: 6,000 tasks a month. The Free plan is out immediately — 100 tasks per month covers roughly sixteen runs of that workflow, or one run every other day. You are on Professional or Team. Professional starts from $19.99 a month, Team from $69 a month. If $19.99 is the monthly-billing rate, twelve months of it is $239.88 before any task overage; Team at $69 is $828 for the year on the same assumption. What neither figure tells you is whether the lowest task tier of Professional includes 6,000 tasks or a fraction of that.

That is the number to hunt for. Zapier's own FAQ says you can upgrade or downgrade at any time, with an immediate prorated charge on upgrade and a downgrade that lands at the end of the billing cycle. That asymmetry is worth knowing at 1,000 runs a month: buying a task tier that is too small costs you a mid-cycle upgrade, buying one that is too large costs you a full cycle you cannot exit early. At this volume, guess low and let the proration fix it.

Zapier at 20,000 runs a month

Twenty thousand runs of the same six-step workflow is 120,000 tasks. Nothing on the pricing page in front of us tells you what that costs — the plan cards top out at "Team, starting from $69" with a Contact Sales option, and the task tiers behind "Starting from" were not in the readable text. What the page does confirm is that pay-per-task charges exist as a distinct line item, because the non-profit discount is explicitly carved out from them. At 120,000 tasks, that line item is the whole conversation.

The practical move at this volume is to stop optimising the plan and start optimising the step count, because on a task meter every step you delete is 20,000 units a month. Merge two API calls into one. Move filtering into the trigger rather than a downstream step. Then re-run the multiplication. A six-step workflow cut to four is a 33% reduction in metered volume with no change in plan.

If the thing you're running is an agent or a chatbot

Zapier prices its Agents and Chatbots products separately, and those meters are tighter than they look. Agents has a free tier at 400 activities per month, and Agents Pro at $400 billed annually — $33.33 a month — covering 1,500 activities per month. That ceiling matters: 1,500 activities is roughly 50 a day. If you were planning to route 20,000 monthly runs through an agent, the published Agents tiers do not reach, and you are into the Contact Sales tier with a custom activity count.

Chatbots Pro is $160 billed annually, $13.33 a month, for 5 chatbots with 10 custom knowledge sources each. Chatbots Advanced is $800 billed annually, $66.67 a month, for up to 20 chatbots with 20 knowledge sources each and the Zapier logo removed. Those are capacity limits, not volume limits — the page states no conversation cap on either. If your AI spend is one embedded support bot, that is a different and much smaller purchase than a task-metered Zap fleet.

n8n at 1,000 runs a month

One thousand executions is one thousand executions, whether your workflow has three nodes or thirty. That is the entire pitch, and at this volume it usually lands you on Starter or the self-hosted Community Edition. The one thing to watch is not the execution count but the retention: n8n keeps your most recent executions for debugging, with each plan limited by number of saved executions, total storage in Cloud, and a retention window in days. It removes the oldest first. Critically, the page states that reaching a limit "does not stop your workflows from running" — you lose history, not uptime.

n8n at 20,000 runs a month

Here the model earns its keep, because your step count never enters the calculation. Twenty thousand runs of a thirty-node workflow bills the same as twenty thousand runs of a three-node one. You track consumption in the Insights Dashboard, and on Business plans n8n emails a weekly production-execution count across every instance carrying your licence key; annual Business subscribers get contacted at 80% of the annual quota. That 80% warning is the signal you are meant to act on — it is the vendor telling you a tier change is coming before the month it lands.

What self-hosting costs you that no pricing page shows

Community Edition removes the vendor invoice and replaces it with three costs nobody prints on a pricing page: a server, a backup and restore routine, and the hours you spend upgrading it. At 1,000 runs a month that trade is usually bad — you are spending engineering time to avoid a small subscription. At 20,000 runs of a heavy multi-step workflow, it starts to look sensible, because the metered alternative scales with your step count and a box does not. Price your own server and your own hourly rate; do not take a generic number from anyone, including us.

Which one to pick

- If your workflows are two or three steps and you run them a few hundred times a month, pick Zapier and start on Free at 100 tasks a month, then move to Professional from $19.99 when you exceed it — the step multiplier barely bites at low complexity and you get the larger app catalogue.

- If you have a workflow with eight or more action steps running thousands of times a month, pick n8n, because per-execution billing charges you once for work Zapier charges you eight times for. Confirm the Starter and Business figures on the pricing page first, since they did not render for us.

- If your monthly volume comes from polling schedules — anything on a five-minute timer, roughly 8,600–8,900 executions a month by n8n's own estimate — pick n8n and consider self-hosting, because schedule-driven volume is predictable, unbounded by seats, and exactly the shape that punishes a task meter.

- If you have under 20 employees, ask n8n about the Start-up Plan before you buy anything: the page advertises 50% off Business for teams that qualify, which can invert the whole comparison against a Zapier plan you were about to sign.

- If the automation is an embedded support chatbot rather than a data pipeline, pick Zapier Chatbots — $160 a year for five bots is a smaller and more predictable commitment than any execution-metered plan, and the page states no per-conversation charge.

What to check before you pay

- Open Zapier's "About task usage rates" link and confirm what consumes a task in a multi-step Zap, then re-run your runs-times-steps multiplication against the real definition.

- Move the task-volume selector on the Professional and Team cards until it covers your calculated monthly tasks, and write down that price — not the "starting from" price.

- Toggle Zapier's monthly/yearly switch and check whether $19.99 and $69 move; the page advertises a 33% yearly saving, and you need to know which side of that toggle your quote came from.

- Read n8n's Starter and Business cards directly for the included execution counts and the price, and check the saved-execution and retention limits on the tier you want — you keep running past them, but you lose the logs you debug with.

- If you need to pay by invoice or wire, confirm eligibility first: Zapier's FAQ restricts it to the latest annual Team or Enterprise plan, which forces a plan decision before a payment decision.

- If you are a non-profit, apply for Zapier's 15% discount before subscribing, and note it does not apply to pay-per-task charges — so it discounts the part of your bill that stays flat, not the part that grows.

What we'd do

At 1,000 runs a month, we'd stay on Zapier Professional from $19.99 and not think about it again — the step multiplier is affordable at that volume and the integration coverage saves you more hours than the price difference costs. At 20,000 runs of anything more than four steps, we'd move to n8n, because paying once per execution instead of once per step is a structural advantage that no discount tier reverses. And we would not sign the n8n contract until we had seen the Starter and Business numbers on the page ourselves, because a model that bills the right unit is still capable of billing too much for it.

How we researched this

Loistrofi does not take vendor briefings or speak to sales teams. Every figure here comes from a page the vendor publishes itself, checked on Aug 24, 2026. Where a number could not be confirmed at source, it is marked rather than smoothed over.

What we could not verify

  • n8n's pricing page rendered its Starter, Business and Community Edition plans without any dollar figures or included execution counts in the text we could read today, so no n8n price appears in this guide.
  • We could not confirm how many tasks are included at the entry tier of Zapier's Professional or Team plans; both are listed only as "Starting from" prices with a volume selector whose tiers were not in the page text.
  • We could not confirm whether the $19.99 Professional and $69 Team figures reflect monthly billing or the discounted yearly rate, because the page's monthly/yearly toggle state was not captured.
  • Zapier's pricing page links to an "About task usage rates" explainer, but the definition of a task — and whether each action step in a multi-step Zap consumes one — is not stated in the pricing page text itself.
  • Zapier's per-task overage rate is not published on the pricing page; the page only confirms that pay-per-task charges exist, by excluding them from the non-profit discount.
  • Neither Zapier's Enterprise tier nor n8n's Contact Sales tier publishes a price, and we did not contact either sales team.
  • n8n's licensing terms, support scope and version cadence for the self-hosted Community Edition are not stated on the pricing page.
  • We have not priced server, backup or maintenance costs for self-hosting n8n, because those depend on your infrastructure and hourly rate rather than any vendor page.
  • Both pricing pages loaded successfully today; nothing in this guide is drawn from a page we could not open.
Common questions
Is n8n cheaper than Zapier?
It depends on your step count, not your run count. n8n bills monthly workflow executions "regardless of complexity," so a thirty-node workflow costs the same per run as a three-node one. Zapier meters tasks, so complexity multiplies consumption — a six-step workflow at 20,000 runs is 120,000 tasks. n8n did not display dollar figures on its pricing page when we read it, so we cannot state its plan prices. Zapier publishes Free at $0, Professional from $19.99 a month and Team from $69 a month.
What is the difference between a Zapier task and an n8n execution?
An n8n execution is one run of one workflow, and n8n's pricing page states the charge applies regardless of the workflow's complexity. Zapier's allowances are stated in tasks — its Free plan includes 100 tasks per month — and its pricing page references separate pay-per-task charges. The pricing page text does not define what counts as a task, so open Zapier's "About task usage rates" explainer before you model your bill. Practically, assume your step count is a multiplier on the Zapier side and not on the n8n side.
Can I self-host n8n for free?
n8n's pricing page lists a Community Edition alongside its Starter and Business plans, and self-hosting is the model that makes per-execution billing avoidable entirely. The page we read did not state a price or licensing terms for Community Edition, so confirm both directly. Budget for what the page cannot charge you for: a server, backups, and the hours to upgrade and monitor it. At a few hundred runs a month that trade is rarely worth the engineering time; at tens of thousands of runs of a complex workflow, it usually is.
How many Zapier tasks does 20,000 workflow runs use?
Multiply your runs by the number of action steps that consume a task. A six-step workflow at 20,000 runs is 120,000 tasks a month; the same workflow trimmed to four steps is 80,000. Zapier's pricing page does not publish task allowances for Professional or Team — both are listed as "Starting from" prices with a volume selector — so you need to set that selector to your calculated figure to get a real quote. Reducing step count is the fastest lever at this volume: two steps removed is 40,000 fewer tasks.
How much does Zapier's AI agent product cost?
Zapier Agents has a free tier allowing automated behaviours up to 400 activities per month, with live data sources, web browsing and Chrome extension access. Agents Pro is $400 billed annually, shown as $33.33 a month, and covers 1,500 activities per month. Above that the page offers only a Contact Sales tier with a custom activity count, agent sharing across your organisation and enterprise audit logs. If you expect more than roughly 50 agent activities a day, the published tiers will not cover you.
Do I lose data if I exceed n8n's execution limits?
No. n8n's pricing FAQ states that each plan limits the number of saved executions, the total storage they use in Cloud, and a retention window in days — and that when you hit the first of those, the oldest executions are removed. It says explicitly that reaching a limit "does not stop your workflows from running. It only changes how much history is retained." So the consequence is reduced debugging history, not downtime. Check the specific saved-execution and retention numbers on the tier you are considering.
Are there discounts on either platform?
Zapier advertises a 33% saving for paying yearly instead of monthly, plus a 15% non-profit discount on any paid plan — but that discount explicitly excludes pay-per-task charges, so it reduces the fixed part of your bill and not the variable part. n8n advertises a 17% saving for annual billing and a Start-up Plan offering 50% off Business for companies with under 20 employees who qualify. If you are a small team, check Start-up eligibility before comparing list prices at all.
Keep Reading