Somewhere out there, encrypted VPN traffic is being quietly captured and stored — not because anyone can read it today, but because someone is betting they’ll be able to read it later. That strategy has a name, “harvest now, decrypt later,” and in 2026 it has become the single biggest reason VPN providers are racing to rebuild their encryption from the ground up. Why “Later” Might Arrive Sooner Than Expected For years, the quantum computing threat to encryption felt comfortably distant — always described as roughly a decade away, no matter which year you asked. That framing shifted in February 2026, when senior Google leaders overseeing global affairs and quantum research publicly warned that adversaries are actively harvesting encrypted data today for future decryption, and that a cryptographically relevant quantum computer should no longer be treated as perpetually a decade out. The math behind the concern is straightforward. Classical VPN encryption typically relies on key-exchange methods like Diffie-Hellman or elliptic curve cryptography, both of which are mathematically vulnerable to Shor’s algorithm once a sufficiently powerful quantum computer exists. Any traffic encrypted with those methods today — corporate communications, government data, personal browsing — could theoretically become readable retroactively, years after the fact, if it was captured and stored in the meantime. For any data that needs to stay confidential for a long time, that’s a serious problem, even if the quantum computer capable of doing the decrypting doesn’t exist yet. Who’s Actually Shipping Quantum-Resistant VPNs Right Now Talk of post-quantum cryptography has circulated for years, but 2026 is the year several major VPN providers moved from roadmap slides to shipped code: NordVPN has the longest track record here, having first integrated post-quantum key exchange into its NordLynx protocol — a WireGuard variant — on Linux back in September 2024, in line with NIST’s finalized standards. After validating that the upgrade didn’t hurt connection speed or reliability, the company extended post-quantum encryption across Windows, macOS, iOS, Android, and even Android TV and tvOS by mid-2025. Surfshark rolled out post-quantum encryption for its own WireGuard implementation in January 2026, integrating quantum-resistant key exchange directly into the protocol’s handshake process across its apps. Proton VPN shipped a ground-up rewrite of its WireGuard client in beta on Android and Windows around mid-June 2026 — described internally as the company’s most significant infrastructure change in years. Proton has been clear that post-quantum tunnels aren’t live yet; the rewrite lays the architectural groundwork so the feature can be added once broader standardization work concludes. ExpressVPN, by contrast, has publicly described post-quantum support as still under research for its Lightway protocol, without a confirmed release date as of mid-2026 — putting it a step behind the leading pack. The Technical Shift, in Plain English The specific cryptographic ingredient behind most of these upgrades is ML-KEM, better known by its earlier research name, Kyber — a lattice-based algorithm that NIST formally standardized as FIPS 203. Lattice-based cryptography is currently considered resistant to the kinds of attacks a quantum computer could run against today’s standard key-exchange methods. Rather than replacing existing encryption outright, most providers are using a hybrid approach: combining a classical algorithm, commonly Curve25519, with a post-quantum algorithm like Kyber, so that an attacker would need to break both layers simultaneously to compromise the connection. Some independent implementations take a slightly different technical route, refreshing a shared secret approximately every two minutes and feeding it into WireGuard’s pre-shared key slot without modifying WireGuard’s core handshake at all — a lighter-weight approach, though generally aimed at more technical, self-hosted use cases rather than mainstream consumer apps. What This Means for Everyday Users For most people, the news here isn’t that quantum computers are suddenly around the corner — they aren’t. It’s that a handful of privacy-focused companies have decided the responsible move is to prepare years before the threat becomes urgent, rather than scrambling once it does. Given how long some categories of data need to stay confidential, from health records to government correspondence to a company’s internal roadmap, that lead time matters. Data encrypted today with a vulnerable algorithm is potentially exposed for as long as it remains sensitive, regardless of when a capable quantum computer actually arrives. Practically speaking, most of this is happening under the hood. If a provider has rolled out post-quantum protection, it usually just means toggling a setting, or in some cases nothing at all beyond updating the app. The bigger question for consumers shopping for a VPN in the second half of 2026 is simply whether their provider has actually shipped this yet, or is still describing it as a future roadmap item. The Providers Still Playing Catch-Up Not every major name has moved at the same pace, and the gap is becoming a meaningful differentiator in an otherwise crowded market. Providers still in the research or pre-release phase are effectively asking users to trust that classical encryption will hold up until the post-quantum work ships — a reasonable bet in the short term, but one that looks increasingly conservative next to providers who have already shipped production-ready protection. A Plain-English Primer on “Harvest Now, Decrypt Later” It’s worth pausing on why this threat model is unusual compared to most cybersecurity concerns. Normally, a vulnerability only matters once someone can actually exploit it. Harvest now, decrypt later flips that timeline: the “collection” step can happen entirely in the present, using nothing more advanced than existing bulk internet surveillance capabilities that intelligence services and sophisticated threat actors already operate. The “decryption” step is what’s deferred to the future, waiting on hardware that doesn’t fully exist yet. That structure means the usual advice of “you can patch it later, once it’s actually a problem” doesn’t apply. If sensitive traffic is captured today using vulnerable encryption, no future software update can retroactively protect data that’s already been copied and stored elsewhere. The only real defense is making sure sensitive traffic is encrypted with quantum-resistant methods before it’s ever transmitted — which is exactly why VPN providers, along with browser makers and cloud platforms, are racing to migrate now rather than waiting for a clearer, more urgent signal that a threat has arrived. VPNs Aren’t the Only Ones Racing The push toward post-quantum cryptography extends well beyond the VPN industry, and it’s useful to see VPN providers’ efforts as one piece of a much larger migration already underway. Google has been rolling out ML-KEM key exchange across its own services, with Chrome’s implementation live since 2024 and a fuller migration targeted for completion within 2026. The same underlying logic applies to any connection secured with classical public-key methods — standard web browsing over TLS, encrypted messaging apps, cloud storage sync — all of which face the identical retroactive-exposure risk if the key exchange they rely on today turns out to be breakable a decade from now. Seen in that light, VPN protocols have actually been among the earliest adopters of post-quantum protection in the broader internet ecosystem, not laggards. That’s largely because the technical integration path is relatively well understood: mechanisms like WireGuard’s pre-shared key slot, or the equivalent extension defined for IKEv2 in RFC 8784, gave engineers a clear, already-standardized place to slot in quantum-resistant key material without needing to redesign the underlying protocol from scratch. What to Actually Look For When Choosing a Provider For anyone evaluating VPN providers with this in mind, the meaningful distinction in 2026 isn’t whether a company mentions “post-quantum” somewhere in its marketing — nearly all of them do at this point — but whether the feature is actually shipped in a production app you can turn on today, versus described as an upcoming roadmap item without a firm release date. That distinction separates a genuinely small handful of providers from a much larger group still catching up, and it’s likely to remain one of the more meaningful technical differentiators in the VPN market through the rest of 2026 and into 2027. The Takeaway for Long-Term Privacy Planning None of this requires panic, but it does reward paying attention. Quantum computing capable of breaking today’s classical encryption is still, by most credible estimates, years away at minimum. The point of migrating now isn’t that the sky is about to fall — it’s that encryption decisions made today have a shelf life measured in decades for some categories of data, and that shelf life started counting down the moment the data was transmitted, not the moment a quantum computer capable of exploiting it finally arrives. Providers who understood that early are the ones shipping real protection today; everyone else is simply hoping the timeline stays generous. Key takeaways Google’s Quantum AI leadership warned in February 2026 that a capable quantum computer should no longer be assumed to be a safe decade away. NordVPN has offered post-quantum encryption across all its apps since mid-2025, the longest track record among major providers. Surfshark added post-quantum WireGuard encryption in January 2026; Proton VPN laid the groundwork with a WireGuard rewrite in June 2026. ExpressVPN remains in the research phase for post-quantum support as of mid-2026. Most implementations use a hybrid model, pairing classical Curve25519 encryption with the lattice-based ML-KEM (Kyber) algorithm. Because harvested data can’t be retroactively protected, migration timing matters more here than in most areas of cybersecurity. Homizel will keep tracking which VPN providers ship real post-quantum protection versus which ones are still talking about it — check back for updates as the standardization landscape continues to evolve. Post navigation The VPN Security Crisis: Why Enterprises Are Racing Toward Zero Trust in 2026 The Netflix VPN Arms Race: Why Most Streaming VPNs Are Losing in 2026