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

Cloudflare Status: How to Check If Cloudflare Is Down Right Now (2026)

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

Cloudflare operates one of the largest networks in the world, protecting and accelerating over 20% of all internet traffic. When Cloudflare has an incident, it doesn't just affect one service โ€” it can take down thousands of websites simultaneously. Understanding Cloudflare's status page and what different error messages mean is critical for anyone running infrastructure behind Cloudflare.

โš ๏ธ Important: Because Cloudflare proxies are widespread, sites that are "down" during a Cloudflare incident often show the same Cloudflare error page โ€” making it look like just one site when it's actually thousands. Always check cloudflarestatus.com when multiple sites are down simultaneously.

Understanding Cloudflare's Status Page (cloudflarestatus.com)

Cloudflare operates cloudflarestatus.com โ€” its official status page showing all products and global data centers. Cloudflare's network spans 300+ cities, so incidents are often regional rather than global.

CDN / Proxy

Core content delivery and proxying. Issues here affect all websites behind Cloudflare's reverse proxy โ€” the most impactful component.

DNS (1.1.1.1)

Cloudflare's public DNS resolver. If this is down, anyone using 1.1.1.1 as their DNS server will have trouble resolving all domain names, not just Cloudflare sites.

Cloudflare Workers

Serverless compute platform running at the edge. Workers issues affect custom edge logic, API routes, and applications built on the Workers platform.

Cloudflare Pages

Static site and JAMstack hosting. Issues affect sites deployed to Pages, including custom domains and preview deployments.

R2 Object Storage

S3-compatible object storage. Issues affect applications storing or serving files from R2 buckets.

Zero Trust / Access

Identity-based access control for internal apps. Issues affect employees accessing internal tools protected by Cloudflare Access.

Cloudflare Dashboard

The web admin interface. Issues affect the ability to make DNS changes, update firewall rules, or configure Workers โ€” but don't affect traffic passing through Cloudflare.

Cloudflare API

The API used for programmatic management. Issues affect Terraform deployments, CI/CD pipelines that manage Cloudflare resources, and any automation touching Cloudflare config.

What Cloudflare Status Colors Mean

๐ŸŸข
Operational: All Cloudflare systems working normally globally.
๐ŸŸก
Degraded Performance: Cloudflare is routing traffic but with higher latency. Sites may load slowly. CDN cache efficiency may be reduced. Usually resolves within 30โ€“60 minutes.
๐ŸŸ 
Partial Outage: Specific data centers or regions are affected. Users in those regions see errors while others are unaffected. Check the incident for affected PoP locations.
๐Ÿ”ด
Major Outage: Widespread global failure. These are rare but massive in impact โ€” when Cloudflare has a global CDN outage, thousands of sites go down simultaneously. Cloudflare typically resolves these in under 2 hours.
๐Ÿ”ต
Maintenance: Planned maintenance window. Cloudflare usually performs maintenance without service interruption by routing traffic around the affected infrastructure.
๐Ÿ“ก
Recommended

Monitor your Cloudflare-proxied sites automatically

Better Stack monitors your origin servers and Cloudflare-proxied sites independently. Get alerted the moment a Cloudflare incident affects your traffic โ€” before your users notice. Free plan available.

Try Better Stack Free โ†’

Cloudflare Error Codes Explained

Cloudflare has its own error code system. Understanding these tells you whether it's a Cloudflare platform issue or a configuration/origin problem:

Error 521 โ€” Web Server Is Down

Cloudflare can't connect to your origin server. Your origin is down or blocking Cloudflare IPs. This is NOT a Cloudflare outage โ€” it's your server.

Error 522 โ€” Connection Timed Out

Cloudflare connected to your origin but it didn't respond within 15 seconds. Your server is overloaded or experiencing issues. Not Cloudflare's fault.

Error 523 โ€” Origin Is Unreachable

Cloudflare can't route to your origin. Usually a DNS misconfiguration or network issue at your origin. Check your origin's IP and routing.

Error 524 โ€” Timeout Occurred

Your origin took too long to respond. For Workers or large uploads, this may be a plan limit. For web servers, your application is slow.

Error 525 โ€” SSL Handshake Failed

Cloudflare can't complete SSL handshake with your origin. Check your origin's SSL certificate and configuration.

Error 1001 โ€” DNS Resolution Error

Cloudflare can't resolve your origin hostname. Check your DNS records in the Cloudflare dashboard.

Error 1020 โ€” Access Denied (WAF)

Your IP or request was blocked by Cloudflare's WAF or bot protection. Not an outage โ€” a firewall rule is triggering.

Error 500 โ€” Cloudflare KV / Workers Error

If you see a Cloudflare-branded 500 error, it could indicate a Workers runtime issue. Check cloudflarestatus.com Workers component.

5 Ways to Check If Cloudflare Is Down

1.

cloudflarestatus.com (Official)

