| 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 for STATUS_SECUREBOOT_NOT_ENABLED
- 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 for STATUS_SECUREBOOT_NOT_ENABLED
Confirm-SecureBootUEFI
Get-SecureBootPolicy | Format-List
Secure Boot policy and UEFI-variable changes can affect whether a device boots. For STATUS_SECUREBOOT_NOT_ENABLED, capture the current state first and use only the approved signed policy or OEM workflow for changes.
Microsoft: Confirm-SecureBootUEFI
Microsoft: Get-SecureBootPolicy
Microsoft: Viewing Code Integrity events
Looking for a different code? Search another status or error code.
