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 1
New York City, NY 1
Manchester, England 1
Angers, Pays de la Loire 1
London, England 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:

  • JasonTally
    Jason Tally (@JasonTally) reported

    @EricLGoldstein @dok2001 You can already get a PlanetScale database through the Cloudflare dashboard and get billed for it through Cloudflare so I was counting that as one of the things that happened “another way”. From a customer perspective I don’t think a full acquisition would change much.

  • ax1vc
    AX1 (@ax1vc) reported

    Money was never the barrier to agents. Permission was. Permission is shipping today, just not on the money side. Cloudflare is working on getting Web Bot Auth through the IETF standard process. The requests are signed, sites verify the source of the request, and permissions are granted to entire categories of agents at once. Visa's agent standard is based on those same signed requests. Now see what verification actually does. Identity. Who's running this agent, and whether they disclosed it correctly. Cloudflare's own docs highlight the hole: you can verify the identity of the operator and know nothing about the user behind it. There's no information about what this specific agent actually accomplished stored in the signature. The Ethereum standard is ERC-8004, onchain registries for storing exactly that, co-authored by MetaMask, EF, Google, and Coinbase, with Base next on the list. But registries store records, they don't create them. Competitions will provide some kinds of records. What an agent can do within a sandbox. The record of what they accomplished out there somewhere with users and stakes involved needs a witness. That witness is a product that lets the agent in and keeps track of the results. That’s what we built, and it goes live this week.

  • ItsKamranK
    Kamran Khan (@ItsKamranK) reported

    @Rian_Visser @Namecheap Rian....worlds best company use Cloudflare for security and speed....if you don't use that's OK....I use Cloudflare CDN for almost every project....I don't have any issue...and why I will pay extra price in renewal charges, if I renew in same flat prices...

  • thedekeofhazard
    Mat Diekhake (@thedekeofhazard) reported

    Yesterday, I set up Cloudflare for my websites. It made them slow, and I had to turn it off. It also claimed my sites were down at the host several times.

  • jonas
    Jonas Templestein (@jonas) reported

    @dok2001 @jachands @mattzcarey I think even outside MCP oauth, managing scopes on access tokens on cloudflare is super confusing and tedious There seem to be two similar but different UIs that are each really fiddly and require advance knowledge of what scopes are called. There is no “manifest” support as far as I can tell where I could just paste a Jain blob or something to update scopes

  • GregKara6
    Grigori Karapetyan (@GregKara6) reported

    @weswinder no its not brother that's misinformation disseminated by a certain "competitor" hence why i call it a mind virus. i have never ran next.js anywhere but serverless, ok thats a lie but 99% of the time i have ran it serverless. and no not on vercel. i run my apps on digital ocean app platform (equivalent to serverless like lambda) and lambda itself. if you mean cloudflare workers. thats not serverless, that a totally different runtime running on v8 js engine, and by design *does not run node apps* in other words, ANYWHERE where node runs, next.js also runs with 0 modification or setup. the only thing that is vendor locked, which is the wrong thing to call it anyways is the vercel *specific* features like image optimization and SEO which is... on top of that, next.js has had the adapters api since 2019, just in case you want to go in and change the build process, but this does not matter and you probably will never ever need it.

  • MattieTK
    Matt 'TK' Taylor (@MattieTK) reported

    @nicole_clash This screams PWA banner to install to home screen. And also screams get on Cloudflare so you can start caching prompt responses for free so you never run the same recipe twice, through AI gateway.

  • uTombou
    Daniel Guzman (@uTombou) reported

    Now my problem. My COR connector runs on @Cloudflare Workers with McpAgent + Durable Objects. McpAgent got deprecated the same week. And that Durable Object exists to hold session state, which is the exact thing this spec removed.

  • chrisboard_
    Chris Board (@chrisboard_) reported

    From a network trace, it looks like a TCP handshake completes, but then a ClientHello is sent, but no response is received so keeps getting retransmitted until the timeout happens. I know there's nothing being shown on cloudflare status but this does seem like it might be related to cloudflare.

  • mrboldpineapple
    Rovshan (@mrboldpineapple) reported

    I still don't get how people merge PRs into main without a real review. I enjoy building with AI, but I read every line. Most of it is fine — but there's almost always some hidden logic worth a second look. Example: I'd never integrated a Cloudflare captcha into an API before. I could absolutely just ask AI to "add cApTcHa, mAkE iT sAfE" and it would work. But then I'd have no idea how my own app actually works, and the bugs pile up fast. So I try to understand every line — and half the time I end up finding a better solution along the way. Yea I'm pretty damn slow, but at least I'm learning along the way and my app is reliable. And features are very expensive, especially if your core functionality is ***

  • aldexdev
    alex ▲ (@aldexdev) reported

    "Deploy it to the edge" was 2023's cargo cult. Here's the 2026 rule: run functions close to the data they read, not close to the user. Edge (Cloudflare Workers · Vercel Edge · Deno Deploy) — auth checks, geolocation, redirects, A/B splits, header rewrites. Latency-sensitive, stateless, reads from cache or edge KV. Never a DB call. Region (Vercel Fluid · Fly Machines · Lambda in DB region) — RSC data fetch, Server Actions, CRUD, anything touching your primary DB. Anything more than 2 sequential queries belongs here, not at edge. Origin (Railway · Fly · your own boxes) — long-running, WebSockets, uploads, scheduled jobs, queues. Anything that breaks the request-response shape. Serverless will bite you here. The 2024 mistake: putting DB reads at the edge because "edge = fast." You add latency, not save it — every round-trip from Sydney to us-east-1 for a Prisma query costs you 200ms and a rate-limit ticket.

  • groktuto
    groky (@groktuto) reported

    Wtf just happened is @Cloudflare down?

  • meaty_tw
    Meaty (@meaty_tw) reported

    long story short, cloudflare had maintenance then VRC Api was giving issues, etc. Its been a lot

  • ericschweizer
    Eric Schweizer (@ericschweizer) reported

    @Serenity @Cloudflare Same issue @serenity. What did you do to fix this issue? It's one of our competitors clearly doing it and CF just auto flags our site. Just copy and pasting the same abuse complaints over and over. Everything is 100% fake.

  • ClassyXoge
    Xoge (@ClassyXoge) reported

    The only self custody is complete ownership of code, node and wallet. To ensure your ip is not logged, to ensure no down server or cloudflare reroute can stop you. Be your own bank, has never been more real than madlab

Check Current Status