How to verify if your Windows PC is prepared for the secure boot certificate expiration in June 2026.
Most people will never have to consider Secure Boot certificates, as they reside deep within your PC's firmware, performing their functions quietly since 2011 without demanding much in return. However, this silent operation is nearing its end. The original certificates will expire in June 2026, and although Microsoft is automatically distributing updates to many devices, numerous PCs may not receive the information at all. Here’s how to check if yours is among them — and what steps to take next.
Step 1: Verify if your PC has the updated certificates
Before proceeding, determine your current status. The fastest method is via PowerShell.
Open the Start menu, type PowerShell, and select Run as administrator. Once it opens, copy and paste the following command exactly as shown and press Enter:
Shimul Sood / Digital Trends
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023')
You will receive either a True or a False. A True indicates that your PC already has the updated 2023 certificates, and you’re all set. A False means your device is still using the old certificates that are set to expire — so you should continue reading.
Step 2: Perform a Windows update and check for OEM firmware updates
If you received a False, your next step is straightforward — access Windows Update and look for any available updates. For most Windows 11 users, the new certificates are being distributed this way, and a regular update might already be waiting for you.
Shimul Sood / Digital Trends
If updates do not resolve the issue, especially on older hardware, the solution may need to come from your PC's manufacturer rather than Microsoft. Visit your OEM’s support website — companies like Dell, HP, Lenovo, ASUS, and others maintain specific firmware and driver pages — and search for your particular model. Not every manufacturer will support older systems, but it’s worth investigating before concluding that you have no options.
Step 3: If firmware updates are not available, consider the manual registry method
In cases where a firmware update isn't accessible but your PC can still run a supported version of Windows 11, Microsoft has outlined a workaround that avoids the need to modify the BIOS altogether.
Open Command Prompt as an administrator and execute the following:
Shimul Sood / Digital Trends
reg add HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecureboot /v AvailableUpdates /t REG_DWORD /d 0x40 /f Start-ScheduledTask -TaskName "MicrosoftWindowsPISecure-Boot-Update"
You will need to restart your PC a couple of times after running this. After it reboots, perform the PowerShell check from Step 1 to confirm that the new certificates have been successfully applied.
A note for Windows 10 users: Microsoft has made it clear that unsupported versions of Windows will not receive the updated certificates. If you are using Windows 10 without an Extended Security Update (ESU) subscription, none of the above steps will assist you. Enrolling in ESU before the October 14, 2026, deadline is the only way to remain eligible for the certificate update — and acquiring that additional time is worthwhile if upgrading to Windows 11 isn’t feasible just yet.
Other articles
How to verify if your Windows PC is prepared for the secure boot certificate expiration in June 2026.
Not all Windows PCs will automatically receive the new Secure Boot certificates ahead of the June 2026 deadline. Here's how to verify yours and address any issues before they arise.
