| Previous | Next |
| STATUS_GDI_HANDLE_LEAK | STATUS_UNSUCCESSFUL |
STATUS_SECUREBOOT_NOT_ENABLED
STATUS_SECUREBOOT_NOT_ENABLED (NTSTATUS 0x80430006) This NTSTATUS value reports that Secure Boot is not enabled on the local UEFI system.
What to check
- Confirm the machine is using UEFI firmware and supports Secure Boot.
- Run the status check from an elevated PowerShell session.
- When Secure Boot is required by policy, use the organization or OEM process to configure firmware and key state.
Read-only checks
Confirm-SecureBootUEFI
Get-SecureBootPolicy | Format-List
This status describes the machine’s boot configuration rather than a malformed policy file. Confirm UEFI boot mode and firmware support first; only then decide whether Secure Boot should be enabled under the device’s management policy.
Microsoft: Confirm-SecureBootUEFI
Looking for a different code? Search another status or error code.