Cloudflare Status: How to Check If Cloudflare Is Down Right Now (2026)
Updated June 2026 ยท 8 min read ยท By API Status Check
Quick Answer: Check Cloudflare Status Now
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
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
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 โ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 โ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 โ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 โ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:
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 trialStop 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