status-guide

Is Facebook or Instagram Down? Meta Platform Status Guide (2026)

Is Facebook or Instagram Down Right Now?

Meta operates one of the largest social media infrastructures on earth. When Facebook, Instagram, WhatsApp, or Threads go down — as they famously did in October 2021 for 6 hours — the impact is global and immediate.

With 3+ billion daily active users across Meta properties, outages affect not just casual users but businesses that rely on Meta for advertising, e-commerce, and customer communication.

Official Status Pages

PlatformStatus URLCoverage
Facebook Platform Statushttps://developers.facebook.com/statusGraph API, Marketing API, Login
Instagram Platform Statushttps://developers.facebook.com/statusInstagram Graph API, Basic Display API
WhatsApp Businesshttps://business.whatsapp.comWhatsApp Business API / Cloud API
Downdetector — Facebookhttps://downdetector.com/status/facebookCrowdsourced user reports
Downdetector — Instagramhttps://downdetector.com/status/instagramCrowdsourced user reports

Meta's developer status page is your best signal for API and platform-level issues. Consumer-facing issues often lag by 30-60 minutes before appearing there.

Meta Platform Components

Facebook

ComponentWhat It DoesSigns of Failure
News FeedMain content feedBlank feed, infinite loading, stale content
MessengerChat + callsMessages stuck sending, calls dropping
MarketplaceBuy/sell listingsListings won't load, transactions blocked
GroupsCommunity pagesCan't post, comments not showing
Reels/StoriesShort-form/disappearing videoVideos won't play or upload fails
Login (OAuth)"Login with Facebook" on 3rd party sitesThird-party logins fail across the web

Instagram

ComponentWhat It DoesSigns of Failure
FeedMain photo/video feedBlank feed, posts not loading
StoriesDisappearing contentStories fail to load or publish
ReelsShort-form videoPlayback failure, blank explore page
Direct (DMs)Private messagingMessages stuck, media won't load
ShoppingIn-app product tags/checkoutProduct tags missing, checkout broken
Graph APIProgrammatic access4xx/5xx on API calls

WhatsApp

ComponentWhat It DoesSigns of Failure
MessagingText messagesMessages stuck with single tick (✓)
Media deliveryPhotos, videos, documentsMedia won't download or send
Voice/Video callsAudio and video callsCalls won't connect or drop immediately
WhatsApp Cloud APIMeta-hosted business messagingWebhook delivery failures, send errors

Is It Meta, or Is It Me?

SymptomLikely Meta IssueLikely Local Issue
All Meta apps fail simultaneously✅ Platform routing issueVery unlikely — check anyway
One app works, others don't✅ Service-specific outageTry reinstalling the failing app
API returns 503/504✅ Backend degradedCheck access token validity first
Images load, videos won't✅ Video CDN partial outageTest on different network
Can't log in to Facebook✅ Auth service issueClear cookies, try incognito
"Login with Facebook" fails on 3rd party sites✅ OAuth endpoint issueTry email/password login instead
Works on WiFi, not mobile data❌ Carrier/ISP issueContact mobile carrier
Works on desktop, not mobile app❌ App version issueUpdate the app
"Unusual activity" login blocked❌ Account security triggerComplete identity verification

Quick Network Diagnostic

# Test basic Meta connectivity
ping -c 4 facebook.com
ping -c 4 instagram.com

# Test DNS resolution
nslookup facebook.com 8.8.8.8

# Test HTTPS
curl -I https://www.facebook.com
curl -I https://www.instagram.com

# Test Graph API (should return 400 with error, not 503)
curl "https://graph.facebook.com/v19.0/me"
# Response: {"error":{"type":"OAuthException"...}} = API is UP
# Response: 503/504 = API is DOWN

The October 2021 Lesson: BGP Withdrawal

Meta's historic 6-hour outage (October 4, 2021) was caused by a BGP route withdrawal that took down not just the apps but Meta's own internal tools, DNS, and even physical access systems. Engineers couldn't log into their own servers to fix it.

Key lessons:

  • Single points of failure in BGP routing can cascade to everything
  • "Login with Facebook" failures cascade to thousands of third-party sites
  • Meta's internal systems share infrastructure with consumer products
  • DNS entries can be fully withdrawn — affecting resolution at ISP level

For businesses: never make Meta your single identity provider or communication channel.

Q1 2026 Incident History

DatePlatformIssueDuration
Mar 11, 2026InstagramStories + Reels upload failure~3 hours
Feb 20, 2026WhatsAppVoice calls degraded (EU region)~2 hours
Feb 3, 2026FacebookMarketplace search unavailable~5 hours
Jan 16, 2026All platformsGraph API elevated error rate~90 minutes
Jan 7, 2026FacebookNews Feed algorithm refresh stall~4 hours

When Meta Is Down: Business Continuity

For Advertisers

  • Ads Manager unreachable: Campaigns auto-pause at budget — don't panic-cancel
  • Pixel not firing: Log internal session data as backup; gaps are expected
  • Lead form submissions lost: Integrate webhook delivery to your CRM separately from Meta's batch export

For E-commerce (Instagram/Facebook Shop)

  • Instagram Shopping checkout down: Direct customers to your website (keep URL in bio at all times)
  • Product catalog sync failing: Maintain standalone Shopify/WooCommerce as source of truth

For Customer Support (WhatsApp Business)

  1. Immediate: Switch incoming contacts to email or live chat widget
  2. Outbound: Queue messages — WhatsApp Cloud API supports delivery when restored
  3. Status updates: Post to your own status page and email list

Meta API Rate Limits (2026)

Most "Meta is down" developer reports are actually rate limit errors:

App TypeRate Limit
Standard access200 API calls/hour/user
Advanced access4,800 API calls/hour/user
WhatsApp Business-initiated templates250 messages/24h (scales with quality rating)
WhatsApp user-initiated sessionsUnlimited within 24h session window

Check the x-app-usage response header: {"call_count": N, "total_cputime": N, "total_time": N}. Values approaching 100 mean you're near the rate limit.

Set Up Proactive Meta Monitoring

Monitor these endpoints to catch Meta outages before your users do:

  • https://www.facebook.com — web availability check
  • https://www.instagram.com — web availability check
  • https://graph.facebook.com/v19.0 — API health (expect HTTP 400, not 503)

ezmon.com monitors Meta properties from multiple global locations with 60-second check intervals, alerting your team before users notice.

Related Status Guides

All incident data sourced from Meta's official developer status page and public announcements. Monitoring by ezmon.com — multi-location uptime monitoring for production systems.

facebookinstagrammetawhatsappdownstatusoutagesocial-media