Skip to content

Build1 publisher2 min readPublished

A workflow's step count decides whether Make or n8n costs less to run

Make bills a credit for every module a scenario executes and n8n bills once per run, so a 20-step pipeline costs 20 units on Make and one on n8n. For short flows the two prices converge, and the choice turns on who maintains the flows and where the data may live.

The Engineer · Build desk

Illustration accompanying A workflow's step count decides whether Make or n8n costs less to run

What happened

  • Make bills one credit for each module execution, with the trigger free, so a twelve-module scenario run once costs about twelve credits.
  • n8n bills one execution per workflow run however many nodes the workflow contains, so the same twelve-node run costs one execution.
  • Make's paid tiers each start at 10,000 credits a month, priced at $9 on Core, $16 on Pro and $29 on Teams.
  • n8n cloud charges 20 EUR a month for 2,500 executions on Starter and 50 EUR for 10,000 on Pro, billed annually.

Compiled by The EngineerSomething wrong?How this is made

Why it matters

  • cost A twenty-step pipeline spends Make credits twenty at a time, so Core's 10,000 credits run it 500 times, one fifth of what n8n Starter allows.
  • decision At three billable steps Make Core covers about 3,333 runs against n8n Starter's 2,500, so for shallow flows price favours Make and the choice falls to team and compliance.
  • constraint Putting n8n automations under Git review means paying for the 667 EUR-a-month Business tier on cloud or running a self-hosted install.
  • exposure Self-hosting n8n to escape the execution meter makes uptime, updates and backups the team's own problem.

A dev.to comparison reduces the cost question to one multiplication. On Make, multiply billable steps by runs per month. On n8n cloud, take the runs alone [7]. Runs appear in both bills and steps appear in only one. Depth decides which tool is cheaper, and volume decides how large the gap is in money. The post's own summary is that "deep workflows favour n8n, shallow high-frequency ones favour Make" [8].

Per-unit prices show where the lines cross. At the Core floor, a Make credit costs $0.0009 [1]. An n8n cloud execution costs 0.005 EUR on Pro and 0.008 EUR on Starter [2]. A three-step run on Make Core costs $0.0027. A twenty-step run costs $0.018 [3]. Compared with one n8n Pro execution, the shallow run costs about half as much and the deep run 3.6 times as much, in nominal terms with the currencies left unconverted [4]. Counted in runs, Make Core and n8n Starter cover the same number at four billable steps [7]. On Make's Pro and Teams tiers a credit costs $0.0016 and $0.0029, so n8n wins at a lower depth there [6].

Those figures hold only under narrow conditions. The post says it took them from each vendor's own pricing page, and that several other comparisons quote tiers that no longer exist [9]. Make's credits scale on a slider from 10,000 a month to more than 8 million [10]. The post prices only the 10,000 floor, so the per-credit number above is valid there and nowhere else. The n8n prices assume annual billing [4]. Make's unit is a module execution, and the trigger is free [1]. What you count is modules executed per run.

Frequency still matters on n8n, through concurrency. Starter allows 5 simultaneous executions and Pro allows 20 [4]. A shallow flow that fires constantly has to fit under that ceiling. Self-hosting removes the meter. The community edition has no licence fee and no execution limit, and the post puts the server at $5-50 a month on a VPS [6].

When workflows are short, the post says, the numbers land close together and the decision comes down to team and compliance [15]. Its case for Make is that a non-developer can open a scenario built six months ago and understand it [13]. Make is also cloud only. The post says data passing through Make's infrastructure ends the conversation for some compliance requirements [14]. I think that is the right split for most teams. With a developer on staff and pipelines past five steps, I would run n8n. I would leave three-step flows maintained by someone who does not write code on Make.

What to watch

  • Make publishing slider prices above 10,000 credits a month, which would show whether volume discounts move the depth at which n8n wins.
  • Any change to n8n's per-execution cloud billing or to the 5 and 20 concurrency caps on Starter and Pro.
  • Whether n8n brings Git version control below the Business tier.
Loading claim ledger
Loading source directory links
Loading share composer
Loading topic controls
Loading related stories