Gallery

Contacts

405 W. Greenlawn Ave Lansing, Michigan 48910

contact@techjacksolutions.com

+1-616-320-4064

n8n

n8n Pricing Explained: Plans, Costs, and the Execution Model

The hardest part of understanding n8n pricing is unlearning how every other automation tool bills you. n8n does not charge per task, per operation, or per step. It charges per execution, and one execution is a single run of your entire workflow no matter how many nodes it contains. A two-step workflow and a fifty-step workflow each burn exactly one execution per run. Once that clicks, the rest of the pricing page reads cleanly.

This breakdown covers the full lineup as of 2026: the free, self-hosted Community Edition, the Starter plan at $20/mo, Pro at $50/mo, the self-hosted Business plan at $800/mo, and custom Enterprise pricing. It also covers the limits that actually matter when you scale, the overage math on Business, and the discounts most teams miss. All numbers are vendor-reported from the n8n pricing page and verified 2026-06-09.


$0
Community Edition
$20
Starter / Month
1 = 1
One Run, One Execution
Any number of steps
17%
Annual Savings
vs monthly billing

The Execution Model: Why n8n Bills Differently

Start here, because this is the concept that determines whether n8n is cheap or expensive for your use case. An execution is one complete run of a workflow. n8n defines it as a single run of your entire workflow, and the count is the same whether that workflow has two nodes or two hundred, and whether it processes one record or ten thousand rows of data.

Contrast that with the two billing models you have probably met before. Per-task tools, such as Zapier, count each successful action as a billable unit, so a multi-step automation consumes several tasks every time it fires. Per-operation tools meter each module call inside a scenario. n8n collapses all of that into one number: did the workflow run? That is one execution.

1 run = 1
A single run of an entire workflow counts as one execution, regardless of how many steps it has or how much data it moves. This is the core unit behind every n8n plan. Vendor-reported, verified 2026-06-09.

The practical consequence is that complexity is effectively free. If your workflow enriches a lead, writes to a CRM, posts to Slack, and updates a spreadsheet, that is four actions on a per-task tool but one execution on n8n. Builders who chain long, branching workflows tend to find the execution model dramatically cheaper than per-action billing. Builders who fire thousands of tiny single-step workflows see less of an advantage, because each tiny run still costs one execution.

Practitioner note: Before you compare n8n's price to a per-task competitor, estimate your monthly runs, not your monthly actions. A team migrating from a per-task tool often discovers their real execution count is a fraction of their old task count, because dozens of metered actions collapse into a handful of workflow runs.


The Plans and What They Cost

n8n runs three published paid tiers plus a free edition and a custom Enterprise tier. The two cloud plans, Starter and Pro, are hosted by n8n. Business and Enterprise are where self-hosting and governance features arrive. Prices below are the monthly rate when billed annually, which is the rate n8n advertises; annual billing saves 17% over paying month to month.

Community
Free
Self-hosted
The open GitHub edition you run yourself.
HostingYou provide
ExecutionsYour hardware
UsersUnlimited
Starter
$20/mo
Billed annually
Hosted by n8n for solo builders and small teams.
Executions2,500/mo
Concurrency5
Projects1 shared
AI credits50
Business
$800/mo
Billed annually
Self-hosted with SSO and governance, under 100 employees.
Executions40,000/mo
Projects6
SSOSAML/LDAP
Insights30-day
Enterprise
Custom
Contact sales
Hosted or self-hosted, with unlimited projects and SLA.
ProjectsUnlimited
Concurrency200+
Insights365-day
AI credits1,000

Reading the cards top to bottom, the upgrade story is straightforward: each tier roughly quadruples your execution allowance and adds governance. Starter gets you 2,500 executions a month with 5 concurrent runs. Pro lifts that to 10,000 executions and 20 concurrent runs, and turns on admin roles, global variables, and a 7-day insights window. The jump to Business is the big one, both in price and in what it unlocks, and it is worth its own section.

Plan Price (annual) Executions/mo Concurrency Projects Hosting
CommunityFreeYour hardwareYour configSelf-managedSelf-hosted
Starter$20/mo2,50051 sharedn8n cloud
Pro$50/mo10,000203n8n cloud
Business$800/mo40,000n8n config6Self-hosted
EnterpriseCustomNegotiated200+UnlimitedHosted or self

All figures vendor-reported from n8n.io/pricing, verified 2026-06-09. Pricing changes frequently; confirm current numbers before purchasing.


