n8n Pricing 2026: Which Plan Is Right for Your Business?

n8n costs anywhere from €0 to €667/month depending on how you deploy it. But the pricing page won't tell you that a single polling trigger can eat your entire Starter plan in three days, or that self-hosting cuts your bill by 90% if you have someone who can manage a server. I deploy n8n for clients every week — and n8n pricing is the question that comes up in almost every intro call. This is the breakdown I give them.

FREE €20 2.5K €50 CUSTOM €667 40K CUSTOM

n8n Pricing at a Glance (April 2026)

Bottom line: n8n has four plans ranging from free (self-hosted) to €667/month (Business). All plans include unlimited users, unlimited workflows, and every integration (400+). You only pay based on how many times your workflows run.

Community (Self-Hosted) Starter (Cloud) Pro (Cloud) Business (Self-Hosted) Enterprise
Price Free (€0) €20/mo (annual) · €24/mo (monthly) €50/mo (annual) · €60/mo (monthly) €667/mo (annual) · €800/mo (monthly) Custom
Executions Unlimited 2,500/mo Custom 40,000/mo Custom
Concurrent Executions No limit 5 20 Scales 200+
Shared Projects 1 3 6 Unlimited
Insights 7 days 30 days 365 days
SSO / SAML No No No Yes Yes
Version Control (Git) No No No Yes Yes
Support Community forum Forum Forum Forum Dedicated + SLA
Best For Teams with a dev or consultant Testing n8n Small teams in production Companies <100 people Large orgs

Annual billing saves 17%. Prices verified against n8n.io/pricing in April 2026. Note: Business is self-hosted only (with license key). Enterprise is available as cloud or self-hosted.

How n8n Billing Actually Works

Bottom line: n8n charges per workflow execution — one full run from trigger to end, no matter how many steps. A 3-step and a 30-step workflow both count as 1 execution. This is fundamentally different from Zapier (counts each action step) and Make (counts each module), which is why n8n wins on price for complex automations.

n8n is an open-source workflow automation platform with 400+ built-in integrations used by over 50,000 companies, including Delivery Hero, Zendesk, and Vodafone. It offers both a free self-hosted Community Edition and managed cloud plans, with pricing based on workflow executions rather than individual steps.

But there are a few things that trip people up in production:

Execution traps to watch for

Polling triggers eat executions fast. A trigger that checks for new data every 5 minutes runs ~8,640 times per month — from one workflow. That's 3.5× the entire Starter plan. If you're on cloud, this matters.

Sub-workflows count separately. If your main workflow calls a sub-workflow, that's 2 executions per run. Nest three levels deep and you're at 4 executions per trigger.

Manual test runs count too. Every time you click "Execute Workflow" while building, it counts against your cloud limit. During active development, I've seen clients burn through 200–300 executions just testing.

I set up webhook-based triggers for clients whenever possible — they only fire when something actually happens, which keeps execution counts predictable. If you're evaluating n8n cost for your business, the trigger type matters as much as the plan you choose.

Community Edition: When "Free" Is Actually Free

Bottom line: The self-hosted Community Edition costs €0 in license fees. You pay for hosting — typically €5–20/month for a VPS. No execution limits, no workflow limits, all 400+ integrations. This is the best deal in automation — but only if you have someone to maintain a server.

This is where I spend most of my time. A recent example: I set up n8n on a €9/month Hetzner VPS for a client running an online education business. They have 14 active workflows — lead routing from Telegram and web forms, student onboarding sequences, payment notifications, reporting to Notion. About 8,000 executions per month. Total n8n cost: €9. The equivalent on n8n Cloud Pro would be €50+. On Zapier, with workflows averaging 8–12 steps, we estimated $200–350/month.

Here's what self-hosting actually involves:

  • VPS cost: €5–10/month on Hetzner or DigitalOcean for most workloads. €15–20 for heavy processing.
  • Setup: 1–3 hours with Docker. The n8n documentation covers it well.
  • Maintenance: 2–4 hours per month — updates, backups, occasional debugging.
  • What you give up: No managed updates, no execution monitoring dashboard, no SSO. And if something breaks at 2 AM, that's your problem.

Self-hosting is the best deal in automation — but only if you have someone to maintain it. That can be a developer on your team, a freelancer, or a consultant. Your workflows export as JSON and import directly into a self-hosted instance, so nothing is lost if you switch later.

