1. Home
  2. Companies
  3. Cloudflare
Cloudflare

Cloudflare status: hosting issues and outage reports

Problems detected

Users are reporting problems related to: cloud services, domains and hosting.

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.

August 28: Problems at Cloudflare

Cloudflare is having issues since 03:50 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.

  • 50% Cloud Services (50%)
  • 25% Domains (25%)
  • 25% Hosting (25%)

Live Outage Map

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

CityProblem TypeReport Time
New York City Hosting 7 days ago
New York City Cloud Services 26 days ago
Los Angeles Cloud Services 27 days ago
Paris Cloud Services 1 month ago
New York City Hosting 2 months ago
Manchester Domains 2 months 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:

  • FBorsik
    Frantisek (Frank) Borsik (@FBorsik) reported

    @eastdakota @Cloudflare Matthew, how can I turn off that stupid AI in @CloudflareRadar - it's not helping me at all, quite the contrary, I'm not able to find ISPs I'm looking for, since you guys rolled it out. Just horrible customer experience :( in product I used to love.

  • mhmdatx
    Mehmet Akcin (@mhmdatx) reported

    @levelsio This is the shared-IP problem. Cloudflare fronts millions of hostnames behind the same anycast addresses, so an IP block is a blunt instrument by construction. There is no version of it that only hits the stream. Enforcement belongs at the hostname, not the address.

  • kaxsthxbh
    Kausthubh (@kaxsthxbh) reported

    @planetmall2 i use cloudflare for my domain, they are pretty good ngl. @rauchg when are we launching a vercel DNS service????

  • schmittdev
    Christian Schmitt (@schmittdev) reported

    @cursor_ai cloudflare support soon?

  • nfkmobile
    NFK (@nfkmobile) reported

    Spain is retarded during football games.. half of internet is down for me coz they fking blocking cloudflare.... oo *** this **** time to vpn up..

  • cybercpu
    CyberCPU Tech (@cybercpu) reported

    @nixcraft The rise is because cloudflare started blocking AI scraping. So AI companies are using Linux user agents to get around the blocking. It's not new desktop users. The Steam Linux market share hasn't changed. I. Fact it went down. That's a better metric.

  • nullazos
    Kernel Z (@nullazos) reported

    @burcs Just offer psql support on Cloudflare and I’d drop a free migration tool overnight. That’s the real friction right now. Most people vibecoded their projects on Supabase not because D1 is too technical, but because it simply doesn’t ring a bell, or because the agentic platforms that helped them build those projects already default to Supabase and postgresql.

  • code_kartik
    Kartik (@code_kartik) reported

    BetterShot v0.4.0 is out. This one is a full rebuild. The recording pipeline, the floating bar, and both editors were rewritten from scratch. The work that used to send you to After Effects now lives in the app. What's new: • Auto zoom. Your cursor position is tracked while you record. Clicks turn into zoom cues, and the camera moves the way a screencast editor would. Every cue is editable on the timeline. • A cursor the editor draws. The pointer is no longer baked into the video. Its path, clicks and shapes are saved next to the recording, so you can restyle it afterwards. A spring smooths a shaky hand and lands clicks exactly on the spot. • Face cam. A round camera bubble you can drag anywhere while recording, and drag again in the editor. Works with Continuity Camera too. • Microphone support. Narration records as its own audio track, kept separate from system audio. There is a live level on the bar, and muting writes nothing at all instead of writing silence. • A new editor. Six tabbed inspectors instead of one long sidebar. Multi clip timeline, per clip speed, transitions, split screen, 3D tilt, color grading, captions, keyboard overlays, and blur masks that are destroyed in the export rather than covered. • Cloud sharing. Files compress locally before anything uploads, then publish straight to your own Cloudflare R2 bucket. No proxy, no third party service, keys in the Keychain. Your files stay yours. Also: crash resilient recording, multi display capture, and single window recording. Free, for macOS. Link in the comments:

  • nimanikroo
    Nima (@nimanikroo) reported

    @CloudflareHelp @Cloudflare @CloudflareDev who do i talk to about surprised billing that will end me and my startup? I really need help on this one please

  • JasonL_Capital
    Jason Luongo (@JasonL_Capital) reported

    7. $NET - Cloudflare The network sitting in front of the internet. Q2 revenue $696.1 million, up 36%. Cloudflare's CTO has said they are already using GPT-5.5 in internal defensive workflows. Signed the letter. Daybreak partner. When the letter says "fix weaknesses that have accumulated for years," a lot of those weaknesses are on the edge.

  • alexsofroniev
    Alex Sofroniev (@alexsofroniev) reported

    Damn, now this what you call memory and performance optimiziation. Another reason why Cloudflare is the GOAT

  • MadmanView
    madman (@MadmanView) reported

    @Support @X @premium I realize it's mostly cloudflare but that is irrelevant. My account was frozen twice in 3 days for verification. I realize cloudflare & X are changing to rid robot accounts. I am a premium customer, I paid for the product. Whether cloudflare or X, it needs to be fixed.

  • colemurray
    cole murray (@colemurray) reported

    @fayazara have you tried this with the Codex subscription? I had previously run into issues with OpenInspect where the cf-worker header was causing requests to the ChatGPT api to get flagged by Cloudflare

  • officialjsher
    Jonathan Sher 👨‍💻👾 (@officialjsher) reported

    @RhysSullivan @Cloudflare existing customers never see the new empty state. that's the gap.

  • AGTPinsights
    AGTP (@AGTPinsights) reported

    Cloudflare just slashed its DNS cache memory use by 56% today. Here's what you need to know. Cloudflare's 1.1.1.1 DNS resolver stores over 250 billion cache entries at any given time. At that scale, wasting even one byte per entry costs about 250 GB of RAM across the fleet. Cloudflare's engineers made five Rust-level changes to the cache's data layout: replacing flexible types like Vec<T> with fixed equivalents like Box<T>, dropping redundant record owners, shrinking enum variants, and storing raw wire-format bytes instead of parsed structures. The result cut memory per entry from 953 bytes down to 420 bytes, without slowing anything down, in fact it sped things up. Key numbers: - 56% less memory per cache entry (953 bytes to 420 bytes) - ~100 TB of RAM freed across Cloudflare's fleet - 250 billion+ DNS cache entries held at any time - Inserts 43% faster, lookups 19% faster Cloudflare says the work shows memory and speed aren't always a tradeoff, better data layout improved both at once.

  • kzzy47
    KZZY (@kzzy47) reported

    @borrhensaidi A DDoS big enough to take the whole service down instead of degrading it usually means there was no mitigation layer in front yet. Is Cloudflare or similar going in front of it once you're back up?

  • fullStackRebel
    Full Stack Patriot (@fullStackRebel) reported

    If you're all really want to cack your britches... Cloudflare moved a lot of its internal and external IT insecurity s*** to india. If they have even a moderately bad day , a quarter of the internet goes down for hours

  • raja_sudireddy
    Rajashekar Sudireddy (@raja_sudireddy) reported

    You do not need a $2,400 to $3,600 annual subscription to run autonomous agent workflows. Pairing a local Hermes installation with $10 to $20 per month in standard API access replicates the viral automation stacks being shared online. Here is how to structure the core agent workflows without enterprise subscription overhead: 1. Local Device Control Add smart appliances to Home Assistant, generate an access token, and provide it to the Hermes gateway. Connect Hermes to Telegram or WhatsApp to issue natural language commands directly from your phone. 2. Full-Stack Web Deployment Grant Hermes terminal access, *** tooling, and Cloudflare/Vercel integrations. Instruct it to build, run local tests, deploy to production, and configure DNS records through connected tools. 3. Inbox & Cloud Decluttering Connect Gmail and Google Drive via MCP. Run scheduled read-only audits with strict safety rules: archive marketing newsletters and social notifications, while preserving invoices, receipts, and personal threads. Require one-click approval before modifying data. 4. E-commerce Support & Refunds Route support emails and Stripe MCP into Hermes. Configure the agent to verify customer eligibility against your return policy, locate the transaction ID, and stage the refund for manual sign-off. 5. Modular Multi-Agent Operations Avoid relying on a single monolithic prompt for complex operations. Divide tasks across isolated sub-agents: - Inbox Agent: Extracts incoming work orders from email. - Scheduling Agent: Queries calendar availability and matches time slots. - Communication Agent: Drafts SMS and email updates to clients. - Coordinator Agent: Dispatches sub-tasks and surfaces blocking issues to Slack. 6. Programmatic Asset & Media Creation Connect your repository and image generation APIs via the Nous Tool Gateway. Direct the agent to inspect placeholder assets, write prompts matching the game or UI context, generate visual files, resize them, and commit code updates. Setting bounded permissions, using MCP connectors, and keeping high-stakes actions behind manual approvals gives you full agent capabilities at API cost.

  • Vaibhav_Gareja
    Vaibhav (@Vaibhav_Gareja) reported

    @bhoomikacodes You can buy the first-year domain at the cheapest price you find on any platform, and then transfer it to Cloudflare, where the renewal plan is cheaper than on other platforms. This method can help you save money.

  • skubopis
    skubopis (@skubopis) reported

    @klausbyskov @Cloudflare Have you tried the CLI instead? Usually I’ll go for CLI over MCP when possible. Especially if it is a remote MCP server = slow and expensive

  • pressiveweb
    Kris Szabo (@pressiveweb) reported

    @patrickposner_ Cloudflare fpc is even better then ‘Wordpress static site’ because you get all the benefits of static site architecture but server from CFs edge server network

  • PartesanJournal
    Current Events, Sports & Christian Content (@PartesanJournal) reported

    Goodnight @X, I might login tomorrow, if @Cloudflare allows me. Here is an idea, I logged in to my other account using the hand gestures/face recognition on the App, make this available on PC/Laptop Web browsers

  • cramm3rz
    crammerz (@cramm3rz) reported

    @Cinnam0niee people will still survive but they'll feel it you see aws and cloudflare, they must not.. not sure if you saw their outage earlier this year, a lot of services (especially financial) were down cuz of that.

  • camilblanaru
    Camil Blanaru (@camilblanaru) reported

    @levelsio Using Orange Fiber in Barcelona and having ~30 sites behind Cloudflare. Never happened to me.

  • dumdumfucktard
    just another retard (@dumdumfucktard) reported

    @Polymarket Cloudflare is down. Not a good look for NVIDIA earnings 🙄

  • pramodhq
    Pramod Gupta (@pramodhq) reported

    @sahand_io True Sahand, But I need bulk emails service too for newsletters, cloudflare only supports transaction till now. I hope they start as cloudflare config and ui are straight forward. It just works.

  • thomasboomcom
    Thomas Boom (@thomasboomcom) reported

    @FabMaximil @ProtonMail Come on man, every service has outages sometimes! Think about the Cloudflare incident last year: they fuel around 20% of the whole internet. Or the multiple hours long GitHub outage just weeks ago

  • rusabuilds
    rusa (@rusabuilds) reported

    @fforres @Cloudflare workers plus r2 plus *** hosting is uncomfortably close to existing already. the issue tracker is the hard part

  • BryanOffutt
    Bryan Offutt (@BryanOffutt) reported

    By the definition everyone seems to be using today, isn't any managed infra service a neocloud? Is Snowflake a neocloud? Databricks? Cloudflare? IMO calling anything that runs on GPUs a neocloud is kind of bizarre.

  • samjayaardhy
    ardhy samjaya (@samjayaardhy) reported

    Stopping the bad guys with Cloudflare: 1,548 malicious requests blocked or challenged in the last month #cloudflare