Executioner
Older Than FrgMstr
- Joined
- Apr 22, 2015
- Messages
- 1,018
The secure Boot certificate used in all PCs using secure boot, expires in June 2026. This will prevent your PC from booting the OS. This is only an issue if you use Secure Boot (NOTE: Secure Boot is enabled by default under Win11 during initial install, although it can be disabled).
I just checked mine and I'm good running Win10. In order to confirm if you have the latest certificate, you can run this command (listed in the link) to check. If it comes back as true, you are good.
https://www.zdnet.com/article/secure-boot-certificate-updates-2026/
I just checked mine and I'm good running Win10. In order to confirm if you have the latest certificate, you can run this command (listed in the link) to check. If it comes back as true, you are good.
To see whether your PC has the updated certificates, open a PowerShell window using administrator credentials and then run the following command:
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023')
https://www.zdnet.com/article/secure-boot-certificate-updates-2026/