At a glance: Microsoft unveiled Majorana 2 at Build 2026 (June 2, 2026). Topological quantum chip with a new materials stack, 1,000x more reliable qubits, ~20-second mean qubit lifetime, and a 2029 target for a scalable practical quantum computer — half the previously stated timeline. Designed using Microsoft Discovery agentic AI. Scientific critics say the topological qubit claims lack sufficient public data. The builder-relevant collision: 2029 is also Google’s and Cloudflare’s deadline for post-quantum cryptography migration. NIST FIPS 203/204/205 are final. The action is the same whether Microsoft’s timeline is right or not. Part of our Builder’s Log.
Two separate clocks converged at Build 2026, and the builder implication is the same regardless of which one you believe.
Microsoft said that practical, scalable quantum computing arrives in 2029. Google said in March 2026 that post-quantum cryptography migrations need to be complete by 2029. Cloudflare moved its own internal PQC deadline to 2029 for the same reason. That convergence is not a coincidence — it is driven by March 2026 research papers showing that breaking today’s elliptic curve cryptography requires roughly 20 times fewer qubits than the security community previously modeled.
Even if you are skeptical of Microsoft’s quantum timeline — and the scientific community is — the cryptographic risk has been independently repriced. The migration is not optional anymore.
What Majorana 2 Actually Is
Microsoft has spent a decade betting on topological qubits: a fundamentally different architecture than the gate-based qubits IBM and Google use. Where IBM and Google build large numbers of physically unreliable qubits and use error-correction overhead to make them behave reliably, Microsoft’s approach tries to build physically reliable qubits whose protection comes from topology — a mathematical property of the quantum state rather than active correction circuits.
The bet: if topological protection works, you can build far fewer physical qubits to achieve the same logical qubit fidelity. The counter-argument: topological qubits are extraordinarily hard to make and Microsoft has struggled to prove they actually exist in its devices.
Majorana 2 is the second generation of that approach. The key changes:
| Property | Majorana 1 | Majorana 2 |
|---|---|---|
| Superconductor | Aluminum | Lead |
| Semiconductor | Indium arsenide (InAs) | InAs + indium arsenide antimonide (InAsSb) |
| Qubit reliability | Baseline | 1,000x improvement |
| Mean qubit lifetime | — | ~20 seconds |
| Max observed lifetime | — | Up to 1 minute |
| Gate operation speed | — | 1 microsecond |
| Qubit footprint | — | 1/100th of a millimeter |
The material changes create a more stable topological phase. The lead superconductor and the InAs/InAsSb semiconductor combination produce qubit states that are better isolated from their environment — which is the fundamental engineering challenge in quantum computing.
The AI-Designed Materials Angle
The material stack was developed using Microsoft Discovery, Microsoft’s agentic AI platform for scientific R&D. Discovery is now generally available — it deploys teams of AI agents, guided by human researchers, to accelerate materials science, chemistry, and engineering design workflows.
Majorana 2 is a concrete output of that platform in production. Researchers used AI agents to explore the material design space for the superconductor/semiconductor interface, accelerating the iteration cycle between simulation and fabrication.
This is the AI-accelerating-hardware-design loop that has been theorized for years, now running in practice at one of the world’s largest research labs. The materials Microsoft Discovery helped design have, according to Microsoft, cut the quantum roadmap from roughly a decade out to three years.
What the Scientific Community Is Saying
This deserves straightforward treatment: the scientific community has not validated Microsoft’s topological qubit claims.
When Majorana 1 was announced, physicists noted that the published data was insufficient to confirm the existence of topological qubits. Science journal formally announced it was investigating data used in a 2020 Microsoft quantum study. With Majorana 2, critics have made the same objection: “Nothing in the presented data proves the existence of a topological qubit or Majoranas in these devices."
Microsoft’s position is that the 1,000x reliability improvement and the faster, smaller qubits are measurable and real, and that the topological protection is the most plausible explanation. The critics’ position is that alternative explanations have not been ruled out.
The honest read for builders: treat 2029 as the optimistic case, 2031–2033 as the base case, and plan cryptographic migrations accordingly. The exact date does not change the direction of travel.
The 2029 Collision
Three separate organizations have landed on the same year:
| Organization | 2029 claim |
|---|---|
| Microsoft | Scalable, practical quantum computer operational |
| Post-quantum cryptography migration must be complete | |
| Cloudflare | Post-quantum cryptography migration must be complete |
Google and Cloudflare moved their deadlines forward from 2031 in March 2026, after two research papers updated the qubit count required to break elliptic curve cryptography. The new estimate: roughly 20x fewer qubits than previously modeled, which means a cryptographically relevant quantum computer (CRQC) — one capable of breaking RSA and ECC in real-world time — could arrive materially sooner than the security community planned.
NIST has already finalized the replacement standards:
- FIPS 203 (ML-KEM) — lattice-based key encapsulation (replaces RSA/ECC for key exchange)
- FIPS 204 (ML-DSA) — lattice-based digital signatures (replaces ECDSA)
- FIPS 205 (SLH-DSA) — hash-based digital signatures (stateless, conservative fallback)
These are final standards, not drafts. Implementation libraries exist for most major languages. The cryptographic migration tooling is available now.
What Builders Should Actually Do
1. Start the cryptographic inventory. Map where classical public-key cryptography lives in your stack: TLS certificates, JWT signing keys, RSA-encrypted blobs at rest, ECDH session negotiation, API authentication signatures. Most builders discover this takes much longer than expected — dependencies are often transitive (a library using another library using RSA).
2. Authentication before encryption. Google and Cloudflare’s updated guidance flips the migration priority that was conventional wisdom: authentication (signatures) should be migrated before encryption (key exchange). The reasoning: encrypted traffic captured today can be decrypted later when quantum hardware arrives (harvest-now/decrypt-later), but forged signatures create active immediate risk as the transition period creates confusion about trust.
3. Do not wait for quantum hardware. The migration deadline is about quantum risk, but PQC libraries like liboqs, BouncyCastle, and AWS libcrypto implement FIPS 203/204/205 today on classical hardware. You can deploy ML-KEM for TLS key exchange now using TLS 1.3 hybrid mode (classical + post-quantum in parallel), which maintains compatibility with non-PQC clients while adding quantum resistance for clients that support it.
4. Watch Azure Quantum, but don’t block on it. Microsoft’s Azure Quantum platform today provides access to Quantinuum, IonQ, and Rigetti hardware. Majorana-based topological qubits are not yet on the platform — “when ready” is Microsoft’s public timeline. If you want to experiment with quantum algorithms for optimization or simulation use cases, the platform is accessible now with existing hardware. If you are waiting for topological qubits specifically, 2029 is the earliest optimistic date.
5. Understand what quantum is actually useful for. Quantum supremacy in the sense of “faster at everything” does not exist and will not exist in 2029. The meaningful near-term quantum advantage is expected in: combinatorial optimization (routing, scheduling, logistics), quantum chemistry simulation (drug discovery, materials design), and a subset of machine learning problems involving linear algebra. General-purpose compute faster than a GPU is not on the 2029 roadmap.
The Broader Build 2026 Context
Majorana 2 was not the centerpiece of Build 2026 — that was agentic AI on Windows, GitHub Copilot, and the MAI model family. Quantum computing sat at the end of the keynote as a longer-horizon bet.
But the pairing of Microsoft Discovery AI designing quantum hardware is not incidental. It is a demonstration of what Microsoft is positioning Discovery to do: accelerate any hard scientific R&D problem by deploying agent teams against it. Majorana 2 is the proof of concept. The implication is that the same pattern — AI agents compressing research cycles that used to take years into months — is now available to enterprise R&D teams on Azure.
That is the short-term actionable story inside the quantum announcement: Microsoft Discovery is GA, not research preview. If you are in pharma, materials science, or any domain where materials design or molecular simulation is a bottleneck, the platform that helped design Majorana 2 is available today.
Related Coverage
- Windows AI Models: Aion 1.0 — On-device AI at Build 2026, including the Windows Local AI Runtime KB5039239 shipping June 9.
- MAI Multimodal Stack — MAI-Image-2.5, MAI-Voice-2, and MAI-Transcribe-1.5 from the same Build 2026 week.
- MAI-Code-1-Flash — Microsoft’s Copilot-native coding model, also launched at Build 2026.
- Microsoft Build 2026 Recap — Day 1 overview: Project Polaris, Windows Agent Platform, Copilot Workspace.