Pricing

Make.com Pricing and Operations Explained (2026)

Make prices on operations, and almost everyone mis-estimates how many they need because an operation is not the same as a scenario run. Here's what each 2026 plan costs, exactly what burns an operation, and how to size a plan from your real workflows.

Last reviewed: September 2026

Make pricing at a glance

Every tier includes unlimited scenarios and the full app library. What you buy is operations per month, plus faster scheduling intervals as you move up.

  • Free: 1,000 operations/month, 15-minute minimum interval
  • Core: from about $9/month — 10,000 operations, 1-minute intervals
  • Pro: from about $16/month — 10,000 operations plus custom variables and priority execution
  • Teams: from about $29/month — shared scenarios, roles and team templates
  • Enterprise: custom pricing with SSO and dedicated support
  • Operation bundles scale up within each tier, so the monthly price rises with volume

What an operation actually is

One operation is one module doing one thing with one piece of data. This is the definition that trips people up: a scenario run is not one operation, it is one operation per module per item processed.

  • Every module that executes consumes one operation, including the trigger
  • Process 50 rows through a 4-module scenario and you spend roughly 200 operations
  • Filters that block an item still cost the operation that evaluated it
  • Routers themselves are free, but each branch's modules bill normally
  • Errors that reach a module still consume the operation

What burns operations fastest

Three patterns account for most surprise bills. Fixing them is usually cheaper than upgrading a plan.

  • Polling triggers on short intervals — a 1-minute check runs 43,200 times a month
  • Iterators splitting arrays, where every item becomes its own module run
  • Search modules that return many records before a filter narrows them
  • Fix: switch pollers to webhooks wherever the app supports them
  • Fix: filter as early as possible, ideally in the trigger's own query

How to estimate your monthly operations

Work it out per scenario, then add them up. The formula is simple and far more accurate than guessing from the number of automations you run.

  • Operations = runs per month x modules per run x items per run
  • Example: a 6-module order sync firing 500 times a month is about 3,000 operations
  • Add roughly 20% headroom for reruns, testing and error retries
  • Make shows per-scenario operation usage, so refine the estimate after a week live
  • Size the plan to that total, not to the number of scenarios you have built

Make vs Zapier on real cost

Make is usually cheaper, but the gap depends on workflow shape rather than volume alone. Zapier charges per step; Make charges per module per item.

  • Simple 2-step workflows: the two are close in price
  • Multi-step workflows with routers and logic: Make is dramatically cheaper
  • Workflows processing large arrays: Make's per-item billing narrows the gap
  • Make's entry paid tier starts around $9 against Zapier's roughly $20
  • Pabbly is cheaper again if you only need successful actions billed

Which Make plan to pick

The jump from Free to Core is really about scheduling, not volume — the 15-minute floor on Free is what most people hit first.

  • Learning Make or running one hourly scenario: Free
  • Anything that needs to react within a minute: Core
  • Complex scenarios with custom variables and priority execution: Pro
  • Multiple people editing shared scenarios: Teams

Exclusive through AutomationPicks: 1 month free on the Core plan with 10,000 credits to test your own operation maths.

Get 1 month free on Make Core

FAQs

How much does Make.com cost?

Make is free for 1,000 operations a month. Paid plans start around $9/month for Core with 10,000 operations, about $16/month for Pro and about $29/month for Teams. Larger operation bundles raise the monthly price within each tier.

What is an operation in Make?

One operation is one module executing on one piece of data, including the trigger. A four-module scenario processing 50 records uses roughly 200 operations, not one.

How do I estimate how many Make operations I need?

Multiply runs per month by modules per run by items per run for each scenario, add them together, then add about 20% headroom for testing and retries.

Do filters use operations in Make?

A filter that blocks an item still consumes the operation that evaluated it, so filtering as early as possible — ideally in the trigger's own query — is the cheapest option.

Is Make cheaper than Zapier?

Usually, and the gap widens with workflow complexity. Zapier bills every step, while Make's entry tier starts at roughly $9 with 10,000 operations. For simple two-step automations the two are much closer.

What happens when I run out of operations?

Scenarios stop running until the cycle resets or you buy more operations. Make warns you as you approach the limit, and you can upgrade mid-cycle without rebuilding anything.