Cloudflare status: hosting issues and outage reports
Problems detected
Users are reporting problems related to: cloud services, domains and web tools.
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.
August 6: Problems at Cloudflare
Cloudflare is having issues since 05:30 PM IST. Are you also affected? Leave a message in the comments section!
Most Reported Problems
The following are the most recent problems reported by Cloudflare users through our website.
- Cloud Services (32%)
- Domains (32%)
- Web Tools (18%)
- E-mail (9%)
- Hosting (9%)
Live Outage Map
The most recent Cloudflare outage reports came from the following cities:
| City | Problem Type | Report Time |
|---|---|---|
|
|
Cloud Services | 4 days ago |
|
|
Cloud Services | 5 days ago |
|
|
Cloud Services | 21 days ago |
|
|
Hosting | 24 days ago |
|
|
Domains | 1 month ago |
|
|
Cloud Services | 2 months ago |
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:
-
camjo (@camjodev) reported@alexsssaint wtf is a cloudflare wallet
-
TK Kong (@tkkong) reportedthese cloudflare agent releases are insane wtf
-
Samuel (@SamuelSurfboard) reported@C4ndide Googlee support only exists when you complain on social media lol, but these days I essentially use Cloudflare for almost everything. What type of startup did you launch?
-
Raphaël T-M (@raphaeltm_) reportedHeh. As an avid Cloudflare user, I agree. We're working on something that would allow enterprise software vendors to enable this behaviour in their deployments in customer cloud accounts. Also workflows for ops to aggregate feedback and use that to customize deployments for a team.
-
Shohan (@Shohan_Tech_AI) reported6. Default DNS Resolution Lag What it does: When your TV tries to load the image thumbnails for an app like Netflix, it uses your Internet Service Provider's default DNS server to find out where those images live on the internet. Think of DNS as the internet's phone book. Why it kills performance: ISP phone books are notoriously slow and incredibly outdated. Often, your TV is not actually lagging at all. The processor is fine, but the TV is frozen waiting for your internet provider to tell it where to download the movie poster graphics. *********** it: Settings → Network → Network Status → IP Settings → DNS Setting → Enter Manually. Change the numbers to 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare). You will literally watch your streaming apps load twice as fast.
-
sofia🤍 (@_sofiaaamoran) reported@mariagpts the cloudflare + separate host + separate VPS tool combo is exactly my setup too, never bothered fixing it either
-
🌸 ellie 🌸 (@heyellieday) reportedi’ll never go all in on a platform like cloudflare that so tightly merges itself with its primitives cuz they can ban me and then it’s over
-
crypto_abe (@cryptoabe4) reported@Cloudflare @Fidesiumapp, we too would love to offer our services to help you guys make sure your customers don't get hacked and rugged
-
Chris (@itry2makestuff) reported@dok2001 @Cloudflare I've been hammering away building something off that article all damn day.... And just now claude read my mind fn crazy
-
Neko Ninja (@NinjaNeko42) reportedfilling profiles with one eye open in morning for backlinks sees captcha verification copies it into terminal cool malware got in it asks keychain access next cancels 1 time prompts again whole eye opens this is fuking malware kills background process and delete its files and drop connections Good morning never do **** when u just woke up copying captcha thing into terminal was most stupid **** lol #malware these domains are malwares i have thrown out in 2 minutes @Cloudflare topbilliondirectory , stv4ec5 , sea6km3y.nesplowell , nesplowell these all attackers came from ur front buddy hiding their IPs behind your servers i will report it later on ur portal
-
hetu_intern (@HetuIntern) reportedCloudflare just launched a wallet service that lets AI agents autonomously make payments across the internet using crypto stablecoins. Not a demo. Not a concept paper. Production. AI agents are becoming economic actors — and they need a settlement layer that doesn't belong to any single platform.
-
veryserious (@veryseriouseng) reportedAll of these packages engage in your basic standard anti-analysis. They send some data to a Cloudflare Worker (with a DNS-over-TXT fallback). They then pull down a native second-stage binary per-OS, drop it in /tmp as a fake ".cache"/"dotnet_diag.exe", and run it detached so it outlives npm install.
-
Firat Özcan (@firatoezcan) reportedQuick thing since you mentioned that you run Cloudflare OS at home (with workerd I'd assume?): Would workerd help me in balancing my utilization for my servers? I have a lot of sandboxes running each with their own browser and have a hard "on-prem" requirement but putting a whole browser and also all the auxiliary things per box are kind of a heavy load. Not super heavy, but heavy enough that it makes some use-cases feel bad (latency wise) and makes utilization spiky
-
Aisha Mehta (@AishaMehtabn) reported@chrisboard_ @Cloudflare intermittent timeouts across multiple domains is the worst kind of mystery. hope it's just a blip on their end.
-
📈Nat Serrano (@natserran0) reportedAlso @Cloudflare can you please add multitenant to your CLI? Like gh auth swithc in github. I have to logout and login in wrangler everytime I am swtiching accounts
-
SaltyAom (@saltyAom) reportedOk, I'm going to be annoying here But what's stopping Node.js from implementing a native HTTP server based on Web Standard Request/Response? Like really? What's stopping it? It's very clear the industry has moved into this Runtime: Bun, Deno, Workerd/Cloudflare Worker, Vercel Function, Netlify Edge Function, Fastly Compute, Supabase Edge Function, even in your browser via Service Worker Meta framework: Nextjs, Nuxt, Angular, SvelteKit, Tanstack Start, Astro, Remix, Waku Even backend frameworks: Hono, Elysia, H3, every single Deno/Bun/Cloudflare Worker framework Every single one uses Web Standard Response/Response but the only major runtime that doesn't support it is Node.js? I would urge that not implementing it is hurting the ecosystem It makes the library/framework author have to implement their own adapter to convert from Node IncomingMessage/OutgoingMessage to Web Standard Request/Response just for the user to use it properly in a runtime that doesn't support it as an exception It noticeably adds unnecessary work to maintainers and additional overhead in both compute and memory usage for YOUR servers If you are using a meta framework, you are having a significant performance degradation compare to what it should be because Node.js simply decided not to implement this specific feature "Oh but that would be a breaking change" No, Web Standard Request/Response exists but is just never used outside of fetch doesn't need to be removed; just create a new function that doesn't intersect with it, and that's just literally it Node.js was even on the WinterGC committee (now WinterTC) to draft this standard, just to implement the bare minimum for fetch and not an HTTP Server? Like come on This is like Apple not wanting to implement RCS, but at least Apple has the elephant in the room of losing money, but here, there seems to be no valid reason at all to not implement it besides just to watch people mad I'm willing to bet if you ask a maintainer of a framework that supports API routes how they feel about this, every single one will say they're not happy or at least annoyed Personally, it felt like it's starting to get from the understandable zone into a really questionable zone I know how frustrating it is for maintainers to get a request to support this or that, as I myself also don't like one either But come on, when there's a standard already agreed on and used by everyone for years that even you yourself helped draft but just decided not to use it, you can't expect people not to complain about what makes their work harder Do I have to draft a page requesting support and ask for the author of each framework/runtme to sign so we can have the evidence that the majority library/framework want it or what? Because I'm willing to go to that length because of how frustrating it is right now
-
Inflectiv AI ⧉ (@inflectivAI) reported@Cloudflare That's a good example of security and performance scaling together. Handling 125 million daily requests only matters if legitimate users get through while bad traffic stays out.
-
Matt Hamlin (@immatthamlin) reported@Cloudflare How can I dig into the billing info and find where all the usage is coming from? I've effectively never needed to pay above the $5/mo plan but suddenly my usage spiked a couple of days ago - no clue where or how though
-
harmony ! ΘΔ& 💚🌱 (@aharmonysought) reported@LUVONAWlRE yeah. everything else was loading fine which is why i tweeted this to begin w, when i have this issue where only one site takes like two minutes per page to load it's usually toyhouse so. looping back around to cloudflare and the lack of staff it's probs one of those factors LMAO
-
PANKRATION (@WEB3Seer) reported10/ Superposition Network shutting down on September 8. Withdraw all funds before this date. #Superposition 11/ Cloudflare Wallets Launched wallet for AI agents (x402 protocol) for API and MCP tool payments. User name registration is open. #CloudflareWallets
-
tamimbuilds (@tamimbuilds) reportedThe biggest Cloudflare announcement wasn't another CDN feature. They quietly gave AI agents something they've never had before: Their own computer.
-
DevOps Daily (@thedevopsdaily) reported🤖 Cloudflare just launched Agents, so you can run AI agents on their edge network with state that survives restarts. This is the boring infra part nobody wanted to build themselves, and it matters more than the demos. Agent hosting is quietly becoming a platform feature.
-
Alpha Wire (@AlphaWireNewsAi) reportedJust in: North American technology software ETF narrows loss to 1.9%; Datadog and Hub Spot slide. A North American technology and software-stock index ETF narrowed its loss to 1.9% and was recently quoted at $99.39. It had fallen as low as $97.61 at the start of U.S. trading, a decline of more than 3.65%. Among individual stocks, Datadog was down 14.6% at $241.71 after touching $225.26. HubSpot fell 19.9% to $200.38 after reaching $185.05. Figma dropped 17.4% to $23.25 after falling as low as $22.14. Salesforce declined 4.1% to $185 after touching $183. ServiceNow fell 2% to $114.85 after weakening to $111.80. MongoDB was down 0.8% at $373.45 after falling to $355. Atlassian Corporation dropped 3.6% to $109.22 after weakening to $107.69. Cloudflare Inc. fell 0.9% to $290.18 after touching $280.13. Snowflake gained 1.2% to $320.57 after earlier falling to $304.39. #Stocks #Markets
-
StumblingOaf (@StumblingOaf) reportedHey @RVTrder! Blocking all users that are on Cloudflare protected exit points seems like a bad business choice, but you do you.
-
Yuval Gilad (@iamyuvalgilad) reported1 in 5 visitors this holiday season won't be human. Salesforce: 20% of holiday ecommerce traffic will come from AI agents - including shopper bots, autonomous agents, and competitor price scrapers Similarweb: 55.9% of AI-influenced visits arrive via search Adobe: AI referrals convert 42% better and stay 48% longer Cloudflare: over half the web is already non-human The catch: most of this never shows up as an AI referral. It hides in your search traffic, or never touches the website at all. We spent years on UX. The next discipline is AX: the experience you give the agents shopping on your customers' behalf. Agentic traffic stopped being an edge case.
-
BigBagX (@BigBag_X) reported@Cloudflare allows Ai Agents to pay for APIs @SoFiTechSol built the blockchain agnostic API stack that banks, fintechs and credit unions will need to simplify their life … to be born in the 70s, 80s or 90s and have NO CLUE about the changes on the horizon… **** around 🫢😬
-
Rob Leathern (@robleathern) reportedQuick analysis here (Ari shared the URL w me, I won’t repeat it), usual disclaimers apply: What it pretends to be. A Luma event page inviting you to Advertising Week New York 2026 — a real conference with real dates (Oct 5–8) at a real venue. The clone is faithful down to the “Report Event” button and a working Google Maps embed, and it hotlinks the actual cover image and favicon from advertisingweek[.]com. The domain, —redacted—— reads as “AdWeek’s event NY” rather than misspelling anything, so string-similarity domain checks won’t flag it. How it works. Clicking “Accept Invitation” opens a pixel-accurate Google sign-in replica with a ten-minute countdown running. Once you submit credentials, you’re parked on a “Validating your credentials…” spinner while your browser quietly polls the attacker’s server once per second. That poll speaks the Telegram Bot API’s getUpdates format — meaning a human operator is sitting in a Telegram chat watching victims arrive, driving each victim’s screen with inline buttons. This is the key distinction: it’s a live relay, not a harvester that stores credentials for later. The operator types your password into the real Google simultaneously and reflects Google’s genuine responses back at you. The command set includes wrongpass and wrongemail, so a typo produces an authentic-feeling retry prompt. TOTP, SMS, email, and WhatsApp codes all get relayed inside their validity windows. Even Google’s number-matching push is defeated — the operator reads the two-digit number off the real prompt and pushes it to your screen, so the number you’re told to tap is correct, and tapping it authorizes their session. What it’s after. Corporate Google Workspace accounts, specifically. The kit hardcodes ~40 consumer email domains — gmail, yahoo, outlook, icloud, proton — and refuses them. Personal accounts are turned away at the door. Pair that with an advertising-industry lure and the target profile is clear: accounts that sit on top of ad budgets, client data, and payment approval chains. The goal isn’t the password; it’s the authenticated session and the persistence that follows — OAuth grants, mail forwarding rules, delegated access. How it avoids detection. Several layers, working together: (a) A fake Cloudflare “Checking if the site connection is secure” screen gates the payload, so automated URL scanners that don’t click never see the phishing content. It also displays invite[.]advertisingweek[.]com as the domain being verified. (b) The JavaScript is obfuscated with an RC4-keyed string array — over 16,000 encoded strings, so grepping the shipped bundle for “password” or “google” returns nothing. (c) CSS class names are randomized per build (toast94, veldt_84), defeating signature-based detection of the cloned layouts. (d) An inline script deletes and freezes React DevTools, specifically blocking inspection of the component state where credentials live pre-submission. (e) The network profile is dominated by genuine Google Maps, Google Fonts, and hotlinked brand images. The only attacker-controlled request is a same-origin POST to a generic /api.php — indistinguishable from ordinary app traffic.
-
kalpesh.eth (@kalpmehta) reported@Cloudflare Can you please look into the support ticket #23331977? I am blocked from using cloudflare services and need urgent help.
-
Rapid (@0xRapid) reported@threepointone I love Cloudflare, dont get me wrong most of it is true. But the support even for enterprise tickets is the slowest I have seen in a while. Im a huge fan however ans I do everything in CF.
-
Jacob (@Sanzsouki) reported@Cloudflare Cloudflare is great until you need support to disable SSO bc you forgot to rotate keys