Cloudflare status: hosting issues and outage reports
No problems detected
If you are having issues, please submit a report below.
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.
- Domains (42%)
- Cloud Services (26%)
- Hosting (19%)
- Web Tools (9%)
- E-mail (5%)
Live Outage Map
The most recent Cloudflare outage reports came from the following cities:
| City | Problem Type | Report Time |
|---|---|---|
|
|
Domains | 2 days ago |
|
|
Hosting | 15 days ago |
|
|
15 days ago | |
|
|
Web Tools | 15 days ago |
|
|
Cloud Services | 16 days ago |
|
|
Cloud Services | 16 days 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:
-
Christer K Andersson (@yesboxx) reportedMastercard may have just provided one of the clearest signals yet about where payments are heading. Their new Agent Pay for Machines initiative is built around: • AI agents transacting autonomously • Machine-to-machine payments • Micropayments • Stablecoin settlement • High-frequency, low-latency transactions What caught my attention was not the technology itself, but the ecosystem around it. Coinbase, Stripe, Adyen, Cloudflare, Polygon, Aave, MoonPay and others are already participating. For years, many of these concepts lived mostly in the worlds of crypto, fintech and AI startups. Now they are appearing in products launched by global payment networks. To me, this is another signal that the discussion is moving from if autonomous commerce will happen to how it will be implemented. If software starts buying services from software, the payment infrastructure behind those transactions becomes strategically important. Which companies are best positioned to power that future?
-
Hasan Aboul Hasan (@hasan_ab_hasan) reportedDay 2 of building ToolerBox: the largest free online tools site on the web. Today I added country analytics to the admin dashboard. Every login now records which country it came from. If an account later logs in from a new country, it gets flagged. I thought this needed a paid geolocation service. It didn't. Why I built it: A new-country login is one of the cheapest signals an account is shared or stolen. And knowing where users actually are guides what to localize and build next. How it works: Cloudflare already geolocates every visitor at the edge and stamps a country code on requests. A free header, CF-IPCountry. No MaxMind database, no geolocation API, no latency. But there's a catch. A header is just text the client sends. Anyone can hit my server directly and send "CF-IPCountry: US". So NEVER trust it. The fix: only trust the header when the IP connecting to you is provably Cloudflare. A forged header sent to the origin gets ignored, its IP isn't Cloudflare's. Trust the header, but only from a source that can't fake it. A few other decisions: - Store the country on the user row, so the admin list stays fast, no per-user joins. - Increment the per-country counter atomically, so two logins at once don't lose a count. That's a race condition. - Fire the alert ONCE, on the first mismatch, not on every foreign login. It's a review signal, not an auto-block. VPNs, proxies, and travel exist. The result: shared or stolen accounts land on a reviewable list, plus real location data, no analytics vendor. And yes, I know this looks like overkill on day 2. But ToolerBox is my lab to learn and build real, scalable, production-ready apps. I'd rather build it now and grow into it than bolt it on later.
-
Mr. Review Ai (@MrReviewai) reported3/ The Fix Strategy for WordPress: No hiding the ugly numbers. I’m stripping down unused CSS/JS using Asset CleanUp, setting up advanced caching, and testing Cloudflare routing to optimize global delivery.
-
Youssof (@youssof_hammoud) reportedClouflare AI chatbot is the worst AI I ever tried! It takes forever to respond.. #cloudflare #AI
-
Samson Safari Meeme (@meemesaf) reportedStopping the bad guys with Cloudflare: 1,454 malicious requests blocked or challenged in the last month #cloudflare
-
@Adeelahmadxx (@AdeelahmadXX) reportedBREAKING: Anthropic is expected to release Claude Mythos tomorrow, the same model it said was too dangerous to make public. A "Mythos 1" tag was briefly spotted inside the Claude Code UI last week before being pulled, signaling a public release is imminent. In a restricted preview, Mythos found 271 vulnerabilities in Firefox alone, including a 15-year-old bug in Mozilla's HTML engine and a 20 year old flaw in its XML processor that years of human auditing had completely missed. Mozilla went from patching 21 security issues per month to 423 in a single month. When Mythos was first leaked in March: CrowdStrike fell -7% Palo Alto fell -6% Zscaler fell -4.5% Okta and Netskope fell -7% Tenable crashed -9% Cloudflare fell -13% Thomson Reuters fell -19% RELX fell -15% LegalZoom crashed -20%. The S&P 500 Software and Services Index fell 2.6% in a single session and is now down 12% since January.
-
Trent (@TrentBuysValue) reported@LazyPepper @AmoremPatriae @PaulineHansonOz More likely a DDOS attach to prevent people from donating. Looks like Cloudflare has just been added to help mitigate it.
-
MaX Falstein 🏴🇬🇧🇺🇸🇰🇾🇬🇮🇭🇰 (@MaXFalstein) reported@skcd42 Are you thinking about remote browser isolation? Cloudflare does a lot of this for zero trust; the same as ThreatLocker. They use custom versions of Network Vector Rendering and Chromium-based remote browsers. You can do it yourself or do it in 𝕏 - it works quite quickly and without too many issues.
-
Daniel Romero (@HyperTechInvest) reportedCloudflare $NET believes CPU demand could 20x with AI agents $AMD $INTC $ARM The company argues that AI agents could create a massive CPU/server infrastructure problem if every worker runs multiple agents using today’s cloud model The math: US: ⏩ 100M knowledge workers × 1 agent each ÷ ~10 agents per CPU = 10M CPUs Global: ⏩ 1B knowledge workers × 10 agents each ÷ ~10 agents per CPU = 1B CPUs Cloudflare compares this to current global server CPU production of only ~35M–45M per year, implying the current approach could require ~20x current annual CPU production $NET is pitching Agent Cloud as a solution This is how it would work: 1. Dynamic Workers instead of full containers Agents can be spun up on demand and put back into cold storage when idle, avoiding one heavy always-on container per agent 2. Durable Objects for state Agents need memory/state for tasks, files, sessions, progress, and tool outputs. Durable Objects give each agent/app a stateful object with local SQLite-backed storage 3. Workflows for long-running agents Agents may run for minutes, hours, or days while waiting for approvals, retries, external events, or scheduled steps. Dynamic Workflows allow these processes to hibernate between steps instead of constantly consuming compute 4. Project Think / Agents SDK Project Think adds agent-specific primitives like durable execution, crash recovery, checkpointing, sub-agents, persistent sessions, and sandboxed code execution 5. Sandboxes only when full computers are needed For coding agents or tasks requiring bash, ***, file systems, browsers, or arbitrary binaries, Cloudflare still offers Sandbox containers. But the idea is to use them only when necessary, not as the default runtime for every agent
-
Titanium (@akinkunmi) reported@Kolar_Dev Vercel has a **** ton of features and it still looks good. Same as Posthog. Even CloudFlare. So that's not even an excuse.
-
Ale Ritty (@aleritty) reportedHey @Cloudflare . I'm a customer and have a ticket about a wrong billing opened since 28 days without any answer #02131850. In 2 days I get billed again and I'm not happy about this.
-
MoroJS (@Moro_Js) reported@samgoodwin89 cloudflare alchemy is cool but if you’re building the api layer, why not skip the boilerplate? morojs ships with cloudflare workers support, built-in caching, and auto-typed routes. same code, 10ms cold starts. no config files. just `createApp()` and ship. 🚀
-
DinkinFlicka (@DinkinFlicka400) reportedIt can also find cures then, but instead of offering this Mythos that can end world to Pfizer or some company like this, he gives access to cloudflare and companies like this? Altman is scammer but God damn Amodei is even bigger one
-
Your Private Proxy (@YourPrivateProx) reported@mesmerlord @MartinShkreli Claude Code writing it is step one. The scraper running against Cloudflare is step two — that's where datacenter egress fails and the model's willingness stops mattering. IP reputation is a separate problem from code quality.
-
Timo (@mofeeni) reported@nthglsn @Cloudflare Wow that’s crazy. Huge ticket paid and they don’t answer. Same ****** support as Meta. My family’s polo club Instagram account was disabled on Monday by automated AI. I was not able to talk to a single person. ALL the business was through the Instagram.
-
manohhoerse (@manohhorse) reportedlegitimately **** @Cloudflare
-
hide.me VPN (@thevpncompany) reportedScale check: Cloudflare blocked 20.5M DDoS attacks in Q1 2025. The biggest on record hit 31.4 Tbps. No home connection survives that. The goal isn't being unkillable. It's never handing over the address they'd aim at.
-
Jayshree (@jayshreeanand) reportedCloudflare has the best AI support agent I’ve used so far. I don’t even search through the dashboard anymore. I just type: “purge cache for zone ___” Or describe any task in plain English and it just gets it done.
-
ThesisLoop.ai (@ThesisLoopai) reportedCloudflare may be the weirdest AI stock. Not GPUs. Not models. The bet: every AI agent needs edge compute, sandboxes and security. Cloudflare says daily AI-agent requests on its network rose 1,700%+. AI tollbooth or valuation trap? Mapped on ThesisLoop. Not advice.
-
Rationalist44 (@rationalist44) reported@MetcheckUK METCHECK - CLOUDFLARE IS FLAGGING YOUR HTTPS CERTIFICATE INVALID. METCHECK ***DOWN*** ALL OVER THE PLACE... -PLEASE FIX URGENTLY - signed - PEOPLE OF EARTH
-
Tradeus Alpi (@TradeusAlpi) reported@HabeebSz @nthglsn @Cloudflare Imagine paying 22k and then the support blocks your account
-
Colin Charles (@bytebot) reportedThin is in. Thin clients. The network is the computer. Oracle actually allowed the Sun Microsystems trademark lapse, and Cloudflare now owns it.
-
Safia Sultana (@AIwithSafia) reportedThen the neighbor opened the router's DNS settings. The router was using Comcast's DNS servers by default. Every website request he made every page loaded, every video streamed, every search term typed was routed through Comcast's DNS infrastructure first. This isn't just a privacy issue. It's a speed issue. Comcast's DNS servers are notoriously slow. They also log every request and have been caught injecting ads into error pages. The fix: 1. Router admin panel → DNS settings 2. Replace the default with ''1.1.1.1'' (Cloudflare, fastest publicly available DNS) or ''8.8.8.8'' (Google, slightly slower but reliable) 3. Save and reboot Page load times dropped by 15-30% across the board. This single change is one of the highest-impact, lowest-effort internet upgrades anyone can make.
-
Avondio (@AvondioAI) reportedThis is a suggested org chart of a 50-person company at a 1-person burn rate. When you start an AI company, everyone tells you to hire engineers. What you actually need are autonomous agents. With @NousResearch Hermes and Kanban you can easily accomplish this. Frontier model costs keep dropping. It gets cheaper every quarter. It's easier than ever to accomplish this with a motivated and driven individual. Here is an example org chart. One founder. 31 agents. Not an end all be all but a good suggestion to help anons get started. Agents sit idle and cost nothing when there is no work. No salary, no benefits, no burn. They only cost when they are producing. Executive -- CEO (human), CTO, CFO Infrastructure -- shell-agent, lxc-agent, infra-agent, linode-agent, cloudflare-agent Product & Engineering -- api-agent, db-agent, frontend-agent, web-agent Operations -- devops-agent, monitor-agent, security-agent, backup-agent, cdn-agent Business -- billing-agent, email-agent, marketing-agent, sales-agent, financial-agent Quality -- testing-agent, qa-agent Support -- tech-support-agent, website-chat-agent, support-agent Knowledge & Legal -- doc-agent, research-agent, legal-agent Creative -- creatives-agent, voice-agent Data -- data-agent 31 agents. One founder. No equity, no benefits, no attrition. Can you think of any others? It all begins with a simple why. What's your why?
-
TBPN (@tbpn) reportedFULL INTERVIEW: Cloudflare CEO @eastdakota joins TBPN to discuss why agent traffic has surpassed human web traffic, the company's acquisition of VoidZero, and why concerns about data center water usage are overblown. 2:13 - Why today's infrastructure can't support billions of AI agents 7:38 - Bot traffic vs. human traffic 11:51 - Long-running AI agents are the future, not chatbots 15:15 - The 3 reasons companies are moving AI inference to the edge 17:29 - On concerns about data centers using too much water 19:41 - Matthew Prince on lawsuits from Spain and Italy over piracy 22:10 - Why being a public company is healthier than taking VC money 28:57 - Matthew Prince on hiring 1,111 interns
-
Charley 🦀 (@charles_lukes) reportedis cloudflare down? cant login
-
esyx (@esyx0) reported@pbertrand_dev @levelsio @Cloudflare that's the worst part, I don't even know whar I did wrong. thank you!
-
Leon (@Nordikkkk) reported@PlutoPurityGG @nthglsn @Cloudflare They did receive the service, you pay retroactively
-
Ivo (@IvoAI3) reportedThe part of this stack that should get more attention: He's not paying $6/account/month minimum on social posting through @zernio_api just to get this running. First 2 accounts are free. PHP, SQLite, and Cloudflare R2 instead of the usual Next.js + Kubernetes stack most people think they need. This is what "no VC" actually looks like in code, not just in a tweet. Most SaaS ideas die in the infrastructure decision before they ever reach a customer.
-
Josh W (@ItsWelford) reportedAnyone at Cloudflare able to help with an OAuth client? It's still waiting for verification & it makes me think something is wrong, because my other OAuth client verified almost instantly.