Starter Plan (€20/mo): Good for Testing, Not for Production

Bottom line: 2,500 executions is enough to test n8n seriously, but most businesses outgrow it within weeks of going live. Use Starter for the 14-day trial, then move to Pro or self-hosted. Don't build production automation around it — the execution ceiling is too low.

To put 2,500 executions in perspective: 3 webhook-based workflows running 30 times per day = 2,700 executions per month. You're already over the limit, and that's a modest setup. Add one polling trigger, and the math falls apart completely.

Other Starter constraints worth knowing:

  • 5 concurrent executions — if 6 workflows trigger simultaneously, one waits. Fine for testing. Frustrating when a client submits a form and nothing happens for 30 seconds.
  • 1-day workflow history — you can't debug something that broke yesterday. In production, that's a serious limitation.
  • No admin roles, no global variables — everyone sees everything, and you can't centralize API keys.
  • 14-day free trial, no credit card needed — this is the real value of Starter.

I recommend Starter to clients who want to validate n8n before committing. Build 2–3 workflows, run them for a week, see if the logic and interface click for your team. Then move to Pro or self-hosted.

Pro Plan (€50/mo): The Sweet Spot for Small Teams

Bottom line: Pro is where n8n becomes a real production tool. Custom execution count, 20 concurrent executions, 7-day workflow history, admin roles, global variables, and execution search. If you're staying on cloud, this is the plan.

What makes the jump from Starter worth it:

  • Custom executions — you pick the volume that matches your workload instead of hitting a fixed wall at 2,500.
  • 20 concurrent executions — enough to handle parallel workflows without queuing delays. If you're building AI agents that call multiple APIs, this headroom matters.
  • 7 days of insights — see which workflows run most, which fail, where bottlenecks are. Essential for keeping production automations healthy.
  • Global variables — store API keys, environment configs, and shared values in one place. Without this, you end up hardcoding credentials into every workflow, which is both messy and insecure.
  • Execution search — find a specific run by the data it processed. When a client says "the order from Tuesday didn't sync," you can find it in seconds instead of scrolling through logs.

The price-to-value ratio on Pro is the best in n8n's cloud lineup. If self-hosting isn't an option for your team, this is where you should land.

Business Plan (€667/mo): Not for Everyone — But When You Need It, You Need It

Bottom line: Business makes sense when you have 10+ people editing workflows, IT requires SSO/SAML, or you need Git-based deployments across dev/staging/prod. For everyone else, Pro or Community Edition is the right call. Don't forget: startups under 20 people get 50% off (€333/month).

Here's when Business makes sense:

  • You have 10+ people building or editing workflows and need role-based access control.
  • Your IT team requires SSO/SAML — not as a nice-to-have, but as a compliance checkbox.
  • You need to version-control workflows in Git and deploy across dev/staging/production environments.

A few things to know about Business:

  • Self-hosted only. As of 2026, Business runs on your infrastructure with a license key from n8n. You don't get managed cloud hosting.
  • 40,000 executions/month included. Overages are billed at €4,000 per 300,000 additional executions.
  • 50% startup discount. If your company has under 20 employees and under $5M in funding, the n8n Startup Plan drops the price to €333/month. That's a meaningful difference.

I've recommended Business twice in the past year — both times to teams with 15+ people and existing Git-based deployment workflows. For everyone else, Community Edition gives you the same unlimited executions for the cost of a VPS.

n8n vs Zapier vs Make: The Real Price Comparison

Bottom line: The more complex your workflows, the bigger the n8n advantage. A 20-step workflow costs roughly 19× more on Zapier than on n8n. For simple, low-volume automations, Make's free plan or Zapier's free tier can be the smarter choice.

The three platforms count usage differently, and that difference determines your bill:

  • n8n: 1 workflow run = 1 execution (regardless of steps)
  • Zapier: Each action step = 1 task (triggers and built-in tools like Filter/Formatter are free)
  • Make: Each module action = 1 credit (triggers included)

Here's what that looks like in real money. Prices based on annual billing, verified April 2026:

