Cloudflare confirmed that the massive outage that affected many services yesterday had nothing to do with a security incident, and most importantly, no data was lost.
The problem, although serious, has now been almost completely resolved. It all began at 17:52 UTC, when one of the key components of its infrastructure (Workers KV, a key-value data storage system) went completely offline. This caused a chain reaction of failures in several of the computing and artificial intelligence services that rely on that technology.
In case you're not familiar with it, Workers KV is like a huge distributed database used within Cloudflare Workers, the platform that allows code to be executed without the need for servers. It's an essential piece, and when something fails there, it's felt in many other parts of the system.
Furthermore, this outage not only affected Cloudflare, but also other widely used services, including Google Cloud Platform, which explains why so many users noticed errors on different platforms.
KV error rate of workers during the incident (Source: Cloudflare)
Read more: Massive Internet Outage: Google, Cloudflare, Character.AI, Twitch...
After yesterday's major outage on Thursday, June 12, 2025, Cloudflare published a kind of “autopsy” of the incident, explaining exactly what happened, how long it lasted, and what they are going to do to prevent it from happening again.
The outage lasted almost two and a half hours. It all started with a failure in the storage system used by Workers KV, an essential part of the engine that powers many of Cloudflare's services.
The fault lay partly with an external cloud provider that had its own problem. That third-party cloud is what backs up part of Workers KV's storage. When it failed, it brought down several services that depend on that structure to function.
Cloudflare explains it this way:
“The cause was a failure in the storage infrastructure we use for Workers KV. This infrastructure is critical, as it is used for configuration, authentication, and content delivery in many of our products.”
Basically, almost the entire Cloudflare ecosystem suffered in some way. Here is a clear summary:
In short, it was a technical disaster of the kind that leaves its mark.
Cloudflare did not sit idly by. They have already announced a series of important changes to improve the resilience of their systems:
Less dependence on third parties: they will begin moving Workers KV to Cloudflare R2, their own object storage system. This gives them more control and less risk.
Layers of protection between services: they will implement barriers to prevent a failure in one area from affecting all others.
Better progressive recovery: they are developing tools to restore services in stages, avoiding those traffic spikes that crash systems in recovery.
Although it was a significant outage and very annoying for millions of users and businesses, Cloudflare responded quickly, was transparent, and is already taking concrete steps to strengthen its infrastructure.
Incidents like this, while undesirable, serve to improve, and most importantly, there was no hacking or data loss. Just a broken dependency that highlighted how fragile even the largest Internet platforms can be.