Skip to main content

Make.com Pricing 2026: Plans, Credits, and Cost Guide

· 4 min read
Yassine El Haddad
Software Developer & Automation Specialist

I build production AI agents, web scrapers, and automation pipelines. Most of what I publish here comes from the actual problems they run into: proxies that get banned, anti-bot stacks that fingerprint your client, RAG that drifts when the underlying data moves. Stack: Python, TypeScript, Go, FastAPI, LangChain, Crawlee, Playwright, deployed on AWS, GCP, and Cloudflare.

Make.com pricing is operation-based: each module execution counts as one credit. Most teams overspend because they estimate by workflow count, not by execution volume. This guide breaks down 2026 plans, how credits work, and how to predict your real monthly cost.

Check live Make pricing.

Plan structure (verified March 2026)

Verified against Make's official pricing page:

PlanMonthly priceCreditsKey limits
Free$01,000/mo15-min min interval, 2 active scenarios
Core$910,0001-min interval, unlimited scenarios, Make API
Pro$1610,000Priority execution, custom variables, full-text log search
Teams$2910,000Team roles, scenario templates
EnterpriseCustomCustomOverage protection, SSO, 24/7 support

All paid plans start at 10,000 credits. Higher credit tiers (20k, 40k, 80k...) scale proportionally. Annual billing saves ~15%.

What counts as one credit?

Each module action = one credit. Examples:

  • Add a row to Google Sheets
  • Fetch Gmail account data
  • Send a Slack message
  • One API call via HTTP module
  • One loop iteration — an iterator with 50 items runs the next module 50 times = 50 credits

Make Code (JavaScript/Python) uses 2 credits per second of execution time. Data transfer: 5 GB per 10,000 credits.

Cost estimation formula

monthly credits ≈ records × module steps per record × runs per month

Example: Lead enrichment workflow, 5,000 leads/month, 6 modules per lead:

  • 5,000 × 6 = 30,000 credits → exceeds base 10k allocation; plan for Core + add-on or higher tier

How to reduce Make costs

TacticWhy it helps
Filter earlyReject low-value records before enrichment or AI steps
Reduce module depthMerge or remove low-value steps
Batch writesBulk Add Rows vs one Add Row per record
Separate hot vs cold pathsRun expensive modules only for high-priority records
Monitor retriesFailed runs and retries consume credits silently

Free plan: what fits

The free tier works for:

  • Form submission alerts to Slack
  • Basic Google Sheets sync (low volume)
  • Daily digest automations
  • Lightweight lead capture (minimal enrichment)

It usually fails for:

  • High-volume ecommerce monitoring
  • Heavy AI scoring on every record
  • Tight scheduling (15-min minimum)
  • Many parallel active scenarios (limit: 2)

Detailed free plan guide.

Overage and add-ons

When you exceed your credit allocation:

  • Free: Scenarios stop until next month
  • Paid: Add-on credit packs available; Enterprise includes overage protection

Always monitor usage in the first weeks of a new scenario.

Make vs Zapier pricing mindset

FactorMakeZapier
UnitOperation (credit)Task
Free tier1,000 credits100 tasks
Entry paid$9/mo (10k)~$20/mo (750 tasks)
Complex workflowOnly executed branches consume creditsEvery step and branch = task

Benchmark one real workflow on both platforms over a week before committing. For branching flows, Make often costs 3–4x less.

Which plan fits which team?

Team typeRecommended plan
Learning, personal useFree
Solo operator, moderate volumeCore or Pro
Small team, shared scenariosPro or Teams
Agency, multi-clientTeams
Enterprise, governance-heavyEnterprise

Validate against your real run profile, not generic averages.

Run a pricing test first

Before selecting a paid tier:

  1. Build one production-like scenario
  2. Run with controlled sample data (e.g., 100 records)
  3. Check operations consumed in execution history
  4. Extrapolate to monthly volume

Start a Make test workspace.

Smart move

Build one scenario from your top use case and measure one week of real usage before committing to annual billing. Open Make →

Apify Affiliate Banner 728x90Apify Affiliate Banner 728x90Apify Affiliate Banner 300x50Apify Affiliate Banner 300x50
Frequently Asked Questions

Yes. Make offers a free tier with 1,000 credits/month, 15-minute minimum scheduling, and 2 active scenarios. See free plan limits for details.

Each module action in your scenario counts as one credit: reading/writing data, API calls, sending messages, or one loop iteration. More steps and more records increase consumption.

Filter records early, reduce unnecessary modules, batch writes where possible, and run expensive steps only for high-value records. Retries also consume credits—monitor failed runs.

Yes. Annual billing saves approximately 15% compared to monthly. Credits for annual plans expire after 12 months instead of each month (Teams/Enterprise).