The 2026 Secure Boot Key Expiration: Why Your PC Won't Break, and How to Check Your Status
The cryptographic keys that secure the boot process for billions of Windows and Linux computers expire in June 2026, but automated updates have already prepared most systems for the transition.
By Factlen Editorial Team
- Security Researchers
- Emphasize that rotating cryptographic keys is essential to defend against modern bootkits and vulnerabilities.
- Open-Source Maintainers
- Focus on ensuring Linux distributions remain bootable on hardware controlled by Microsoft's root certificates.
- Platform Providers
- Prioritize a seamless, automated transition for billions of users without triggering system failures or encryption lockouts.
What's not represented
- · Independent motherboard manufacturers who must issue BIOS updates for legacy hardware.
- · Consumers using decade-old PCs that may no longer receive firmware support.
Why this matters
If your computer's firmware isn't updated to recognize the new 2023 security certificates, it will eventually be unable to install critical updates for its bootloader. This leaves the system permanently vulnerable to advanced malware that can hijack the computer before the operating system even starts.
Key points
- The cryptographic keys that secure the boot process for most Windows and Linux PCs expire in June 2026.
- Computers will not suddenly stop working or fail to boot when the deadline passes.
- Microsoft has already been silently distributing the replacement 2023 certificates via standard Windows Update rollouts.
- Un-updated systems will eventually be blocked from receiving new security patches for their bootloaders.
- Linux users can update their firmware databases using standard command-line tools like fwupdmgr.
A critical cryptographic deadline is approaching for the global computing ecosystem, as the digital keys that secure the boot sequence for billions of computers are set to expire in June 2026. The impending expiration has prompted a massive, industry-wide coordination effort to update the foundational security architecture of modern PCs without disrupting users.[1][2]
The scale of this transition is immense. Since 2012, almost every Windows and Linux machine manufactured has relied on these specific Microsoft-issued certificates to verify that the operating system is safe to load. These keys act as the ultimate root of trust, ensuring that no malicious software intercepts the boot process.[2]
Despite the ominous-sounding expiration dates—June 24 and June 27 for the most critical keys—security experts and operating system vendors are urging calm. Computers will not suddenly refuse to turn on, brick themselves, or lock users out of their data when the deadline passes.[4][6]
To understand why the transition is safe, it helps to understand how Secure Boot works. It acts as a cryptographic bouncer at the door of the operating system. When a computer powers on, the UEFI firmware checks the digital signature of the bootloader against a database of trusted keys stored directly on the motherboard.[2]

When Secure Boot was introduced alongside Windows 8, Microsoft generated a set of master certificates. These included the Key Exchange Key (KEK) and the UEFI Certificate Authority (CA), which were subsequently baked into the motherboards of virtually all PC hardware by original equipment manufacturers.[2][6]
Because Microsoft's keys became the de facto industry standard, even Linux distributions rely heavily on them. A specialized open-source bootloader called a "shim" is signed by the Microsoft UEFI CA, allowing operating systems like Ubuntu, Fedora, and Red Hat to boot seamlessly on locked-down commercial PC hardware.[3][4]
Cryptographic keys are intentionally designed with expiration dates to ensure security standards evolve and to prevent older, potentially compromised algorithms from being used indefinitely. The 2011 keys are reaching the end of their 15-year lifespan, prompting Microsoft to issue a new set of mathematically stronger certificates in 2023, which will remain valid until 2038.[2][5]

For the vast majority of Windows users, this cryptographic baton pass has already happened invisibly in the background. Microsoft has been silently pushing the 2023 certificates to the firmware databases of compatible PCs via standard Windows Update rollouts over the past year.[6]
For the vast majority of Windows users, this cryptographic baton pass has already happened invisibly in the background.
The open-source community has orchestrated a similarly elegant migration. Major enterprise and community Linux distributions have released new versions of their shim bootloaders that are "dual-signed" with both the expiring 2011 key and the new 2023 key, ensuring complete compatibility across both old and newly updated firmware.[3][4]
Linux users can manually verify and update their motherboard's secure boot database using the Linux Vendor Firmware Service (LVFS). Standard command-line tools like fwupdmgr can safely inject the new certificates into the hardware without requiring a full BIOS flash from the manufacturer.[4]
While systems will continue to boot after June 2026, there is a real risk to inaction. If a computer fails to receive the new 2023 certificates, it will eventually be unable to install newer, updated bootloaders, because those future updates will only be signed with the 2023 keys.[2][5]
This inability to update is dangerous because of modern threats like the BlackLotus bootkit, which exploits known vulnerabilities in older bootloaders to bypass Secure Boot entirely. Once the new keys are fully established, Microsoft and Linux vendors plan to revoke trust in those older, vulnerable bootloaders—a critical protection that un-updated machines will miss out on.[5]
In corporate environments, the certificate rotation requires careful orchestration. Cloud providers warn that updating the Secure Boot database alters the cryptographic measurements of the boot sequence, which can trigger security systems like Windows BitLocker to demand a manual recovery key on the next reboot if not managed properly.[7]
A small percentage of older motherboards may struggle with the update due to limited NVRAM storage space for the new certificates, or abandoned firmware support from the original manufacturer. These specific legacy devices will remain reliant on the expiring keys and may eventually need to disable Secure Boot to install future operating systems.[6]