Cloudflare's own status page. Shows global and regional status for all products. Cloudflare is generally fast at updating this during incidents โ€” they publish detailed post-mortems too.

Check cloudflarestatus.com โ†’
2.

API Status Check (Independent)

Third-party monitoring that continuously checks Cloudflare services and reports independently of Cloudflare's own status page.

Check independent Cloudflare status โ†’
3.

X / Twitter (@CloudflareStatus)

Follow @CloudflareStatus on X โ€” Cloudflare automatically posts updates during incidents. For regional incidents, searching 'Cloudflare down [region/city]' surfaces faster reports from affected users.

Follow @CloudflareStatus โ†’
4.

Check the Cloudflare Radar

Cloudflare Radar (radar.cloudflare.com) shows real-time internet traffic trends globally. During major incidents, you can see traffic drops across affected regions.

Check Cloudflare Radar โ†’
5.

Test 1.1.1.1 DNS directly

If you suspect DNS issues, test the 1.1.1.1 resolver directly. A simple dig command tells you if Cloudflare DNS is responding.

dig @1.1.1.1 google.com +short && echo "Cloudflare DNS responding" || echo "Cloudflare DNS unreachable"

Cloudflare Outage History

Cloudflare has had a small number of significant global incidents over its history. The most notable was the June 2022 outage affecting 19 data centers. They publish detailed post-mortems for each incident:

~99.99%
CDN uptime (historical)
Cloudflare's core CDN proxy maintains very high availability globally
300+
Global PoP locations
Regional incidents affect specific cities, not the whole network
<2 hours
Major incident resolution
Cloudflare resolves even significant global incidents quickly
๐Ÿ“ก
Recommended

Get alerted when Cloudflare affects your sites

Better Stack monitors your Cloudflare-proxied sites and sends alerts the moment availability drops. Since Cloudflare proxies your origin, you need independent monitoring to catch incidents fast.

Try Better Stack Free โ†’

What to Do When Cloudflare Is Down

If Your Site Is Affected

  • Confirm it's Cloudflare, not your origin: check cloudflarestatus.com
  • Temporarily disable Cloudflare proxy (set DNS to DNS-only) to serve from origin
  • Check if the error code is 5xx (Cloudflare/origin issue) vs 1xxx (config issue)
  • For Workers outages, deploy a fallback static response or disable the Worker temporarily
  • Subscribe to cloudflarestatus.com for recovery notification

If Cloudflare DNS Is Affected

  • Temporarily switch your DNS to 8.8.8.8 (Google) or 9.9.9.9 (Quad9)
  • For managed DNS on Cloudflare, you may not be able to make changes during an incident
  • Pre-configure backup DNS resolvers on your servers as best practice
  • 1.1.1.1 outages are rare and typically brief โ€” wait it out if possible

Frequently Asked Questions

Where is the official Cloudflare status page?

Cloudflare's official status page is at cloudflarestatus.com. It shows global and per-region status for all Cloudflare products including CDN, DNS (1.1.1.1), Workers, Pages, R2, Zero Trust, and more. Cloudflare is known for detailed incident post-mortems published after major events.

When Cloudflare has an outage, why do so many different websites go down?

Cloudflare is a reverse proxy for millions of websites. When the CDN has an issue, all sites behind Cloudflare show the same error page โ€” making it appear like many unrelated sites are down simultaneously. This is why Cloudflare incidents get a lot of attention: a single provider failure creates visible widespread impact.

Can I bypass Cloudflare if it's down?

Yes, for your own sites. In the Cloudflare dashboard, set your DNS records from 'Proxied' (orange cloud) to 'DNS only' (gray cloud). This routes traffic directly to your origin server, bypassing Cloudflare. Your origin must have a valid SSL certificate. Do this as a temporary measure โ€” re-enable Cloudflare proxying once the incident resolves.

Is it safe to turn off Cloudflare during an outage?

For brief outages, it's usually fine to bypass Cloudflare temporarily. You lose DDoS protection and CDN caching while bypassed, so for high-traffic sites or sites prone to attacks, weigh the risk. For low-traffic sites, bypassing is almost always the right call during a Cloudflare incident.

How do I get alerts when Cloudflare goes down?

Subscribe to email notifications at cloudflarestatus.com, follow @CloudflareStatus on X for automated incident tweets, or use Better Stack / API Status Check Alert Pro. Better Stack can monitor your specific site's availability independently of Cloudflare's own status page.

Alert Pro

14-day free trial

Stop checking โ€” get alerted instantly

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

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

Monitor Your Cloudflare Infrastructure

Independent monitoring for your Cloudflare-proxied sites. Get alerted before your users notice a Cloudflare incident affecting your traffic.

Try Better Stack Free โ€” No Credit Card Required

Or use APIStatusCheck Alert Pro โ€” monitoring from $9/mo

๐ŸŒ Can't Access Cloudflare?

If Cloudflare 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 Cloudflare 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 Cloudflare 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