In this article, we will talk about Windows 11 Secure Boot which Expires Soon in June 2026 and what you need to do before then.
In the latest Updates for Windows 11 in the Main Release, Microsoft is announcing that the Secure Boot Certificates are expiring in 2026.
As stated by Microsoft, Secure Boot certificates used by most Windows devices are set to expire starting in June 2026. This might affect the ability of certain personal and business devices to boot securely if not updated in time.
Secure Boot is a security feature in Unified Extensible Firmware Interface (UEFI) based firmware that helps ensure that only trusted software runs during a device’s boot (start) sequence.
Microsoft is updating the Secure Boot certificates originally issued in 2011 to ensure Windows devices continue to verify trusted boot software. More info here.
How to Check if you have the New Secure Boot Certificates
Open Powershell as Administrator and run the following command:
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match ‘Windows UEFI CA 2023’)
If you received the True message, it means that you already have the latest Secure Boot Certificates. If you receive False, it means that you either need to Update Windows, or Download the Latest Drivers from the Manufacturer.
Most personal Windows devices will automatically receive the new Secure Boot certificates through Microsoft‑managed updates. For devices managed by an organization, IT administrators should follow Microsoft’s Secure Boot certificate update guidance. Some devices may require an OEM firmware update to apply the new certificates correctly. For any device, personal or organization‑managed, contact your OEM for information about required firmware updates, keeping in mind that such updates may only be available for devices that are still within their support period. Keeping your device up to date ensures it continues to receive the full protections Secure Boot is designed to provide.
For a more in-depth tutorial, you can watch the video below from the youtube channel.

