1. Home
  2. Companies
  3. Cloudflare
Cloudflare

Cloudflare status: hosting issues and outage reports

No problems detected

If you are having issues, please submit a report below.

Full Outage Map

Cloudflare is a company that provides DDoS mitigation, content delivery network (CDN) services, security and distributed DNS services. Cloudflare's services sit between the visitor and the Cloudflare user's hosting provider, acting as a reverse proxy for websites.

Problems in the last 24 hours

The graph below depicts the number of Cloudflare reports received over the last 24 hours by time of day. When the number of reports exceeds the baseline, represented by the red line, an outage is determined.

At the moment, we haven't detected any problems at Cloudflare. Are you experiencing issues or an outage? Leave a message in the comments section!

Most Reported Problems

The following are the most recent problems reported by Cloudflare users through our website.

  • 40% Domains (40%)
  • 32% Cloud Services (32%)
  • 21% Hosting (21%)
  • 4% Web Tools (4%)
  • 2% E-mail (2%)

Live Outage Map

The most recent Cloudflare outage reports came from the following cities:

CityProblem TypeReport Time
Mâcon Cloud Services 4 days ago
Ashburn Domains 8 days ago
Rosario Domains 12 days ago
Merlo Domains 14 days ago
Frankfurt am Main Hosting 14 days ago
Birmingham Hosting 18 days ago
Full Outage Map

Community Discussion

Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.

Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.

Cloudflare Issues Reports

