Go back
Go back
Published:Β Β 
Mar 19, 2026
Lifestyle

Will Quantum Computers Break Encryption? What "Q-Day" Really Means

Somewhere right now, in a data centre you'll never see, someone is stealing encrypted files they cannot read.

They can't crack them. They don't need to. They're betting that within a decade, a machine will exist that turns those unreadable files into plain text β€” and they're happy to wait. Security people call this "harvest now, decrypt later," and it's the reason the quantum encryption question stopped being science fiction and became a line item in government budgets.

So: will quantum computers break encryption? Short answer, yes β€” some of it, eventually. But the useful answer needs three more pieces: which encryption, when, and why the threat already started even though the machine doesn't exist yet. Let's take them in order.

The Short Answer

Yes β€” a sufficiently large quantum computer will break the public-key encryption that protects most of today's internet, including RSA and elliptic-curve cryptography.

No machine on Earth can do it yet, and the most credible estimates put that capability somewhere around the 2030s.

But because attackers can steal encrypted data today and decrypt it later, the threat is already live for any secret that needs to stay secret for years. Replacement encryption β€” "post-quantum cryptography" β€” is standardised and already rolling out across the internet.

That's the whole story in one paragraph. Now the parts worth understanding.

Why Encryption Is Vulnerable At All: A 30-year-old Maths Result

This entire panic traces back to one paper. In 1994, a mathematician named Peter Shor showed that a quantum computer β€” then purely hypothetical β€” could factor enormous numbers exponentially faster than any known classical method. That sounds like an academic curiosity.

It isn't. Factoring big numbers is the hard problem that RSA encryption is built on, and a close cousin (the discrete logarithm problem) underpins elliptic-curve cryptography.

Here's the thing most explainers skip:

  • Modern encryption isn't secure because it's unbreakable, it's secure because breaking it takes absurdly long
  • Crack an RSA key with today's best classical computers and you're looking at timescales longer than the age of the universe
  • Nobody bothers, the lock works because picking it takes forever

Shor's algorithm collapses "forever" into "hours or days" β€” if you have a big enough quantum computer. The maths has been settled for thirty years. The only open question has ever been the hardware.

What Breaks & What Doesn't?

This is where headlines get sloppy, so let's be precise. "Quantum computers break encryption" is only half true. Encryption comes in two families, and they fare very differently.

Public-key (asymmetric) encryption β€” badly hit:

  • RSA β€” broken by Shor's algorithm
  • Elliptic-curve cryptography (ECC) β€” broken by Shor's algorithm
  • Diffie-Hellman key exchange β€” broken by Shor's algorithm

These are the systems that let two strangers β€” your browser and your bank β€” agree on a secret over a public wire. They secure most HTTPS connections, VPNs, digital signatures, software updates and a great deal of cryptocurrency. This is the backbone, and it's exactly what Shor targets.

