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 (41%)
- Cloud Services (25%)
- Hosting (16%)
- Web Tools (13%)
- E-mail (6%)
Live Outage Map
The most recent Cloudflare outage reports came from the following cities:
| City | Problem Type | Report Time |
|---|---|---|
|
|
Domains | 12 days ago |
|
|
Cloud Services | 23 days ago |
|
|
Domains | 25 days ago |
|
|
Hosting | 1 month ago |
|
|
1 month ago | |
|
|
Web Tools | 1 month 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:
-
0xLoopTheory (@0xLoopTheory) reportedGoogle is moving a number of its TLS certificates from RSA to ECDSA. Not because ECDSA is quantum-safe. It is not. Not because RSA is about to fall. It is not. Not because someone at Google forgot Shor's algorithm exists. They did not. The announcement is easy to misread. Google Trust Services says that during Q2 2026, a number of Google services that have historically provided an RSA leaf certificate will shift to an ECDSA leaf certificate by default. So in the middle of the post-quantum migration, Google moves certificates from one Shor-vulnerable algorithm to another. Under standard resource estimates (Roetteler et al., 2017), breaking P-256 requires fewer logical qubits than breaking RSA-2048. On paper, this is a step toward the more quantum-fragile primitive. It still makes sense, and the reason is the most useful mental model I know for the PQ transition: TLS does not migrate as one block. It migrates in layers, and each layer faces a different threat on a different clock. Key exchange is on the fast clock. Recorded traffic can be decrypted retroactively: harvest now, decrypt later. So it moved first. X25519MLKEM768 is now default or automatically advertised in current major browser stacks: Chrome, Edge, Firefox, and Safari on Apple's 26-generation OS releases. By late October 2025, the majority of human-initiated traffic with Cloudflare was already using post-quantum encryption. Certificates are on the slow clock. For live TLS authentication, a signature must be unforgeable at the moment it is verified, not forever. A quantum computer in 2035 cannot retroactively forge the certificate that authenticated your session today. And the slow clock is forced by a budget nobody can print more of: bytes. An ML-DSA-44 signature is 2,420 bytes. A raw ECDSA P-256 signature is 64 bytes. Cloudflare estimates a drop-in swap would more than double the bytes most QUIC connections transmit over their lifetime. Chrome says plainly it has no immediate plan to add traditional X.509 post-quantum certificates to its root store. Chrome's public-WebPKI plan is Merkle Tree Certificates, now being developed in the IETF PLANTS working group, against Google's broader stated 2029 PQC migration timeline. So the ECDSA move is classical housekeeping. Google's stated rationale is efficiency: smaller to transmit, cheaper to process. The announcement does not mention post-quantum once. Which layer is migrating? Against which threat? With which ecosystem attached? Ask those three questions and most "why not just deploy PQC now" takes dissolve. The honest counterweight: maybe the slow clock is not as slow as the WebPKI assumes. Roots live for decades. Devices outlive their update channels. Gidney's estimate for breaking RSA-2048 dropped from 20 million noisy qubits in 2019 to under one million in 2025. If you think certificate authentication has less time than the ecosystem assumes, that is the argument worth having. I would like to hear it.
-
João Tomé (@emot) reportedI was curious whether the earthquake in Venezuela had any lasting Internet impact as well, and it looks like it did, with latency staying higher afterwards. Median latency increased by roughly 15-20%, from around 68 ms to about 80 ms. Latency variability also increased, with the 75th percentile rising from roughly 90 ms to 110-120 ms, suggesting a less stable network. (from Cloudflare Radar’s IQI).
-
jovi 🐨 (@JoviDeC) reportedPrompt prefix caching seems very broken on @Cloudflare lately, haven't hit the cache once for the last 3 days for Kimi K2.7-code
-
Vishal Lohar (@yourcodebuddy) reportedI am building an entire app on the @Cloudflare stack. And you can design your app better so you don't have to worry about vendor lock-in. Sure, when you switch services, you might have to run data migrations. I personally use @EffectTS_ for service-based coding. So all my integrations, like R2, S3, share the same base shape. And all I have to do is provide it at the root.
-
Gyana (@GyanaR_) reported@SimonHoiberg Just use cloudflare, and never worry abour pricing
-
Loki 🪲 (@load_volo) reported@JudgmentKiino didn't wanna spam lol 🫡 but YEA they do really badly every year and this is like.. the worst its been i think. there's active cloudflare queue lines happening
-
Omid Saffari (@omidsaffari) reportedAn AI gateway is not a production badge. It is a control tax. Pay it when a second model, a second provider, or a second engineer touches your LLM calls. Before that, call the provider directly and ship. The moment that line gets crossed, the gateway starts earning its hop. Why? Because the real problem is not "how do we call another model?" It is duplicated retry logic, missing spend attribution, no shared rate limits, inconsistent logs, and a fallback path nobody has tested. My decision rule: Single feature, single model: no gateway. Fast free visibility: Cloudflare. Already on Vercel and want zero token markup: Vercel AI Gateway. Managed governance, RBAC, guardrails, audit path: Portkey. Keys must stay inside your perimeter: LiteLLM, with the operational work that comes with self-hosting. The part teams underestimate is not setup. It is ownership. A fallback only counts if it fails over on real signals: timeouts, 5xx, 429, and invalid response shape. A cost dashboard only helps if every request is tagged by customer, feature, environment, and model. Semantic caching only works if you have measured false hits against real queries. And if you self-host, patching is now your calendar. LiteLLM's 2026 CVE hit CVSS 8.8 on NVD and was fixed in 1.83.7. The lesson is not "avoid LiteLLM." The lesson is that a gateway holds the keys, so it has to be treated like security-critical infrastructure. Add the gateway when it centralizes control. Not because the diagram looks mature.
-
Yash D (@AI_by_yash) reportedClaude/codex = coding. ($20/mo) GitHub = version control. (Free) Supabase = backend. (Free) Clerk = auth. (Free) Resend = emails. (Free) Vercel = deploying. (Free) Cloudflare = DNS. (Free) Upstash = Redis. (Free) Pinecone = vector DB. (Free) PostHog = analytics. (Free) Sentry = error tracking. (Free) Stripe = payments. (2.9%/transaction) Namecheap = domain. ($12/yr) Total monthly cost to run a startup: ~$20 There has never been a cheaper time to build
-
harites (@harites00) reportedCloudflare 🤝 Base x402 The internet became incredibly good at moving information but it never became truly efficient at moving value Today if you want to access an API you usually need an account a subscription or a billing system built for humans That model does not work well for AI agents automated applications or machine to machine interactions This is where x402 comes in x402 is an open payment standard built around the HTTP 402 Payment Required status code allowing applications APIs and AI agents to request and complete payments natively over the web The partnership between Cloudflare and @base is exciting because it moves this idea beyond theory and into real internet infrastructure Cloudflare powers a significant portion of the web making it an ideal platform to help developers monetize APIs services and AI workloads with native onchain payments $BASE provides the blockchain infrastructure that makes these payments practical through fast transactions low fees and seamless USDC support Together they are helping remove one of the biggest sources of friction on the internet Instead of creating accounts managing invoices or integrating traditional payment systems applications will be able to pay each other automatically I believe this is much bigger than crypto It is about creating a native payment layer for the internet As AI agents become more capable they will need to purchase data access APIs compute and digital services on their own Standards like x402 combined with infrastructure from Cloudflare and Base could make that future possible The internet already has a standard for sharing information Now it is beginning to build a standard for exchanging value That is why I believe Cloudflare 🤝 Base x402 is one of the most important infrastructure stories happening today
-
vx-underground (@vxunderground) reported@Cloudflare I only have one question though... This malware kills itself if it detects the following strings: - sandbox - sand box - malware - virus - maltest - peter wilson (??????) - paul jones (??????) who ******** is peter wilson and paul jones???
-
Mr.RC|𝟎𝐱𝐔 (@MrRyanChi) reported@jonah_b Nevertheless stable coin does not went down like cloudflare ✋😭✋
-
Raunak Yadush (@raunak_yadush) reported* Claude = coding. ($20/mo) * Supabase = backend. (Free) * Vercel = deployment. (Free) * Namecheap = domain. ($12/yr) * Stripe = payments. (2.9% per transaction) * GitHub = version control. (Free) * Resend = email delivery. (Free) * Clerk = authentication. (Free) * Cloudflare = DNS. (Free) * PostHog = analytics. (Free) * Sentry = error monitoring. (Free) * Upstash = Redis. (Free) * Pinecone = vector database. (Free) Total monthly cost to run a startup: around $20. There has never been a more affordable time to build.
-
fren (@frenbot31488) reported@Itsuki_i_VRC @iris__vr he posted a long rambling explanation of why he can't take down ripping sites, cloudflare is a CDN/proxy, doesn't host the files, DMCA notices to them don't result in removal. he deleted it after like 2 days, 4 retweets, went from 18 to 16 likes, so two people actually read it
-
OneAndOnlyAarav (@WaterAarav) reportedClaude = coding. ($20/mo) Shypmenta = deploys, connects, and manages every platform below. Basically your Cursor for shipping.($6/mo) Supabase = backend. (Free) Vercel = deploying. (Free) Namecheap = domain. ($12/yr) Stripe = payments. (2.9%/transaction) GitHub = version control. (Free) Resend = emails. (Free) Clerk = auth. (Free) Cloudflare = DNS. (Free) PostHog = analytics. (Free) Sentry = error tracking. (Free) Upstash = Redis. (Free) Pinecone = vector DB. (Free) Total monthly cost to run a startup: ~$20. Building has genuinely never been this affordable, and rarely this effortless either.
-
Fire Watcher Watch (@FireWtcherWatch) reported@NeelMehta420 @khyimiq @DalitDetector One of the more recent major CloudFlare outages (February this year) was because they pushed a change which automatically deregistered 25% of BYOIP addresses. Total incompetence, and caused a multi-hour outage for many millions of people.
-
Ranjith | Building PrivacyDrift.com (@MakeDesignPop) reportedDay 3 of @PrivacyDrift_ - Tiring day. Struggled with a bug for hours and still couldn't fix it. Thanks to Cloudflare... I guess. - Wrote a script and designed the UI screens for the launch video. - Fixed some SEO issues and made improvements to the website. - Didn't send any new emails today 🫠
-
Santosh Yadav (@SantoshYadavDev) reportedDeploying an Angular app is a pain on @Cloudflare my friends why please make the experience better. Why I always need to tweak 10 config before it works. Yes it might be skill issue from my side, but I am used to not care about much about config when using netlify in the past.
-
mrow 🦦🦈 (@mrowmewo) reported@sugarsprink Before it was just the Cloudflare image and like 1minute loading times for every button you pressed for the tail end of June and EVEN WORSE for the start of July, this year it’s not even that bad…Dont even joke lad
-
CR1337 (@CR1337) reportedMore than 500,000 domains were wrongly blocked in Spain 🇪🇸 between January and June 2026. Why? Because they nuked thousands of shared IPs used by Cloudflare, Amazon etc., in order to take down a bunch of piracy sites, which showed La Liga's football games. Human rights organizations like Amnesty International, Greenpeace, government websites, random businesses, everything down, because powerful people think they can dictate what the internet shows and what not. "If you want to bypass these broad regional blocks, using the best VPNs is increasingly becoming a necessity for Spanish internet users trying to maintain access to the open web." Governments will try to normalize censorship like this, today it is 'just' about football, tomorrow... you get the picture. Use a VPN!
-
SYL Vexora- Jaron K Bragg (@JaronBragg) reported@its_sidraa Why not skip namecheap and just use cloudflare for both domain and DNS? Cloudflare actually puts my website on the map. Namecheap I never seen it and was hard for others to surface. Other than that it makes sense.
-
MechaboyDos☄️🐙🌿👁🐾🎼🍵💭 (@MechaboyDos) reported@hytebrand Site has to be bugged or something, or just overloaded on traffic... Either I get Cloudflare errors, or I can pre-order but it says sold out when I try to add to cart, or I get a success messaged that I added to cart but then my cart stays empty. Please fix this.
-
Easy简单点 (@Easyidea_) reported@Cloudflare I still think that a small group can not build a protocol- level product like x402 payment. Unless it can solve specific problems in B2B system.
-
SLeNDeR_KiLLeR | Xeno VTuber (@SLeNDeR_KiLL3R) reported@ChainsawMan4DBD It's not an issue only with me sadly, cloudflare is having issues and I can't see when it's going to be back up
-
Diluc (@hsaffiliate2025) reportedHe has only 1 follower on IndieHackers — and his product makes $1,000/month. No hype. No launch party. Just a quiet tool that solves a real pain. Here's the breakdown of PhotoCore 👇 • What it is: A photo management tool optimized for Apple Silicon (M1/M2/M3 Macs). • The pain: He says modern digital archiving is "fundamentally broken" — iCloud and Google Photos are slow, privacy-invasive, or limited. • The edge: Apple Silicon's unified memory and neural engine let PhotoCore run AI tagging, search, and backups blazingly fast — all locally. • Revenue model: Freemium. Basic free, advanced features (AI classification, batch export, multi-device sync) on subscription — estimated $5–10/month or a one-time purchase. • Users: ~100 paying users at $10/mo each. Not a unicorn, but real revenue for a solo dev with zero social proof. Why this matters: Most people think you need a massive following to make money. PhotoCore proves otherwise. He found a niche (Mac power users with huge photo libraries) and built something that works better than the giants — specifically for their hardware. The tech stack (likely): Swift, Core ML, Cloudflare R2 for sync. No fancy AI APIs — just Apple's native frameworks. The hard part: • Competing with iCloud, Google Photos, Lightroom — all free or cheap. • Building trust with 1 follower. He probably relied on IndieHackers, MacRumors, and Reddit r/mac for word-of-mouth. • Keeping costs low. Photo storage and AI inference aren't free. $1k/mo might leave thin margins. Can you replicate this? It's not easy — you need Apple dev skills and ML knowledge. But the lesson is universal: find an underserved niche, optimize for a specific hardware or workflow, and charge for it. Don't code? Use AI tools (Cursor, Claude) to build a prototype, or offer a service around photo management (templates, consulting). Bottom line: $1k/mo is a start, not a finish. But it proves that in the AI era, you don't need an audience — you need a solution. Follow for more real AI money breakdowns. #IndieHackers #AI
-
BOOTOSHI 👑 (@KingBootoshi) reported@evanrossdavis @0xSero aghh so frusturating! i sent appeals and contacted some people from cloudflare working to get it back up as fast as possible annoyingly the moment someone reports a site for phishing it's automatically taken down :/
-
Easyjose (@Onlyhumanme) reported@world_xyz @worldnetwork @Cloudflare Quite a poor branding and comms. Undermining other just to gain traction.
-
RAMΞN 🍜 | Asteroid (@AsteroidLabsX) reported@world_xyz @worldnetwork the cloudflare outage blocking actual worldcoin network access during this dispute was a mess for users trying to claim
-
Hot Aisle (@HotAisle) reported@jachands @Cloudflare I guess this explains the outage yesterday.
-
Yousef Rol (@yousefrol) reportedi need US hosted agent sanbox service THAT JUST WORKS. daytona, e2b, vercel, cloudflare did not give me what i want. "self host X" No. managed sanbox service.
-
varun singh (@varunsingh__7) reported@wshxnv @Cloudflare agreed tho flyctl aint all that bad