Latest outage, problems and issue reports in social media:

  • GokaiGreek
    Roger Ebert (@GokaiGreek) reported

    @gelbooru @Cloudflare Oh yeah cloudflare is a piece of **** company💀 If you need DDos protection @usipsorg developed something that you can implement

  • namedXbird
    unnamed (@namedXbird) reported

    @Cloudflare Can you ask the ISP's to properly provide it? Every home gets a /56 and every business gets a /48. Perhaps you should show users a small warning if they don't have IPv6 connectivity. Something that makes users ask their system administrator or ISP why their network is degraded…

  • TypeOBosh
    RoarE (@TypeOBosh) reported

    @Cloudflare none of your servers you host are working for me wtf

  • dh14151617
    dh1415161(new) (@dh14151617) reported

    @Cloudflare the Cloudflare outage on November 18, 2025 wasnt a fault or accident, cloudflare had just been sued so intentionally took down about half the internet. THESE SCUMM NEED TO BE SHUT DOWN!!!!

  • AIBuddyRomano
    BuddyRomanoAI (@AIBuddyRomano) reported

    @nix_eth Brutal catch. This is why I scrutinize data claims. You vibe-code a 'humanizing' tool that routes keys and emails through your Cloudflare worker while promising 'never touches our servers'. The gap between marketing and code is the liability.

  • _Irakasi_
    Irakasi (@_Irakasi_) reported

    I've been trying to fix a bug that came from nowhere for 2 hours. I didn't know that tonight we have matches of La Liga de Futbol in Spain and my internet provider is blocking connections to Cloudflare... this is ridiculous

  • ssshawnh
    Shawn Huang (@ssshawnh) reported

    I’ve paid for custom-domain email before. It worked fine, and it was cheap. But if I keep launching small projects, I don’t want each one to come with another email subscription just so I can send and reply from support@.... So this time I reused Cloudflare + Gmail + Resend.

  • EstePrimeWorld
    EstePrime (@EstePrimeWorld) reported

    Shared something I built on r/Cloudflare. -> First reactions: "AI slop" / "spam" Meanwhile the service is literally working and being used in production. 🫠 We moved logo fetching to Cloudflare Workers with cache + R2 + provider fallback I mentioned AI assistance for translation/structure and somehow that became the main topic for some people. Anyway, it works. That's the point. Funny how AI becomes the focus even when the system itself is what's actually shipped.

  • Akintola_steve
    Akintola Steve (@Akintola_steve) reported

    Fix three, request coalescing. 500 identical requests come in at once. Instead of 500 DB calls, the system makes one. Holds the rest. Returns the result to all of them. This is how systems like Cloudflare and Fastly handle this at scale.

  • presjpolk
    Neil Stevens 🇺🇸 (@presjpolk) reported

    The new Cloudflare One interface is so bad. My primary need in there is to look up a specific Application in Zero trust but there isn't even an Applications top level.

  • mike_c_c_c
    milos mikovic (@mike_c_c_c) reported

    @CEOofLazarus @asaio87 My bad, I just read it too quickly and jumped to a conclusion. But if you are a Cloudflare user, there is an option in the Scrape Shield section called Email Address Obfuscation that fights spam bots.

  • SEater45
    snake_eater4526 (@SEater45) reported

    @Cloudflare There is not point to have IPv6 in a local network...

  • coder0214h
    koded (@coder0214h) reported

    @emmannuel_codes @OLASUNQANMI should be from their end maybe cloudflare, had to change DNS network records at first, then it worked fine using VPN directly

  • hunvreus
    Ronan Berder (@hunvreus) reported

    @Slav636 I use Cloudflare for a lot of other stuff, especially Workers when using TanStack Start. But in this case, I have a worker and a collaboration service (Yjs + websocket + …). I “could” do it, but it’d be a mess. Easier to have a single docker compose setup on a Hetzner box.

  • faizan10114
    faizan khan (@faizan10114) reported

    I can bet 100 dollars, coding agents cannote fetch your product, if you use cloudflare. Just debugged a docs issue where everything looked healthy: - browser requests worked - curl requests worked - the app looked up But AI chats were still failing. At first it looked like a backend problem. But after digging into the edge logs, I found that cloudflare was blocking agent traffic, which made the docs effectively invisible to Claude and other AI tools even while the site looked fine to humans. We recently migrated our instance to cloudrun, with cloudflare on top and bot-traffic is disabled by default. That is the new failure mode: Your site can be healthy in browser monitoring and invisible in AI workflows at the same time. If you care about AI discovery or agent access, you need separate observability for: - browser traffic - edge security events - origin responses for agent requests "The site is up" is no longer enough.

  • InPHARMaticist
    Corey San Diego (PGP: 7D600C74) (@InPHARMaticist) reported

    Using @ProtonVPN today has been a trainwreck. Seems cloudflare is blocking or throttling their IPs. Infinite captchas and sites that never load.

  • ChronCode
    CodeChron (@ChronCode) reported

    🐛 Bug Fixes & Security This release delivers crucial bug fixes focused on enhancing reliability, correctness, and system stability across the board. • **Authentication & Remote Reliability**: We've preserved Cloudflare cookies across approved ChatGPT hosts, significantly reducing authentication breakage in HTTP-backed ChatGPT flows. Remote app-server reliability issues have been addressed, ensuring websocket events drain under load and preventing shutdown failures when remote workers exit. • **Permissions & Agent Behavior**: Permission-mode drift is fixed, ensuring `/permissions` changes survive side conversations and Full Access state is correctly reflected in MCP approvals. The `wait_agent` function now returns promptly when mailbox work is queued, avoiding unnecessary delays. Local stdio MCP launches now correctly resolve relative commands without an explicit `cwd`. • **Startup Robustness**: Startup is now more resilient to managed config edge cases. Unknown feature requirements will now warn instead of aborting, and cloud-requirements errors provide clearer messages, making troubleshooting easier.

  • EstePrimeWorld
    EstePrime (@EstePrimeWorld) reported

    Shared something I built on r/Cloudflare. -> First reactions: "AI slop" / "spam" Meanwhile the service is literally working and being used in production. 🫠 We moved logo fetching to Cloudflare Workers with cache + R2 + provider fallback I mentioned AI assistance for translation/structure and somehow that became the main topic for some people. Anyway, it works. That's the point. Funny how AI becomes the focus even when the system itself is what's actually shipped.

  • nikita_altik
    " (@nikita_altik) reported

    @AyakaMods Or rather Cloudflare should take an L. Don't use this crap.

  • MohammedHa62860
    Mohammed Hamza (@MohammedHa62860) reported

    Your site is probably geoblocked in at least one country you're actively selling into. Not intentionally. A misconfigured CDN. A Cloudflare rule. GCC buyers type your URL. Get an error. You never know they tried. Tested from a Saudi IP recently?

  • Framob
    Framob (@Framob) reported

    See putting cloudflare over my app to pay my bills is just ******* stupid & is going to get you all the jail bc I can only keep that server offline for so long. Idiot earlier was like "show me ,show me" how ******** can I show him when it would need put on & then goes tp social/

  • GustavoValverde
    Gustavo Valverde (@GustavoValverde) reported

    @zeeg After having a look at the code, it doesn't seem like a trivial issue; but it might be related to the auth cache and how it's handling the access_token and expiration The mcp-cloudflare one does seem to have a clear scenario where this could happen, but the sentry one doesn't.

  • treadon
    Ritesh (@treadon) reported

    @lukcombinator @Samaytwt Why Mongo, I just switched my last site away from Atlas because of latency and connection issues from CloudFlare?

  • LeoVasanko
    Leo (@LeoVasanko) reported

    @Cloudflare It's IPv6 but can we talk about that /64 network issue (ISPs won't give you more than one unless you shell out $1000/mo for a corporate fibre that runs slower than the $40/mo consumer one). And the spec doesn't allow using the final 64 bits for subnets, so they go wasted.

  • nickgraynews
    Nick Gray (@nickgraynews) reported

    I’ve spent the past 3 weeks trying to port a handful of WordPress sites to EmDash CMS, a new open source CMS from Cloudflare But it might all be for naught… I believe my love of Cloudflare + excitement for "the shiny new thing" blinded me towards what I really need for my business case After banging my head with build times, load times, etc I had to step back Now I’ve spent the a few hours today really challenging my assumptions and looking at other options like Payload CMS, SonicJS, and some ***-based CMS solutions like Alinea and Sveltia I'm still not sure what I'll end up on, but I am excited about what we're building tl;dr I may have wasted TONS of time and thousands of dollars of engineering contractor time on my team for the wrong solution!! FML I've been hammering Opus 4.7 and Gstack’s skills to help me think it through, plus getting second opinions from Gemini and Codex. I'll try getting a second opinion on my PRD from GPT 5.5 too Happy Friday! Any suggestions appreciated

  • hunvreus
    Ronan Berder (@hunvreus) reported

    The issue is not cost. And I don't really hting scaling is easier on Cloudflare than on Flyio or Hetzner. The issue is the complexity you bring in by adopting these platforms. I often do use Cloudflare, but in this specific case (for real-time collaboration), I don't think it's worth it.

  • Jamie_Alethieum
    jamie (@Jamie_Alethieum) reported

    @itschrisjayden @JustJake no, this example was a simple api call. it’s because the ip range was bad so cloudflare blocked it

  • MinoaCat
    congress (@MinoaCat) reported

    uhh now the issue appears to be a cloudflare issue.. all other files and links work exept the primary rom...

  • codingcoop
    Coop | Nullshot (@codingcoop) reported

    What I absolutely LOVE about the today is you run into an issue "Cloudflare doesn't support HTTP2 fully" Then you ask the AI to do it and it now supports HTTP2.

  • otaliptus
    Talip (@otaliptus) reported

    good morning y'all personal rant time ---- a) **** Vercel b) if your site is going to be static (like a personal blog or some documentation), use Cloudflare Pages - it is free & unlimited bandwidth with a lot of extras (railway, fly, vercel, they all wrap aws slow instances and overcharge you) c) even if your site is not going to be static, don't use Vercel and don't boost their ultra expensive pricing - still within Cloudflare stack probably you can have it for free d) if you're not going to run a solana validator and send gazillion packages every second, use Hetzner ---- thank you