Symmetric encryption β€” mostly fine:

  • AES and similar ciphers take a much smaller quantum hit. The relevant attack (Grover's algorithm) only halves their effective strength, and the fix is almost comically simple: double the key size. AES-256 is considered quantum-resistant already.

So the quantum threat isn't "all encryption dies." It's "the key exchange dies." Attackers won't attack the vault; they'll attack the handshake where the vault's combination gets agreed. Unfortunately, the handshake is everywhere.

The Threat That's Already Here: Harvest Now, Decrypt Later

Here's the part that changes the timeline from "future problem" to "current problem," and it deserves more attention than it gets. An attacker doesn't need a quantum computer to hurt you. They need a hard drive and patience. The play works like this:

  1. Intercept encrypted traffic today β€” government cables, medical records, corporate secrets, financial data. It's unreadable. Doesn't matter.
  2. Store it. Storage is cheap and getting cheaper.
  3. Wait for a cryptographically relevant quantum computer to exist.
  4. Decrypt retroactively. Communications captured in 2026 get read in, say, 2032.

The nasty property of this attack is that it's passive and essentially undetectable. There's no breach alert, no ransom note. The damage is invisible at the moment of theft and only surfaces years later, when the encryption around the stolen data quietly collapses. Security researchers widely assess that state actors are running this playbook right now.

Which reframes the deadline entirely. The question isn't "when will quantum computers break RSA?" It's "how long does my data need to stay secret?" If the answer is more than about a decade β€” think health records, intelligence, trade secrets, legal files β€” then data you encrypt with vulnerable algorithms today should be treated as exposed. For long-lived secrets, the deadline didn't just get close. It already passed.

So When Is "Q-Day"?

Honest answer: nobody knows, and be suspicious of anyone who names a date with confidence.

What we can say:

  • Today's machines are nowhere close. Breaking real-world RSA is estimated to need thousands of error-corrected logical qubits β€” some estimates say around 4,000, backed by millions of physical qubits. The 2026 state of the art is roughly 96 logical qubits. The gap is enormous.
  • But the gap is closing in the way that matters. Between late 2024 and early 2026, multiple teams proved quantum error correction works at scale β€” errors go down as machines grow, not up. That was the field's biggest scientific "if," and it's now an engineering problem.
  • The planning consensus clusters around 2030–2035. The US NSA mandates quantum-safe algorithms for national security systems by 2030. NIST plans to phase out vulnerable algorithms by 2030 and ban them outright by 2035. US federal policy targets migration "as much as possible" by 2035. These agencies see more intelligence than any of us; their deadlines are the closest thing to an informed bet that exists.

Could it slip to 2040? Absolutely β€” quantum roadmaps have slipped before. Could a breakthrough pull it forward? Also possible. The defenders' logic is simple: when the downside is "most of the world's secrets become readable," you don't plan for the optimistic case.

The Fix Is Already Shipping: Post-quantum Cryptography

Now the good news, which is genuinely good and genuinely under-reported. Cryptographers saw this coming decades ago and did something about it.

‍Post-quantum cryptography (PQC) is a family of new encryption algorithms that run on ordinary classical computers but are built on mathematical problems β€” mostly involving structures called lattices β€” that quantum computers have no known way to crack. No quantum hardware needed to defend. Just new maths.

The milestones, briefly:

  • August 2024: After an eight-year global competition, NIST β€” the US standards body the whole world effectively follows β€” finalised its first three post-quantum standards (FIPS 203, 204 and 205).
  • Already deployed at massive scale: This isn't a lab project. Cloudflare reported that by late 2025, over half of human-generated traffic on its network already used post-quantum key agreement. Google has rolled PQC into Chrome and its internal systems. Apple rebuilt iMessage's protocol around it. AWS offers post-quantum TLS on its load balancers. Microsoft is targeting full ecosystem transition by 2033.
  • The standard approach is "hybrid": new post-quantum algorithms run alongside the classical ones, so security holds even if either family turns out to have a flaw. Belt and braces.

If you use a modern browser, there's a decent chance some of your traffic is already quantum-resistant and you never noticed. That's what a well-run migration looks like: boring, invisible, early.

The hard part isn't the maths β€” it's the plumbing. Cryptography is buried in firmware, payment terminals, medical devices, industrial systems and thirty-year-old enterprise software. Finding every place a vulnerable algorithm hides (a "cryptographic inventory"), then swapping it without breaking production, is a multi-year slog. That's why the agencies started the clock a decade before the threat matures.

What About Bitcoin & Crypto?

Worth a quick detour, since it's one of the most-searched versions of this question. Cryptocurrencies lean heavily on elliptic-curve signatures β€” exactly the kind of cryptography Shor's algorithm breaks.

A large quantum computer could, in principle, forge signatures and spend coins from vulnerable addresses. Blockchains have an extra headache too: the ledger is public by design, meaning it's the perfect harvest-now-decrypt-later target β€” the encrypted material is already sitting in the open, permanently, for anyone to copy.

Researchers, including at the US Federal Reserve, have flagged distributed ledgers as clearly exposed to harvesting.

The crypto world knows this, and quantum-resistant signature schemes exist. But migrating a decentralised network is harder than migrating a company β€” you can't push an update to a blockchain; you have to convince it. Expect this to become a loud debate as Q-Day estimates firm up.

What Should You Actually Do?

Depends who "you" is.

If you're an individual: genuinely, not much. The migration is happening above your head β€” in your browser, your messaging apps, your bank's infrastructure. Keep software updated so you inherit the fixes. Your personal passwords aren't the target of nation-state quantum programmes.

If you run a business: three moves, in order.

  • Inventory your cryptography. You can't replace what you can't find. Most organisations are shocked at how many systems quietly depend on RSA or ECC.
  • Triage by data lifespan. Anything that must stay confidential past ~2032 needs quantum-safe protection now, because of harvesting. Anything short-lived can wait its turn.
  • Demand crypto-agility from vendors. Ask every supplier for their PQC roadmap. CISA, the NSA and NIST have published a joint migration playbook; it's free and it's the map.

If you handle government, health, legal or financial data: you're likely already under a regulatory clock β€” 2030 for US national security systems, 2035 for the broader phase-out. The planning window is open now and it will not feel long.

Frequently Asked Questions

Can quantum computers break encryption today?

‍No. Breaking real-world RSA needs thousands of error-corrected logical qubits; current machines have fewer than a hundred. But data stolen today can be decrypted once the hardware matures, which makes long-lived secrets vulnerable now.

What is Q-Day?

‍The hypothetical date when a quantum computer can break widely used public-key encryption. Nobody knows it precisely; government planning deadlines cluster around 2030–2035.

What is "harvest now, decrypt later"?

‍An attack where adversaries steal encrypted data today, store it, and decrypt it once quantum computers become capable. It's passive, hard to detect, and widely believed to be underway already.

Will quantum computers break AES?

‍Effectively no. Symmetric ciphers like AES are only weakened, not broken, and AES-256 is considered quantum-resistant. The real casualties are RSA, elliptic-curve cryptography and classic key exchange.

What is post-quantum cryptography?

‍New encryption algorithms that run on normal computers but resist quantum attack, built on different maths (mainly lattice problems). NIST standardised the first three in August 2024, and they're already deployed by Cloudflare, Google, Apple and AWS.

Is Bitcoin at risk from quantum computers?

‍Eventually, yes β€” its elliptic-curve signatures are exactly what Shor's algorithm breaks, and public blockchains are ideal harvesting targets. Quantum-resistant alternatives exist; migrating decentralised networks to them is the unsolved part.

The Bottom Line

Will quantum computers break encryption? Yes β€” the public-key systems securing most of the internet will fall to a large enough machine, and thirty years of mathematics says so. That machine doesn't exist yet and probably won't for years. But "harvest now, decrypt later" means the race started early: data stolen today is a claim ticket on tomorrow's decryption.

The reassuring part is that the defence is ahead of the attack. The replacement maths is standardised, shipping, and already protecting a large slice of internet traffic. This is one of the rare cases where the world saw a slow-motion catastrophe coming and actually moved first.

Your next step: if you're responsible for any data that must stay confidential into the 2030s, start your cryptographic inventory this quarter β€” the joint CISA/NSA/NIST migration guidance is the place to begin. If you're not, update your software and enjoy the rare comfort of a problem other people are fixing on your behalf.

View all articles
View all articles
Template image
Keeping you informed and entertained since 2021

Stay updated with our letter

Join our newsletter to receive the latest insights, tips, and stories directly to your inbox weekly.