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%)
  • 34% Cloud Services (34%)
  • 20% Hosting (20%)
  • 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
Montataire Cloud Services 16 hours ago
Greater Noida Cloud Services 2 days ago
Colima Hosting 4 days ago
Leuven Domains 5 days ago
New Delhi Cloud Services 5 days ago
Mâcon Cloud Services 10 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:

  • aldrichhecc
    Aldrich - 窯犬 (@aldrichhecc) reported

    @Vryionic The only network activity I've been able to has been Github updates (SHA-512 verif), driver version checks. cloudflare speed tests and, of course, bug reporting. Looks clean, good job!

  • rankseostrateg1
    rankseostrategies (@rankseostrateg1) reported

    Fix 2: Enable browser caching. Fix 3: Add a CDN (Cloudflare — free tier). Caching = repeat visitors don't re-download the same files. CDN = users get content from the nearest server, not your hosting location. Combined: dramatically faster load times worldwide.

  • Super_James
    James Southern (@Super_James) reported

    @levelsio Might not get to enter the jam since cloudflare auth seems to be down. Sad times :(

  • JuanMichaca5
    Juan Michaca (@JuanMichaca5) reported

    @PhaedraXTeddy @Cloudflare Anyone wanna help me fly to china and eliminate this fat pig ?

  • arrzzt
    Arijit Debnath (@arrzzt) reported

    Another day another issue: @Cloudflare login does not works

  • trydotworks
    erik@try.works (@trydotworks) reported

    @chontang Yeah, we're already seeing people switch to GLM and Kimi, and often not direct but on third parties like Fireworks etc. Cloudflare also offers Kimi. But H2 will see prices probably cut in half, better models with K3 and V4.x. The inference cost structure is going to be completely upended and we'll never go back to scarcity. Might kill OpenAI and Anthropic - guess why they want to IPO ASAP

  • rajpundkar
    Raj Pundkar (@rajpundkar) reported

    Serious wake-up call for open-source infra.313 Team (pro-Iran) hitting Canonical’s security APIs + repos right when new kernel vulns are out is nasty. Delaying patches for millions of systems. Canonical should have proper #DDoS mitigation (@Cloudflare /@Akamai level) on critical paths. Anyone else seeing repo issues or already switched to local mirrors? Stay patched folks #Ubuntu #CyberSecurity

  • perpetualtalk
    Mr. Code (@perpetualtalk) reported

    @Chase if you have a better approach please let me know, we are open for business and we are in modern age of 2026 CSV transactions doesn't take much disk space how about offering an option to sync with personal storage service like Cloudflare or Google before the 2 year restrict

  • adambalee
    Adam Balee (@adambalee) reported

    @retlehs No. I also use Cloudflare + Postmark and haven't had any issues. All mail goes through Postmarks IPs. I just flagged the Hetzner IP rep when debugging Cloudflare blocking my monitoring bot.

  • avrldotdev
    avrl ☘ (@avrldotdev) reported

    Applied System Design (Real Scale) 11 How Cloudflare Survives 70Tbps DDoS Attacks? Problem A botnet isn't sending 'garbage' packets; it's sending perfectly valid 'GET /search' requests that look like real users. How do they separate the bots without slowing down the site? 1. Anycast Routing In a normal network, one IP address equals one physical location. In Cloudflare’s Anycast network, one IP address equals every Cloudflare data center. Insight: When a bot in Brazil and a user in London both visit the same IP, the internet's BGP (Border Gateway Protocol) automatically routes them to the nearest data center. Result: The attack requests are being physically "diluted" across 300+ cities simultaneously. 2. The "Gatekeeper" (Firewall) Every edge server runs a custom software stack designed to make decisions in microseconds. Packet Inspection: Cloudflare uses eBPF (extended Berkeley Packet Filter) to drop malicious packets directly in the Linux kernel before they reach the application layer. IP Reputation: If an IP has been flagged as part of a botnet in a previous attack on a different customer, it is blocked globally before even reaching the servers. 3. Scaling the "Block" (Unmetered Mitigation) Most providers charge you for the bandwidth used during an attack. Cloudflare doesn't. Strategy: Because they own the network, they can absorb the traffic at the edge & never let it reach your "origin" server. Scale: They have over 200 Tbps of network capacity. Even the largest recorded DDoS attacks (~ 70 Tbps) only used a fraction of their total "breathing room." 4. Fingerprinting & Scoring We look at HTTP headers, TLS handshakes & browser behavior. Real browsers have specific 'quirks' in how they negotiate a connection. If we see 1M requests with the exact same 'TLS Fingerprint' hitting the server at once, we flag it as a botnet & trigger a JS Challenge (the 'Waiting Room' or Cloudflare Turnstile). This forces the bot to solve a computational puzzle that's easy for a CPU but expensive at scale, making the attack too costly for the botnet owner to continue.

  • alexcovo_eth
    Alex C. (@alexcovo_eth) reported

    AGENTS EVERYWHERE! I can't keep up but damn it I really like Cloudflare. I'm going to have to implement this. 😈

  • dump_tcp
    tcpdump (@dump_tcp) reported

    @BrodieOnLinux No they just have bad ddos protection @ubuntu they need better webserver that can atleast handle 1gbps outgoing traffic for cloudflare can detect the high traffic use then it mitigates the attack within around 3 seconds #cloudflare

  • simonch00
    Simon Chadwick 👨‍🚀 (@simonch00) reported

    @moncif @Cloudflare Using railway/digital ocean these days anyway. Issue with cloudflare is they aren't great at speaking to newbies which is the market vercel hits.

  • EOEboh
    Captain-EO 👨🏾‍💻 (@EOEboh) reported

    6/11 CDN: If your users are global, your origin server shouldn't be their only option. A CDN (Cloudflare, Akamai, CloudFront) caches static assets at edge nodes close to users worldwide, reducing latency and protecting your origin server from traffic it never has to see.

  • christiandean_
    Christian Dean (@christiandean_) reported

    $200/month is how much it costs to collapse the complexity and headache of building a software business. I no longer navigate Stripe's dashboard to create products. I just ask Claude. I no longer navigate Cloudflare to deploy landing pages. I just ask Claude. I no longer search through API documentation. I make Claude do it. I no longer painfully look for free online image and video processing tools which all ask me to sign up and subscribe and give me a tiny quota just to do one simple flippin thing. I just give the files to Claude and ask it to use FFmpeg on my machine. I no longer even look at frontend code. I no longer use any frontend framework. I just ask Claude to write a single .html file for every page of the site. If it has to copy the code for the navbar on every page I literally don't care. DRY is meaningless if I never need to look at the code. HTML is and has always been disgusting anyway.

  • BopityBibity
    mediocre poster (@BopityBibity) reported

    @pcshipp you will want to transfer it to cloudflare anyhow for the cool stuff it has down the line (email routing is quite cool). don't even touch godaddy. namecheap iirc is cheaper upfront sometimes but renewal costs more

  • bradenkeith
    Braden Keith (@bradenkeith) reported

    @joshmanders @DarioAmodei I have a similar rule for it to assume the easy stuff is handled and that I’m not a complete idiot. No more “Oh that’s a stale build…” No more of it accusing me of giving it a production URL when it’s just a Cloudflare tunnel. The nags are annoying. It needs a skill level slider.

  • goldeneggie
    Egg (Meow/Acc) (@goldeneggie) reported

    Bugs that I am aware of the CloudFlare Model Provider has be degrading quite rapidly, I am not putting in engineer effort to resolve it. Not much I can do about that just try another one. Other issues, Gemini (Personal) has gotten blocked it doesnt work

  • DougHardman
    Doug Hardman (@DougHardman) reported

    100+ domains scattered over 4 registrars collapsed into one cloudflare account in about 2 hours thanks to Claude Code. All I needed was API keys to feed it and it took care of everything for me. These are the tasks that even tech savvy people have to do that would have taken a DevOps agent a few days worth of scripting or at the worst, copy/pasting into browsers. @claude Code isn't just for writing code. It's a force multiplier on getting your tech organized.

  • blainedilli
    Blaine Dillingham (@blainedilli) reported

    @gabriel_weil Yeah ultimately this probably isn’t a good policy idea, but my hot take would be: the web requires at least zero knowledge proof of affiliation to a human with insurance in order to take actions (potentially cloudflare or similar enforces this). So your AI agent can visit websites and make API requests for you, but they have to prove they’re linked to a human at root. Maybe you would have Escrow companies hold the mapping between pseudonyms for ZPK and the actual human’s identity, attainable only with a warrant or subpoena. This system avoids things like Conway, and generally ensures that when harms occur, we can trace it back to someone and hold them accountable. I don’t see a super strong case for allowing AIs untethered to any human to self-host and replicate on the web anyway, so I imagine we’d want proof of human affiliation anyway, before even discussing insurance. If the infrastructure should exist anyway, it seems easy to add proof of holding an insurance policy to the ZPK. So even for open source models, in order for those models to take actions on the web, we’d know a human was deploying them, and if a harm is caused and law enforcement has probable cause or an injured plaintiff gets a court subpoena, we could learn their identity. Again probably a bad idea, seem to be huge risks of power concentration if we make online anonymity pierce-able with a warrant Maybe a better approach: the underlying human’s identity is never learnable, but we use ZPKs and uniqueness to ensure that they get banned and can’t just make a new account. Doesn’t solve judgment-proof problem, but creates some punishment for misuse

  • Aylard7
    everything (@Aylard7) reported

    @TheAhmadOsman I prefer cloudflare tunel (free) to app (free) limited with policy to only given e-mails login (family members). That way even custom domain works, and each service is dynamically created. All other are behind UFW and such, closed only to LAN.

  • lambda0xE
    λ (@lambda0xE) reported from London, England

    reasons why using @Cloudflare (their reverse proxy offering) is terrible for the end user: annoying load times for users of a website. sometimes annoying captchas for tor users (not as prevalent as it was a few years ago) strings that look like email addresses get censored by cloudflare, such as Mastodon usernames for example cloudflare fingerprints your browser with JavaScript and cookies which results in: - bad privacy for the user, - terrible accessibility for browsers or other web clients that don't support js or cookies or have either of them disabled cloudflare is able to see everything a user does and sends or receives on the website, including sensitive data like login information cloudflare is used as a reverse proxy by lots of websites: - it is therefore able to do user tracking on a huge scale, - when Cloudflare has a technical issue, a big chunk of the internet could become unreachable.

  • caiobchi
    Caio Bianchi (@caiobchi) reported

    @MattieTK @Cloudflare @CloudflareDev I used: `bundle exec jekyll build` => To build `npx wrangler pages deploy _site --project-name exact-project-name` => To deploy But it tells me that there's no project with that name. Even though I copied and pasted the exact project name into the command. Then I googled that issue, and found a solution where I'd "npx wrangler pages project create "project-name" in my local terminal, and it'd authenticate with Cloudflare and create a new project for me. It all seems very confusing.

  • vladzima
    VLAD ARBATOV (@vladzima) reported

    @GergelyOrosz the bots solve these faster than humans now. the only fix cloudflare has is making them harder, which just widens the gap. captcha became a reverse turing test that humans are starting to fail

  • henrynnahorski
    Henry Nahorski (@henrynnahorski) reported

    today alone i set up a cloudflare worker, connected supabase, added a full account system, and shipped a bug fix to my waitlist

  • novayagazeta_en
    Novaya Gazeta Europe (@novayagazeta_en) reported

    UPD: As of Friday, Cloudflare Radar no longer displays a spyware warning for the MAX .ru domain. In a statement, MAX’s press service attributed the designation to an “incorrect interpretation of request headers sent to standard website analytics services”.

  • cheesealloverme
    cheeseallovermyfries (@cheesealloverme) reported

    @thsottiaux Can you fix plugins? The API endpoint is getting 403 from cloudflare on Windows so the plugins page is missing from the sidebar and plugins aren’t working

  • DanielO04532942
    NickelodeonLover (@DanielO04532942) reported

    @Cloudflare When are you guys gonna fix the error code 521? I wanna watch movies and tv shows on HiMovies again.

  • weswinder
    Wes Winder (@weswinder) reported

    @bidah @VeCel cloudflare also has massive upsells they just come later in the customer lifecycle

  • TheCre8tiveDiva
    Anita (@TheCre8tiveDiva) reported

    @Cloudflare The dashboard won't open into the ticketing area. Keeps sending me over to your documentation area. I've opened a second ticket and still cannot reach the actual support portal. My domain is sitting there UNLOCKED @CloudflareHelp !