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.

  • 41% Cloud Services (41%)
  • 24% Domains (24%)
  • 18% Web Tools (18%)
  • 12% Hosting (12%)
  • 6% E-mail (6%)

Live Outage Map

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

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

  • fortuneishaku
    Fortune Ishaku (@fortuneishaku) reported

    Anyone else having issues logging into @Cloudflare ?

  • kitsunedevs
    Kitsune (@kitsunedevs) reported

    @badcryptobitch @Cloudflare free tier is just a slow rug the data is probably still there, just paywalled behind a plan upgrade

  • a_shimanski
    Artyom Shimanski (@a_shimanski) reported

    @JEROMEFARAILL @Namecheap @Cloudflare to be fair it was a cooling failure at PhoenixNAP, not an attack. the single region setup is the real issue

  • a_shimanski
    Artyom Shimanski (@a_shimanski) reported

    @hectorivand @Namecheap @Cloudflare that's basically what I want, half my inbox is stuff I never agreed to

  • Jabolaso
    Jabol aso (@Jabolaso) reported

    @mikeydsoftware @Aditya_181105 Self managed server can use cloudflare services, but i dont have a usecase to use vercel, if im a self managing. Most of vercel service are related to their app deployment service

  • Akintola_steve
    Akintola Steve (@Akintola_steve) reported

    Designing a Distributed Rate Limiter ? Rate limiting is one of the most common system design problems. Here’s exactly how to design a production-grade distributed rate limiter (used by Twitter, Stripe, Cloudflare, etc.)

  • cfletcher24
    Cortney Fletcher (@cfletcher24) reported

    @Cloudflare I can’t login to my account and the password reset isn’t working. And nobody is answering support. How can I find a support agent? My entire business is down right now.

  • Osobotai
    Osobot (@Osobotai) reported

    An MCP allowlist only matters if agents can’t route around it. @Cloudflare Gateway’s MCP detection makes the network path a permission boundary: find shadow MCP, enforce Portal-only access, block direct connections. Tool approval without egress control isn’t enforcement.

  • woocassh
    Lukasz (@woocassh) reported

    @tomhacks I know about cloudflare Tom Whatabout rule nr 2? Is this for managing your own email? I use their Private email and it's still ****** Have to email accountants and my email still not working 🤡

  • a_shimanski
    Artyom Shimanski (@a_shimanski) reported

    @TaskLemonWorks @Namecheap @Cloudflare thanks, the worst part is clients don't know why you went quiet

  • anderspitman
    Anders Pitman (@anderspitman) reported

    @KentonVarda Interesting. Does Cloudflare OS have full support for GPU access?

  • thisdudelikesAI
    Ryan Hart (@thisdudelikesAI) reported

    I replaced my $2k/mo n8n stack with one Cloudflare Worker Sounds insane but hear me out n8n was doing 4 things for me: 1. Scraping 6 sites every 15 min 2. Running them through an LLM for classification 3. Dropping the good ones into a database 4. Firing a Telegram alert when something scored high That was it. 4 nodes worth of logic spread across 12 automations, a hosted plan, a Postgres addon, a queue worker, and a bill that kept climbing every month Then I sat down with Codex and asked one question: "what would this look like as a single script" 30 minutes later I had a Cloudflare Worker doing the exact same thing Here's the full stack: - Cloudflare Worker (the whole app, one file) - Cron Triggers (replaces n8n's scheduler, free) - Workers KV (replaces Postgres for this use case, free tier is plenty) - Workers AI or a direct call to Gemini Flash (classification, pennies) - Telegram Bot API (same as before, free) Total cost: $5 a month. And that's only because I upgraded the Worker plan for longer CPU time. You could genuinely run this on $0 The lesson isn't that n8n is bad. It's great for prototyping and for people who don't code The lesson is that once you know what your automation actually does, 90% of the visual builder is overhead you're paying for A Worker is a function. Your automation is a function. Skip the middleman If you're paying $500+ a month for any no-code automation tool right now, do this today: 1. Open Codex or Claude Code 2. Paste your workflow logic in plain english 3. Ask it to rebuild the whole thing as a single Cloudflare Worker 4. Deploy with 'wrangler deploy' 5. Delete the n8n subscription You'll be shocked how small the code actually is The no-code wave was a bridge. AI-written code is the destination

  • tommyvedvik
    Tommy J. Vedvik (@tommyvedvik) reported

    @qubitium Can you check if this work with 0.2.0? its only the relay that is a paid service because it uses cloudflare DOs

  • kidariseyogt
    kidariseyo (@kidariseyogt) reported

    @chanwalrus @NamecheapCEO At this point if you are serious about hosting, use a domain provider like @Cloudflare I moved services that where in NC to CF workers as most of others apps hitted NC endpoint to send data. a CF worker matching exact down url saved the day, staying in CF.

  • DevinKofsky
    Devin Kurant (@DevinKofsky) reported

    @janxpm @Namecheap I spent 2 hours this morning thinking it was my fault and configuring cloudflare, only to discover the real issue. Clients think I broke there sites.

  • TheKillerEdge
    TheKillerEdge (@TheKillerEdge) reported

    @mark_ppc Brutal because you did everything "right" and still got throttled. Add to the check: after the Cloudflare fix, watch your server logs for a week and confirm GPTBot, ClaudeBot and PerplexityBot are pulling 200s at volume, not just your one curl. A WAF rule can still rate-limit them quietly. You can't get cited by a page the model was never allowed to read. How many sites do you reckon are blocking themselves without knowing?

  • JoeBeOne
    Joseph Lorenzo Hall, PhD (@JoeBeOne) reported

    Cloudflare support traced the 525 to a post-quantum-only origin setting. Cloudflare could offer X25519MLKEM768, but B2 couldn’t negotiate it—and no classical key exchange was available as fallback. The handshake failed before certificate validation. 4/6

  • JoelDeTeves
    Joel - coffee/acc (@JoelDeTeves) reported

    How does @Cloudflare not have an SPF flattening service built in yet? They already have one of the best DMARC solutions. And everyone loves Cloudflare DNS. Wouldn't this be a match made in heaven? PS - Cloudflare, I am available to hire as your idea guy. $300k / year USD.

  • devbasu
    Dev Basu 🇨🇦/🇮🇳/🌎 (@devbasu) reported

    I am amazed. We were under a DDoS attack for the last 48 hours. Used @ChatGPT Codex to configure our hosting provider -> Cloudflare challenge -> talked to customer support back and forth to establish WAF rules. Codex had warmth + competence. All via computer use. Wow.

  • pj_stew
    Pete Stewart (@pj_stew) reported

    We currently use Bunny for video streaming at Achene, which is great, as it's much cheaper that almost all other video streaming services, which in turn allows us to deliver our online teaching service to each teacher cheaper than other platforms. Currently this is the only part of Achene that isn't on Cloudflare. There is a potential other option, which would be to create a video streaming service using R2, Cloudflare Containers for compression, and Workers for streaming and encryption... From a running cost point of view, Bunny is slightly cheaper for storage, but more expensive for bandwidth. There's a obvious cost to building our own streaming system, and it's not exactly a simple task, however, there are potential some significant wins if we did. One potential win, which I haven't tested, but feel would be the case, is an improvement to the UX for all users when uploading videos, as I feel it would be a quicker and smother service with it all on Cloudflare, and I could add some encryption and security that is either not available on Bunny, or is an additional paid service they offer that would make the service too expensive for each user. Some other tests I have done have suggested this would be the case. It would also mean that users could have more bandwidth for the same price, which would be beneficial to all that get lots of users. It's still a trade off, though, as you would get more bandwidth, but slightly less storage. Currently the cheapest tier on Achene is £5/$6 and give you 50GB Storage / 50GB Bandwidth. 1:1 ratio. With Cloudflare, if I were to reduce the storage by 10%, I could increase the bandwidth by 10x. I.e. 45GB Storage / 500GB Bandwidth. I would need to test this properly to be sure, but it would be something along those lines... Here's the questions... Do you feel it's worth while me testing this out as a viable option for video streaming? If so, should I do it now, before giving the first users access to Achene? Or should I continue with getting the MVP live, and put this to a later stage of development?

  • PappySendsIt
    andreasPappas (@PappySendsIt) reported

    @Jilles @SkywardAdi @Cloudflare we forgive you. I just scrambled to it as well. But, I did get [myname].dev for 12 bucks... not awful

  • driesdk
    Dries (@driesdk) reported

    Hey @Cloudflare, is there any possibility that images transform will support tif files in the future. Hate it to have a completely different flow when the input is a tif file.

  • AverageJohnEVR
    Saint John: Evernode 1:1 Freedom (@AverageJohnEVR) reported

    @CyberTechWolff The next generation issue we will have is cookieless tracking/analytics Imagine cloudflare centralizing half the internet and store masked data from it They would be able to brainwash the world that way, with the right set of programming they can get someone to do anything they want We need a decentralized internet where segmenting isn't done, where humanbeings aren't treated as cattle....

  • Gentraxyz
    Gentra (@Gentraxyz) reported

    @a_shimanski @Namecheap @Cloudflare Spaceship has the same issue Their hosting is down too

  • AmandaLauren7W
    Amanda Lauren Machen (@AmandaLauren7W) reported

    @a_shimanski @borrhensaidi @Cloudflare Well I am not convinced my equipment is secure and I don’t want to add to the madness, I’m not free I bought the domain and have a monthly payment for a tier. Have given no one access to! Yet it goes to show that the humanity is beyond concern for tech support that is capable

  • theRattey
    Rattey (@theRattey) reported

    figma made design multiplayer. ai just made it single player again. designers spent ten years drifting away from code. frameworks kept changing, figma didn't, so everyone settled into rectangles and flows. now ai writes html without complaint, and the quickest way to show an idea is a real page in a browser. real text, real hover states, ten versions in one file. the mockup is the website. the trade is collaboration. one team i read about ran a two week launch sprint entirely in html prototypes. best visual work they'd done in years. sharing it was misery. the marketing lead couldn't open the file, let alone change a word. feedback came in a separate doc. nobody knew which of the six saved versions was the latest. my fix is simple. the agent builds the page, pushes it to vercel or cloudflare, and i send one link. it has a comment box built in. teammates leave notes on it, the agent reads them and makes the edits. no separate doc, no version chaos. and before any of that, twenty minutes asking if the thing should exist at all. building is almost free now. thinking still costs the same.

  • Madrox
    old man dave (@Madrox) reported

    @meowxistttt @zemotion @TychoBrahe Sounds like they are fronted by Cloudflare and have other reasonable protections in place. Problem is there's kind of no reliable way to stop scraping, so the higher the wall the more excited people who like climbing them get.

  • BharukaShraddha
    Shraddha Bharuka (@BharukaShraddha) reported

    📂 SaaS Stack ┃ ┣ 📂 Frontend ┃ ┣ 📂 React ┃ ┣ 📂 NextJS ┃ ┣ 📂 Vue ┃ ┣ 📂 TailwindCSS ┃ ┗ 📂 Shadcn UI ┃ ┣ 📂 Backend ┃ ┣ 📂 NodeJS ┃ ┣ 📂 Django ┃ ┣ 📂 Laravel ┃ ┣ 📂 FastAPI ┃ ┗ 📂 Express ┃ ┣ 📂 Database ┃ ┣ 📂 PostgreSQL ┃ ┣ 📂 MySQL ┃ ┣ 📂 MongoDB ┃ ┣ 📂 Redis ┃ ┗ 📂 Supabase ┃ ┣ 📂 Auth ┃ ┣ 📂 Clerk ┃ ┣ 📂 Auth0 ┃ ┣ 📂 Firebase Auth ┃ ┣ 📂 Supabase Auth ┃ ┗ 📂 NextAuth ┃ ┣ 📂 Payments ┃ ┣ 📂 Stripe ┃ ┣ 📂 Paddle ┃ ┣ 📂 Dodo Payments ┃ ┣ 📂 Lemon Squeezy ┃ ┗ 📂 Polar ┃ ┣ 📂 Emails ┃ ┣ 📂 Resend ┃ ┣ 📂 SendGrid ┃ ┣ 📂 Mailgun ┃ ┣ 📂 Postmark ┃ ┗ 📂 Amazon SES ┃ ┣ 📂 Storage ┃ ┣ 📂 AWS ┃ ┣ 📂 Cloudflare ┃ ┣ 📂 Google Cloud Storage ┃ ┣ 📂 Supabase Storage ┃ ┗ 📂 Uploadcare ┃ ┣ 📂 Deployment ┃ ┣ 📂 Vercel ┃ ┣ 📂 Netlify ┃ ┣ 📂 Railway ┃ ┣ 📂 Render ┃ ┗ 📂 AWS ┃ ┣ 📂 Domains and DNS ┃ ┣ 📂 Namecheap ┃ ┣ 📂 Hostinger ┃ ┣ 📂 Cloudflare DNS ┃ ┣ 📂 Google Domains ┃ ┗ 📂 SiteGround ┃ ┣ 📂 Analytics ┃ ┣ 📂 Google Analytics ┃ ┣ 📂 Plausible ┃ ┣ 📂 PostHog ┃ ┣ 📂 Mixpanel ┃ ┗ 📂 DataFast ┃ ┣ 📂 Monitoring ┃ ┣ 📂 Sentry ┃ ┣ 📂 LogRocket ┃ ┣ 📂 Datadog ┃ ┣ 📂 NewRelic ┃ ┗ 📂 UptimeRobot ┃ ┣ 📂 DevOps ┃ ┣ 📂 Docker ┃ ┣ 📂 Kubernetes ┃ ┣ 📂 GitHub Actions ┃ ┣ 📂 CI CD ┃ ┗ 📂 Terraform ┃ ┣ 📂 Search ┃ ┣ 📂 Algolia ┃ ┣ 📂 Meilisearch ┃ ┣ 📂 Elasticsearch ┃ ┣ 📂 Typesense ┃ ┗ 📂 OpenSearch ┃ ┣ 📂 AI Integration ┃ ┣ 📂 OpenAI API ┃ ┣ 📂 Anthropic API ┃ ┣ 📂 Replicate ┃ ┣ 📂 HuggingFace ┃ ┗ 📂 Gemini API ┃ ┣ 📂 Integrations ┃ ┣ 📂 Zapier ┃ ┣ 📂 Make ┃ ┣ 📂 n8n ┃ ┣ 📂 Pabbly ┃ ┗ 📂 Webhooks ┃ ┣ 📂 Security ┃ ┣ 📂 SSL ┃ ┣ 📂 Cloudflare ┃ ┣ 📂 WAF ┃ ┣ 📂 Rate Limiting ┃ ┗ 📂 Secrets Management ┃ ┣ 📂 Marketing ┃ ┣ 📂 Search Console ┃ ┣ 📂 Outrank ┃ ┣ 📂 Buffer ┃ ┣ 📂 Analytics ┃ ┗ 📂 Kit ┃ ┗ 📂 Customer Support ┣ 📂 Intercom ┣ 📂 Crisp ┣ 📂 Zendesk ┣ 📂 Tawk ┗ 📂 HelpScout

  • jorgediazapps
    @jorgediazapps (@jorgediazapps) reported

    I wired Grok Bot into the actual stack I run the company on. Not a toy demo. MCP where it exists. Raw API or the browser where it doesn’t. Live MCP right now: Gmail, Google Calendar, Google Drive Stripe + Link Coolify (read-only official MCP — writes go through their API) Cloudflare docs, builds, observability Typefully, Castmagic, Octolens DataForSEO, DataFast, Apify Resend, AgentMail Composio, Context7 No real MCP, still connected: Enlac. ee (short links + static hosting — dashboard + API) Outrank (blog → Strapi webhook) Strapi on cms. doublemyleads .com Facebook via the signed-in browser (never paste the password) GitHub official MCP The bot doesn’t get a new brain. It gets the same tools I already pay for. That’s the whole trick.

  • dnagabut
    R (@dnagabut) reported

    Cloudflare announced programmable wallets built for AI agents, with preset spending limits and merchant restrictions in the design. Nothing has shipped yet. Right now you can reserve a handle. Funded account wallets, virtual wallets and programmable agent spending are all due in the coming months. Read the feature list again, because it is a permission model, not a payments product. The moment you let an autonomous agent buy things, you inherit a problem crypto has been failing at in public for years. How do you grant a program the ability to spend without granting it the ability to spend everything? DeFi's answer was token approvals. The result is a very long list of drained wallets where nothing was hacked at all. Someone approved unlimited spending to a contract years ago and forgot. So Cloudflare's version is delegated authority with a cap and an allowlist, plus anomalous-spending alerts that escalate to a human. Sensible. Also the bare minimum. And these are stablecoin wallets settling over x402, so this isn't a payments industry learning from crypto's mistakes. It is crypto. The layer above it is still wide open. An agent that can be talked into a purchase by hidden text on a web page is still an agent that can be talked into a purchase. Caps limit the blast radius. An anomaly alert only fires once the spending already looks strange. Neither one touches the trigger. Follow @dnagabut if you like your tech news with the catch included.