Automation is the category where the headline price tells you the least. Every tool here bills a different unit — tasks, operations, executions, seats — and two tools at the same monthly price can differ by an order of magnitude once your volume is real.
So the order below is not by power. It is by how quickly you find out whether the thing you want to automate is worth automating at all.
Start with Zapier if nobody on the team codes: it is the fastest way to find out whether an automation is worth keeping. Move to Make when volume makes Zapier's task metering expensive. Choose n8n only if someone will own a server. Airtable is here because a lot of what people call automation is really a database problem.
The picks that stand out
Zapier
The largest integration catalogue and the gentlest learning curve, with a free plan that is enough to test one real workflow end to end. You will outgrow its task metering before you outgrow its capability, and that is the right order to hit limits in.
Make
More powerful branching and a cheaper entry point, metered in operations rather than tasks. The trade is a visibly steeper learning curve: it looks like a flowchart because it is one, and that is more to learn than Zapier asks of you.
n8n
Priced per execution rather than per step, which changes the arithmetic completely on multi-step workflows, and the self-hosted community edition is free. That word — free — is doing a lot of work: you are trading a subscription for maintenance and uptime.
Airtable
A surprising share of automation requests are really 'our spreadsheet has become unmanageable'. Airtable structures the client work first, and automates from there. Its free plan genuinely covers a solo operator.
The metering difference that costs the most
Zapier counts tasks, Make counts operations, n8n counts executions. A workflow with eight steps is eight tasks in Zapier and one execution in n8n. At low volume this is invisible; at a few thousand runs a month it is the entire bill. Before comparing the amounts on the cards below, work out how many steps your typical workflow has — that single number decides which pricing model is on your side.
Where each one stops
Zapier's task limits arrive quickly and premium apps add cost per task. Make's operations pricing climbs at volume and its learning curve is real. n8n self-hosted is free of subscription and not free of work: you own the updates, the backups and the 2am outage. Airtable's per-seat pricing gets expensive for a small team, and its record limits bite before its feature limits do.
The automation nobody should build
The most common mistake in this category is automating a process that should be deleted. If a workflow exists to move data between two tools because nobody agreed which one is authoritative, automation makes the disagreement permanent and harder to see. Every tool here will happily build that for you.
Automation is only cheap while it works
The subscription is the visible cost and rarely the real one. A workflow that silently stops on a Friday, or keeps running against a field somebody renamed, costs more than the tool ever did — and small teams usually find out from a client rather than from an alert. Before you automate a process, decide who notices when it breaks. If the honest answer is nobody, the automation is a liability with a monthly fee attached.
Start with the boring one
The instinct is to automate the interesting process — lead scoring, content pipelines, anything that sounds like leverage. The ones that actually pay off are duller: moving a form response into the place the work happens, sending the same reminder every week, filing the invoice. They are stable, the failure is obvious, and they were genuinely costing someone twenty minutes a day. Interesting automations tend to encode a process nobody has agreed on yet.
Pricing side by side
| Tool | Verified price | Billing condition | Free | Checked |
|---|---|---|---|---|
| Zapier | $29.99/mo · Professional | $19.99/month for 750 tasks with yearly billing; $29.99/month with monthly billing | Yes | 12.09.2026 |
| Make | $9.00/mo · Core | $9/mo for 10,000 credits; annual billing saves 15% or more | Yes | 06.08.2026 |
| n8n | €24.00/mo · Starter | €24/month billed monthly; €20/month billed annually. The self-hosted community edition stays free | Yes | 13.09.2026 |
| Airtable | $24.00/mo · Team | $24 per seat/month billed monthly; $20 per seat/month billed annually | Yes | 12.09.2026 |
Frequently asked questions
Which automation tool is cheapest?
It depends entirely on your workflow shape, not on the headline price. n8n self-hosted has no subscription at all but costs you maintenance; Make's entry plan is lower than Zapier's; Zapier costs more per task but takes less of your time to set up. Compare the cards below with your own step count in mind.
Do I need to code?
Not for Zapier, and not for most of Make. n8n is usable without code but rewards someone comfortable with APIs, and self-hosting it definitely requires technical ownership.
Is self-hosting n8n really free?
The community edition has no licence fee. It still needs a server, updates, backups and someone responsible when it stops at an inconvenient moment. For a team with that person, it is the cheapest option here by a distance. For a team without one, it is the most expensive.
How many automations does a small team actually need?
Fewer than the tools imply. Most small teams get nearly all their return from three or four: intake, reminders, invoicing and one handoff between systems. Past that, each new workflow adds a thing that can break quietly, and the maintenance is real even when the subscription is not.
What breaks automations most often?
Someone renaming a field, moving a folder or changing a form. The tool keeps running and the data quietly goes to the wrong place, which is worse than stopping. This is why the workflows worth building are the ones where a human would notice the absence within a day.