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.

  • 33% Domains (33%)
  • 29% Cloud Services (29%)
  • 17% Web Tools (17%)
  • 13% Hosting (13%)
  • 8% E-mail (8%)

Live Outage Map

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

CityProblem TypeReport Time
New York City Cloud Services 1 day ago
Los Angeles Cloud Services 2 days ago
Paris Cloud Services 18 days ago
New York City Hosting 21 days ago
Manchester Domains 1 month ago
Angers Cloud Services 2 months 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:

  • flaviocopes
    flavio (@flaviocopes) reported

    @dnnskr91 Yeah but I’m doing all on Cloudflare these days from domain to compute and database for new apps so not an issue for me rn

  • a_skin2
    a_skin2 🔺 (@a_skin2) reported

    The Avax C-Chain API on @KoinlyOfficial seems to be malfunctioning (Cloudflare 502). Won't let me sync my txs since July 10. This is affecting my oldest wallet, the other ones seem to be working to some extent (missing ERC-20 txs and only tracking avax txs). Is anyone experiencing the same issue?

  • Huintellimance
    Huintellimance (@Huintellimance) reported

    Anthropic just deleted sessions from MCP — and it's the biggest protocol update since the spec launched. Here's what changed and why every AI developer should care: OLD MCP = a phone call. Your client and server ran an initialize handshake. The server returned a session ID. Every subsequent request carried that ID, and the server held your negotiated state in a live object inside one specific process. Think of a restaurant where only the waiter who took your order knows what you ordered. Works fine — until that waiter goes home. The problem: because state lived in one process, you couldn't spread requests across instances. Load balancers needed sticky sessions. Teams pushed state into shared storage. A single server restart dropped every open session. Autoscaling was essentially blocked. NEW MCP = an order slip. Anthropic killed the handshake and the Mcp-Session-Id header. Every request now carries its own protocol version, client identity, and capabilities in a _meta field. Any request can land on any instance behind a plain round-robin balancer. MCP servers are now ordinary HTTP services. They run on serverless. They run on edge. They survive restarts. But removing sessions broke three features, so each got rebuilt: Interactive tools → Servers used to push questions down a held-open stream. Now they return an "input_required" status and the client retries with the answer attached. Clean request/response. No persistent connection needed. Routing → Method and tool names moved into Mcp-Method and Mcp-Name headers. Gateways and rate limiters can route and meter without parsing JSON-RPC bodies. This is a massive win for API infrastructure teams. Caching → List responses now carry ttlMs and cacheScope. Clients cache tool catalogs instead of refetching on every reconnect. Less overhead, faster cold starts. Here's the part most people missed: State didn't disappear — it moved somewhere the model can actually see it. Instead of a session ID hidden in a header (invisible to the LLM), tools now return an explicit handle as an argument. The model can read it, thread it between tools, and recover from failed calls. A session ID in a header = the model has no idea it exists. A handle in the arguments = the model can reason about it. This is a fundamental shift in how agent state works. The protocol now treats the model as a first-class participant in state management, not a bystander. What this means in practice: Deploy MCP servers on Cloudflare Workers, Lambda, or any edge runtime — no session affinity required Horizontal scaling is finally trivial: round-robin, no shared store Server restarts don't kill active workflows Agent state becomes explicit and model-readable instead of hidden in infrastructure The MCP vs. CLI debate was already the wrong frame. This update makes it irrelevant. MCP servers are now as easy to deploy as any REST API, and agent state lives where it should — in the model's context, not in some ephemeral server process. If you're building agent infrastructure and haven't read the 2026-07-28 spec update, you're already behind. What's your current MCP deployment setup — and does stateless change your architecture plans? #MCP

  • TheHAMCORE
    Mat | HAMCORE (@TheHAMCORE) reported

    @iPixelGalaxy I'd be interested to see where ClypDat goes. My main wish list for Linux would be RAM recording support, Wayland support, global hotkeys, screen selection, trimming, and copy to clipboard buttons. Currently Vice uses cloudflared and Cloudflare Tunnel to make links.

  • TylerChud
    Tyler (@TylerChud) reported

    @AgeOfInversion Leonarda Jonie frequently calls for violence But if i even insinuate violence My post or reply is deleted and im stuck in a Cloudflare login loop

  • kushbhuwalka
    Kush (@kushbhuwalka) reported

    browser agents are failing the problem is - today coding agents use CDP (chrome DevTools protocol) because it lets the agent read from the DOM, inspect element etc. programmatically. thats an issue because its super easy to detect, so cloudflare instantly blocks you by sending you a heinous captcha or simply just saying 'you're not human'. So what you want is a browser ecosystem for AI agents which is similar to a human browser. They have access to all the programmatic tools but they behave more human-like and pass undetected. I'm guessing this is what companies like @AsideAI did. It's definitely cool but what i really want is for my local agent to have its own browser and drive it really well. in other words, I want aside AI for my own agent.

  • WIVReports
    WIV Reports — Uncensored (@WIVReports) reported

    @BasedTorba I canceled my Gab AI subscription. I paid for a full year and got hard-locked out of prompt submissions. Support claimed my ISP was blocking the site. Developer Tools (attached) explicitly showed Cloudflare returning HTTP 429 Too Many Requests on your socket io endpoint (Ray ID: a2377c992a865050-SEA). Support's official response? "Dev ops confirms you are not blocked by CF and says your understanding of what you are seeing is an incorrect assumption." An HTTP 429 from Server: cloudflare is, by definition, an edge rate limit. Instead of escalating basic DevTools data to fix a socket routing bug, support gaslit a paying customer and issued a partial refund to shut down the ticket. If this is how Gab handles infrastructure bugs and long-term users, people should know what to expect. Andrew, email chain is available if you actually care about fixing your support and edge config.

  • JamesWelbes
    James Welbes - AI Bro (@JamesWelbes) reported

    I'm tired of messing with SMTP every time I create a form. Today I moved my main site off of WordPress and rebuilt it in Astro. I have a contact form on this website. I also have a "command center" that I built for myself that is a web app filled with useful things like a financial dashboard that shows me data from my stripe account and my invoicing software, a page with all my WordPress sites where I can update plugins and check the debug log, a bunch of useful stuff like that. When the form on my website is filled out and submitted, the submission is saved to a database (d1 on CloudFlare). My command center is connected to that database so it displays all my form submissions for me. the CloudFlare worker or d1 or whatever (still getting myself up to speed with the CloudFlare lingo) sends a push notification to my phone letting me know I received a new form submission. tapping on the notification takes me to my command center (which is just a PWA that I have installed on my computers and my phone). The one thing I'm losing is the ability to send the customer a thank you email which I'm fine with because there is 0 value in those emails for myself and the customer. They just get a nice "thank you" message on the website after submitting the form.

  • hot_town
    Vinny (@hot_town) reported

    Damn. Cloudflare just became 100x cooler for me.

  • SauceNAO
    Xamayon (@SauceNAO) reported

    If you use Vultr Firewall Groups and have a rule restricted to Cloudflare sources, it's probably blocking all traffic right now... Either switch the rule to allow all or disconnect and reconnect the firewall group from your servers. Not thrilled that they knew about the issue and didn't bother to let their customers know.

  • nikuscs
    Pedro Martins (@nikuscs) reported

    My rust slop tunnelling service is now public! Wormhole 🪱 - Private Tunneling Relay to run on your vps or @Cloudflare workers + Durable Objects - Cloudflare named & random named tunnels - @Tailscale support - Prefix your next/vite dev servers with wormhole and get a url without worry about ports ( grabbed from portless ) with a few extras - Generates stable worktrees urls when used with private relays, so you can preview your website anywhere. Repo in the comments 👇

  • FavourYusuf1
    Favour Y. (@FavourYusuf1) reported

    Got this thing, for 2 months it didn't work. Then after I fixed it, like half the internet did not work on it because cloudflare blocked it. Very useless something. And their support is non-existent. Even their staff don't know how the damn thing works. Imagine them googling what the home ip address for the ODU is, they only knew the one for the indoor unit. I wish I can sell mine sef.

  • ichika_games
    ICHIKA GAMES (@ichika_games) reported

    the CIA is hacking my internet and making everything a cloudflare block, i never should have gone back on anti depressants i knew they were putting chips in my brain to control me

  • jchaskin22
    chaskin.eth (@jchaskin22) reported

    @auryn_macmillan Agreed It also feels a bit weird to celebrate 100% uptime when most users still access Ethereum through centralized RPCs that go offline when something like cloudflare goes down We’re starting to work on this at the EF, but today the chain’s uptime and users ability to access it are still very different things

  • ClownYouAllDay
    Albert Clownstein (@ClownYouAllDay) reported

    @NotNordgaren What ******** is this thread? Doesn’t everyone know you have to call cloudflare for localhost issues if using cloudflare dns settings on your pc so they can issue a new certificate for it?

  • bnistordev
    bnistordev (@bnistordev) reported

    I recommended using @Cloudflare Neurons within Handy because it’s a win-win situation. The problem is that it keeps generating an endless number of errors of different kinds, and Cloudflare’s API returns a vast array of models. I spent at least 30 minutes trying to get everything working, but in the end, I couldn’t, so I switched to DeepSeek.

  • Lockendrik41
    Lockendrik (@Lockendrik41) reported

    Someone has to notify Cloudflare (SoyBooru's registrar) about the SoyBooru's current state. All the degenerate **** that's getting posted on the 'ru is only visible like the ATFbooru where you can only see the 'P by making an account there.

  • Moro_Js
    MoroJS (@Moro_Js) reported

    @TheHackersNews routing webRTC through twilio via cloudflare is clever. it’s basically tunneling the signal inside a proxy chain to hide the source ip. no chrome patch needed because it’s not exploiting a browser bug, just leveraging existing infrastructure as camouflage. smart move for evasion.

  • RosedInqually
    Rosed (@RosedInqually) reported

    Can X and Cloudflare stfu already I genuinely can't stand "Verify your age" just to click the same button over and over again and NEVER be able to actually verify, this **** sickens me.

  • ValSocial
    Val Vesa (@ValSocial) reported

    @Santosh74038967 Cloudflare Analytics measures server-side HTTP requests and network traffic at the edge, capturing all bots, crawlers, and direct hits. In contrast, tools like Google Analytics track client-side user behavior via JavaScript, counting only browsers that execute the script and attempting to filter out automated traffic.

  • DeadlockState
    Evil Emperor Zurg (@DeadlockState) reported

    Hi @dok2001 are you planning to support .fr domains in Cloudflare Domains ?

  • massiveclouds
    Massive Clouds (@massiveclouds) reported

    @christophermera Cloudflare workers are impacted, Claude services showing 529 Overloaded issues..

  • polsia
    Polsia (@polsia) reported

    Mux + Zencoder + Cloudflare Stream. A ladder written in 2021. An on-call rotation that pages you at 3am. Kaldra collapses it into autonomous agents that ingest, transcode, DRM, and deliver — and re-encode bad ladders before the alert fires.

  • yatagarasu_meru
    八咫烏 Merui (@yatagarasu_meru) reported

    @kochin520 I initially thought the previous build was just weird but it seems it's not a build issue. It's might be cloudflare or ISP issue, since I also have the site load slow on my internet, but opening up a VPN even on the same place, made the site load quickly. Done some testing, dev page that is on cloudflare servers loads quick. Opened a VPN set to Manila, it loads quick I even gone and rolled back the site in a build from a day ago which I know loads fine a few hours ago. Still loads slow. so I think it's ISP problem. Since I see your country you are from. Image: Right is with Manila VPN: 0.4 seconds load.

  • JamesbL
    jamesb lawson (@JamesbL) reported

    @SmorglesBord @AlecStapp he thought she was indian..lol Cloudflare caused a major global internet disruption on November 18, 2025, taking down popular services like X, ChatGPT, and Spotify. The outage stemmed from an internal software crash rather than a cyberattack. [1, 2, 3]

  • HanoriaSun
    Hanoria Sun (@HanoriaSun) reported

    @bipr_uk yeah - it was one of the strangest glitches i have seen. The VPN I was using in '23 continually dropped connection, it was so bad, the company discontinued that product, then i switched vendors, things have been reliable since. i use cloudflare, i like them

  • itsmeblueguy
    blueguy (@itsmeblueguy) reported

    @anilsoylu @Cloudflare There’s only one person that can fix things around cloudflare and is not even an employee lol @theo do your rants haha

  • DrGlitchyTV
    DrGlitchy ⚒️⚙️ (@DrGlitchyTV) reported

    @CarlosHenr36599 @realrusro You would have to train 1.5 million moderators before you could put them in the job, the would have to speak a litany of different languages and you would need even more people to watch **** groups and relay the new slang and abbreviations. You also need a network team to prevent those people from getting back on the platform (or you could hire Cloudflare for a custom integration).

  • joshualeond
    Josh Duncan (@joshualeond) reported

    @morganlinton I’m used to using Expo + Cloudflare + AWS for some of my iOS agentic stuff. Not familiar with Bolt or Lovable. Do you recommend either of them? I have a customer that wants an mvp app in a couple weeks and trying to weigh pros and cons.

  • WIVReports
    WIV Reports — Uncensored (@WIVReports) reported

    Any first-year network engineer knows the playbook: see a 429 with a CF-Ray ID, log into the Cloudflare dashboard, check the WAF/Rate Limiting logs for that ray ID, and adjust the rule. It’s literally a 2-minute fix. Instead, they insisted Cloudflare wasn't blocking anything, claimed DevTools were wrong, and issued a partial refund rather than taking 120 seconds to look at their edge logs. Pure laziness.