Staff Pick

๐Ÿ“ก Monitor your APIs โ€” know when they go down before your users do

Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.

Start Free โ†’

Affiliate link โ€” we may earn a commission at no extra cost to you

Blog/Make.com Status Guide

Make.com Status: How to Check If Make Is Down Right Now (2026)

Where to find the official Make.com status page, what each component tracks, and how to diagnose scenario execution failures, connection errors, and webhook issues.

Updated: June 2026ยท8 min readยทBy API Status Check

Is Make.com Down Right Now?

Check status.make.com for official real-time status. Make tracks scenario execution engine, web app, connections, webhooks, and API availability separately.

What Is Make.com?

Make.com (formerly Integromat) is a visual workflow automation platform that connects 1,500+ apps and services. It competes directly with Zapier and n8n, with a focus on complex multi-step automations (called scenarios) that can branch, loop, filter, and transform data between services.

Make is used extensively by marketing teams, agencies, and developers to automate repetitive workflows โ€” syncing CRM data, processing form submissions, triggering notifications, and integrating APIs. When Make is down, those automations stop silently, which can cause data gaps and missed triggers that are hard to detect after the fact.

Make.com Status Page Components

The Make status page at status.make.com tracks these key service components:

Scenario Execution Engine
Core engine that runs your automated scenarios
Web Application
The Make dashboard and scenario builder UI
Connections / Integrations
OAuth connections to third-party apps
Webhooks
Inbound webhook triggers for real-time events
API
Make public API for managing scenarios programmatically
Scheduler
Scheduled triggers for time-based scenario runs
Data Stores
Make built-in data storage for scenario state
Email Notifications
Alerts for scenario errors and completions

Important: Make operates across multiple regions (US, EU). An incident may affect only one region. The status page breaks down incidents by region when relevant โ€” always check the component specific to your account region.

๐Ÿ“ก
Recommended

Monitor your Make.com automations independently

Better Stack monitors your Make webhooks and scenario endpoints every 30 seconds. Know when your automation pipeline goes silent before it affects your business.

Try Better Stack Free โ†’

How to Check Make.com Status (Step by Step)

1.

Check status.make.com

The official Make status page. Look at the Scenario Execution Engine component first โ€” if that is degraded, your scenarios may fail silently without showing errors in the Make UI.

Go to Make Status Page โ†’
2.

Check your scenario execution history

In Make, open the scenario and click the clock icon to view execution history. Each run shows status (success/error/incomplete), operation count, and any error messages with the exact module that failed.

3.

Check your connection status

Go to Make โ†’ Connections and check for any connections showing an error state (red icon). Expired OAuth tokens are the most common cause of scenario failures that are not platform outages.

4.

Check Make's Twitter / X

Make posts incident updates on @make_hq. For real-time crowdsourced reports, search "make.com down" or "make.com not working" on Twitter.

Follow @make_hq โ†’
5.

Test your webhook manually

If a webhook-triggered scenario is not running, send a test HTTP request to the webhook URL using curl or Postman to confirm the webhook is receiving data.

curl -X POST https://hook.make.com/YOUR_WEBHOOK_ID \ -H "Content-Type: application/json" \ -d '{"test": true}'
6.

Contact Make support

If the status page shows no incident but your scenarios are still failing, contact Make support โ€” account-specific issues or regional incidents may not show on the global status page.

Make Support โ†’

Common Make.com Issues and Causes

SymptomLikely CauseFirst Check
Scenarios not running at scheduled timeScheduler incident or scenario disabledstatus.make.com โ†’ Scheduler; verify scenario is ON
Webhook not triggering scenarioWebhook service issue or wrong payloadstatus.make.com โ†’ Webhooks; test webhook manually
Connection error on moduleOAuth token expired or revokedMake โ†’ Connections; re-authorize the connection
Scenario runs but no data processedFilter condition blocking recordsExecution history โ†’ expand incomplete runs
Operations count at 0 all monthPlan reset or operations exhaustedAccount โ†’ Usage; check operations remaining
Make dashboard not loadingWeb app incidentstatus.make.com โ†’ Web Application; try different browser
Data store not saving valuesData Store service degradationstatus.make.com โ†’ Data Stores
Error notifications not arrivingEmail notification service issue or spam filterstatus.make.com โ†’ Email Notifications; check spam folder

Make.com vs Zapier: Status Infrastructure

Make.com

  • Status: status.make.com
  • Formerly Integromat (rebranded 2022)
  • Operations-based pricing model
  • Strong multi-step scenario branching
  • EU-based company (Czech Republic)

Zapier

  • Status: status.zapier.com
  • Task-based pricing model
  • Simpler linear Zap structure
  • Larger app ecosystem (6,000+)
  • US-based company (San Francisco)

See our Zapier status guide for a full breakdown of Zapier's status infrastructure.

What to Do When Make.com Is Down

