n8n vs Make: the billing unit decides everything
n8n vs Make: n8n bills the whole workflow run, Make bills each module action. On a twelve-step flow the gap reaches twelve to one.

The one difference that decides the bill
Both platforms sell monthly quotas. They do not count the same unit, and that is where everything is decided.
At n8n, the pricing documentation is explicit: "An execution is a single run of your entire workflow. It doesn't matter how many steps are in the workflow or how much data it processes, it's still a single execution." A three-step flow and a forty-step flow consume the same.
At Make, the unit is the operation: "Each module action in your scenario, like adding a Google Sheet row or fetching Gmail account data, counts as one credit." Every block traversed counts.
The gap is therefore not a percentage, it is a factor, and that factor is exactly how many steps your flows have.
| Your flow | 500 triggers per month | 3,000 triggers per month |
|---|---|---|
| 3 steps | n8n 500 · Make 1,500 | n8n 3,000 · Make 9,000 |
| 12 steps | n8n 500 · Make 6,000 | n8n 3,000 · Make 36,000 |
| 25 steps | n8n 500 · Make 12,500 | n8n 3,000 · Make 75,000 |
This table does not say n8n is cheaper, it says the comparison is meaningless until you have counted your steps. On short, infrequent flows the question does not arise. On long ones, it decides alone.
Both grids, checked on 3 August 2026
Prices published by the vendors. n8n quotes in euros with annual billing, Make in dollars per month. They change often, hence the date.
| n8n | Price | Executions per month | What it unlocks |
|---|---|---|---|
| Starter | €20 per month | 2,500 | 1 shared project, 5 concurrent runs, 2,300 AI credits |
| Pro | €50 per month | 10,000 | 3 projects, 20 concurrent, up to 13,700 AI credits, history and search |
| Business | €667 per month | 40,000 | SSO SAML LDAP, Git version control, multiple environments, self-hosting |
| Enterprise | on request | custom | log streaming, external secret store |
| Make | Price | Credits included | Minimum interval |
|---|---|---|---|
| Free | $0 | 1,000 per month | 15 minutes |
| Core | $9 per month | 10,000 | 1 minute |
| Pro | $16 per month | 10,000 | 1 minute |
| Teams | $29 per month | 10,000 | 1 minute |
| Enterprise | on request | as purchased | 1 minute |
Two honest notes on these figures. The Make tiers shown are for 10,000 credits and the amount then follows the volume purchased: beyond that the vendor publishes no readable grid, so no figure is quoted here rather than estimated. And annual commitment saves "15% or more" without the annual prices being detailed.
The minimum interval on Make's free tier deserves reading before building on it: fifteen minutes between triggers, which rules out anything that has to react quickly. Getting down to the minute is the real reason to leave the free tier, ahead of the credit count.
On the n8n side, the step from Pro at €50 to Business at €667 is steep, and what it buys is mostly enterprise control: single sign-on, Git, separate environments. If none of those three words concerns you, the step is justified only by execution volume.
The n8n licence is not what you think
n8n is very often presented as the open-source alternative to Make. The repository says otherwise: "n8n is fair-code distributed under the Sustainable Use License and n8n Enterprise License". Source available, self-hostable, extensible, and not Open Source Initiative approved.
For an SME self-hosting n8n for its own flows, the distinction changes nothing in practice. It becomes central in one case only: reselling n8n hosting to clients, which is precisely the kind of use the fair-code model restricts. If that is your plan, settle it with the vendor before the first invoice, not after.
Make raises no such question since it is an avowed online service with no self-hosted edition. So the choice also turns on this: n8n leaves you the option of bringing everything back in house, Make does not offer it.
What actually decides, once prices are set aside
Three things weigh more than the price gap over the life of an automation.
- How many exceptions your process has. A chain working for 90% of cases and breaking on the remaining 10% costs more in repairs than in subscription. That is the real cost driver, and neither platform changes it.
- The quality of the input data. A badly filled form produces an automation writing nonsense faster than a human would. That is settled upstream of the tool choice.
- Who repairs it in six months. An automation with no named owner degrades quietly. It is the question tool comparisons never ask and the one that decides the value after a year.
On those three points, n8n and Make are equivalent. What separates them is the billing unit, the option to self-host, and the fact that n8n asks for more technical skill to be operated properly.
When neither one
Both platforms live on the same promise: connecting tools without writing code. Three situations fall outside it, and forcing them costs more than admitting it.
When the business logic runs past thirty-odd modules, the scenario becomes harder to read and fix than a two-hundred-line script, and the operating cost flips. When volume runs well past the top tiers, the subscription ends up above the cost of a service you host. And when the processing has to decide rather than execute, you need an agent and not a flow: a predictable chain does the job perfectly well without a model, and adding one adds risk without gain.
Moving to a custom build is not a judgement on no-code tools, it is a threshold. Spotting it early saves building twice.
FAQ
- Is n8n cheaper than Make?
- It depends entirely on how many steps your flows have. n8n bills one execution per trigger whatever the step count, Make bills each module action. On a twelve-step flow triggered 3,000 times a month, that is 3,000 units at n8n against 36,000 at Make. On a three-step flow the gap falls to three to one.
- Is Make's free tier enough to start?
- To try, yes. To run in production, the first blocking limit is not the 1,000 monthly credits but the fifteen-minute minimum interval between triggers. Anything that must react quickly to an event leaves the free tier on day one, whatever the volume.
- Can you self-host n8n for free?
- The community edition is available and self-hostable. It is distributed as fair-code under the Sustainable Use License, which is not OSI-approved open source: certain commercial uses, reselling hosting in particular, are not open. For internal use the distinction changes nothing in practice.
- At what point does a custom build cost less?
- Three thresholds signal it. A scenario past thirty-odd modules becomes harder to fix than a short script. Volume well past the top tiers pushes the subscription above the hosting cost of a service. And processing that has to decide rather than execute is no longer a flow. None of those thresholds is a pricing question.
- Should you add a language model to your automations?
- Only where the rule cannot be written down. Sorting, summarising or drafting are good candidates. A predictable chain does the job perfectly well without a model, and adding a probabilistic call introduces a failure source and a variable bill for nothing.
- What happens if you exceed your quota?
- Both vendors handle overage according to the terms of the plan taken, and those terms are not detailed on the public pricing pages. That is the point to get clarified before building a critical process on top: whether flows stop, queue or trigger extra billing changes the risk entirely.
Sources and references
- n8n Pricing
Tiers, execution quotas and the definition of an execution, checked on 3 August 2026.
- Make Pricing
Tiers, included credits, the definition of an operation and the minimum interval, checked on 3 August 2026.
- n8n-io/n8n
The fair-code statement under the Sustainable Use License and n8n Enterprise License, read on the repository on 3 August 2026.
Scope your first AI agent
20 minutes to review your tools, data and the first useful case. No jargon, no commitment.