How to Check if BIOS Mode is UEFI (Windows 11/10)

WhatsApp Channel Join Now
Explore this post with AI:

Sometimes, when managing certain software or game settings on your computer or laptop, you need to know the BIOS mode. Do you know which BIOS mode your Windows 11/10 system uses? Do not worry! UEFI is currently the most popular option! Let’s see how you can check whether your BIOS mode is UEFI or Legacy.

What is UEFI BIOS Mode?

How to Check if BIOS Mode is UEFI (Windows 11/10)

If your Windows 11 or 10 BIOS is in UEFI mode, it means that the computer uses the Unified Extensible Firmware Interface (UEFI), which is a modern firmware, to boot the system. It replaced the older Basic Input Output System (BIOS).

How to Check if BIOS Mode is UEFI (Windows 11/10)

1. Using Command Prompt (CMD)

CMD, also known as Command Prompt, is a command-line interpreter for Windows that allows you to interact with the operating system by typing text-based commands. You can check whether the BIOS mode is UEFI by entering the BCDEdit prompt in CMD.

BCDEdit (Boot Configuration Data Editor) is a command-line tool in Windows that manages the Boot Configuration Data (BCD) store. This database controls how Windows boots.

To check if your BIOS is set to UEFI mode using CMD:

  1. Press Windows + S and Type “CMD” and then Run as Administrator.
    windows 11 cmd run as administrator
  2. A User Account Control (UAC) Prompt will Appear; Click Yes to Grant Administrative Permissions.
  3. Type bcdedit /enum and Hit Enter.
    CMD bcdedit /enum
  4. Under the ‘Windows Boot Loader’, Look at the Path. If it Shows winload.efi, You’re in UEFI Mode.
    If it shows winload.exe, you are in Legacy BIOS mode.
    Check if your BIOS is set to UEFI mode using CMD

Also read: 3 Quick Ways to Check BIOS Version in Windows 11

2. Using PowerShell

PowerShell is a built-in cross-platform task automation tool in Windows OS that works with the command line, similar to CMD. You can also check whether your BIOS mode is UEFI or Legacy by entering a specific text prompt in PowerShell.

To find if your BIOS is set to UEFI mode using PowerShell:

  1. Press Windows + S and Type “PowerShell” and then Run as Administrator.
    windows powershell run as administrator
  2. A User Account Control (UAC) Prompt will Appear; Click Yes to Grant Administrative Permissions.
  3. Type $env:firmware_type and Hit Enter.
    PowerShell $env:firmware_type
  4. The Output will be Either “UEFI” or “Legacy”.
    Find if your BIOS is set to UEFI mode using PowerShell

Also read: 7 Ways to Check What Graphics Card You Have on Your PC or Laptop

3. Using System Information (msinfo32)

System Information is a built-in log in Windows that stores details about your computer’s hardware, software, and operating system. You can quickly access it using the Run command. Details about BIOS mode are also available here.

To see if your BIOS is set to UEFI mode using msinfo32:

  1. Press Windows + R to Open the Run Dialog Box.
  2. Type msinfo32 and Press Enter.
    windows dialog msinfo32
  3. In the ‘System Summary’ Section, Find the “BIOS Mode” Item. It’ll Show Either “UEFI” or “Legacy”.
    See if your BIOS is set to UEFI mode using msinfo32

That’s all! You’re done…

Also read: 4 Quick Ways to Check DirectX Version in Windows 11

I hope this article was helpful to you, and you learned how to check if BIOS mode is UEFI. If you have any other questions about windows, feel free to ask in the comments below. Don’t forget to share this article.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *