Justin McKelvey

Justin McKelvey

Fractional CTO · 15 years, 50+ products shipped

AI for Business 5 min read

Is n8n Free? Yes — If You're Willing to Be the Sysadmin (2026)

Quick Answer

Is n8n free? Yes — properly. The self-hosted Community Edition is free software with unlimited executions, unlimited workflows and every integration included. No meter, no feature paywall. You pay for the server it lives on (roughly $4–$7/month managed) and for being the person who fixes it. If you'd rather not be that person, n8n Cloud starts at $24/month for 2,500 executions, with Pro at $60/month for 10,000 and a 14-day trial that doesn't ask for a card.

Verified August 2026 · Author: Justin McKelvey, fractional CTO & AI consultant, 15 years in software, 50+ products shipped

TL;DR: The Free Version Is Real. The Free Part Isn't Where You Think.

Most "free tier" claims in automation software mean 100 tasks a month and then we own you. n8n's doesn't. Self-host the Community Edition and you get unlimited executions and the full node catalogue for zero licence cost, permanently, with no upgrade nag.

So the interesting question isn't whether it's free. It's what moved. In n8n's model, the cost moves from a subscription line to an operations line — a server, updates, backups, and the person who notices when the thing that runs your intake stopped running. That person is usually you. Whether that's a bargain or a trap depends entirely on how much your Saturday is worth.

What the free Community Edition includes

  • Unlimited executions — no meter at all, which is the headline and it's true.
  • Every integration — the full node catalogue, not a starter subset.
  • Unlimited workflows and steps — build as deep as you like.
  • Your own infrastructure — credentials and data stay on a machine you control, which is a real advantage for anyone handling client information.
  • Not included: uptime, updates, backups, and anyone to call. That's the whole deal.

Hosting it is cheap in dollars: about $3.70–$7 a month on a managed host, or $5–$6 on a plain VPS you administer. Nobody has ever been bankrupted by that line item. The expensive part is the hour you spend on a Tuesday working out why the Postgres credential expired.

n8n Cloud pricing, and the billing detail that actually matters

