Thursday, May 7, 2026

verify if the new Windows UEFI CA 2023 certificate has been successfully applied, April 2026


You can verify if the new Windows UEFI CA 2023 certificate has been successfully applied using either the Windows Security app or a quick PowerShell command. [12]
Method 1: Use the Windows Security App (easiest) [1]
Starting in April 2026, Microsoft updated the Windows Security App to show this status directly:[1234]
  1. Open Start, search for Windows Security, and open it.
  2. Select Device security from the left-hand menu.
  3. Look under Secure Boot for a status badge:
    • Green Badge: Your PC is fully updated with the 2023 certificates.
    • Yellow Badge: An update is pending or waiting for a final reboot.
    • Red Badge: The update could not be applied and may require a manual firmware update from your manufacturer. [12345]
Method 2: Use a PowerShell Command [1]
For a more technical confirmation, you can check the UEFI database for the specific 2023 certificate entry: [123]
  1. Right-click the Start button and select Terminal (Admin) or PowerShell (Admin).
  2. Copy and paste the following command, then press Enter:
    ([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023')
  3. The Result:
    • True: The 2023 certificate is active on your device.
    • False: The system is still using the older 2011 certificates. [134]
What if it says "False"?
If you see "False" or a yellow badge, ensure you have installed all pending updates in Settings > Windows Update. Because this rollout is phased, some devices may not receive the final certificate write until a later cumulative update or a specific OEM firmware update is released for your hardware. [134]
Are you seeing a Yellow or Red badge on your device, or did the command return False?
Secure Boot certificate update status in the Windows Security app - Microsoft Support
Microsoft Support
How to check if your Windows PC is ready for the secure boot certificate ...
Digital Trends
Here's how to check if you're eligible for a new Secure Boot certificate
Windows Central

No comments:

Post a Comment