n8n Pricing, Explained Simply

Every n8n plan includes unlimited users, unlimited workflows, and every integration. You pay for monthly workflow executions not per step, per task, or per seat. This guide breaks down all four cloud plans, the free Community Edition, AI Builder credits, and exactly how to estimate the plan you need.

If you have shopped for workflow-automation tools before, you have probably been burned by confusing pricing. Most platforms meter you on operations or tasks every single action inside an automation ticks a counter, so a workflow that touches ten apps quietly costs ten times as much as one that touches one. n8n takes a deliberately different approach, and understanding that difference is the key to understanding the whole price list.

On n8n, the unit you pay for is the execution: one complete run of a workflow from its trigger to its final node. It does not matter whether that workflow has two steps or two hundred, whether it loops over a single record or ten thousand it counts as exactly one execution. That single design decision makes n8n dramatically cheaper for the data-heavy, multi-step, AI-driven automations that technical teams actually build, and it makes your monthly bill far easier to predict. The sections below walk through each plan, what an execution really means, how AI Workflow Builder credits fit in, how the self-hosted Community Edition stays free forever, and how to right-size your plan before you ever enter a credit card.

Four plans that scale with you

All plans include unlimited users & workflows and every integration. Pricing is based on monthly workflow executions, regardless of complexity. Prices shown reflect the published n8n list rates verify the latest figures on the official pricing page before purchasing.

Monthly Annually Save 17%
Starter
Great for getting started and seeing the power of n8n.
€20/mo
billed annually
2,500workflow executions / month, unlimited steps
Hosted by n8n
Start free trial
This plan includes
  • 1 shared project
  • 5 concurrent executions
  • Unlimited users
  • 50 AI Workflow Builder credits
  • Forum support
Business
For companies under 100 employees needing collaboration and scale.
€667/mo
billed annually
40,000workflow executions / month, unlimited steps
Self-hosted or cloud
Start free trial
Everything in Pro, plus
  • 6 shared projects
  • SSO, SAML and LDAP
  • 30 days of insights
  • Different environments
  • Scaling options
  • Version control using Git
Enterprise
For organisations with strict compliance and governance needs.
Custom
Contact sales for a quote
Customnumber of workflow executions
Hosted by n8n or self-hosted
Contact sales
Everything in Business, plus
  • Unlimited shared projects
  • 200+ concurrent executions
  • 365 days of insights
  • 1,000 AI Builder credits (cloud)
  • External secret store & log streaming
  • Dedicated support with SLA & invoice billing

Pay for full executions, not for each step. Unlike tools that charge per step or per user, n8n lets you build freely and only counts a charge when a workflow runs from start to finish. A two-node workflow and a two-hundred-node workflow each consume exactly one execution.

What exactly is an execution?

An execution is a single run of your entire workflow, triggered to completion. It is the single most important concept in n8n pricing, because it is the only thing you are billed on. Competing platforms typically bill on operations or tasks, where each node, action, or API call inside an automation increments a meter. On those tools, a workflow that fetches a list of 500 customers and updates each one in a CRM might burn 500+ operations in a single run. On n8n, that same run is one execution.

This is why n8n usage is so much easier to forecast. You are not trying to predict how much data will flow through a workflow or how many branches it will take you are simply counting how many times each workflow fires in a month. The complexity lives inside the execution, where it is effectively free; the meter only ticks once per run.

Why this matters for your bill

Consider a realistic data-enrichment pipeline: a webhook receives a new signup, the workflow calls an enrichment API, runs an AI model to classify the lead, writes to a database, posts to Slack, and sends a welcome email. That is six or more billable operations on a per-task tool, every single time it runs. On n8n it is one execution. Multiply across thousands of signups a month and the gap between "per task" and "per execution" becomes the difference between a four-figure and a two-figure invoice.

How many executions does each plan include?

The published monthly allowances are straightforward: Starter includes 2,500 executions, Pro includes 10,000, and Business includes 40,000. The Enterprise plan is sized to a custom number negotiated with sales. Importantly, only production executions count toward your quota in the way you would expect, and active workflows are unlimited on every paid tier there is no cap on how many automations you can keep switched on, only on how many times they collectively run.

What happens if you go over?

If you exceed your quota on Business or Enterprise, your workflows keep running without interruption n8n does not shut you off mid-automation. Instead, overage charges may apply if you do not move up to the next usage tier. When you approach your limit, the sales team reaches out to discuss your usage and the right tier. If there is no response or upgrade, overages are invoiced after the fact; for the Business plan the published overage rate is €4,000 for each additional bucket of 300,000 executions. Annual Business subscribers also get a heads-up from the n8n team when they hit roughly 80% of their annual quota.

Understanding AI Builder credits

n8n bundles a feature called the AI Workflow Builder, which generates and edits workflows for you from natural-language prompts. This is metered separately from executions, using its own pool of credits, and the monthly allowance grows with your plan:

A crucial distinction: these AI Builder credits are not the same as the cost of running AI inside your workflows. When you add an AI Agent node or call an LLM such as OpenAI, Anthropic Claude, or Google Gemini as part of an automation, that usage is billed directly by your model provider through your own API key it does not consume AI Builder credits. The credits only cover the assistant that helps you construct workflows, not the AI steps that run inside them. During a free trial you receive a smaller allotment (20 AI Workflow Builder credits) so you can try the feature before committing.

What you get in the free trial

You can try n8n Cloud before you pay. When you start a free trial on the Starter or Pro plan, you actually receive access to all Pro-tier features during the trial window including Global Variables, Insights, and Admin Roles so you can evaluate the full toolkit rather than a stripped-down version. The trial operates within Starter-level resource limits: 5 concurrent executions, 320 MiB of RAM, 10 millicore burstable CPU, and 2,500 executions, plus 20 AI Workflow Builder credits.

For the Business plan, the free trial gives you full access to all Business features for 14 days. The key practical difference is the payment method: no credit card is required for Starter and Pro trials, whereas a credit card is required to begin the Business plan trial. This lets individuals and small teams explore the product risk-free, while still giving larger organisations a genuine hands-on evaluation of the collaboration and governance features they are buying.

What's included in each plan

A feature-by-feature comparison across Starter, Pro, and Enterprise. Many developer and scaling features are also available in the self-hosted Community Edition. Scroll horizontally on smaller screens.

FeatureStarterProEnterprise
Core features
Leading editor UI
All integrations (nodes)
Data tables
Workflow templates
Workflow history (max days)15365+
AI Workflow Builder credits501501000
Developer tools
Code steps (JS / Python)
Custom API requests (HTTP, GraphQL)
Trigger from webhooks, queues
Control n8n via API
Global Variables
Environments (dev, staging, prod)
Version control using Git
Workflow execution
Max active workflowsUnlimitedUnlimitedUnlimited
Automatic retries
Max saved executions2.5k25k50k
Max execution log retention7 days30 daysUnlimited
Concurrent executions520200+
Debugging
Execution logging
Error workflows
Search executions by data
Audit logging
Stream logs to external services
Security
Encrypted secrets store
SSO, SAML and LDAP
Enforce 2FA across instance
External secret store integration
Collaboration
UsersUnlimitedUnlimitedUnlimited
Shared projects13Unlimited
Project roles (admin/editor/viewer)
Support & billing
Friendly community forum
Dedicated support with SLA
Pay by invoice

Estimate your monthly executions

Drag the sliders to model your real usage. This is a rough guide based on the published execution allowances always confirm against your own n8n Insights dashboard once you are live.

e.g. every 30 minutes ≈ 48/day; every 5 minutes ≈ 288/day

~7,440 executions / mo

Recommended plan: Pro (10,000 executions)

Why n8n's model costs less

The per-execution model is not just simpler for multi-step and AI-heavy automations it is structurally cheaper than per-task or per-operation pricing.

One run, one charge

A workflow with 200 nodes counts the same as one with two. Complexity is free; you only pay when a workflow completes a run.

Predictable scaling

Forecast cost by counting how often workflows fire, not by guessing how much data or how many branches each run will touch.

Free when self-hosted

The Community Edition runs unlimited executions on your own infrastructure at no licence cost you pay only for the server.

Because a single n8n execution can accomplish what might take thousands of operations on a task-metered platform, teams running data-heavy or AI pipelines often see the largest savings. The heavier and more complex your automations, the more the per-execution model works in your favour.

Looking for something else?

Community Edition free forever

A standard, self-hosted version of n8n is available on GitHub under a fair-code licence. Run unlimited workflows and unlimited executions on your own infrastructure with no licence fee your only cost is the server you host it on (often just a few euros a month on a small VPS). It is the ideal route for individuals and developers who are comfortable managing their own updates, backups, and security hardening.

View self-hosting docs

Start-up Plan 50% off Business

If your company has fewer than 20 employees, you may qualify for n8n's Start-up Plan, which grants 50% off the Business plan. It is designed to give early-stage teams the collaboration, scaling, Git version control, and SSO capabilities of Business at a price that fits a young company's budget. Eligibility is checked through a short application, and approved teams receive a discount code to apply at checkout.