The hosted plans as of 2026: Starter at $24/month for 2,500 executions, Pro at $60/month for 10,000 executions, a self-hosted Business plan at $800/month, and custom Enterprise above that. Annual billing saves about 17%. Every plan includes unlimited workflows, unlimited users and unlimited steps — execution volume is the only lever on price. (n8n prices in euros, so your dollar total drifts with the exchange rate; don't be surprised by a bill that moves a few percent.)

Here's the part worth internalising, because it changes how you build: one execution is one full run of a workflow, regardless of how many nodes it contains. A two-step workflow and a forty-step workflow cost the same. Most competitors bill per task or per step, which quietly penalises you for building something thorough — you end up cramming logic together to save money, and the automation gets worse. n8n charges for how often things happen, not how carefully you built them. For a business with a few high-volume processes, that's the difference between a $24 bill and a $200 one.

Getting started without the tutorial spiral

The usual mistake is treating n8n like something to learn. It isn't; it's something to point at one problem. The sequence that works, and it takes an afternoon:

  1. Pick one thing that happens repeatedly and annoys you — a form submission that should become a CRM record, an invoice that should trigger a follow-up, a lead that should get a text within five minutes.
  2. Start on Cloud's 14-day trial, not self-hosted. You are trying to learn whether the automation is worth having. Debugging a Docker install teaches you nothing about that.
  3. Build the ugly version. Trigger, two or three nodes, done. Ship it running before you make it elegant.
  4. Watch a real month. Now you know your execution count — and the self-host-versus-Cloud question stops being a philosophy debate and becomes arithmetic.

Most owners who do this discover their real usage is a few hundred executions a month, which means the $24 tier is generous and self-hosting would be a hobby, not a saving. A minority discover they're running tens of thousands, at which point the free Community Edition on a $6 VPS is one of the best deals in software. Both are good outcomes. Guessing in advance is the bad outcome.

Free vs Cloud: the honest decision

  • Self-host free if you have real volume, you or someone on the team is comfortable with servers, and data residency matters to your clients.
  • Pay for Cloud if the automation is load-bearing for revenue. When the workflow that books your appointments breaks, you want the fix to be somebody's job.
  • Either way, the licence cost is not your constraint. I have never once seen a small business fail at automation because the tool was too expensive. I've seen a lot of them fail because nobody decided which process to automate first.

That's the pattern behind almost every "is n8n free" search I get asked about: the tool question is standing in for the sequencing question. The tool is the cheap part — $0 to $60 a month against a process that's costing you hours every week. What to automate first, and in what order, is where the money actually is. I wrote up how I sequence it in what to automate first, and the small-business automation guide covers the same ground for owners who'd rather see the whole map before touching a tool.

Want it done with you instead of by you? The CFSB Playbook ($397) is the do-it-yourself version, the AI Readiness Assessment ($2,500 flat — two weeks, a written roadmap, fee credited against a build within 90 days) is the which-workflows-in-what-order answer, and "pick one process, not one tool" is free advice I give on strategy calls weekly.

Free Resource Justin McKelvey

Get the Free AI Content Toolkit

The exact system I use to turn one idea into a month of content — atomization framework, voice template, prompt library, weekly system.

Frequently Asked Questions

Is n8n free?
Yes — the self-hosted Community Edition is free software, with unlimited executions, unlimited workflows and access to every integration in the catalogue. There is no execution meter and no feature paywall on the core product. What you pay for instead is the machine it runs on and the time to keep it running: roughly $4-$7 a month on a managed host, or $5-$6 on a VPS you administer yourself, plus your own attention every time it breaks. n8n Cloud, the hosted version, is the paid product.
How much does n8n Cloud cost?
As of 2026: Starter at $24/month for 2,500 executions and Pro at $60/month for 10,000 executions, with a self-hosted Business plan at $800/month and custom Enterprise pricing above it. Annual billing saves about 17%. Every Cloud plan includes unlimited workflows, unlimited users and unlimited steps per workflow — execution volume is the only thing that moves the bill. Note that n8n prices in euros, so the dollar figure drifts with the exchange rate.
What counts as an execution in n8n?
One execution is one complete run of a workflow, no matter how many nodes it contains. This is the single most important thing to understand about n8n's pricing, because it's the opposite of how most competitors bill: a 40-step workflow and a 2-step workflow cost exactly the same. Tools that charge per task or per step punish you for building thoroughly. n8n charges you for how often things happen, which is the number a business owner can actually forecast.
Is n8n self-hosted really free, or is it a trap?
It's really free, and it's really unlimited — no execution cap, no seat cap, no crippled node list. The honest caveat isn't licensing, it's operations: you own updates, backups, uptime and credential security. When a self-hosted n8n instance goes down at 2am, the automation that was quietly running your intake or your invoicing goes down with it, and nobody pages you. That's the actual cost, and it's the reason plenty of businesses run the free version for six months and then move to Cloud.
Is n8n worth it compared to Zapier or Make?
For anything with real volume, the per-execution model usually wins on arithmetic — a workflow with thirty steps costs one execution here and thirty tasks elsewhere. n8n also gives you code nodes and self-hosting, which the fully-hosted tools don't. The trade is setup difficulty: n8n assumes more of you. My rough rule is that if you're automating fewer than about a dozen things and nobody on the team enjoys infrastructure, the simpler tool is worth its premium; past that, n8n's economics get hard to argue with.
Can I try n8n Cloud for free first?
Yes — there's a 14-day trial on the Cloud plans and it doesn't require a credit card. That's the sequence I'd suggest for most owners: run the trial, build the two or three workflows you actually care about, and see how many executions a real month produces. Then you have a number, and the self-host-versus-Cloud question answers itself instead of being a philosophical argument about whether you like servers.
Justin McKelvey, Fractional CTO and AI consultant in Austin, TX

Written by

Justin McKelvey

Fractional CTO & AI consultant in Austin, TX. 15 years building software, 50+ products shipped, $53M+ in client revenue generated. I help $1M–$50M founders ship production software and automate operations with AI — without hiring a full-time executive team.

Work with me

If this was useful, here are two ways I can help: