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.

  • 38% Domains (38%)
  • 29% Cloud Services (29%)
  • 17% Hosting (17%)
  • 10% Web Tools (10%)
  • 6% E-mail (6%)

Live Outage Map

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

CityProblem TypeReport Time
Noida Hosting 9 hours ago
Jewar E-mail 17 hours ago
Braga Web Tools 21 hours ago
Noida Cloud Services 2 days ago
Paris Cloud Services 2 days ago
Prievidza Domains 2 days 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:

  • Checkm3out
    El Guapo (@Checkm3out) reported

    @dok2001 At this point the issue has been ongoing for 2+ weeks and I am being forced to deprecate the cloudflare tunnel service

  • WebDevCaptain
    Shreyash (@WebDevCaptain) reported

    "But what about traditional non-HTTP infrastructure tracking? My team runs random legacy TCP/UDP gaming, IoT, or real-time database servers." Look at Cloudflare Spectrum. It pushes unmetered DDoS mitigation and edge network acceleration way past standard L7 reverse proxy constraints. You proxy raw TCP and UDP applications directly through their global hardware lines. You can tie it into Argo smart routing to completely minimize packet loss and server-side connection congestion worldwide. #Networking #SysAdmin #DevOps

  • The2BDetermined
    2BDetermined 🇺🇸 (@The2BDetermined) reported

    @Manhal_IQ_ From what I’ve been told it’s a cloudflare issue, I installed cloudflare warp and whenever this happens I just turn that on, usually fixes it

  • inababi
    Salina Mendoza (@inababi) reported

    @CherryJimbo In the end, I saved time and paid $0 Cloudflare bill. I am not pro post gres for simple ****. Not worth the time.

  • SidJain_80
    Sid (@SidJain_80) reported

    @Umesh__digital Don’t push large payloads through your service-to-service calls that’s the bottleneck Better design: Use object storage (e.g., Amazon S3, Google Cloud Storage) Upload file once, pass signed URL/reference between services instead of raw data Chunking / multipart upload Break large files into smaller parts for parallel upload/download Async processing Use queues (Apache Kafka, RabbitMQ) to avoid blocking calls Streaming instead of buffering Process data as a stream (gRPC/HTTP streaming) to reduce memory spikes CDN for distribution Cache heavy content closer to users (e.g., Cloudflare) Compression + binary formats Reduce payload size (gzip, protobuf) Rule pass references, not files

  • shiweidu
    Seven Du (@shiweidu) reported

    Before this, I was a Prisma fan for six years. A few months ago, after migrating my deployment environment to Cloudflare, Prisma v7 exposed many problems, so I switched to Drizzle. (1/2)

  • Frosky703
    Frosky703 (@Frosky703) reported

    Yesterday I covered Cloudflare Tunnel for public traffic. This is the other half. Tailscale connects all my nodes privately. Homelab, ARM STB, AWS EC2, laptop, phone, all in one mesh. Same network regardless of where they physically are. Each device runs a Tailscale agent. Connections are peer-to-peer where possible, relayed through Tailscale servers when direct connection is not possible. Everything encrypted with WireGuard underneath. Why this matters for my setup. The cloudflared container that runs my tunnels sits on the home server. Through Tailscale subnet routing, it serves the entire mesh. Any node can be exposed publicly without running its own tunnel. And if something breaks at 2AM, I SSH in from my phone. Same mesh, same access, doesn't matter where I am. Trade-offs worth knowing. You're trusting Tailscale's coordination server for device discovery. Free tier covers 3 users and 100 devices, more than enough for personal infrastructure. If Tailscale coordination goes down, existing connections stay up but new ones cannot be established. Zero open ports. Everything private by default. Public only what needs to be public. Cloudflare Tunnel for the outside world. Tailscale for everything else. @Tailscale #Networking #Security #BuildInPublic

  • SidJain_80
    Sid (@SidJain_80) reported

    @SahilExec Mistakes: CPU-heavy work in request blocks event loop Sync processing no scalability Local disk no durability / fills up App serves images no CDN Single server SPOF Tight coupling (upload = process = serve) Fix (at scale): Upload API store original in Amazon S3 push job to RabbitMQ async workers resize store back to S3 serve via Cloudflare

  • pravda_eng
    Ukrainska Pravda in English (@pravda_eng) reported

    We know some of our news pages are loading/displaying incorrectly because of Cloudflare-related issues. We’re already on it and working to get everything back to normal ASAP 🫶

  • aethroc
    Ruben Herz (@aethroc) reported

    Anthropic's Claude Mythos found 10,000+ critical bugs in one month — 2,000 at Cloudflare, 271 in Firefox. Only 97 patched upstream. AI finds vulnerabilities faster than engineers can fix them. That's the new bottleneck in cybersecurity. #AI #Cybersecurity #Glasswing

  • irldexter
    Dónal (@irldexter) reported

    .@Cloudflare why send a domain renewal 30 day reminder when you've already taken the money the same day (30 days in advance)? It's a bit nefarious. Sure the 60-90 day reminder, thinking, I'll sort that soon... then, the 30 day reminder + like WTF? 45 days pls 🙏 @eastdakota

  • kodavid
    David Ko (@kodavid) reported

    @kristianfreeman @Cloudflare Just applied and threw your name down for referral 😎

  • andromedagmd_
    andromeda (@andromedagmd_) reported

    @patternrecoggni Cloudflare is down popup?

  • Galaxy1032226
    Galaxy 🏴‍☠️ (@Galaxy1032226) reported

    @patternrecoggni Why is always cloudflare when the websites go down? They host the site?

  • KentonVarda
    Kenton Varda (@KentonVarda) reported

    What works when I'm working on the Cloudflare Workers runtime (deep C++ systems code, almost kernel-like) vs. what works when I'm working on TypeScript web UI code is completely different. AI still sucks at the former but is pretty decent at the latter. Alternatively, maybe the problem is I'm good at the former but terrible at the latter, and I judge the AI relative to myself.

  • evanssmaina
    Evans Maina (@evanssmaina) reported

    Been fighting a TanStack Start deployment to Cloudflare Workers for the past hour. Finally got it working. Weird thing: Even though the env vars were set in the Cloudflare dashboard + wrangler config, production still failed. The fix ended up being making sure the production envs existed in .env during the build/deploy step. Dev worked. **** didn’t. Took way longer to realize than I expected.

  • inprnt
    INPRNT (@inprnt) reported

    @keibleh Hi! Unfortunately that's a spoofed email, we've reported the domain to @cloudflare and hope they'll take action on it soon. We apologize for the confusion. Our support email and site have not been compromised.

  • ilias_yahia
    Ilias (@ilias_yahia) reported

    @chythram1 I think in order to build a better “Deploy to Cloudflare” button experience I feel like Cloudflare needs to support the following : - Better CI for Monorepo (custom CI containers built on top of CF infrastructure) - support for managing multiple workers under one roof “project”

  • CouchJelq
    CouchJelq (@CouchJelq) reported

    @snqped take a cloudflare intern out back and shoot them everytime uber eats goes down

  • catawampless
    Dee (@catawampless) reported

    @zekramu how are they missing support for it, you can run it in a worker/DO currently. what's missing for you to use Cloudflare?

  • joshatticus
    JoshAtticus (@joshatticus) reported

    @nonbatnary like I used to use it every day, except now it doesn't do YouTube, is slow, and cloudflare captcha NEVER lets me through

  • Justalurke35517
    Justalurker (@Justalurke35517) reported

    Cloudflare can **** itself. Recently, about 20% of the sites I use are ‘protected.’ So protected that I can no longer view them. **** Cloudflare.

  • AroshPererax
    Arosh (@AroshPererax) reported

    @_ashleypeacock @sudo_overflow The only thing is the latency. I think it’s probably because the workers are “region:earth” but my db is in one region. Even if i set worker to be in a particular region i am not sure if cloudflare treat it as a hint that will be respected when possible vs always.

  • saibharadwaj
    🇮🇳 Sai Bharadwaj (@saibharadwaj) reported

    @Cloudflare @CloudflareHelp Hey Team, Do you have an ETA for Next.js 16 support in `@cloudflare/next-on-pages`?

  • sudo_overflow
    Cyris (@sudo_overflow) reported

    Screw it. I'm doing the full Cloudflare stack for this project. Workers, D1 Database, R2 storage, Pages, Hono and Cron Triggers. It's either going to make or break a project that will need to scale like this. Don't let me down Cloudflare

  • santiagocaldeai
    san (@santiagocaldeai) reported

    Why waste $15 on a new domain for every single MVP when you can get full Cloudflare DNS delegation for $0? FreeDomain handles this flawlessly: ✅ It cuts your sandbox infrastructure costs down to just 0% without credit cards. ✅ Grants full NS delegation to configure MX, TXT, and SSL/TLS directly in Cloudflare. ✅ Passed 165k stars on GitHub with over 500,000 active domains deployed. Ran it yesterday to route public webhooks into my local dev environment and it works perfectly. What tool is saving you the most money on staging infrastructure lately? REPOOO 👇

  • 0xabma
    Abdulmajeed (@0xabma) reported

    Unpopular opinion: next.js is practically malware if you try to deploy it outside of vercel. ​spent hours fixing broken static exports, figuring out my proxy config won't even run on @Cloudflare unless it's renamed to a middleware file ​the vendor lock in is getting ridiculous.

  • SimulS007
    Simul S. (@SimulS007) reported

    Layer 1: Cookieless is an EU rule. You applied it to the whole world. Vercel Analytics, Plausible, Fathom, Cloudflare. They exist because GDPR made cookies hard. Run cookieless on US, UK, APAC traffic where consent was never required, and every returning customer is counted as a stranger. No funnel. No attribution.

  • felipe_rohde
    Rohde Builder (@felipe_rohde) reported

    Your competitor just launched a flash sale. You found out because a customer asked why your prices are higher. 😐 Cloudflare Browser Run's quickAction("screenshot") takes a pixel-perfect screenshot of any page on a cron — no browser, no infra, no drama. Diff it against yesterday's screenshot and you know EXACTLY when they: → drop a new promo banner 🎯 → launch a limited offer → quietly redesign their homepage → put your best feature front and center (rude) Visual change detection in one Worker call. No CSS selectors to maintain. No scraper breaking when they update their HTML. The screenshot doesn't lie. 📸🔥

  • itzadetunji1
    Adetunji | Software Engineer (Web & Mobile) (@itzadetunji1) reported

    @nooriefyi Cloudflare doesn't support all the features that my nextjs app does Seems to be why devs have stuck with cloudflare for quite a long time now