-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Operating System and Recovery
- Keine Aktualisierung - SBAT: HResult Error code: 0x800700c1

Create an account on the HP Community to personalize your profile and ask a question
08-13-2026 09:13 AM - edited 08-13-2026 09:20 AM
Windows 11 Pro Version 10.0.26200 Build 26200
System Model: HP ProBook 4 G1i 16-inch Notebook AI PC
BIOS Version/Date: HP X72 Ver. 01.04.03, 01.05.2026
Secure Boot State: On
Windows Update: 2026-08 Security Update (KB5121003) (26200.9168).
Error: The Secure Boot update could not update SBAT with the error Unknown HResult Error code: 0x800700c1.
Kernel Boot: Error updating SBAT value in FW.
This error occurs repeatedly when Microsoft offers a security update for download.
Solved! Go to Solution.
Accepted Solutions
08-20-2026 06:44 AM
I don't understand what this is checking, but all you need is the following command in PowerShell as an administrator; if it returns “True,” everything is fine.
Active DataBase
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023')
Check default DB
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI dbdefault).bytes) -match 'Windows UEFI CA 2023')
08-13-2026 12:11 PM
Hi @Lumate
SBAT(Secure Boot Advanced Targeting) It is used as a secure boot option for users who run both Windows and Linux on the same computer. If you only have Windows installed, it will not be updated; you must also have Linux installed. This does not affect the certificates emitted by Microsoft in any way.
SBAT It is not installed as a standalone program; it is automatically integrated into the bootmanager ( GRUB) of modern Linux distributions to manage Secure Boot revocation lists.
So when Linux is installed, Windows updates SBAT to incorporate its certificates and configure both operating systems to use Secure Boot (SBAT).
08-17-2026 08:58 AM
Hi Resistencia, thanks for your help.
The notebook is only configured with Windows 11. So, no dual-booting. I could install WSL, for example, Debian from Microsoft. I don't know if this type also supports S-Bat.
The UEFI shows the following errors:
Current UEFI DB
X Microsoft Corporation UEFI CA 2011 (revoked: false)
Default UEFI DB
X Microsoft Corporation UEFI CA 2011 (revoked: false)
In total, the UEFI has 3 errors:
2026-06-09 (v1.6.5) [AMD64] : FAIL: 3 failures, 440 successes detected.
Everything is OK on the ZPowerBook—in comparison to the ProBook.
I think HP needs to update the BIOS.
08-20-2026 02:40 AM
I don't think so. I'd check carefully to make sure I have all the Windows updates. Especially this one:
08-20-2026 06:35 AM
Thanks for the advice.
I reconfigured the BIOS. According to my diagnostic tool, it's up to date. (KEK; KEK Cert.; dbx and all certificates.) However, the tool is still reporting the following errors:
2026-06-09 (v1.6.5) [AMD64] : FAIL: 3 failures, 440 successes detected
2026-07-14 [AMD64] : SUCCESS: 291 successes detected
Windows BootMgr SVN : 9.0
Windows CDBoot SVN : 3.0
Windows WDSMgFw SVN : 3.0
I'm still researching why these errors are being logged.
08-20-2026 06:44 AM
I don't understand what this is checking, but all you need is the following command in PowerShell as an administrator; if it returns “True,” everything is fine.
Active DataBase
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI db).bytes) -match 'Windows UEFI CA 2023')
Check default DB
([System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI dbdefault).bytes) -match 'Windows UEFI CA 2023')