Verdict first: n8n Cloud pricing is genuinely fair for what it is — a managed, zero-ops version of the most powerful open-source automation tool on the market. If your team runs fewer than a few thousand workflow executions a month and you don't want to touch a server, n8n Cloud is worth it. The moment your execution volume climbs into the tens of thousands, or you need unlimited workflows and total data control, self-hosting wins on raw cost.
This guide breaks down n8n cloud pricing tier by tier, compares it honestly against running n8n yourself, and gives you a clear rule for which path fits your situation. We've deployed both models for clients, so the trade-offs below are the ones that actually bite in production — not the marketing version.
How does n8n cloud pricing actually work?
n8n cloud pricing is built around one metric that surprises people coming from Zapier or Make: it bills on workflow executions, not on the number of individual steps, actions, or tasks inside each workflow. One execution is one full run of a workflow from trigger to finish — whether that run touches 3 nodes or 30. This is the single most important thing to understand about n8n pricing, and it's where the platform's economics quietly beat the competition.
Compare that to Zapier, which charges per task (per action step), or Make, which charges per operation. On those platforms a complex automation with 15 steps burns 15 units of quota every time it fires. On n8n Cloud, that same 15-step workflow costs you exactly one execution. For data-heavy or multi-step automations, the difference compounds fast.
What counts as an execution?
- A scheduled workflow that runs every hour = 24 executions per day, regardless of internal complexity.
- A webhook that fires when a form is submitted = one execution per submission.
- A sub-workflow called by a parent workflow = depends on your settings, but typically counts toward the parent run.
- Failed runs and partial runs generally still count, so error-prone workflows quietly eat quota.
Knowing this lets you architect for cost: batch operations, consolidate triggers, and avoid polling when a webhook will do.
What are the n8n Cloud plans and what do they include?
As of this writing, n8n Cloud offers a small set of tiers aimed at different stages of usage. Exact prices and limits shift over time, so always confirm against n8n's live pricing page before committing budget — but the structure has stayed consistent.
Starter tier
The entry plan is built for individuals and small teams testing automation seriously. It includes a capped number of monthly executions (in the low thousands), a limited number of active workflows, and a single shared project space. You get the full node library — n8n does not cripple the feature set on lower tiers, which is rare and generous.
- Pros: Cheap entry point, full node access, hosted and maintained for you.
- Cons: Execution cap is easy to hit if you schedule frequent polling workflows; limited concurrent executions.
Pro tier
The Pro plan raises the execution ceiling substantially, unlocks more active workflows, adds more concurrent executions, and introduces collaboration features like multiple users and project folders. This is the sweet spot for a growing operations team running real business-critical automations.
- Pros: Higher concurrency, team features, room to scale execution volume.
- Cons: The jump in price is meaningful; you may pay for headroom you don't use yet.
Enterprise tier
Enterprise is custom-priced and adds SSO/SAML, LDAP, advanced RBAC permissions, dedicated support, version control via Git, environment separation (dev/staging/prod), and audit logs. It's aimed at companies with compliance requirements and many builders.
- Pros: Governance, security, and support that satisfy procurement and IT.
- Cons: Opaque pricing; only worth it if you genuinely need the governance layer.



