Search code examples
uefi

Detecting UEFI option in BIOS


How can I tell if a specific machine has SecureBoot/UEFI as an option in the BIOS short of booting into the BIOS and visually inspecting it? Is there a way to see this information in Windows even if the option is currently disabled? Note: on Windows 7


Solution

  • It (UEFI support) should be reported in SMBIOS table for Type0, Bios Characteristics Extension 2, Bit3.

    When I look at this bit in RW Everything, I see that my firmware does support UEFI boot.

    I'll add that SecureBoot and UEFI are not the same thing. SecureBoot is just a feature of the UEFI specification. I don't know of a way to check for SecureBoot support without booting in UEFI mode first.

    RW Everything Screenshot