← Knowledge Base

The Secure Boot Certificate Saga: Why 2026 Matters for Your PC

  • Security
  • Windows
  • Secure Boot
  • Linux

TL;DR

Secure Boot, the feature that stops untrusted code loading when your PC starts up, relies on certificates stored in your firmware. The main ones were issued in 2011 and are expiring in 2026. If your PC does not receive the replacement 2023 certificates in time, it keeps booting fine, but it stops getting boot-level security updates, and older Linux or dual-boot setups can hit edge cases. The fix is mostly automatic through Windows Update, but it is worth understanding and checking your older machines.


Now for the more technical explanation

A quick recap: what Secure Boot is

Secure Boot is a UEFI (Unified Extensible Firmware Interface) firmware feature that ensures only code signed by trusted keys runs during startup, before Windows even loads. That is what blocks bootkits and rootkits, the nastiest malware, which try to load before the operating system so nothing can catch them. (It is one of the protections the antivirus vs EDR guide recommends turning on.)

The trust is anchored in certificates stored in your firmware’s key database. Microsoft’s certificates are the important ones, because Microsoft signs the Windows bootloader, and also, through a separate certificate authority, signs third-party bootloaders like the Linux “shim” that let Linux boot on the same Secure Boot machines.

The saga: the 2011 certificates expire in 2026

Those foundational certificates were issued in 2011 with roughly a fifteen-year life, and that clock is now running out:

Microsoft has issued replacement 2023 certificates, and the job is to get those enrolled into each machine’s firmware key database before the 2011 ones lapse.

What happens if the Secure Boot certificates expire?

Do not panic: your PC does not instantly brick. Bootloaders that are already trusted keep booting exactly as before. What you lose is the ability to receive new boot-level protections after expiry: updates to the Windows Boot Manager, refreshed Secure Boot databases, revocation lists, and mitigations for newly discovered boot-level vulnerabilities. It also stops trusting software signed with the new certificates.

So it is a slow erosion of your boot security, not a sudden failure. Over months and years, that is a genuine risk (unpatched boot-level holes), which is exactly why it is worth handling rather than ignoring.

Linux and dual-boot

The Linux impact is more limited than the scare headlines suggest:

What to do

The bigger point

This whole episode is a neat reminder that trust in security has an expiry date, literally. The entire Secure Boot chain rests on certificates, and certificates expire. It is a rare, industry-wide rotation, handled mostly quietly by updates, but worth understanding so you are not caught out on the one old machine that slips through the cracks.

The short version

Secure Boot’s trust rests on 2011 Microsoft certificates that expire in 2026 (June and October). Your PC needs the replacement 2023 certificates, delivered through Windows Update. Miss it and nothing breaks immediately, but the machine stops getting boot-level security updates, and old dual-boot or Linux setups can hit edge cases when something needs re-signing. Keep updating, and check your older machines.

Written by Tom Langston, IT Infrastructure and Cybersecurity.