how to manually update secure boot

Bob Yacobellis 0 Reputation points
2026-07-16T13:42:49.2766667+00:00

MS has not provided a secure boot update for my Windows 11 ASUS PC, can I update it manually?

Windows for home | Windows 11 | Security and privacy
0 comments No comments

1 answer

Sort by: Most helpful
  1. Marcin Policht 96,590 Reputation points MVP Volunteer Moderator
    2026-07-16T13:47:18.5966667+00:00

    Refer to https://learn.microsoft.com/en-us/answers/questions/5829226/how-to-manually-update-secure-boot-certificates-in

    Method 1

    open Command prompt with an admin rights and below the following

    step 1

    reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f

    Powershell -command Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

    restart system

    step 2

    reg query HKLM\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates

    If you see the value of AvailableUpdates becomes 0x4100, then again type below

    Powershell -command Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"

    restart system.

    Method 2

    BY installing latest bios from computer manufacturer


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.