Scenario n8n Zapier Make
10 workflows × 5 steps × 3,000 runs/mo
3K executions on n8n · ~12K tasks on Zapier · ~15K credits on Make
€50/mo (Pro) or ~€10 self-hosted $49–73/mo (Professional) ~$16–20/mo (Core, 20K credits)
5 workflows × 20 steps × 1,000 runs/mo
1K executions on n8n · ~19K tasks on Zapier · ~20K credits on Make
€50/mo (Pro) or ~€10 self-hosted $150–300/mo (Professional, high-tier) ~$16–20/mo (Core, 20K credits)
1 workflow × 3 steps × 100 runs/mo
100 executions on n8n · ~200 tasks on Zapier · ~300 credits on Make
€20/mo Starter (overkill) or ~€10 self-hosted Free or $19.99/mo Free (1,000 credits included)

Zapier task counts assume ~4 action steps per 5-step workflow (trigger free) and ~19 action steps per 20-step workflow. Make counts all modules including triggers. Actual costs vary by specific plan tier and app selection.

Real migration example

I moved a client from Zapier to self-hosted n8n last quarter. They had 6 workflows averaging 15–20 steps each, running about 4,000 times per month combined. Their Zapier bill was around $300/month. On a €12/month Hetzner VPS, the same workflows cost €12. That cost difference compounds every month.

Which Plan Should You Choose?

Bottom line: It comes down to three things: execution volume, technical ability, and security requirements. Start with the 14-day cloud trial to validate n8n, then move to self-hosted if you have technical resources, or Pro if you need managed cloud.

I want to try n8n before committing

Start the free Starter trial — 14 days, no credit card. Build 2–3 real workflows, not toy examples. Use webhook triggers so you don't burn through the 2,500 execution limit on polling. If n8n clicks, you'll know within a week.

I have a developer (or I can follow Docker tutorials)

Self-hosted Community Edition. €5–20/month for a VPS. Unlimited everything. This is the best deal in automation, period. One caveat: if your "developer" is a freelancer who might disappear in three months, have a backup plan. Document the setup, keep credentials in a password manager, and make sure someone else on your team knows the server exists.

I want cloud, and self-hosting isn't realistic

Pro at €50/month. Skip Starter for production — the limits will frustrate you within the first month. Pro gives you the execution flexibility, concurrency, and monitoring tools you need to run workflows reliably.

I need SSO, Git-based deploys, or compliance features

Business at €667/month (self-hosted). If you're a startup under 20 people, apply for the 50% discount first — €333/month is a very different conversation. Keep in mind that Business requires self-hosting infrastructure, so you'll need someone managing the server regardless.

Frequently Asked Questions About n8n Pricing

Is n8n really free?
The self-hosted Community Edition is free with no execution limits. You pay only for server hosting — typically €5–20/month for a VPS. n8n Cloud starts at €20/month. There's a 14-day free trial for Starter and Pro (no credit card required) and for Business (credit card required).
How much does n8n cost per month?
n8n Cloud: €20/month (Starter, 2,500 executions), €50/month (Pro, custom executions), €667/month (Business, 40,000 executions). Self-hosted: free license, €5–20/month VPS. All cloud prices reflect annual billing — monthly billing costs about 17% more.
Is n8n cheaper than Zapier?
For complex workflows, significantly cheaper. n8n counts per workflow run, not per step. A 10-step workflow running 1,000 times = 1,000 executions on n8n vs ~9,000 tasks on Zapier. For very simple 2–3 step automations at low volume, Zapier's free plan can be the better deal.
What is an n8n execution?
One complete run of a workflow from trigger to finish, regardless of how many steps it contains. A 5-node workflow and a 50-node workflow both count as 1 execution. Sub-workflows and manual test runs count as additional executions.
Can I switch from n8n Cloud to self-hosted?
Yes. Workflows export as JSON and import into any self-hosted instance. Core functionality is identical. You lose managed updates and monitoring but gain unlimited executions and full data ownership.
Does n8n have a startup discount?
Yes. Companies with under 20 employees and under $5M in funding get 50% off Business through n8n's Startup Plan, bringing it to €333/month.
Not sure which plan fits?

I'll tell you in 15 minutes

The right n8n setup depends on your specific workflows, volume, and team. I deploy n8n for clients every week — I can give you a clear recommendation on your first call.

Book a free call

Author: Alex Boch — Operations Strategist & AI Automation Consultant. I build operating systems and AI agents for online businesses. elseops.com