n8n Pricing 2026: Every Plan, Every Cost, Every Trade-Off
n8n is one of the few automation platforms that offers a genuinely free tier alongside a cloud product — but the pricing structure is unusual enough that it catches many buyers off guard. This guide breaks down every plan with exact numbers, explains the execution-based billing model that makes n8n significantly cheaper than Zapier for complex workflows, and flags the hidden costs that don't appear on the pricing page.
n8n Plan Pricing: Full Breakdown with Exact Numbers
n8n offers five tiers. Four have fixed prices; one is custom. All cloud plans are priced in euros, which matters if you're budgeting in USD — expect a small fluctuation based on exchange rates.
| Plan | Monthly Price | Annual Price (per month) | Executions/Month | Daily Execution Limit | Concurrent Workflows |
|---|---|---|---|---|---|
| Community (Self-Hosted) | Free | Free | Unlimited | Unlimited | Unlimited |
| Starter | €24/month | €20/month | 2,500 | ~83/day | 5 |
| Pro | €60/month | €50/month | 10,000 | ~333/day | 20 |
| Business | €800/month | €667/month | 40,000 | ~1,333/day | 200+ |
| Enterprise | Typically €2,000+/month | Typically €1,600+/month | Unlimited | Unlimited | Custom |
Annual billing saves 17% across all cloud plans. A 14-day free trial (no credit card required) is available for Starter and Pro. All cloud instances are hosted on EU servers in Frankfurt, Germany.
Community Edition (Free — Self-Hosted)
The Community Edition is 100% free with no execution limits, no workflow limits, and no user caps. You get access to all 400+ integrations, the full visual workflow builder, JavaScript and Python code nodes, webhook triggers, and community forum support. The catch: you host it yourself. That means paying for a server (typically $5–$20/month on a basic VPS), handling updates, and managing uptime yourself.
Starter — €24/month (€20/month annual)
- 2,500 workflow executions per month (~83/day)
- 5 concurrent workflow executions
- Unlimited workflows, unlimited steps per workflow
- Unlimited team members
- 400+ integrations
- Managed cloud hosting (no server setup)
- Email support
Pro — €60/month (€50/month annual)
- 10,000 workflow executions per month (~333/day)
- 20 concurrent workflow executions
- Everything in Starter
- Role-based access control
- Execution insights and workflow history
- Priority email support
Business — €800/month (€667/month annual)
- 40,000 workflow executions per month (~1,333/day)
- 200+ concurrent workflow executions
- SSO/SAML authentication
- Git-based version control integration
- Advanced user permissions
- Dedicated support with faster response times
- Startup discount: 50% off for companies with fewer than 20 employees
Enterprise — Typically €2,000+/month
- Unlimited executions
- Custom concurrency limits
- Dedicated infrastructure options
- Custom SLAs and uptime guarantees
- Dedicated customer success manager
- Advanced security and audit logging
Understanding n8n's Execution-Based Billing Model
n8n's pricing model is fundamentally different from competitors like Zapier and Make, and understanding it is the key to calculating your real costs.
One execution = one complete workflow run, regardless of the number of steps inside it. A workflow with 20 nodes that triggers on a new email, enriches data with AI, updates your CRM, and sends a Slack message counts as a single execution — not 20.
Zapier, by contrast, charges per "task," where each action step in a workflow consumes one task credit. That same 20-step workflow would consume 20 Zapier tasks. For multi-step automations, n8n's model delivers substantial savings — the research data cites up to 75% lower costs than Zapier for equivalent workflows.
What does count as an execution on n8n:
- Each time a workflow runs from trigger to end (success or failure)
- Manual test runs in the editor
- Sub-workflow calls (each sub-workflow run counts separately)
Newsletter
Get the latest SaaS reviews in your inbox
By subscribing, you agree to receive email updates. Unsubscribe any time. Privacy policy.
Hidden Costs and What the Pricing Page Doesn't Tell You
n8n's cloud plans have no credit system, no per-action charges, and no overage billing in the traditional sense. But there are real costs that aren't obvious upfront:
Self-Hosting Infrastructure Costs
The Community Edition is free software, but running it requires a server. A basic setup on DigitalOcean, AWS, or a similar provider starts around $5–$20/month for a VPS. Production environments with redundancy, SSL, automated backups, and monitoring can push infrastructure costs to $50–$150/month. Add engineering time for setup, maintenance, and updates, and the "free" option has a real cost for non-technical teams.
Execution Limit Hard Caps
On cloud plans, n8n enforces hard daily execution limits. Starter users are capped at approximately 83 executions per day even if they haven't used all 2,500 for the month. Pro users hit a ceiling at ~333/day. If you have bursty workflows — say, processing a large batch import — you can exhaust your daily limit and have workflows queue or fail until the next day.
Concurrency Limits
The Starter plan allows only 5 workflows to run simultaneously. For teams triggering multiple automations at once, this can become a bottleneck. Upgrading from Starter to Pro quadruples concurrent executions to 20, which is a meaningful operational difference for teams with parallel workflows.
Currency Exposure
All cloud plans are priced in euros. If you're paying in USD, your effective monthly cost fluctuates with the EUR/USD exchange rate. At current rates, the Pro plan at €60/month costs approximately $65/month, and the Business plan at €800/month is approximately $870/month.
n8n vs. Competitors: Pricing Comparison
To put n8n's pricing in context, here's how it compares to the most common alternatives at comparable automation volumes. We're comparing mid-tier plans that offer roughly 10,000 operations per month.
| Tool | Plan | Monthly Price | Operations/Month | Billing Unit | User Limits |
|---|---|---|---|---|---|
| n8n (Cloud Pro) | Pro | €60 (~$65) | 10,000 executions | Per workflow run | Unlimited users |
| Zapier (Professional) | Professional | $49 | 2,000 tasks | Per action step | 1 user |
| Make (Core) | Core | $9 | 10,000 operations | Per module execution | 2 users |
| Pipedream (Basic) | Basic | $29 | 10,000 credits | Per compute credit | 1 user |
The Zapier comparison is particularly striking: Zapier's Professional plan at $49/month gives you 2,000 tasks where each action in a workflow counts as one task. A 5-step workflow consuming all 2,000 tasks would complete only 400 full workflow runs. n8n Pro at €60/month gives you 10,000 complete workflow runs regardless of how many steps each contains.
Make (formerly Integromat) is the most affordable option for raw operation volume, but it charges per module execution — more similar to Zapier's per-step model than n8n's per-run model. For simple 2–3 step workflows, Make's $9/month Core plan is hard to beat. For complex multi-step workflows, n8n's execution model becomes more competitive despite the higher sticker price.
Who Each Plan Is Best For
Community Edition — Developers and Technical Teams with Data Sovereignty Requirements
The self-hosted free tier is the right choice if you have engineering resources to manage infrastructure, need workflows to process sensitive data on your own servers (healthcare, finance, legal), or are running automations at a volume that would cost hundreds per month on any cloud plan. A developer running 50,000+ workflow executions per month would pay nothing on Community vs. €800+/month on Business cloud.
Starter (€24/month) — Solo Founders and Freelancers
2,500 executions covers most single-person automation needs: daily CRM syncs, weekly report generation, lead routing from a contact form, and similar lightweight use cases. The 5-concurrent-workflow limit is the real constraint — if you're running multiple time-sensitive workflows simultaneously, you'll hit it. Specific fit: a freelance consultant automating client onboarding, invoice tracking, and email follow-ups.
Pro (€60/month) — Growing SMEs and Agencies
10,000 monthly executions and 20 concurrent workflows support operational automation at team scale. Role-based access control means you can grant different team members appropriate permissions without sharing admin credentials. Specific fit: a 10-person agency automating client reporting, project status updates, and CRM data enrichment across multiple client accounts simultaneously.
Business (€800/month) — Mid-Size Companies with Compliance Needs
SSO/SAML makes this plan mandatory for companies with IT security policies requiring centralized identity management. Git integration enables proper version control for workflow code — critical when multiple developers are modifying workflows in a production environment. Specific fit: a 200-person SaaS company with an IT department, compliance requirements, and dedicated operations staff managing dozens of internal automations. Note: the 50% startup discount brings Business to €400/month for companies with fewer than 20 employees, making it accessible for well-funded early-stage startups with complex needs.
Enterprise (Typically €2,000+/month) — Large Organizations with Custom Requirements
Unlimited executions, dedicated infrastructure options, custom SLAs, and a dedicated support team. The right fit when downtime has measurable revenue impact, when compliance audits require detailed logging, or when execution volume regularly exceeds 40,000/month. Enterprise contracts are negotiated directly and often include custom data residency arrangements beyond the default Frankfurt hosting.
Money-Saving Tips for n8n Users
1. Pay Annually — Save 17% Immediately
Switching from monthly to annual billing drops Starter from €24 to €20/month, Pro from €60 to €50/month, and Business from €800 to €667/month. Business annual billing saves €1,596/year — a meaningful budget line for mid-market teams.
2. Apply the Startup Discount on Business
Companies with fewer than 20 employees qualify for a 50% discount on the Business plan, bringing it from €800 to €400/month (or €667 to ~€333/month on annual billing). If you need SSO and Git integration but aren't at scale yet, this makes Business significantly more accessible than the listed price suggests.
3. Use Sub-Workflows Strategically
Sub-workflow calls count as separate executions. If you're calling a sub-workflow 10 times inside a parent workflow, that's 11 executions total (1 parent + 10 sub-calls). For high-volume use cases, consolidating logic into a single workflow rather than modular sub-workflows reduces execution consumption.
4. Self-Host for High-Volume Automations
If your workflows would regularly consume 20,000+ executions per month, the break-even point between cloud Pro and self-hosted Community (including server costs) typically falls around $50–$100/month in infrastructure spend. For operations teams with technical staff already managing servers, the Community Edition eliminates the cloud subscription cost entirely.
5. Audit Workflows for Unnecessary Triggers
Polling triggers — where n8n checks an external service every X minutes for new data — generate executions even when there's nothing to process. Switching high-frequency polling workflows to webhook-based triggers where possible reduces execution consumption without sacrificing responsiveness. A workflow polling every 5 minutes runs 8,640 times per month before processing a single record.
6. Use the 14-Day Trial Before Committing
Both Starter and Pro offer 14-day free trials with no credit card required. Run your actual workflows during the trial period and monitor your execution count. This gives you a real baseline for which plan tier your use case actually requires rather than estimating upfront.
For teams evaluating the broader automation landscape, it's worth comparing n8n's execution model against Activepieces and Microsoft Power Automate, both of which use different pricing structures that may be more or less favorable depending on your workflow complexity and team size.