Users who want to confirm their status can easily do so today. On Windows 11, the built-in Windows Security app now displays a Secure Boot certificate status, and a simple PowerShell command can query the firmware to confirm the presence of the "Windows UEFI CA 2023" key.[6]
How we got here
2011
Microsoft issues the original Secure Boot certificates ahead of the Windows 8 launch.
2023
New, cryptographically stronger Secure Boot certificates are generated to replace the aging 2011 keys.
April 2026
Microsoft updates the Windows Security app to display the status of the new 2023 certificates.
June 24, 2026
The Microsoft Corporation KEK CA 2011 certificate officially expires.
June 27, 2026
The Microsoft UEFI CA 2011 certificate, used to sign third-party bootloaders like Linux, expires.
2038
The new 2023 Secure Boot certificates are scheduled to expire.
Viewpoints in depth
Security Researchers
Advocating for aggressive key rotation to defeat modern bootkits.
Cybersecurity experts view the 2026 expiration not as a crisis, but as a necessary hardening of the PC ecosystem. Older bootloaders have accumulated known vulnerabilities, such as those exploited by the BlackLotus bootkit, which can bypass Secure Boot entirely. By forcing a transition to the 2023 certificates, the industry gains the ability to safely revoke trust in those compromised legacy bootloaders, closing a critical attack vector that has lingered for years.
Open-Source Maintainers
Navigating Microsoft's control over PC hardware trust.
For the Linux community, the expiration highlights the delicate balance of the modern hardware ecosystem, where Microsoft's keys serve as the ultimate gatekeeper for x86_64 PCs. Open-source developers at Red Hat and Fedora have had to carefully engineer 'dual-signed' shim bootloaders to ensure their operating systems can boot on both updated and un-updated motherboards. Their focus remains on preventing a scenario where Linux users are locked out of their own hardware due to a botched firmware update.
Enterprise IT Administrators
Managing the logistical risks of firmware updates at scale.
Corporate IT teams face a unique challenge with the certificate rotation. Updating the Secure Boot database alters the cryptographic measurements of the boot sequence, which can trigger security systems like Windows BitLocker to assume the device has been tampered with. Administrators must carefully orchestrate the rollout to ensure that thousands of corporate laptops and cloud-based virtual machines don't suddenly demand manual BitLocker recovery keys upon rebooting.
What we don't know
- Exactly how many legacy PCs will be unable to accept the new 2023 certificates due to limited NVRAM storage on their motherboards.
- When Microsoft and hardware vendors will begin actively revoking the 2011 certificates, which would prevent un-updated systems from booting entirely.
Key terms
- UEFI (Unified Extensible Firmware Interface)
- The modern firmware interface that connects a computer's hardware to its operating system, replacing the older BIOS system.
- Secure Boot
- A security standard that ensures a device boots using only software that is trusted by the Original Equipment Manufacturer (OEM).
- Bootloader
- A small program that loads the main operating system into the computer's memory when the system is turned on.
- Shim
- A specialized, digitally signed bootloader used by Linux distributions to prove their authenticity to a computer's Secure Boot system.
- Rootkit / Bootkit
- Malicious software designed to load before the operating system starts, allowing it to hide from antivirus programs and take deep control of a computer.
Frequently asked
Will my computer stop working in July 2026?
No. Computers will continue to boot normally even after the 2011 certificates expire, as long as the old keys are not explicitly revoked by the system.
Do I need to buy a new PC to get the new keys?
Most PCs built in the last decade can receive the new 2023 certificates via standard software updates, though a small number of very old motherboards may lack the storage space for the update.
How is this update delivered to Windows users?
Microsoft is automatically distributing the new 2023 Secure Boot certificates through routine Windows Update rollouts.
Does this expiration affect Linux computers?
Yes. Most Linux distributions rely on a Microsoft-signed "shim" bootloader to run on modern PCs, meaning Linux users also need the updated certificates.
Sources
[1]WiredSecurity Researchers
A Critical Deadline Is Approaching for Windows and Linux Security
Read on Wired →[2]MicrosoftPlatform Providers
Windows Secure Boot key creation and management guidance
Read on Microsoft →[3]Red HatOpen-Source Maintainers
Secure Boot Certificate Changes in 2026: Guidance for RHEL Environments
Read on Red Hat →[4]Fedora MagazineOpen-Source Maintainers
What you need to know about the Microsoft Secure Boot certificate expiration: Don't Panic!
Read on Fedora Magazine →[5]MalwarebytesSecurity Researchers
Secure Boot certificates are expiring: What you need to know
Read on Malwarebytes →[6]How-To GeekPlatform Providers
Windows Secure Boot Certificates Are Expiring, But Don't Panic
Read on How-To Geek →[7]Google CloudPlatform Providers
Update Shielded VMs for 2026 Secure Boot certificate expiration
Read on Google Cloud →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.







