Skip to main content
    Security

    Secure Boot Certificate Expiration: What Changed in June, What Happens on October 19

    Two of the three 2011 Secure Boot certificates expired in June 2026. The third goes on October 19. What actually breaks, and how to check your fleet.

    MS
    My-SSL Team
    ·
    13 min read
    ·
    Published September 11, 2026
    ·
    Last updated September 11, 2026

    The short answer

    Three Microsoft certificates underpinning Secure Boot are expiring, and two of them already have. The Microsoft Corporation KEK CA 2011 expired on June 24, 2026 and the Microsoft Corporation UEFI CA 2011 on June 27, 2026; the Microsoft Windows Production PCA 2011 follows on October 19, 2026. None of that stops a PC from starting. Machines that boot today keep booting, previously signed boot code still runs, and Windows updates still install. What expiry removes is the ability to change anything at the boot layer: without the 2023 replacements in firmware, no updated boot manager, no new allow-list entry and no new revocation can reach the device.

    Timeline of the three Microsoft 2011 Secure Boot certificates, their expiry dates and what each one authorisesThree certificate cards sit above a timeline. The first is the Microsoft Corporation KEK CA 2011, which authorises updates to the allow list and the revocation list; it expired on the twenty fourth of June 2026. The second is the Microsoft Corporation UEFI CA 2011, which signs third-party boot loaders and option ROMs; it expired on the twenty seventh of June 2026. The third, highlighted, is the Microsoft Windows Production PCA 2011, which signs Windows boot components; it expires on the nineteenth of October 2026. A marker on the timeline shows that the present date falls after the two June expiries and before the October one. A bar across the bottom states the conclusion: expiry does not stop a machine booting, it stops the machine being updated at the boot layer.Three certificates, three dates, three different jobsMicrosoft CorporationKEK CA 2011Authorises every changeto the allow list (DB)and revocation list (DBX)Microsoft CorporationUEFI CA 2011Signs third-party bootloaders — the Linux shim —and option ROMsMicrosoft WindowsProduction PCA 2011Signs the Windows bootcomponents, including theWindows Boot Manageryou are hereJune 24, 2026already expiredJune 27, 2026already expiredOctober 19, 2026still aheadExpiry does not stop a machine booting.It stops the machine being fixed.
    The dates are spaced for legibility rather than drawn to scale. The useful detail is that they are three separate events: two have already passed, and the one still ahead is the only one that touches Windows' own boot code.

    Which Secure Boot certificates are expiring?

    Three certificates issued by Microsoft in 2011 are reaching the end of their validity. The Microsoft Corporation KEK CA 2011 expired on June 24, 2026 and authorised updates to the Secure Boot databases. The Microsoft Corporation UEFI CA 2011 expired on June 27, 2026 and signed third-party boot loaders and option ROMs. The Microsoft Windows Production PCA 2011 expires on October 19, 2026 and signs Windows' own boot components.

    Most of the coverage written about this was published before the June dates, which is why so much of it reads as a warning about something imminent. Two of the three have now passed without incident, and that is worth stating plainly, because the quiet is the part people misread. Nothing was supposed to happen in June. The certificates stopped being usable for signing new things; everything already signed carried on.

    CertificateExpiresWhat it holds up
    Microsoft Corporation KEK CA 2011June 24, 2026Authorises every update to the allow list (DB) and the revocation list (DBX)
    Microsoft Corporation UEFI CA 2011June 27, 2026Signs third-party boot loaders, including the shim most Linux distributions use, and option ROMs
    Microsoft Windows Production PCA 2011October 19, 2026Signs the Windows boot components, including the Windows Boot Manager

    Will the machine still boot?

    Yes. Devices that have not received the 2023 certificates continue to start and operate normally, and standard Windows updates continue to install. Secure Boot's job at power-on is to check that the code it is about to run was signed by something the firmware already trusts, and an expired certificate does not disappear from the firmware's allow list when its validity period ends.

    Anyone who has watched a public root expire in an operating system trust store will recognise the shape of this. The certificate itself is a statement with a start and end date, but the decision a verifier makes depends on which question it was asked. A browser asked whether a TLS certificate is valid right now says no the moment it expires. Firmware asked whether a boot image matches a key in its allow list is doing something closer to a lookup, and the lookup keeps succeeding.

    This is the same reason a timestamped Authenticode signature outlives the certificate that made it. Expiry governs what a key may still be used to sign, not whether everything it signed in the past is retroactively worthless.

    What actually stops working

    What a device loses is the boot layer's capacity to change. Without the 2023 certificates in firmware, it can no longer receive new security protections for the early boot process: updates to the Windows Boot Manager, changes to the Secure Boot databases, new revocation entries, or mitigations for boot-level vulnerabilities discovered from here on. The machine is not broken. It is frozen.

    Two panels comparing what keeps working on a device that never receives the 2023 Secure Boot certificates against what stops workingThe left panel lists what still works after the 2011 certificates expire: the machine still boots, boot components signed before the expiry still run, and ordinary Windows updates still install. The right panel, highlighted, lists what stops: a new Windows Boot Manager cannot be trusted, new entries cannot be added to the allow list, new revocations cannot reach the deny list, and mitigations for boot-level vulnerabilities found after the expiry cannot be applied. A bar across the bottom states that the exposure grows with time rather than arriving on the expiry date.A device that never gets the 2023 certificatesStill worksThe machine boots, exactly as beforeBoot code signed before the expirystill verifies and still runsOrdinary Windows updates keepinstalling normallySecure Boot stays on and keepsenforcing what it already knowsStops workingA newly signed Windows BootManager cannot be trustedNo new signer can be added tothe allow listNo new revocation can reach thedeny listBoot-level fixes stop arrivingThe exposure accumulates over time; it does not land on the expiry date.
    This is why the issue is easy to under-react to. Nothing visibly fails on the day, so a fleet can sit un-remediated for months before the first revocation it cannot accept is published.

    That distinction decides how urgent this is for a given fleet. A kiosk rebuilt from an image every quarter is in a different position from a laptop estate that has to accept a revocation the week a new bootkit is published. The historical case everyone reaches for is BlackLotus, where the response was a revocation pushed into the deny list — precisely the mechanism that an expired key exchange key can no longer authorise.

    Why three certificates become four

    The 2011 set has three certificates and the 2023 set has four, because the third-party certificate splits in two. Microsoft Corporation UEFI CA 2011 signed both non-Microsoft boot loaders and option ROMs under one certificate. Its replacement is a pair — Microsoft UEFI CA 2023 and Microsoft Option ROM UEFI CA 2023 — which separates those two kinds of trust so they can be granted independently.

    Mapping of the three 2011 Secure Boot certificates onto their four 2023 replacements, showing the third-party certificate splitting in twoTwo columns. On the left, the three 2011 certificates: the KEK CA 2011, the UEFI CA 2011 and the Windows Production PCA 2011. On the right, the four 2023 certificates: the Microsoft Corporation KEK 2K CA 2023, the Microsoft UEFI CA 2023, the Microsoft Option ROM UEFI CA 2023 and the Microsoft Windows UEFI CA 2023. Arrows connect each old certificate to its replacement one for one, except the UEFI CA 2011, highlighted, whose two arrows fan out to both the UEFI CA 2023 and the Option ROM UEFI CA 2023. A note at the bottom explains the split: separating boot loader signing from option ROM signing lets a platform trust the option ROMs its own hardware needs without also trusting third-party boot loaders.Three go out, four come in2011 — expiring2023 — replacementsMicrosoft CorporationKEK CA 2011Microsoft CorporationUEFI CA 2011Microsoft WindowsProduction PCA 2011Microsoft Corp KEK 2K CA 2023Microsoft UEFI CA 2023Microsoft Option ROMUEFI CA 2023Microsoft Windows UEFI CA 2023The third-party CA splits so a platform can trust the option ROMs its ownhardware needs without trusting third-party boot loaders as well.
    The split is the part that catches people counting certificates: an inventory script looking for three replacements will report a device compliant when it is one certificate short.

    The reason is a real one rather than administrative tidiness. A server whose RAID controller needs a signed option ROM previously had to trust third-party boot loaders to get it, because both came from the same CA. Splitting them lets a platform add the option ROM certificate on its own. It is the same instinct behind single-purpose roots in the public web PKI, where a hierarchy is increasingly expected to do one job rather than several.

    For anyone writing an inventory check, the split is the detail that matters operationally. Microsoft's guidance notes that where the 2011 third-party certificate is active in a device's allow list, Windows appends both 2023 third-party certificates during cumulative updates. A script that looks for three replacements and reports success has not actually confirmed the fourth.

    Why the KEK has to land first

    The key exchange key is the credential that authorises changes to both Secure Boot databases, so it gates everything else in the rollout. A device that has not taken the Microsoft Corporation KEK 2K CA 2023 has no valid authority to accept the allow-list update carrying Microsoft Windows UEFI CA 2023. Order is not a preference here; it is a dependency.

    Diagram of the Secure Boot key hierarchy showing the Platform Key above the Key Exchange Key, which authorises changes to the allow list and revocation list that govern which boot components may runA vertical hierarchy. At the top sits the Platform Key, held by the firmware owner, which controls who may hold a Key Exchange Key. Below it, highlighted, is the Key Exchange Key, described as the credential that authorises every change to the two databases beneath it. Two boxes sit on the next row: the allow list, which names the signers whose boot code the firmware will run, and the revocation list, which names boot code the firmware must refuse. Both feed the bottom box, the boot components themselves — the Windows Boot Manager, third-party boot loaders and option ROMs. A note beside the Key Exchange Key states that when it expires, the two databases below it can no longer be changed, which is why an expired key exchange key matters more than its own name suggests.Why an expired KEK is the one that hurtsPlatform Key (PK)the firmware owner's keyKey Exchange Key (KEK)signs every change made belowExpired sinceJune 24, 2026DB — the allow listsigners whose boot code may runDBX — the deny listboot code the firmware refusesBoot manager, boot loaders, option ROMs
    Nothing in the two databases expires on its own. The problem is the key one level up: with no valid KEK, there is no authorised way to add or remove an entry, so the boot layer keeps whatever verdicts it already holds.

    This is why the June dates deserved more attention than they got, even though nothing visibly happened. The KEK expiry was the one that closed the door, and the October date is the one that makes the closed door matter. Reversed, the situation would be far more forgiving: an expired signing CA with a live KEK is a problem you can still push a fix through.

    It is worth being precise about what the expiry does and does not do to the update path, because the two are easy to conflate. A device that received the 2023 KEK before its predecessor expired holds a valid authority and can keep taking database updates indefinitely. The constraint binds on devices that never received it — firmware that was off, unmanaged, or on a platform whose vendor has not shipped the update.

    What the October 19 date really does

    October 19, 2026 is the date the Windows Production PCA 2011 can no longer sign new Windows boot components. From that point, Microsoft signs them under Microsoft Windows UEFI CA 2023, and a device will only verify those newly signed components if that certificate is in its allow list. Existing boot components on the device are unaffected.

    So the practical failure mode is not a machine that will not start. It is a machine that starts perfectly and then cannot accept a boot manager update, which is a much quieter problem and one that surfaces at an inconvenient moment — usually during a feature update or a recovery operation rather than on the day itself.

    The same certificate turns up in Microsoft's broader code signing work, which is a separate thread worth not tangling with this one. The 2026 guidance describes Microsoft moving its own production signing to stronger configurations and looking ahead to post-quantum signing in 2027. None of that is a deadline for an Authenticode certificate a software vendor buys, and our OV and EV code signing certificates keep working under the same rules they do today. What the guidance does ask of vendors is narrower: stop hard-coding certificate names, thumbprints, issuers, key sizes and digest algorithms in your own signature-checking code, because that is the code that breaks when a CA changes underneath it.

    How to check a device

    Read the active Secure Boot variables from an elevated PowerShell session and look for the 2023 certificate names. Checking the allow list for the string returns True when the certificate is present. Run PowerShell as administrator — an unelevated session cannot read these variables and the resulting error is easy to mistake for a missing certificate.

    # Is the 2023 KEK present? Check this one first.
    [Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI KEK).bytes) -match 'KEK 2K CA 2023'
    
    # Is the Windows boot component CA present?
    [Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023'
    
    # And the two third-party certificates, if this device needs them.
    [Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Microsoft UEFI CA 2023'
    [Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Option ROM UEFI CA 2023'

    Check the KEK before anything else. It is the dependency for every other line, so a False there explains a False everywhere else and points the remediation at the firmware rather than at Windows Update. The two third-party lines only apply to devices that actually need third-party boot loaders or signed option ROMs; a Windows-only machine with neither is not failing a check by missing them.

    What to do now

    Inventory first, remediate second. The population that matters is not the whole estate — it is the devices that have not taken the 2023 KEK, because those are the only ones where the rest of the update cannot proceed. Run the KEK check across the fleet, then sort what comes back by whether the device can take a firmware update at all.

    StepWhy it is in this order
    Query the KEK on every managed deviceIt gates every later database change, so it is the only result that tells you whether the rest can land at all
    Separate devices that can take firmware updates from those that cannotOld, unmanaged and end-of-support hardware is where this becomes a replacement decision rather than a patch
    Check the allow list for Windows UEFI CA 2023 before October 19After that date, new Windows boot components are signed under it, and a device without it cannot verify them
    Add the two third-party certificates only where they are neededThe split exists so option ROM trust and third-party boot loader trust can be granted separately
    Audit your own code for hard-coded certificate identifiersThis is the item that bites software vendors rather than administrators, and it has the same October date

    The last row is the one most likely to be missed, because it lives in application code rather than in a device inventory. Installers that pin a Microsoft thumbprint before applying an update, licence checks asserting an issuer name, and self-update routines that accept only SHA-256 have all been quietly correct for a decade. Certificate rollovers are exactly when that kind of code stops being correct, and how trust stores decide what a device accepts is the background that makes the failure legible when it happens.

    FAQ

    Frequently Asked Questions

    Get instant answers to common questions about SSL certificates and our services.

    Still Have Questions?

    Our SSL experts are available 24/7 to help with any questions about certificates, installation, or technical issues.

    If you sign software that runs on these machines

    Secure Boot governs the code that runs before Windows does, and none of it involves a certificate you can buy — those keys are Microsoft's and the OEM's. The layer above it is yours. Drivers, installers and applications are signed with an Authenticode certificate from a publicly trusted CA, and that is unaffected by the 2011 expiries. My-SSL issues through Certum, whose roots ship in the major operating system trust stores, with the private key held in a hardware token or in SimplySign cloud signing. Compare the OV and EV code signing options if you are working out which level of validation your situation calls for.