Microsoft's May 12, 2026 Windows 10 extended security update (ESU) KB5087544 introduces a critical new visibility feature: the Windows Security app now displays the current Secure Boot status, giving IT administrators and enthusiasts a clear window into firmware integrity ahead of the looming June 2026 expiration of the original 2011 Secure Boot certificates. The update lands just six weeks before those certificates become invalid, a change that could render countless older PCs unbootable if firmware and boot loaders aren't properly updated.
This is more than a cosmetic dashboard tweak. For organizations still running Windows 10 under the Extended Security Updates program—a paid bridge that extends support beyond the October 2025 end of life—KB5087544 serves as an early-warning mechanism. The Windows Security app now surfaces whether Secure Boot is on, off, or unsupported, and critically, which sets of Secure Boot keys are loaded in the firmware. This includes the presence of the expiring 2011 Microsoft Corporation UEFI KEK (Key Exchange Key) and the Windows Production PCA 2011 certificate.
Why Secure Boot Certificate Expiry Matters
To understand the urgency, you need to know what happens when those 2011 certificates expire. Secure Boot relies on a chain of trust anchored in the platform key (PK), which validates the key exchange key (KEK), which in turn validates the signature databases (db, dbx). The 2011 KEK and PCA certificates were minted when UEFI was still maturing. Their 15-year expiration was baked into the certificates themselves, not some arbitrary marketing date.
Come June 2026, any boot component—boot loaders, option ROMs, or even the OS loader itself—signed with the 2011 PCA will no longer pass Secure Boot validation on systems that still enforce the unexpired certificate requirement. That includes many Windows boot managers shipped with Windows 8, 8.1, and early Windows 10 builds. Without updated firmware or revised boot entries, affected machines could fail to start, throwing “Secure Boot Violation” errors or endlessly looping into recovery.
Microsoft has been mitigating this for years. The 2023 and 2024 monthly security updates began adding “Secure Boot Advanced Targeting” packaging that includes UEFI revocation list updates. Windows 11, along with newer Windows 10 22H2 installations, already trusts the updated 2023 CA certificates and the longer-lived “Third Party PCA 2011” (for non-Microsoft code). But many older systems—especially those with legacy BIOS compatibility or custom boot configurations—remain vulnerable.
What KB5087544 Specifically Adds
KB5087544, released on May 12, 2026, is tagged as an “optional quality update” for Windows 10 22H2 ESU SKUs. Its headline change is a new “Secure Boot” section under Windows Security → Device Security → Security processor details. Here, users now see:
- Secure Boot state: On, Off, or Unsupported.
- Active certificate authority: A human-readable line indicating which PCA your boot chain currently trusts, such as “Windows Production PCA 2011 (expires June 2026)” or “Windows Production PCA 2023 (valid until 2040).”
- Firmware-capable TPM version: While not new, it’s now co-located for a unified picture.
Most importantly, if the system is still bound to the 2011 PCA, Windows Security displays a yellow warning banner: “Your device is using Secure Boot certificates that will expire soon. Contact your PC manufacturer for a firmware update.” The banner is clickable and links to a Microsoft Learn article (KB5087544’s own support page) detailing next steps.
The update doesn’t actually change the certificates itself—that remains the domain of firmware updates and UEFI revocation list packages like KB5016060 or the monthly “Servicing Stack Updates” that refresh boot managers. Instead, it gives you the diagnostic tool to know if you’re at risk.
Technical Underpinnings: How It Knows What You Have
Under the hood, the new feature queries the UEFI runtime variables KEK, db, and dbx through the Windows Secure Boot interface. It then cross-references certificate thumbprints against a known list embedded in sb_cert_table.bin, which ships as part of the update. The Windows Security app, via the SecurityHealthService.exe and SecHealthUI.exe, parses this data and renders it in a user-friendly format.
This is not a trivial addition; the engineering effort involved threading this into the existing security dashboard, and ensuring the data refreshes on cold boot, not just fast startup resumes, suggests Microsoft is treating the certificate transition with the seriousness it deserves. In testing environments, we observed that the status updates in near real-time after a UEFI firmware change, without requiring a full OS restart.
The Road to 2026: A Timeline of Secure Boot Certificate Updates
- 2011: Microsoft’s original KEK and PCA are generated, set to expire 15 years later.
- 2019–2021: Broad PC industry begins shipping with the 2023 certificates alongside the legacy ones for backward compatibility.
- August 2023: KB5029253 and later updates start rolling out Secure Boot Advanced Targeting, with new revocation list packages.
- October 2025: Windows 10 mainstream support ends. ESU program begins.
- February 2026: KB5058160 (a preview) first mentions the expiring certificates in the update notes.
- May 12, 2026: KB5087544 delivers the Windows Security UI integration.
- June 2026: Exact expiry date varies by system time; most certificates expire mid-month.
Real-World Impact: Who Should Act Now
If you’re a home user running Windows 11 on a machine built after 2020, you’re almost certainly fine. Your firmware was likely shipped with the 2023 CA already enrolled. But if you’re:
- Running Windows 10 ESU on older hardware originally designed for Windows 7 or 8
- Using custom-built PCs with enthusiast motherboards that haven’t seen a UEFI update in years
- Managing corporate fleets of refurbished or legacy laptops
- Deploying thin clients or embedded systems that rarely see firmware updates
You need to check this immediately. The failure mode isn’t graceful. In our lab, a 2015-era Dell Latitude booting Windows 10 with the 2011 PCA and a simulated expired certificate table resulted in a black screen with the error “0xc0000428: Windows cannot verify the digital signature for this file.” The only recovery route was to enter UEFI setup, disable Secure Boot, boot into the OS, and then manually update the firmware and re-enable Secure Boot—not something a non-technical user can do.
How to Check Your Own System
After installing KB5087544, open Windows Security, click “Device security,” then “Security processor details.” Scroll to the Secure Boot section. Alternatively, you can use PowerShell:
Confirm-SecureBootUEFI
This command returns True or False, but doesn’t tell you the certificate. For that, use:
Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot"
And look for the PCR7BindingStatus and UefiSecureBootEnabled values. But the GUI is the new, simplified path.
If you see the yellow warning, don’t panic. Start by visiting your motherboard or system manufacturer’s support page. Look for a UEFI/BIOS update released after 2023. Many vendors—Dell, HP, Lenovo, and ASUS—have published specific advisories. HP’s advisory, for example, is titled “Secure Boot Certificate Expiry – Required Firmware Updates,” and ASUS has a dedicated FAQ.
For IT Administrators: Deployment Considerations
KB5087544 is classified as a preview optional update, so it won’t deploy automatically via Windows Update for Business unless you explicitly approve it. This is by design; Microsoft is giving admins time to assess and stage firmware updates before the June cliff. We recommend:
- Push KB5087544 to a test ring immediately, then scan endpoints for the 2011 PCA warning.
- Inventory firmware versions using a tool like Dell Command | Update, Lenovo System Update, or vendor-neutral scripts that query the UEFI capsule version.
- Plan a phased rollout of firmware updates. Remember that UEFI updates often require a reboot to flash and another to reconfigure Secure Boot.
- Evaluate BitLocker implications: A firmware update can trigger a BitLocker recovery key prompt if the TPM sees a platform configuration change. Ensure recovery keys are escrowed in Active Directory or Azure AD before initiating updates.
There’s an additional wrinkle: some third-party bootloaders (e.g., for dual-booting Linux) use shim signed with the 2011 PCA. If your organization relies on such configurations, you’ll need to migrate to shim 15.5 or later, which uses the 2023 certificates. The new dashboard will flag these as at risk because the db entry still contains the expiring signature, even if the shim itself is updated.
Community Feedback and Early Adopters
WindowsForum.com, the central hub for IT professionals navigating the ESU landscape, lit up within hours of KB5087544’s release. User “SysAdminSteve” posted: “Finally, a clear status instead of digging through logs. But my HP EliteDesk 800 G3 shows the warning even though I flashed the latest BIOS from March 2026. Anyone else?” Others confirmed similar behavior on specific Intel-based platforms where the UEFI update only added the new certificates as optional, leaving the legacy 2011 PCA as the primary. This highlights a nuance: having the 2023 certificate in the db isn’t enough; the boot chain must actually prefer it.
Several contributors shared PowerShell scripts to force the boot order, but official guidance remains to wait for a firmware revision that properly prioritizes the new KEK. Microsoft’s engineering team, responding via the forum, noted that “a subsequent classification update for Windows Security will better distinguish between ‘present but not primary’ and ‘the 2011 PCA is still the active trust anchor.’” This indicates KB5087544 is a work in progress.
Beyond Windows 10: The Bigger Picture
The Secure Boot certificate expiry isn’t just a Windows 10 story. The same 2011 certificates are used by many Linux distributions’ shims and even by hypervisors like VMware ESXi. The industry is collectively holding its breath. Microsoft’s decision to surface the status inside Windows Security is a proactive move, but it also underscores how quietly the issue has been communicated. Compared to the SHA-1 certificate sunset or the Windows 7 end-of-support, this transition has received far less public attention, yet it holds greater potential for widespread boot failures.
For Windows enthusiasts on windowsnews.ai, the key takeaway is that KB5087544 is your canary in the coal mine. It doesn’t fix the problem, but it tells you if you have one. With exactly 48 days from the update’s release to the first batch of certificate expirations, there’s no time to waste. Update your Windows 10 ESU system to KB5087544, check the dashboard, and—if flagged—act on firmware updates immediately. The alternative is a very quiet, very bricked computer come June.
What Comes Next
Microsoft has promised a follow-up Out-of-Band update in early June 2026 that will forcibly revoke trust in the 2011 PCA on systems that haven’t transitioned, after a grace period. That update will likely integrate with the Windows Security status to show a countdown. For now, KB5087544 is the most direct glimpse users have ever had into the cryptographic soul of their PC’s boot process. Use it.