Check if you qualify

If I self-host, why pay at all?

This is one of the most common questions about n8n pricing, and the answer reveals the philosophy behind the whole model. The free Community Edition is genuinely free and genuinely unlimited you can run it forever without paying n8n a cent. What the paid Business and Enterprise plans add, even on self-hosted instances, are the capabilities that companies driving measurable outcomes with automation tend to need: SSO/SAML/LDAP, multiple environments, Git-based version control, audit logging, external secret stores, log streaming, and dedicated support backed by an SLA.

n8n is explicit that its pricing is tied to the value automation delivers to your organisation, not to what it costs n8n to run the software. The reasoning is that teams operating at the Business or Enterprise level are usually saving substantial time, streamlining operations, and sometimes unlocking new revenue so the licence pays for itself many times over. To unlock those paid features on a self-hosted instance, you apply a licence key that pings n8n's licence server daily to stay active. That ping reports usage data such as production execution counts, which is how n8n meters self-hosted Business and Enterprise usage. You can apply a single licence key across an unlimited number of instances, and the combined usage from all of them counts toward your quota.

On data residency: for n8n's hosted plans, your data is stored within the EU, on servers located in Frankfurt, Germany. For self-hosted deployments, your data lives wherever you choose to run n8n which is precisely why regulated industries with strict residency requirements often prefer the self-hosted route.

Pricing FAQ

The details people most often ask about before subscribing.

On a Starter or Pro trial you get access to all Pro features (including Global Variables, Insights, and Admin Roles) within Starter resource limits: 5 concurrent executions, 320 MiB RAM, 10 millicore burstable CPU, 2,500 executions, and 20 AI Workflow Builder credits. A Business trial gives full access to all Business features for 14 days. No credit card is required for Starter and Pro trials; a card is required only for the Business trial.

An execution is a single run of your entire workflow. It does not matter how many steps it has or how much data it processes it still counts as one execution. This makes usage far more predictable than tools that bill per step or task, and a single n8n execution can do work that would consume thousands of operations elsewhere.

If you already use n8n, review your instance's execution logs for weekly or monthly totals. If you are new, list your main use cases and how often each runs. A daily schedule is ~30 executions a month; a workflow every 5 minutes is roughly 8,600–8,900 a month. For webhooks, estimate how often the triggering event occurs per day. For a chatbot, multiply expected conversations per week by the average messages per conversation.

Production execution counts appear in your Insights Dashboard. Business plan users also receive a weekly email summarising counts across all instances using their licence key, and annual Business subscribers are contacted by n8n when they approach 80% of their annual quota.

The Business plan is a self-serve option; dedicated support with an SLA is offered only on the Enterprise plan. Business users are encouraged to use the community forum, where over 45,000 automation enthusiasts and engineers answer questions.

Dedicated support is direct access to n8n's in-house team with guaranteed response times via SLAs, built for teams running business-critical workflows. Forum support is community-based help through the n8n forum and is available to all plans.

After you subscribe to Business and pay, you receive a licence key by email and apply it to your Community instance. n8n will not automatically cancel any existing subscriptions (Starter, Pro, Startup, Enterprise, or other Business plans) you must cancel those yourself. To switch an annual plan to Business, contact the sales team.

You can use a Business or Enterprise licence key on an unlimited number of instances. The combined usage from every instance where the key is applied counts toward a single quota.

Your workflows keep running without interruption. Overage charges may apply if you do not upgrade to the next tier. As you near the limit, sales reaches out; if there is no response or upgrade, overages are invoiced about 45 days after they occur. For Business, the overage rate is €4,000 per additional bucket of 300,000 executions.

Yes. On a monthly commitment you can cancel any time and the subscription ends at the close of the current billing cycle. On an annual commitment, cancellation takes effect at the end of the annual term. n8n does not offer pro-rata refunds.

Yes payment by invoice and wire transfer is available for the Annual Business plan and the Enterprise plan. Annual Business customers can generate a contract through a self-service DocuSign form (separate forms for € and $ payment). Once signed, the subscription starts and the licence key is issued.

For hosted plans, data is stored within the EU on servers in Frankfurt, Germany. For self-hosted plans, your data lives wherever you choose to host n8n. n8n takes privacy and security seriously and documents its approach in detail in its privacy and security pages.

Yes. Companies with fewer than 20 employees may qualify for the Start-up Plan, which provides 50% off the Business plan. Check the Start-up Plan page to confirm eligibility and retrieve a discount code.

Ready to start automating?

Spin up a Starter or Pro trial with no credit card, or self-host the free Community Edition today.