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:
-
adas🧦🌹 (@adastroworld) reported@PersonaIData It’s been like $10 for the past 10 years so not terrible but yeah it’s just my custom email domain from namecheap Cloudflare allegedly cheaper so I’m gonna transfer out
-
Clara Bennett (@CodeswithClara) reported- Claude = coding. ($20/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 There has never been a cheaper time to build.
-
Pasha Khoshkebari (@PashaHasHOPE) reportedI'm not sure what to do. Cloudflare D1 is down. My services depend on it. What do I do?
-
CryptoPulse (@CryptoPulseGLBL) reported🔔#Today's Headlines 1. #Bitcoin Breaks Through $61,000 2. Crédit Agricole Launches EURXT, a MiCA-Compliant Euro Stablecoin on Ethereum 3. Uniswap Is Now Live on the Robinhood Chain 4. Cloudflare Launches Monetization Gateway Supporting Stablecoin Payments via the x402 Protocol 5. U.S. #HYPE Spot ETF Sees Total Net Inflows of $2.8547 Million in a Single Day 6. Drift, a @solana Ecosystem Perpetual Contracts Exchange, Announces Name Change to Velocity 7. Venice AI Completes Series A Funding Round, Raising $65 Million at a $1 Billion Valuation 8. @solana launches an on-chain governance mechanism; proposals must secure 15% staking support to be eligible for voting 9. Arcus, a decentralized exchange developed by the dYdX team, has launched on Robinhood Chain and received investment from Robinhood Crypto 10. ParaFi Capital continues to increase its SKY holdings, adding $56 million to its position, with a total loss of $1.72 million on the position
-
Agustin Garcia (@agus_build) reportedCheck these numbers: 104,377 views 52,666 hours watched 8.3 TB delivered 2,863 videos live All running on Rehelios with cloudflare edge network. Here is what that exact traffic would cost on Mux or Cloudflare Stream itself, and what we actually pay 🧵
-
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
-
Lilith Datura (@LilithDatura) reported@thePM_001 @Cloudflare nano-payments, damn I'm behind.
-
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
-
Surendar (@Surendar__05) reported- Claude for coding. ($20/mo) - Supabase for backend. (Free tier) - Vercel for deploying. (Free tier) - Namecheap for domain. ($12/yr) - Stripe for payments. (2.9% per transaction) - GitHub for version control. (Free) - Resend for emails. (Free tier) - Clerk for auth. (Free tier) - Cloudflare for DNS. (Free) - PostHog for analytics. (Free tier) - Sentry for error tracking. (Free tier) - Upstash for Redis. (Free tier) - Pinecone for vector DB. (Free tier) Total monthly cost to run a startup: ~$20 There has never been a cheaper time to build. It's not that deep bro.
-
nimaUSD (@nimaUSD) reportedFor 30 years, the web ran on one deal. content for attention. AI agents just broke that deal, and Cloudflare thinks it has the fix. Their new Monetization Gateway lets any website, API, or dataset charge per request, with payments settling in stablecoins over Base. 119 million transactions already processed. Zero protocol fees. And it's just getting started. Here's what it means if you're building in the @Base ecosystem.
-
Rahul Karajgikar (@Road_Kill11) reportedso i tried self hosting observability myself on AWS turns out codex + terraform + aws + cloudflare is insane was able to set up clickhouse running on an m6g.large instance, connect it to EBS volume (for local disk) and s3 (cold storage), set up all the ALB/VPC etc. network stuff, and wire it up to my domain on cloudflare with very little effort - about 3 high level steps and about 30 mins of active effort: 1. step 1: asked codex to tell me all the api key/manual configuration i need to do. here i had to set up aws iam, and do some manual work on cloudflare to create apps/api keys/separated for dev/****, and connect the domain name i wanted to the clickhouse endpoint i would use after step 1, my agent was able to access my aws account with ssm after i signed in. 2. step 2: prompted a /goal to setup the entire infrasturcture stack using terraform + scripts, then deploy clickhouse + OTEL collector on the ec2 instance. codex then worked for 5 hours, wrote the entire code to set up the infra in terraform, deployed it with terraform CLI + some custom scripts, verified/tested that clickhouse was deployed and working fine with the local ssm connectivity after that, i asked codex to write some scripts for me to monitor my ec2 instance health, test scripts for verifying that logs/metrics/traces/spans etc. work properly and a few other scripts for making it easy to monitor/maintain the instance then i wired it into @dexto_ai, which was pretty easy, i just had to swap out the collector config to use my new clickhouse endpoint. it's working pretty insanely, and now i no longer need to deal with arbitrary caps on traces anymore. i can just scale my ec2 instance up when i need it, and use my startup AWS credits ($67 a month). mostly i cared about traces/spans anyway, and less about fancy monitoring features, so this is an incredible unlock compared to paying over $100 + usage based pricing on sentry/datadog etc.
-
orig (@the_real_ori) reported@sunglassesface @Cloudflare @PlanetScale Support is always the last unsolved piece, even at companies this good. Infra scales on its own, a Discord full of overworked humans does not. That gap (AI answers first, humans only on escalations) is the whole reason I am building in this space.
-
Nilan Sanjaya (@nilansanjaya) reportedAnyone else facing @Cloudflare dns propagation issues/delays today?
-
Yawar Amin (@yawaramin) reported@adamzwasserman @rough__sea It's becoming a new backend service deployment platform, see eg Cloudflare Workers
-
Simon Høiberg (@SimonHoiberg) reportedWhen you move to self-hosting your products, security automatically becomes the number 1 concern. I used to have CloudFront distributions sitting in front of every public endpoint. Another popular solution is using CloudFlare tunnels and Tailscale. The only issue is - it's still "cloudy". And personally, I wanted to get rid of that. Fortunately, I found a surprisingly simple setup that can do roughly the same as CloudFlare tunnels - but fully self-hosted. Let me show you 👇
-
RoadRunner TX (@FredBra93439257) reported@TheMercianNews I'd like to see mobile phone and internet companies shut down operating in the UK on a single day. Have USN/Seals sever all international fiber into the UK on a single day. SHUT DOWN the City of London Physically SEVER International Fiber from BT/OpenReach, VirginMedia/O2, Vodaphone and the LINX Nework internchange in London. Ideally each line in 2-3 points of varying distance from UK shores to make repair more complex than laying new fiber. Air attack on all the major BT interchanges plus the physical operations of Cloudflare Akamai, AWS/Cloudfront, GoogleCloud CDN and smaller operators like Azure, Netflix, Meta and every source of new fiber either mfg or warehousing Destroy every piece of equipment and then just leave. Make all European govts TERRIFIED of the crazy Americans Destroy the internet as a means of brainwashing the British public
-
Chinsanity (@chinsanity) reported@world_xyz @worldnetwork @Cloudflare the scanning of the eyeball never sit right with me tbh lol
-
Floor (@floorter) reported@SchizoDuckie @Cloudflare There is not much room in that definition. You can argue a lot about how to enforce such laws against actors who bluntly refuse to comply. But I see not reasonable way to argue that the service has no links with the UK according to that law.
-
Nirmit Kotadiya (@nirmitkotadiya) reportedCloudflare sits in front of millions of websites. So what happens if it goes down? The answer depends on how the website is configured. If Cloudflare experiences an outage: * some websites may become unreachable * pages may load slowly * DNS resolution can fail
-
Mersh (@GooningOnTumblr) reported@Philo01 @Cloudflare In case you’re poor and your auto renewal doesn’t go through
-
Brute Force Artist (@bruteforceart21) reportedClaude = coding. ($20/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 There has never been a cheaper time to build.
-
David (@David54479456) reported@MoonlightMonaaa that's a raspberry pi 4 with a 1TB HGST HDD hosting nextcloud, wireguard, cockpit (admin management panel) and running a cloudflare tunnel pi itself has 4GB of RAM (rip) and a 64GB microSD card I've never gotten video output out of it because I never bought a microHDMI cable
-
CARTIST (@cartist00) reported@world_xyz @worldnetwork @Cloudflare lmao wtf
-
Adarsh Kumar Singh (@asin_adarsh) reported@sattyyouneed Cloudflare. At-cost pricing, no renewal games, no upsell wall. Moved everything there and never looked back.
-
jaykee (@jaykeelinkjuice) reported★ Uploading data to the cloud is free. Downloading it costs $0.09 per GB. Cloudflare analysis shows 8,000% margins over cost. ★ Egress fees eat up 10-15% of total bills, yet most operators never check this line item separately. The 2026 reality. ◇ 68% of Google searches end without a click. When AI Overview appears, click-through rates drop 60%. ◇ 80% of search users rely on AI summaries. ◇ 42% of LLM users use AI for shopping recommendations. ◇ Publisher traffic is collapsing anywhere from 20% to 90%. ◇ 57% of web traffic is bots, not humans. ◇ Traffic coming from AI platforms is only 1% of the total.
-
Yevhen 🇺🇦🇳🇱 · AI Search SEO (@YevhenNL) reportedWhat to check in Cloudflare before Sept 15: 1. Security > Bots: legacy "Block AI Bots" toggle on? From Sept 15 it counts as blocking Training, and that blocks Googlebot, Bingbot and Applebot at the network level. 2. Switch to the new AI Crawl Control: allow Search, decide on Agent and Training per bot. 3. New domain after Sept 15? Training and Agent get blocked by default on pages with ads. 4. After the deadline: watch GSC Crawl Stats for blocked Googlebot requests. Deindexing is slow, a weekly check catches it.
-
Mary-Ann Russon (@concertina226) reported@vxunderground @Cloudflare So basically, what you’re saying is that Cloudflare did their job? Or that the malware authors are ****? What should the malware authors have done instead? 🤔💭
-
Charlotte (@al_tools43377) reported- Claude = coding. ($20/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 There has never been a cheaper time to build.
-
One&OnlyAarav (@WaterAarav) reportedClaude = coding. ($20/mo) Shypmenta = fully automates platforms below($6/yr) 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.
-
anupam batra (@anupambatra_) reporteddeploying my ai workflow to cloudflare bc of inconsistent network connectivity on plane is this what they mean when they say compute arbitrage