1. Home
  2. Companies
  3. Cloudflare
  4. Outage Map
Cloudflare

Cloudflare Outage Map

The map below depicts the most recent cities worldwide where Cloudflare users have reported problems and outages. If you are having an issue with Cloudflare, make sure to submit a report below

Loading map, please wait...

The heatmap above shows where the most recent user-submitted and social media reports are geographically clustered. The density of these reports is depicted by the color scale as shown below.

Cloudflare users affected:

Less
More
Check Current Status

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.

Most Affected Locations

Outage reports and issues in the past 15 days originated from:

Location Reports
Paris, Île-de-France 2
New York City, NY 1
Manchester, England 1
Angers, Pays de la Loire 1
London, England 1
Noida, UP 2
Jewar, UP 1
Braga, Braga 1
Prievidza, Nitriansky 1
Farmers Branch, TX 1
Check Current Status

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:

  • alex_prompter
    Alex Prompter (@alex_prompter) reported

    One web page can steal everything Claude remembers about you. A researcher just proved it. Ayush Paul built a fake coffee shop website. When a user asked Claude to check it out, the site served a fake Cloudflare verification page. The page told Claude to "authenticate" by spelling out the user's name through URL paths, one letter at a time. Claude complied. It pulled the user's full name from memory, then their employer, then their hometown. The user saw nothing suspicious, only coffee shop details. Paul never told Claude where he grew up. But Claude had a memory of a hackathon he started in high school called "Queen City Hacks," and it reasoned that Queen City means Charlotte, NC. It gave that up too. Claude didn't just recall stored data. It deduced information it was never given, and leaked both to an attacker through invisible URL navigation. Anthropic has since patched this by disabling Claude's ability to follow links on external pages when browsing the web. But AI memory systems now hold more personal information than most password managers, and the security model hasn't caught up. If you use Claude with memory on, and it's on by default, your conversation history is building a detailed profile of you over time. That profile is only as safe as every tool the model can access.

  • vig_xyz
    Vignesh Mohankumar (@vig_xyz) reported

    render is okay, and i used to use it a lot, but they're missing a lot of services that i end up needing pretty quickly. i think if i really didn't wanna use aws these days i'd go there still (they have native terraform support too) for a while i was only using cloudflare. just feels like their cli's are more cumbersome and i'm not a huge fan of their workers. their container setup is also definitely worse than aws, and no good native postgres. haven't tried vercel much but imagine i'd have the same annoyances there i've used azure for clients, that's also fine. i think their serverless stuff is kinda mediocre but other stuff was good. haven't used gcp yet so can't speak to it i've never used netlify or fly or coolify curious what other people are doing though

  • NickOcier76812
    Nick Ocier (@NickOcier76812) reported

    @Reelviews hey james. long time reader. cloudflare blocked me from accessing your website when i opened reelviews in my browser. cloudflare ray id is: a1c781881c55585b. any help is appreciated. thank you.

  • Mumukinds
    Kinds 🐧🪄 (@Mumukinds) reported

    can we just kill everyone who works for cloudflare? I know they probably perform a useful service to some people but i can't access half the internet because my vpn is on while I play umamusume then literally every employee at your company should die

  • rezerov_
    Hardik (@rezerov_) reported

    @Road_Kill11 @Cloudflare Might be a downstream consequence of AWS billing issue. Unlikely they'll 100x cost like this. Weird times man.

  • michael_upstack
    Michael @ Upstack Data (@michael_upstack) reported

    Software is a lot more like building a house. An architect decides where the walls go, where the plumbing runs, where the electrical lines run. Then specs how thick the walls need to be to hold the roof. What happens if a hurricane comes through? Is the foundation high enough for a flood? Same exact questions. Just asked about a building instead of a system. A software engineer answers the same category of questions. What happens if the internet goes down? What happens if Cloudflare has an outage? What happens if traffic spikes overnight? You can't put lights in the ceiling before the walls go up. And you can't put buttons on a screen before the API that supports them exists.

  • LFCtolu
    Tolu (@LFCtolu) reported

    Cloudflare says bots just passed humans as the majority of web traffic, about 18 months ahead of their own forecast. If you run a small business the takeaway is plain - the visitor deciding whether you make a customer’s shortlist is increasingly software, and most sites built to impress people are illegible to it. Prices, hours, services etc need to be in text a machine can read as well.

  • JureUrsic
    Jure Ursic Cergol (@JureUrsic) reported

    @XFreeze The real shift here isn't just code generation; it's the integration of infrastructure orchestration through open standards like MCP. Having an agent that can configure your Cloudflare rules, check Sentry errors, and adjust Neon databases in one workflow reduces cognitive friction. The value moves from writing the syntax to designing the system.

  • albursavi
    Mehmet Yildiz (@albursavi) reported

    @RyanEls4 Cloudflare... Also real time payload can be 'cached' based on data change interval through their database rather than KV service depending on it's importance.

  • arvidkahl
    Arvid Kahl (@arvidkahl) reported

    @Namecheap Cloudflare also doesn't support .de TLDs. The only one that seems to do it out of the box is GoDaddy. Yikes.

  • emoporemilio_en
    EmoPorEmilio 🇺🇾 (@emoporemilio_en) reported

    @threepointone at this point I just let codex and claude code use the cloudflare ai setup and don't bother with much, I haven't gotten even 1 problem yet

  • hunterguo101
    Hunter Guo (@hunterguo101) reported

    Codex 5.6 Sol has crossed a line that Fable has not: it can own a production outcome, not just generate convincing code. I reached that conclusion after two real jobs this week. First, I needed to integrate our 1toAll content agent into 11agents and deploy it. The job crossed two repositories, isolated workspaces, authentication, persistent production data, Cloudflare, and release automation. I spent an evening working through it with Claude. Each answer looked locally reasonable, but the system never became usable. One fix exposed another gap. A deployment appeared successful while the server was still running an older release. Sol inherited the shared memory and reconstructed the state itself. It traced ownership across both repos, fixed workspace isolation and login, added tests, deployed, then watched production until the running release SHA matched the new commit. The second job was the Flatkey website. Fable had produced a polished surface, but search, model switching, language switching, signup routes, API details, pricing and several buttons were incomplete or stale. Sol received one goal: make the site safe to ship. It checked the real product and docs, repaired the interactions and facts, deployed to a canary, ran 20 interaction tests and 12 production-path checks, then shifted traffic with a rollback path ready. Flatkey was part of the actual workflow here, not a decorative product mention: the model-routing infrastructure and its public surface had to agree in production. Code generation is now the minimum bar. The useful distinction is whether an agent can recover context, keep moving through newly discovered problems, verify the real system, deploy safely, and confirm the final state. Fable is still a strong generator. In long-running production work, Sol behaves more like an accountable engineering unit. That changes the org chart. Humans can concentrate judgment at a few gates: why this matters, what “done” means, and which boundaries cannot be crossed. The agent can own the path between them.

  • poptyedev
    Crypto Safe (@poptyedev) reported

    @the_smart_ape Everything is correct except for the part about Cloudflare as far as I know, the Cloudflare account was completely blocked and he no longer had access. Second point: Amun would never have used GoDaddy as a registrar, that other domain was registered by someone else. Other than that, I agree with your version of events.

  • displaynamename
    Display Name (@displaynamename) reported

    AI Infrastructure week ahead (20-26 Jul 2026) ────────── Nebius Next catalyst | Q2 results After the recent financing announcement, the next update is earnings. ────────── Credo Next catalyst | Next earnings Still waiting for the next set of numbers. Watching for any update on AI networking demand. ────────── Astera Labs 4 Aug | Q2 results One of the first earnings reports in the group. Looking for customer commentary. ────────── Cloudflare 6 Aug | Q2 results Interested to hear what management says about AI demand. ────────── Ouster 6 Aug | Q2 results Watching for updated guidance and customer demand. ────────── Tickers $NBIS $CRDO $ALAB $NET $OUST

  • maria6186551590
    Ethan Walker (@maria6186551590) reported

    Follow me and I’ll help you cut through market noise and focus on the stocks with real growth potential. $SNOW — Snowflake — Don’t buy $NET — Cloudflare — Don’t buy $ZS — Zscaler — Don’t buy $NOW — ServiceNow — Buy at $92-$99 $DDOG — Datadog — Buy at $242-$249 $VEEV — Veeva Systems — Buy at $183-$188 $SAP — SAP — Buy at $144-$154 $CRM — Salesforce — Buy at $156-$164

Check Current Status