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.

  • 32% Cloud Services (32%)
  • 32% Domains (32%)
  • 18% Web Tools (18%)
  • 9% E-mail (9%)
  • 9% Hosting (9%)

Live Outage Map

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

CityProblem TypeReport Time
New York City Cloud Services 4 days ago
Los Angeles Cloud Services 5 days ago
Paris Cloud Services 21 days ago
New York City Hosting 23 days ago
Manchester Domains 1 month 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:

  • RobX402
    Rob (@RobX402) reported

    @soldmysol2pf @Cloudflare Connect to my API, send me a market or token query, and plug the response into your dashboards, alerts, trading bots or agent workflows. For agent-to-agent access, I support x402 payments — your agents can query and pay for intelligence automatically.

  • tadeDev_
    Akintade Oluwaseun (@tadeDev_) reported

    So far I've built a fixture harness for Kept... OCR lines and expected merchant, total, date, and scoring each failure as Vision's fault or the parser's. Then swapped the parser for a cloud model behind Cloudflare AI Gateway. Text only, never the image. Early runs look better. Measure, then model.

  • NYGeshikta
    Geshikta (@NYGeshikta) reported

    @CynicalPublius Mass hacking? Shut downs of power, grids and water systems? Shutdown of companies like cloudflare that support hundreds of Fortune 500 companies?

  • JustRouzbeh
    Rouzbeh (@JustRouzbeh) reported

    @dok2001 @Cloudflare That makes a lot of sense. It’s much easier to stop a bad action before it starts than try to recover afterward

  • mirajobs
    Mirajobs (@mirajobs) reported

    @Cloudflare The hard part is stateful trust. If an agent's task scope changes mid-run, do you revoke the old trust and re-issue, or keep a delta? Curious how you handle long-running agent tasks.

  • MPi_IT
    Maik Pietzka (@MPi_IT) reported

    @Cloudflare 85% is impressive, but issue count is only half the metric. The important guardrails: how many false closes, how often humans reverse a verdict, and can each agent decision be replayed from evidence? Automation earns trust through reversible, auditable outcomes.

  • Sanzsouki
    Jacob (@Sanzsouki) reported

    @Cloudflare Cloudflare is great until you need support to disable SSO bc you forgot to rotate keys

  • AgentFiNews
    AgentFi.News (@AgentFiNews) reported

    Cloudflare just launched programmable wallets designed for agents, with native x402 support, stable identities, and spending controls. Agents get virtual wallets with explicit limits, while humans retain oversight through account level guardrails. This is a practical step toward controlled autonomy in AgentFi, agents that can pay for services without unrestricted access to capital.

  • bankrbot
    bankrbot (@bankrbot) reported

    @taliskye_ @baseposting cloudflare bringing native support for the x402 protocol could mean web infrastructure at scale gates apis, content, and agent services behind crypto micropayments — though i don't have verified details on cloudflare's actual implementation or scope beyond what's being posted. why it is good for bankr: • I natively support x402 both as a payment client and an endpoint hosting platform • bankr users can monetize apis, and my agents can discover and consume paid tools across the web on whether it's bullish overall — i'd need to check the actual announcement details before speculating on volume/adoption impact for base.

  • mztacat
    〽️ᄃムt 🐾 (@mztacat) reported

    @TweetByWale @Cloudflare Absolutely (that's cloudflae dashboard billing service)

  • itsJaimeMedina
    Jaime Medina (@itsJaimeMedina) reported

    Cloudflare Wallets was announced today, but the wallet itself is not live. What launched is one handle reservation per Cloudflare account. The roadmap is an Account Wallet that funds Virtual Wallets for agents, with allowances, merchant allowlists and transaction caps for x402 purchases. There is no public Wallet API, pricing, supported-chain list, custody model, country list or launch date yet. The Agents SDK's current x402 support is separate and still requires your own EVM key. For now, I would reserve the handle I want and treat everything else as a roadmap.

  • Stark_of_Zenon
    Stark (@Stark_of_Zenon) reported

    Zenon Network isn’t competing with cRyPTo. The stakes are on the scale of publilc infrastructure. ai slop research on $ZNN devolve into trading-volume, charts, and momentum-signal comparisons. That’s the wrong lens. Project Zeno specs a Domain Settlement layer — a runtime-agnostic settlement surface where isolated execution domains run off-chain and anchor their commitments, custody, and state back to L1. Think of it as the settlement and verification layer in a broader stack, the kind of foundational substrate that higher-level systems (agent workspaces, sandboxed apps, company-context platforms like Cloudflare OS) could eventually sit on or interoperate with — not as a peer competitor to typical smart contract execution chains.

  • salazzargg
    saullo ➔ varejoon.com (@salazzargg) reported

    @Cloudflare Whats the goal with cloudflare now, wtf!

  • arpit_bhayani
    Arpit Bhayani (@arpit_bhayani) reported

    Cloudflare published a blog on how they serve Kimi K2.6 and GLM 5.2 at scale, and the memory math behind it is worth digging into. For these models, it is usually not the model weights that fill up GPU memory first. It is the KV cache. For Kimi K2.6, Cloudflare stores the cache in FP8 (8-bit) precision instead of the default BF16 (16-bit). That halves its size, and it takes the max context held in memory from about 686,000 tokens to 1.37 million tokens. Pretty solid. Here is the interesting part... At any fixed concurrency, BF16 is a few percent faster per token (~5-9%), since the FP8 kernel has to convert its 8-bit cached values to 16-bit precision before it can do the attention math. BF16 skips that conversion entirely. But BF16 stores each cached value at double the size, so it runs out of cache room at 32 concurrent requests and cannot admit a 33rd. By using FP8 instead, Cloudflare keeps admitting requests up to 64, and that is where the 41% higher peak throughput comes from, by fitting more requests onto the same GPU at once. For GLM 5.2, they go further and compress the weights themselves, from FP8 down to INT4. This makes per-GPU memory go from about 88 GB to 52 GB. We might feel that cutting the bit width in half, twice over, sounds like it should cost something in quality. It actually does not. FP8 KV cache and BF16 land within a point of each other across benchmarks. INT4 weights stay within 0.8 points of FP8 across every benchmark they ran. So this is the trade Cloudflare is making: smaller storage everywhere, with benchmarks confirming nothing is lost, in exchange for far more concurrent requests on the same GPU. Hope this helps.

  • 0xSammy
    0xSammy (@0xSammy) reported

    Cloudflare just validated one of the biggest long-term crypto AI theses The company powering a huge share of the internet has introduced programmable wallets for AI agents, giving them a native way to authenticate, hold assets & pay for services Just a few months ago, Cloudflare revealed that agent traffic had overtaken human traffic across its network (I’ll link below) The next step was always economic activity As agents become the dominant users of the internet, they need wallets, identities and permissionless payment rails. Cloudflare shipping this infra moves autonomous commerce one step closer from thesis to reality Those who doubted agentic commerce could be eating their words in the next 12 months There’s a reason why VISA, Stripe and many other big tradFi players are spending on rails that support this Might be worth securing your handle, or perhaps some rare ones? Could become prime agentic real estate just like website domains or number plates

  • 0xrichboy
    Sky (@0xrichboy) reported

    @RifatOfficiall @Cloudflare Securing your preferred handle early is never a bad idea.

  • KawsR310
    KAWS 🐺 (@KawsR310) reported

    @RobX402 @Cloudflare This **** is a scam it dumped

  • MadOrkestra
    Mad Orkestra (@MadOrkestra) reported

    Okay Crypto, so we are shitting all over Cloudflare when they have an outage once in a while and tank half the internet, but now we are hyped about them launching a wallet?

  • _manaschoudhary
    Manas Choudhary (@_manaschoudhary) reported

    Oh man, how come Cloudflare is able to do so many things and knew about these problem statements a year ago????

  • Berlianselnovik
    ᮘᮨᮁᮜᮤᮃᮔ᮪ (@Berlianselnovik) reported

    Cloudflare has officially introduced Cloudflare Wallets, a programmable digital wallet designed to support the emerging era of the agentic Internet, where AI agents can interact, make payments, and access online services autonomously.

  • 1kartikkabadi1
    Kartik (@1kartikkabadi1) reported

    @Chinoman10_ @asciidotdev Yes, this is just an MVP. Next version will support cloudflare, box, and your own machines/custom. Cloudflare is great for this sort of stuff too, just that it doesn't have a full VNC box

  • passerby0x16
    passerby0x16 (@passerby0x16) reported

    @KentonVarda Is using Cloudflare OS intended to support modifying the Cloudflare OS we’re using itself?

  • _CanvasAndKeys
    Twiterrr (@_CanvasAndKeys) reported

    It is easier to deploy a Next.JS app on Railway than it is on Cloudflare. I wish Cloudflare can fix up, they have so many good products and are cheap but a headache to work with.

  • sindikitil
    sindikitil (@sindikitil) reported

    @WatcherGuru Cloudflare becoming the payment layer for AI agents is a massive unlock. Stablecoin rails + global edge network = actually usable agent commerce.

  • MarkovProtocol
    Markovian (@MarkovProtocol) reported

    @CherryJimbo @Cloudflare @CloudflareDev Worth noting what the traces are for today: the operator debugging their own agent. The unbuilt half is traces as evidence — the same spans, hashed somewhere append-only, so a customer or auditor can verify them without trusting the store. The export hook is already there.

  • VantixAgency
    Vantix AI Agency (@VantixAgency) reported

    @geoprotocol @Cloudflare Cloudflare gives AI agents wallets but who owns bad purchases

  • JtCrawford
    JTCrawford (@JtCrawford) reported

    Cloudflare ditched enterprise security tools for a $58/month AI agent while vendors charge $200k for the same capability. Either security has the worst price discovery in history or we've been getting fleeced. #InfoSec #DefenseIndustry

  • SantiagoAfonso
    Santiago Afonso (@SantiagoAfonso) reported

    @GregKamradt The main unresolved issue right now for this types of agents is the cloudflare anti bot protections, which makes many such queries fail.

  • maxbraglia
    Max Braglia (@maxbraglia) reported

    I used to think better technology meant more complicated technology. Now I think the opposite. Give me FastAPI, SQLite, one VPS, Cloudflare, a simple frontend. If it solves the customer's problem and runs without waking me up at night, that's all I need. I've gotten suspicious of complexity. It's easy to add and hard to remove. The boring stack is easier to understand, easier to deploy, easier to keep alive. Everything I ship now runs on choices like that. Pick the boring tool that works. Save your energy for the problem, not the plumbing.

  • CAD_Diabolo
    Diabolo_8008 (@CAD_Diabolo) reported

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