The email arrived on the fourth of the month. The subject line was unchanged from the previous three: your Zapier usage has exceeded your plan. The founder who showed it to me runs a nine-person agency. He had built what he proudly called his operating system, forty-one Zaps gluing his CRM, invoicing, project board, and reporting. The bill attached to that system had doubled in six weeks. Not because anything broke. Because his business grew, and Zapier’s pricing, written in a language called tasks, noticed every step of every growth spurt. It is the opening scene of nearly every n8n vs Make vs Zapier decision I’ve sat in on.
Basically, he’d picked his platform the way most people do: a YouTube comparison, a free trial, a gut feeling. Nobody had ever shown him the arithmetic underneath.
The arithmetic nobody showed him
This guide is that arithmetic. The n8n vs Make vs Zapier question gets argued online as a feature contest. Yet features matter less than the sentence most comparisons bury. That sentence: Zapier bills per task, Make bills per operation, n8n bills per execution. Parseur’s 2026 analysis puts it exactly that way, and it decides most evaluations. Those nine words determine whether your bill grows linearly with complexity or with volume. They also determine whether AI steps cost a fortune or a pittance.
Below: what each platform actually is in late 2026, plus a worked cost example at three volumes with real published prices. Then the AI-agent state of play. Then self-hosting without the romance, lock-in, and the migration trap that keeps people on the wrong platform for years.
In this guide
- The 30-second answer
- The billing-unit decision that decides n8n vs Make vs Zapier
- Zapier: the concierge
- Make: the power middle
- n8n: the engine room
- The worked cost example (skip nothing)
- AI features in 2026: n8n vs Make vs Zapier all grew agents
- Self-hosting: the honest version
- What each free tier actually gets you
- Three migration patterns, compressed
- Four questions that settle n8n vs Make vs Zapier
- Lock-in and the migration question
- Where HelpingHandAI fits
- Frequently asked questions
- The bottom line
The 30-second answer
Choose Zapier if your automations are short, your team is non-technical, and your integration list is long. It connects to more apps than anyone (7,000-plus), breaks least, and its new AI layer, Zapier Agents, inherits that reliability. Choose Make if you want visual power in the middle. You get branching, iterators, and aggregation in a canvas your operations person can read. Also, credits price steps cheaper than Zapier, and AI modules are metered by tokens. Choose n8n if your workflows are long, data-heavy, or AI-native. Per-execution billing makes a 30-step workflow cost the same as a 1-step one. Self-hosting is genuinely free. Its AI agent nodes are the most flexible of the three.
Everyone else should start on Zapier and graduate deliberately; that is the standard n8n vs Make vs Zapier onboarding path. Basically, the detailed version of that paragraph is the rest of this post.
The numbers in brief
Key takeaways
- The unit is the decision. Zapier charges per task (each step of each run) and Make per operation (each module run). n8n charges per execution: the whole workflow, however many steps.
- Published September 2026 pricing: Zapier Professional $19.99/mo (750 tasks, annual billing); Make from $10.59/mo credit-based. n8n Cloud runs from €24/mo (2,500 executions), or free self-hosted.
- At a 10-step workflow running 10,000 times monthly, n8n costs 80-90% less than Zapier. BetterClaw and Intuz comparisons agree on the range. At 2-step workflows running 500 times, the gap nearly vanishes.
- All three shipped AI agents in 2025-2026. The lineup: Zapier Agents (~$20/mo add-on), Make AI Agents (new generation, February 2026), n8n’s agent nodes with LangChain underpinnings.
- Self-hosted n8n is free under its fair-code license and runs on a $4-7/mo VPS with unlimited executions. The real cost is an owner for updates, backups, and breakage.
The route through this guide
Here is the map of this guide: the billing-unit mechanic first, because everything else follows from it. Then one section per platform, written as what it is rather than what its landing page claims. Then the worked example at three volumes, the 2026 AI features compared, and self-hosting without the mythology. Then lock-in, plus a decision framework compressed to four questions. Prices are published rates as of September 2026 and cross-checked across at least two sources each. Annual-versus-monthly billing differences are flagged where they bite.
It helps to hear how the three describe themselves in their own 2026 marketing. The self-descriptions are more honest than the comparison articles. Notably, Zapier calls itself an AI orchestration suite and leads with reliability and breadth. Make leads with its visual canvas and, since February, with agents whose decisions you can inspect. n8n leads with being source-available and self-hostable, trusting that the words “unlimited executions” will do the persuading. Three business models, three meters, three kinds of customer.
The sections below translate each pitch into what it costs and what it demands. First up: the billing mechanic that explains why the same workflow produces three such different invoices.
The billing-unit decision that decides n8n vs Make vs Zapier
Here is the mechanic, stated once, precisely. When a workflow runs, each platform counts differently. Zapier counts tasks: every action step that executes in every run is a task. So a three-step Zap that fires twice consumes six tasks. Make counts operations: every module that executes is an operation. The idea is conceptually similar, but filters and routers change the arithmetic in ways that surprise newcomers. n8n counts executions: one complete run of a workflow is one execution, whether the workflow contains four nodes or forty.
Now extend each with AI, where a single step can involve a model call, a retrieval, and a parsing step. Then watch the divergence become a chasm. Typically, the AI-flavored workflow that costs one execution on n8n might be twelve tasks on Zapier and nine operations on Make. The price of each unit depends on whatever each platform charges on its current tier.
How each bill grows
The consequence is that the three platforms have different natural shapes. Zapier’s bill scales with volume times complexity; it’s indifferent to which, it multiplies both. Make’s scales with volume times module count. Iterators multiply and aggregators collapse, which gives its estimates enough structural nuance to deserve a spreadsheet. n8n’s scales with volume alone, complexity is free. That is why long, step-heavy, AI-dense workflows migrate there, and why its community treats step counts like a competitive sport.
Zapier’s own 2026 comparison piece argues n8n’s “real costs are hidden” in setup and maintenance. That is a fair point, and I’ll price it honestly in the self-hosting section. It is also the sound of a per-task pricer noticing that per-execution pricing is popular. Both things are true. The worked example below makes them comparable, which is what any automation platform comparison should do first.
Zapier: the concierge
Zapier’s position in 2026 is the platform you recommend to a busy person who will never read documentation. Seventeen years of integration maintenance. Specifically, an editor that makes complex logic feel like filling in a form. Error handling that emails you when things break. And an AI layer, Zapier Agents and the Copilot build assistant, that inherits all of it.
The published pricing ladder: Free (100 tasks, two-step Zaps only), Professional at $19.99 monthly billed annually for 750 tasks. Team plan: $69 for 25,000. Also added in 2026: a pay-per-task overage option (Zapier pricing pages; NoCodeMBA, August 2026). Agents are a separate add-on with their own activity allowances, roughly $20 monthly entry and $33.33 for 1,500 activities. What you’re buying, priced honestly, is not tasks but absence. Absence of setup weekends, of maintenance anxiety, of the phrase “who owns the automation server” in your headcount plan.
The bill-spread risk is the flip side, and it’s structural, not a pricing mistake. Per-task billing means your costs grow with usage complexity. Specifically, AI steps are the most complex steps that exist. A Zap that summarizes an email, enriches a contact, and drafts a reply burns a dozen tasks on one message. Zapier’s own materials now describe the product as an “AI orchestration suite,” which is ambitious positioning. Granted, the Agents product is genuinely good at what it covers. The profile in one line: pay more per unit for the lowest total cost of ownership at small scale. Then watch the task counter like the fuel gauge it is.
Make: the power middle
Make (formerly Integromat) occupies the practical middle, and its 2026 refresh made the case sharper. For example, the visual canvas handles branching, iterators, aggregators, and error routes that Zapier hides behind paid features. The operations pricing runs cheaper per step than Zapier’s tasks. Published entry: $10.59 monthly on the credit-based model, plus a free tier (Lindy’s 2026 pricing review; Make’s pricing pages). The February 2026 announcement of the new-generation Make AI Agents matters for this comparison. These agents act across your scenarios, with what Make explicitly markets as full visibility into decisions. Additionally, 350-plus AI apps connect through the ecosystem.
The catch is the same operations meter, now extended to tokens. Make’s AI modules consume credits based on model usage (Make Help Center). So AI-dense scenarios need the same estimation discipline as everything else on the platform. One line: most power per rupee/dollar in the visual category. The meter rewards people who actually read their usage dashboard.
n8n: the engine room
n8n is the platform technical people kept telling non-technical people about. The 2026 versions closed most of the gap that made that advice annoying. Per-execution pricing means workflow complexity is free. For example, a 30-node AI pipeline costs one execution per run, identical to a two-step relay. Goodspeed’s agency review calls this the critical pricing concept. Specifically, cloud pricing runs €24 monthly for 2,500 executions (Starter) and €60 for 10,000 (Pro). Larger tiers sit above, plus a start-up program at €333 for 40,000 (n8n.io; CloudZero’s September 2026 execution math).
The self-hosted Community Edition is free under a fair-code license, unlimited workflows and users, running happily on a small VPS. The AI story is the deepest of the three: native agent nodes with tool-calling, memory, and guardrail options. The LangChain integration underneath is there for teams that outgrow the visual layer. Still, the gap that remains is the same one that has always been there. Nobody hands you a working instance. And when your self-hosted instance breaks at 2 a.m., the on-call engineer is you.
The worked cost example (skip nothing)
Take one realistic AI workflow: new lead arrives, enrich it, score it, draft a personalized first-touch email. Then log to CRM and notify the owner. Call it ten steps with three AI steps inside. Now price it at three volumes using published September 2026 rates, annual billing where that’s the advertised number. This is the n8n vs Make vs Zapier arithmetic in one table, and the ranking flips twice. The point of the table is not the specific cents; published prices move. The point is the shape: which bill grows when your business grows.
One workflow, three volumes
10-step AI workflow, monthly cost at three volumes (published rates, Sep 2026)
| Volume (runs/mo) | Zapier (per task) | Make (per operation) | n8n Cloud (per execution) |
|---|---|---|---|
| 500 runs (~5,000 units on per-step meters) | Needs Professional+ tiers, ~$20-60 typical | Entry credits mostly cover it, ~$11-20 | Starter €24 (2,500 executions is the floor, so ~€24) |
| 2,500 runs (25,000 units) | Multi-plan stack-up, ~$150-250 typical | Mid credits, ~$40-80 typical | Pro €60 (10,000 executions) |
| 10,000 runs (100,000 units) | Enterprise territory, $600-1,000+ typical | High credits, ~$200-400 typical | €800 tier or self-host at VPS cost |
Read the table’s edges. First, at low volume the three are close enough that integration coverage should decide, not price. Then, by mid volume, n8n’s per-execution model is visibly cheaper. That matches an independent finding: a 10-step workflow at 10,000 monthly runs costs 80-90% less on n8n than Zapier. Both BetterClaw (July 2026) and Intuz (August 2026) landed on that range.
At the high end the Zapier number assumes enterprise negotiation, which real companies do get. Still, even negotiated, the structural gap survives. Two footnotes keep it honest. Make’s ranges are wider because its iterator and aggregator semantics make per-scenario estimates genuinely variable. And every n8n Cloud figure has a self-hosted shadow number that’s just your VPS plus your time. The 80-90% claim is real, and it is not the whole story. The whole story includes who maintains the engine room.
AI features in 2026: n8n vs Make vs Zapier all grew agents
The AI layer is no longer a differentiator in existence; all three have it. The differentiation started in shape instead. Zapier Agents operate across the 7,000-app catalog with behavior-training by chat. They are strongest when the job is “watch these apps and act across them.” Pricing is its own add-on, so your task budget and agent budget stay separate line items. Make AI Agents (February 2026 generation) sit closest to the visual canvas. An agent can trigger and be triggered by scenarios. Decision transparency is a Make marketing point, which your auditors will appreciate.
n8n’s agent nodes are the power option: LangChain-based, any model you point them at, memory and tool-calling configurable per node. Because executions aren’t metered by step, agentic workflows with many internal reasoning steps don’t inflate the bill. The honest n8n vs Make vs Zapier ranking by raw AI capability runs n8n, Make, Zapier. By protected time-to-value it runs exactly backwards. You are choosing which resource you have more of, and both answers are correct in different buildings.
Self-hosting: the honest version
n8n’s free self-hosted edition is the most financially attractive sentence in this comparison, so it deserves the most skeptical paragraph. The software is genuinely free (fair-code license, unlimited executions and users). It genuinely runs on a $4-7 monthly VPS with unlimited executions (instapods’ 2026 cost breakdown). The n8n self-hosted cost is therefore mostly a person. Self-hosting means updates are yours, TLS is yours, backups are yours. And the 2026 release cadence means skipping a quarter has consequences.
Small teams solve this three ways. The technically-confident founder owns it, which works until the founder’s quarter gets busy. A managed-hosting partner runs it, which adds $10-50 monthly and keeps most of the savings. Or the team stays on n8n Cloud, where the savings shrink but the 2 a.m. disappears. The wrong way to decide is arithmetic that pretends your time is free. That is precisely the arithmetic Zapier’s comparison piece accuses n8n fans of doing, and they’re not wrong to notice.
What each free tier actually gets you
Free tiers are onboarding instruments dressed as generosity, and knowing their shapes saves trial-and-error weekends. Zapier’s free plan (100 tasks, two-step Zaps) is enough to prove a concept and almost nothing else. That is because the two-step limit quietly rules out filters and paths, which is where real workflows live. Meanwhile, Make’s free tier (1,000 monthly operations) is the most usable of the three. You get the full visual canvas, real branching, and enough operations to run a genuine mini-workflow daily. That is why Make wins so many “first automation” contests. n8n’s free option is the self-hosted Community Edition, and it is not a trial in any sense. You get unlimited executions, unlimited workflows, the whole product. The license asks fair-play rather than payment. The trade is the server.
If you or someone you know can run a Docker container, n8n’s free tier is the deepest. If the test needs to happen tonight on a phone-friendly dashboard, Make’s is the smoothest. Zapier’s free plan exists mostly so you can learn the editor before the bill starts.
Three migration patterns, compressed
Same migration, three shapes, observed repeatedly enough to call them patterns. For example, The bill-shock mover (the opening story’s agency) transfers the twenty highest-consuming Zaps to self-hosted n8n over two weekends. It keeps the long tail on Zapier’s free-ish volume and lands at a third of the old bill. The new problem: a server someone must love. It works when the inventory is clean and stalls when it isn’t.
The capability climber outgrows Zapier structurally rather than financially. The moment their routing logic needs iterators, aggregators, or error branches, Make catches them at exactly that altitude. That moment usually arrives within a year of starting. Their bills stay similar; their ceilings rise. Meanwhile, The AI-native builder starts in 2026 with agentic workflows and chooses n8n from day one. Per-execution pricing on reasoning-heavy pipelines is the draw. The builder skips the migration entirely by never joining the platform they’d have left.
Notice what all three have in common: nobody moved because of a feature checklist. Ultimately, they moved when their bill or their ceiling said so. The winners had already done the inventory homework that made the move a weekend instead of a quarter. For teams shopping Zapier alternatives this year, the pattern to copy is the homework, not the destination.
Four questions that settle n8n vs Make vs Zapier
Four questions, answered with your actual workflow inventory open, settle this faster than any feature matrix. They also expose the point where a platform purchase turns into a build decision. Our Build vs. Buy AI Agents guide runs the five-question version of that call.
- How many steps does your typical workflow run? Under four, with no branching: stay in Zapier territory, the simplicity premium is buying you speed. Five-plus steps, loops, or error branches: the per-execution and per-operation models start winning, and the worked-example table applies.
- What does your volume curve look like over twelve months? Flat and modest: billing unit barely matters, pick for integration breadth. Growing: project the top of the curve, not today’s. The annual plan you sign in October prices next October’s volume, not this month’s.
- Who maintains it when the person who built it is on leave? If the honest answer is “nobody,” you are buying Zapier’s concierge service whether you meant to or not. That’s fine, as long as it’s priced in. If an ops person or engineer exists and wants the job, n8n’s savings become real instead of theoretical.
- Where does your AI usage sit on the density curve? Occasional summarization inside mostly-deterministic flows: any platform handles it, differences are noise. Agentic, multi-step reasoning at volume: per-execution pricing is structurally advantaged, and the meter differences compound monthly.
Lock-in and the migration question
Every month you wait, the migration gets more expensive. Not because the platforms change, but because your workflow count compounds. The n8n vs Make vs Zapier lock-in mechanics differ. Zapier locks by accumulation: forty-one Zaps is a resumé nobody wants to rewrite. Make locks by semantics: its iterators and aggregators have no direct Zapier translation, so migrations go through redesign. n8n locks least at the workflow layer, its workflows export as portable JSON. It locks most at the infrastructure layer once self-hosted.
The practical guidance: whatever you choose, keep a clean inventory from day one. That means a spreadsheet of every workflow, what it touches, and who owns it. It cuts any future migration from archaeology to project. Time migrations to renewal dates, too, because the annual-billing discounts all three advertise are also retention instruments. The calendar is the only bargaining chip a small buyer consistently holds.
Where HelpingHandAI fits
We build on all three platforms, and the selection is a forty-minute exercise. It runs with your workflow inventory open and the worked example above applied to your actual volumes. The recommendation usually surprises people by being boring. Stay on Zapier, or move these six workflows to n8n and leave the rest. HelpingHandAI’s automation engagements include that selection math as step one. Besides, choosing the wrong platform is the most expensive decision in the entire automation lifecycle to reverse.
Where clients most often bring us in: the migration itself, run workflow-by-workflow with the inventory discipline described above. And the self-hosted n8n deployments where someone needs to own the 2 a.m. without being on your payroll full-time. Usually, the support-inbox automations from our Automate Customer Support with AI guide are the most common first workflow we migrate. Its escalation design transfers cleanly between platforms.
Two more resources pair with this decision. First, we run the same unit arithmetic against whole-program budgets in our AI implementation cost for small business guide. If your Zapier bill has started arriving with a tone, the contact link is at the end of this page. The volume audit that starts the conversation is free.
Frequently asked questions
Is n8n really 80-90% cheaper than Zapier?
For long workflows at volume, yes, and the claim holds up. A 10-step workflow running 10,000 times monthly costs 80-90% less on n8n than Zapier across independent 2026 analyses (BetterClaw, Intuz). The claim dissolves at small scale. A 2-step Zap running 500 times monthly sits comfortably in Zapier’s $19.99 Professional tier, which n8n’s €24 floor only matches. So the honest n8n vs Zapier pricing answer is that n8n’s advantage scales with steps times volume. Zapier’s premium buys integration breadth and the absence of maintenance. Both statements are arithmetic, not religion.
Can I self-host n8n without a developer?
For the initial install, possibly. Docker deployments are one command, and managed hosts run it for $10-50 monthly if the command line is unappealing. For the ongoing reality, you need someone answerable for updates, backups, SSL renewal, and the occasional failed upgrade. Budget roughly an hour or two most months. The failure pattern is predictable: the enthusiastic non-technical founder installs it in an afternoon. Then a busy quarter skips two update cycles, and the founder meets the 2 a.m. personally. If nobody in the company can own that calendar slot, pick n8n Cloud or a managed host. Either keeps most of the economics without the exposure.
Which platform has the best AI features in 2026?
The n8n vs Make vs Zapier AI question resolves by resource, not by winner. By capability depth, n8n: its LangChain-based agent nodes accept any model and expose memory and tool configuration. Per-execution pricing also means reasoning-heavy agents don’t inflate the bill. By breadth of one-click AI steps, Make. Its 350-plus AI apps and February 2026 agent generation cover the most ground visually. By reliability and support surface, Zapier. Its Agents inherit the integration discipline, and the build Copilot lowers the skill floor furthest. Pick by which resource your team lacks, engineering depth, visual oversight, or support surface. Skip the feature-matrix tallies, because all three are genuinely good now.
What counts as a task in Zapier and an operation in Make?
In Zapier, a task is one action step executed in one run. A three-step Zap (trigger, filter, action) firing ten times consumes roughly twenty tasks. Filters that stop the Zap don’t complete, so they don’t count the steps after them. In Make, an operation is one module execution, with structural multipliers. An iterator that unpacks ten items creates ten subsequent module runs, which is the number-one source of Make bill surprise. n8n’s execution count ignores all of this internal detail. That is why migration math needs your actual workflow graphs, not your old bills. The estimation step in any platform switch is a modeling exercise rather than a lookup.
How hard is migrating from Zapier to Make or n8n?
Mechanically simple, semantically real. A two-to-five-step Zap rebuilds in Make or n8n in under an hour each. The project cost lives in the inventory (knowing every Zap, its owner, and its edge cases) and in semantic translation. Make’s iterators and n8n’s code nodes have no Zapier equivalent, so complex Zaps get redesigned rather than copied. Teams report a practical rule of thumb: migrate in value order. Move the twenty percent of Zaps consuming eighty percent of tasks first. Verify each against a week of shadow runs. Then let the long tail move only when the renewal calendar forces the decision. A clean inventory cuts the project from quarters to weekends.
Are these platforms safe for business-critical data?
All three are established vendors with SOC 2-style assurances. The security posture follows the same scoping discipline described in our AI agent security and guardrails guide. That means dedicated API credentials per workflow, least-privilege connector scopes, and logs you can actually read. The differentiator is failure behavior rather than breach behavior. Zapier surfaces errors to your inbox by default. Make’s history view is the most inspectable of the three. n8n’s self-hosted logs are yours entirely, which is an asset if someone reads them and a liability if nobody does. For regulated data, note that self-hosted n8n keeps everything inside infrastructure you control. That simplifies certain compliance conversations considerably.
Do these platforms replace an AI agent platform like Lindy?
They overlap at the edges and differ at the core. The workflow tools connect systems and now embed agents inside those connections. The agent platforms (Lindy, Gumloop, Relevance AI) start from the agent and reach into integrations secondarily. For support-inbox automation or lead operations with judgment in the loop, the agent platforms’ templates get there faster. For plumbing that must never break, order sync, invoicing relays, data pipelines, the workflow tools are the sturdier home. Many small teams in 2026 run both. The workflow engine is the backbone, with one agent platform renting judgment on top. That is less redundant than it sounds and less expensive than two full stacks.
The bottom line
The n8n vs Make vs Zapier argument resolves the moment you stop comparing features and start comparing units. Zapier sells the absence of maintenance and bills every step of every growth spurt. Meanwhile, Make sells visual power at a middle price with a meter that rewards attention. n8n sells the engine room, complexity-free executions and a free self-hosted edition, and invoices you in responsibility instead of credits.
Run the worked example on your own numbers. Typically, short workflows at modest volume should stay comfortable on Zapier. Branching data work belongs on Make. Long AI-dense pipelines running thousands of times a month are leaving money on the table anywhere else. That is the workflow automation for small business decision in one page. Ultimately, it is cheaper to make now than at renewal.
How the story ended
Whatever you choose, start the inventory spreadsheet tonight. On the day the migration question arrives, that spreadsheet is the difference between a weekend and a quarter of archaeology. The founder with the forty-one Zaps moved six workflows to self-hosted n8n and cut his bill by two-thirds. He also read a documentation page for the first time in his life, and reports mixed feelings about both.
Sources
- Parseur, “n8n vs Zapier vs Make – Which Automation Tool Is Best” (parseur.com, Aug 6, 2026) – billing-unit framing
- CloudZero, “n8n pricing in 2026: every plan and the execution math” (cloudzero.com, Sep 9, 2026) – €24/€60/€800 tiers
- n8n.io published pricing and start-up plan (n8n.io, 2026); Northflank self-hosting guide – Community Edition fair-code terms
- Instapods, “n8n Pricing 2026: Cloud vs Self-Hosted Costs” (instapods.com, Jul 24, 2026) – VPS $3.70-7/mo
- Goodspeed Studio, “n8n Review 2026: An Automation Agency’s Honest Take” (goodspeed.studio, Apr 2, 2026) – per-execution concept
- BetterClaw, “n8n vs Make vs Zapier for AI Agents: 2026 Comparison” (betterclaw.io, Jul 16, 2026); Intuz, “Make vs n8n vs Zapier” (intuz.com, Aug 26, 2026) – 80-90% cost differential
- Zapier pricing pages and “Zapier vs. n8n comparison” (zapier.com, Jun 4, 2026); NoCodeMBA Zapier pricing analysis (Aug 5, 2026)
- Make.com pricing pages and AI Agents announcement (make.com, Feb 11, 2026); Make Help Center credits documentation; Lindy, “Make.com Pricing 2026” (Feb 22, 2026)
- Digidop, “n8n vs Make vs Zapier [2026 Comparison]” (digidop.com) – AI workload positioning