Quick Links

Key Takeaways

To check if Secure Boot is enabled on your PC, open the Start Menu and search for "System Information". In the System Summary section, check the right-hand pane for "Secure Boot State", which will be set to "On", "Off", or "Unsupported".

Modern PCs that shipped with Windows 10 or Windows 11 have a feature called Secure Boot enabled by default. It keeps your system secure, but you may need to disable Secure Boot to run certain versions of Linux and older versions of Windows. Here's how to see if Secure Boot is enabled on your PC.

Rather than reboot and poke around in your UEFI firmware or BIOS settings screen, you can find this information in Windows itself.

Check the System Information Tool for Secure Boot Status

You'll find this information in the System Information panel. To open it, open your Start menu and type "System Information". Launch the System Information shortcut.

System Information search in Start Menu

Select "System Summary" in the left pane and look for the "Secure Boot State" item in the right pane.

You'll see the value "On" if Secure Boot is enabled, "Off" if it's disabled, and "Unsupported" if it isn't supported on your hardware.

With a PowerShell Cmdlet

You can also query this information from PowerShell. Why would you do this? With PowerShell Remoting, you could use PowerShell cmdlets to check if a remote PC has Secure Boot enabled.

This requires you run PowerShell as Administrator. Search for "PowerShell" in your Start menu, right-click the "Windows PowerShell" shortcut, and select "Run as Administrator".

Run the following cmdlet in the PowerShell window:

Confirm-SecureBootUEFI

You'll see "True" if Secure Boot is enabled, "False" if Secure Boot is disabled.

If your PC's hardware doesn't support Secure Boot, you'll see a "Cmdlet not supported on this platform" error message.

If you instead see a message saying "Access was denied", you need to close PowerShell and relaunch it with Administrator permissions.

On a PC that does support Secure Boot, you can enable or disable Secure Boot from the computer's UEFI firmware settings screen or BIOS confirmation screen. You'll usually need to restart the PC and press a key during the boot process to access this screen.

If the PC doesn't have Windows installed, you can check the Secure Boot state by poking around on this screen---look for a "Secure" boot option and see what it's set to. If it's set to "On", "Enabled", "Standard", "Default", or anything like that, Secure Boot is enabled.

Related: How to Enable TPM 2.0 and Secure Boot for Windows 11 in UEFI