Immediate Steps

  • Check status.make.com and subscribe to incident updates
  • Review execution history to identify which scenarios failed
  • For critical workflows, trigger manually if the source app allows
  • Enable Make's "Incomplete runs" feature to catch data lost during outage
  • Set up error handling in scenarios to catch and log failures

Long-Term Resilience

  • Enable "Incomplete runs" in all critical scenarios
  • Add error handlers to all Make modules that touch external APIs
  • Monitor webhook endpoints independently with Better Stack
  • Consider n8n self-hosted as a backup for critical automations
  • Regularly re-authorize connections before they expire silently
๐Ÿ“ก
Recommended

Monitor your Make.com webhook endpoints independently

Better Stack monitors your Make webhooks and integration endpoints every 30 seconds. Know when your automation pipeline fails before data gaps pile up.

Try Better Stack Free โ†’

Frequently Asked Questions

Where is the official Make.com status page?

Make.com's official status page is at status.make.com. It tracks real-time operational status for Make's core services: scenario execution engine, web app, connections/integrations, webhooks, and API. You can subscribe to email or SMS notifications for incident updates directly on the status page.

Why are my Make scenarios not running?

Make scenarios stop running for several reasons: (1) Platform incident โ€” check status.make.com for the Scenario Execution Engine component, (2) Scenario errors โ€” check the scenario's execution history in Make for specific error messages, (3) Operations quota exhausted โ€” you may have hit your monthly operation limit; check your Make plan usage, (4) Connection authorization expired โ€” third-party connections (Google, Slack, etc.) require re-authorization periodically, (5) Webhook not receiving triggers โ€” test the webhook URL manually, (6) Scheduling issue โ€” if your scenario uses a schedule trigger, verify the schedule settings. The Make execution history log is the best first-stop for diagnosing individual scenario failures.

Why is Make.com showing a connection error?

Make connection errors typically mean: (1) The third-party service (Google, Slack, HubSpot, etc.) has revoked Make's OAuth token โ€” re-authorize the connection in Make โ†’ Connections, (2) API rate limit hit on the connected service โ€” not a Make outage, but a limit on the destination API, (3) Make's integration module for that service has a known issue โ€” check status.make.com under Connections/Integrations, (4) Your Make account's connection limit has been reached for your plan tier. Go to Make โ†’ Connections and check the status of the specific connection showing errors.

What is the difference between Make.com and Integromat?

Make.com and Integromat are the same product. Integromat was the original name of the workflow automation platform; the company rebranded to Make.com in 2022. If you search 'Integromat down' or 'Integromat status', the status page is the same: status.make.com. All legacy Integromat scenarios and connections migrated to the Make platform with no changes needed.

Is Make.com down for everyone or just me?

To check if Make.com is down for everyone or just you: (1) Visit status.make.com โ€” if there's an active incident, it will show there, (2) Check Twitter/X by searching 'make.com down' for real-time reports from other users, (3) Try accessing the Make dashboard from a different browser or device, (4) Check if your specific scenario is failing or all scenarios โ€” widespread failures suggest a platform issue; single scenario failures suggest a connection or logic error specific to your setup.

Alert Pro

14-day free trial

Stop checking โ€” get alerted instantly

Next time Make.com goes down, you'll know in under 60 seconds โ€” not when your users start complaining.

  • Email alerts for Make.com + 9 more APIs
  • $0 due today for trial
  • Cancel anytime โ€” $9/mo after trial

Never Miss a Make.com Outage Again

Set up independent monitoring for your Make.com webhooks and integration endpoints with Better Stack.

Start Monitoring Free โ†’

Related Automation & Integration Status Guides

๐ŸŒ Can't Access Make.com?

If Make.com is working for others but not for you, it might be an ISP or regional issue. A VPN can help bypass network-level blocks and routing problems.

๐Ÿ”’

Troubleshoot with a VPN

Connect from a different region to test if the issue is local to your network. Also protects your connection on public Wi-Fi.

Try NordVPN โ€” 30-Day Money-Back Guarantee
๐Ÿ”‘

Secure Your Make.com Account

Service outages are a common time for phishing attacks. Use a password manager to keep unique, strong passwords for every account.

Try NordPass โ€” Free Password Manager
Quick ISP test: Try accessing Make.com on mobile data (Wi-Fi off). If it works, the issue is with your ISP or local network.

โณ While You Wait โ€” Try These Alternatives

๐Ÿ›  Tools We Use & Recommend

Tested across our own infrastructure monitoring 200+ APIs daily

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

โ€œWe use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.โ€

Free tier ยท Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

โ€œAfter covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.โ€

SEMrushBest for SEO

SEO & Site Performance Monitoring

Used by 10M+ marketers

Track your site health, uptime, search rankings, and competitor movements from one dashboard.

โ€œWe use SEMrush to track how our API status pages rank and catch site health issues early.โ€

From $129.95/moTry SEMrush Free
View full comparison & more tools โ†’Affiliate links โ€” we earn a commission at no extra cost to you