1 Rookie
•
8 Posts
•
31 Points
0
159
May 6th, 2026 23:55
Secure boot certificate update for Optiplex 5000 SFF
Hello,
I am wondering if I should have received the secure boot certificate update for my Optiplex 5000 SFF. According to this:
https://www.dell.com/support/kbdoc/en-us/000347876/microsoft-2011-secure-boot-certificate-expiration#Inspiron
I should have received it since the bios update 1.33.0, but a suggested Powershell command returns a "False."
Has anybody with the same machine gotten their certificate updates?



No Events found!


tikmokf5d6ac
1 Rookie
•
8 Posts
•
31 Points
0
May 7th, 2026 10:56
Thanks for helping me walk through the info. I'll summarize what you said and my findings for people who might be searching for this information:
Claude AI suggested the following Powershell steps (not checked for correctness; effectiveness unknown):
1. Tell Windows to apply the cert
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecureBoot" -Name "AvailableUpdates" -Value 0x40
2. Kick off the scheduled task immediately
Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
tikmokf5d6ac
1 Rookie
•
8 Posts
•
31 Points
0
May 27th, 2026 00:00
After May 2026 Patch Tuesday update, the certificate has been updated. The powershell command shown in the OP returned true. And the Windows Security screen showed this:

@Chino de Oro, Thanks again.
@redxps630, Thanks for the comments.
(edited)
Chino de Oro
11 Legend
•
8.4K Posts
•
46.1K Points
0
May 7th, 2026 02:41
I don't have the same machine. But, you can run Windows update until you receive Secure Boot Allowed Key Exchange Key (KEK) Update. That should make Powershell command returns a True.
tikmokf5d6ac
1 Rookie
•
8 Posts
•
31 Points
0
May 7th, 2026 03:40
Thanks for responding.
I've checked for updates, but there aren't any related to secure boot.
Chino de Oro
11 Legend
•
8.4K Posts
•
46.1K Points
0
May 7th, 2026 03:56
You can verify if the system has been updated with KEK update. While on Windows Update page, select Update history. There should be 4 groups, select the last one, Other updates and check for any KEK update.
Another way to check is going to Windows Security, click on Device Security and checking the status of Secure Boot. If it has been updated with KEK update, the status will say everything is okay, no other change needed.
tikmokf5d6ac
1 Rookie
•
8 Posts
•
31 Points
0
May 7th, 2026 04:24
Thanks for the instruction updates.
I checked Other updates in Windows Update History—there’s nothing about KEK. I also checked Secure Boot under Device Security; it says I’m still on the older boot-trust configuration.
Chino de Oro
11 Legend
•
8.4K Posts
•
46.1K Points
1
May 7th, 2026 04:39
It's back to square one, my first response. With the new BIOS update, you would get a true for 2023 certificate is in firmware database. With the Windows update with KEK update, you will get a true for 2023 certificate actively being used at boot.
Just verify your system for UEFI mode is ON, Secure Boot is ON, and TPM is ON, Run update again, then use computer for whatever purpose you need. The KEK update will run by itself and sending you notification (on system tray) to restart the system. After KEK update applied, you will get a true.
tikmokf5d6ac
1 Rookie
•
8 Posts
•
31 Points
0
May 7th, 2026 05:06
Thanks for the updates.
All mentioned—UEFI, Secure Boot, and TPM—have always been on.
I found another PowerShell command from a search (screenshot attached) that returns True, but since my OP screen returns False and the Device Security screen still shows the "old trust configuration," I don't know how it affects the active certificate status on my system. Supposedly the secondary PowerShell command polls the "Default Database" (the backup certificates stored in BIOS). Do you know the differences?
(edited)
Chino de Oro
11 Legend
•
8.4K Posts
•
46.1K Points
1
May 7th, 2026 09:51
Although there are some ways to run manually to get the update, just wait until next Tuesday and run update again. It's very likely that your system will be updated with all require certificates before June.
redxps630
11 Legend
•
15.7K Posts
•
80.9K Points
0
May 7th, 2026 12:59
chino is correct that for relatively new model best to let vendor bios push for SB update.
just want to say regarding AI, I had the same recommendation of the two manual update commands too, but upon further evaluation
"AvailableUpdates" -Value 0x40
the value 0x40 is a limited update for Windows secure boot 2023 alone. If you want to do the manual way better to change the
AvailableUpdatesto 0x5944redxps630
11 Legend
•
15.7K Posts
•
80.9K Points
0
May 7th, 2026 13:04
You can read about differences btn 0x40 and 0x5944
db) by adding the new 2023 Certificate Authority (CA) certificate. It does not immediately update the boot manager or other keys.AvailableUpdatesregistry key. It ensures all required certificates (CA and KEK) are added and upgrades the boot manager to the new signed version.