Business and Enterprise: Where Self-Hosting and Governance Arrive

The Business plan is $800/mo billed annually, it is self-hosted, and it is explicitly scoped to organizations under 100 employees. For that price you get 40,000 monthly executions, 6 projects, and the governance layer that mid-sized teams need: SSO with SAML and LDAP, 30-day insights retention, Git version control for your workflows, and separate environments for development and production.

Two details on Business are easy to miss and matter a great deal to the budget. First, overage is metered in large buckets: once you pass the 40,000 included executions, additional capacity is billed at EUR 4,000 per 300,000-execution bucket. That is a coarse-grained step, not a per-execution trickle, so plan your headroom around bucket boundaries. Second, there is a startup discount: companies under 20 employees can qualify for 50% off the Business plan, which brings a governance-grade, self-hosted deployment within reach of small teams.

50% off
Companies under 20 employees can qualify for a 50% startup discount on the Business plan, the cheapest path to self-hosted SSO and Git version control. Vendor-reported, verified 2026-06-09.

Enterprise is custom-priced through n8n's sales team and can be hosted or self-hosted. It removes the ceilings: unlimited projects, 200 or more concurrent executions, 365-day insights retention, and 1,000 AI Workflow Builder credits on cloud. It also adds the controls large security teams require, including an external secret store, log streaming, and a dedicated SLA. If your blocker is a procurement requirement rather than an execution count, Enterprise is the tier that answers it.

SSO and Directory
Business adds SAML and LDAP single sign-on; Enterprise extends governance with an external secret store and log streaming.
Git Version Control
Business and above let you commit workflows to Git and promote them across environments, so changes follow a real review process.
Insights Retention
Retention scales with tier: 7 days on Pro, 30 days on Business, and 365 days on Enterprise for long-horizon auditing.
Dedicated SLA
Enterprise carries a contractual SLA and the higher concurrency ceiling needed for production automation at scale.

What Every Plan Includes

Some of the most valuable parts of n8n's pricing are the things that do not change as you move up the tiers. Three inclusions are constant across every plan, including the free Community Edition, and they change the math when you compare against seat-based or integration-gated competitors.

Unlimited Users
No per-seat pricing on any tier. Add your whole team without watching the bill climb with headcount.
Unlimited Workflows
Build as many workflows as you like. You are metered on how often they run, not on how many you create.
Every Integration
All integrations are available on every plan. There is no premium-connector paywall that gates specific apps behind a higher tier.
17% Annual Saving
Paying annually rather than monthly cuts 17% off the headline rate on the paid cloud tiers.

That combination is unusual. On many automation platforms, the number of teammates, the number of workflows, or access to specific connectors are exactly the levers used to push you up a pricing tier. n8n moves all three off the table and bills almost entirely on execution volume and feature class, which makes its pricing easier to forecast for a growing team.

The free Community Edition deserves a callout here too. Run from the public GitHub repository, it costs nothing in license fees and includes unlimited users and workflows. What you trade is operational responsibility: you provision the server, handle scaling, and own security, and advanced features such as SSO and Git version control require a paid Business or Enterprise license key. It is fair-code under the Sustainable Use License, which permits internal business use, modification, and redistribution. Fair-code is not the same as fully open-source, and that distinction is worth understanding before you standardize on it.


Which Plan Fits Your Situation

Pricing only matters relative to who is buying. Here is how the tiers map onto the situations practitioners actually find themselves in.

Tinkerers and homelabbers
If you already run a server and enjoy owning your stack, the free Community Edition is the obvious start. You get unlimited workflows and users; you pay only in the time it takes to host, update, and secure it yourself.
Solo builders and small teams
If you want n8n to handle hosting so you can focus on building, Starter at $20/mo with 2,500 executions covers most solo and small-team automation. Move to Pro at $50/mo when you need more runs, more projects, or admin roles.
Governance-bound orgs
If SSO, Git version control, and self-hosting are hard requirements, Business at $800/mo is your floor, and under 20 employees you may take it at 50% off. If you need an SLA, external secrets, or unlimited projects, that is the Enterprise conversation.
High-volume automators
If you run tens of thousands of workflow runs a month, model your execution count against the Business 40,000 allowance and its EUR 4,000 per 300,000 overage buckets before committing, or negotiate a tailored allowance under Enterprise.

Watch the Fine Print

