1. Home
  2. Companies
  3. Cloudflare
  4. Outage Map
Cloudflare

Cloudflare Outage Map

The map below depicts the most recent cities worldwide where Cloudflare users have reported problems and outages. If you are having an issue with Cloudflare, make sure to submit a report below

Loading map, please wait...

The heatmap above shows where the most recent user-submitted and social media reports are geographically clustered. The density of these reports is depicted by the color scale as shown below.

Cloudflare users affected:

Less
More
Check Current Status

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.

Most Affected Locations

Outage reports and issues in the past 15 days originated from:

Location Reports
New York City, NY 3
Los Angeles, CA 1
Paris, Île-de-France 1
Check Current Status

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:

  • SohelIslamImran
    Sohel Islam Imran (@SohelIslamImran) reported

    @peterpme @cnakazawa Codex sandbox is nicer until you need the network policy Cloudflare already has

  • ghagler
    Griff (@ghagler) reported

    @Yetee_ @burcs Good Luck hearing anything from the Startup Program team, submitted 3 times in 5 months, never get a single response from them ever. Not even an a Auto Responder. That group hurts the overall Cloudflare experience.

  • PneumaBlessing
    Brain Shield (@PneumaBlessing) reported

    @Cloudflare @OpenAI But what does that mean? You say you support it, but WHAT DOES IT ACTUALLY MEAN? And how does it impact open weight models like QWEN and DEEPSEEK?

  • charl_dot_dev
    charl.dev (@charl_dot_dev) reported

    You're letting AI agents run code. Are you also handing them your API keys and the whole internet? Meet zeroness: run untrusted code on Cloudflare with zero network + zero secrets by default. Grant exactly what it needs. Every call brokered, every action audited.

  • schmittdev
    Christian Schmitt (@schmittdev) reported

    @cursor_ai cloudflare support soon?

  • realReynaCruz
    ✨️ Reina Cruz ✨️ 🥼🧤 ☭⃠ (@realReynaCruz) reported

    @Cloudflare @eastdakota @zatlyn Fix human verification

  • ATPinsights
    ATP (@ATPinsights) reported

    Cloudflare just rolled out easy domain registration to everyone in its dashboard today. Here's what you need to know. The redesigned Domains tab in the Cloudflare dashboard lets you buy, transfer, and manage domains directly, with a big visual overhaul and noticeably faster performance under the hood. It's powered by Cloudflare Registrar, which offers at-cost pricing with no add-on fees. A standout perk: if you're on a paid Workers plan, you can grab a .dev or .app domain for just $1 for the first year, then it renews at the regular price. Transfers are handled through Domains > Add Domain > Transfer in the dashboard. Key numbers: - $1 first-year price for .dev or .app domains with a paid Workers plan - $5 per month minimum for the Workers paid plan - Over 400 top-level domains supported by Cloudflare Registrar Users are already praising the speed and design, while some are asking for more TLDs and bulk purchasing support.

  • clementvial
    Clem (@clementvial) reported

    You can put Cloudflare Access on the Worker itself now. Preview URLs finally stay behind login. 👏

  • PeculiarLi34455
    Librarian (@PeculiarLi34455) reported

    Termux - GitHub - Render - Cloundflare 1. Termux computes the knowledge graph. 2. GitHub versions the runtime. 3. Render executes the public runtime. 4. Cloudflare delivers the service.

  • meHirenKavad
    Hiren Kavad (@meHirenKavad) reported

    @LeoBuilds_ Fixed price VPS. 5-10 euro on Hetzner or DO, same bill at 100 hits or 100k. Worst case the box slows down instead of charging you. Cloudflare in front is free. The tradeoff is TLS, backups, and deploys are now yours. Coolify and Dokploy already cover ***-push onto Docker Compose. I work on Peon which is the same shape. For side projects I would take the boring 6 euro month over a metered bill I cannot cap.

  • TradeTheCrowd
    Crowd Wisdom (@TradeTheCrowd) reported

    CrowdWisdom for $NET (SHORT): Why $276.85 is the Line in the Sand The main thing I'm watching today is the struggle at the $277-280 zone. Several professional traders I'm tracking have pointed out that Cloudflare is currently failing to hold onto its key support levels, and when I look at the recent sentiment from X, it aligns with this cautious view. The consensus among traders is that the stock is showing technical weakness, and until it can reclaim the $280 psychological level, the path of least resistance appears to be to the downside. The technical setup is looking a bit fragile here. Multiple traders identified the $276.85 level as critical support, and with the high beta of 1.66, any broad market pullback could accelerate selling pressure. I'm not seeing enough positive momentum to justify a long position right now, and the lack of immediate catalysts suggests that today could be a day where we see further consolidation or a drift lower. Putting it all together, I'm leaning into a SHORT position for today's session. I'd look to enter on any failed attempts to reclaim the $280 level. My strategy is to keep the stop loss tight at $282, as a move above that would invalidate the bearish thesis. I'm targeting $272 as the first objective, with $268 as a secondary target if the selling volume picks up. Always manage your risk carefully, especially with a stock as volatile as this one.

  • MPi_IT
    Maik Pietzka (@MPi_IT) reported

    @Cloudflare Running the new CMS as Customer Zero is valuable because production exposes the real contract. The useful evidence is deployment frequency, cache behavior, rollback time, editor failure rate and cost per publish. Faster pages are only one part of operating a publishing system.

  • AlexMillerDB
    Alex Miller (@AlexMillerDB) reported

    @_Felipe @kellabyte I think LSM Trees have won largely because there’s no good btree library. LMDB is great but single writer. AWS showed BDB struggles. Cloudflare ran with TokyoCabinet and it’s not terrible but not great. There’s nothing of the level of polish and reliability as RocksDB.

  • 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.

  • sohardh
    Sohardh Chobera (@sohardh) reported

    @Cloudflare Wish I could work on these kinds of problems

Check Current Status