n8n pricing is friendly, but a few details bite teams who skim the plan cards. Read these before you commit a budget.

Overage comes in large buckets
Business overage is billed at EUR 4,000 per 300,000-execution bucket, not gradually per execution. If you routinely exceed 40,000 runs a month, price out the next bucket and compare it to an Enterprise allowance rather than letting overage accumulate.
Self-hosting is a real cost, just not a license cost
The Community Edition has no license fee, but it shifts hosting, scaling, updates, and security onto you. n8n itself recommends its cloud plans for teams without the expertise to run a production instance. Factor in infrastructure and engineering time, not just the $0 license.
Eligibility conditions on Business
The Business plan is scoped to organizations under 100 employees, and the 50% startup discount to those under 20. If your headcount sits above those thresholds, Enterprise is the intended path, and the published $800 figure will not apply to you.
Pricing moves fast
Every number in this article is vendor-reported and verified on 2026-06-09. n8n revises its plans, allowances, and AI credit grants frequently. Confirm the current figures on the n8n pricing page before you sign or budget.

Frequently Asked Questions

How does n8n pricing work?

n8n bills per execution. One execution is a single run of an entire workflow, no matter how many steps it contains or how much data it moves. The paid cloud tiers are Starter at $20/mo and Pro at $50/mo, the self-hosted Business plan is $800/mo (all billed annually), there is a free self-hosted Community Edition, and Enterprise is custom-priced. Figures are vendor-reported and verified 2026-06-09.

Is n8n free?

Yes. The Community Edition is free and self-hosted from the n8n GitHub repository, with unlimited users and workflows. You supply the server, scaling, and security, and advanced features such as SSO and Git version control require a paid Business or Enterprise license key. It is fair-code under the Sustainable Use License, which permits internal business use.

What counts as one execution?

One complete run of a workflow. A workflow with two nodes and a workflow with two hundred each count as a single execution per run, and the volume of data processed does not change the count. This is why long, multi-step automations are cheap on n8n compared to per-task billing.

Does n8n charge per user?

No. Every plan, including the free Community Edition, includes unlimited users and unlimited workflows. You are billed on executions and feature tier, not on seats, so adding teammates does not raise your bill.

How much can I save with annual billing?

Annual billing saves 17% over paying monthly on the paid cloud tiers. The $20 Starter and $50 Pro rates quoted throughout this article are the annual-billing prices.

Who qualifies for the n8n startup discount?

Companies under 20 employees can qualify for 50% off the Business plan. The Business plan itself is scoped to organizations under 100 employees; larger organizations are directed to Enterprise. Eligibility is a vendor-stated condition subject to n8n approval.

Fact-checked against vendor documentation and official sources, June 2026. Verify current pricing at n8n.io/pricing before purchasing.
n8n is a trademark of n8n GmbH. Zapier is a trademark of Zapier, Inc. All other trademarks belong to their respective owners. This article is editorially independent and was not sponsored or reviewed by any vendor mentioned.
Before You Use AI
Your Privacy

n8n can run entirely on your own infrastructure with the self-hosted Community, Business, or Enterprise editions, which keeps workflow data inside your environment. On the hosted Starter and Pro plans, your workflow data is processed by n8n's cloud. Any AI nodes or third-party integrations you add route data to those providers under their own retention and training policies. Review the data terms for n8n and for each connected service before routing sensitive data through a workflow.

Mental Health & AI Dependency

Automation platforms that run AI nodes and chain decisions across systems can gradually replace deliberate human review. Keep a human in the loop for consequential workflows, and audit what your automations act on. If you or someone you know is experiencing a mental health crisis:

  • 988 Suicide & Crisis Lifeline -- Call or text 988 (US)
  • SAMHSA Helpline -- 1-800-662-4357
  • Crisis Text Line -- Text HOME to 741741

AI systems can produce plausible-sounding but incorrect guidance. For mental health, medical, legal, or financial decisions, always consult a qualified professional.

Your Rights & Our Transparency

Under GDPR and CCPA, you have the right to access, correct, and delete personal data held by any platform or service provider. Tech Jacks Solutions maintains editorial independence. This article was not sponsored, reviewed, or approved by n8n GmbH or any vendor mentioned. We receive no affiliate commissions from n8n or any linked provider. Pricing here is vendor-reported and verified 2026-06-09; the EU AI Act and other regulations may affect how you deploy automated decision-making. Our evaluations are based on primary documentation and verified data.