How to Open BIOS on Windows 11: Every Method Explained

The BIOS (Basic Input/Output System) — or its modern replacement, UEFI (Unified Extensible Firmware Interface) — is the low-level firmware that runs before your operating system loads. It controls hardware initialization, boot order, security settings, and system configuration. On Windows 11 machines, accessing it is slightly different than on older systems, and the method that works best depends on your specific hardware and situation.

What Is BIOS/UEFI and Why Would You Need It?

Most modern Windows 11 computers use UEFI firmware rather than traditional BIOS, though the terms are often used interchangeably. You might need to access it to:

  • Change the boot order (to boot from USB or DVD)
  • Enable or disable Secure Boot or TPM
  • Adjust CPU, RAM, or fan settings
  • Troubleshoot hardware detection issues
  • Enable virtualization (Intel VT-x or AMD-V)

Whatever the reason, Windows 11 gives you several reliable paths to get there.

Method 1: The Settings Menu (Most Reliable for Windows 11)

This is the recommended approach for most users because Windows 11 boots too fast for a keypress to reliably interrupt the startup process.

  1. Open Settings (Win + I)
  2. Navigate to System → Recovery
  3. Under Advanced startup, click Restart now
  4. When the blue screen appears, select Troubleshoot
  5. Select Advanced options
  6. Click UEFI Firmware Settings
  7. Click Restart

Your PC will reboot directly into BIOS/UEFI. 🖥️

Note: If you don't see "UEFI Firmware Settings" as an option, your device may be using a legacy BIOS rather than UEFI — in which case the keyboard method below applies.

Method 2: The Keyboard Shortcut at Startup

This is the traditional method — press a specific key during the very first seconds of boot, before Windows loads.

Common BIOS keys by manufacturer:

ManufacturerCommon BIOS Key
DellF2 or F12
HPF10 or Esc
LenovoF1, F2, or Fn+F2
ASUSF2 or Del
AcerF2 or Del
MSIDel
SamsungF2
Surface (Microsoft)Volume Up + Power

How to do it:

  1. Fully shut down your PC (not restart — a full shutdown)
  2. Power it back on
  3. Immediately and repeatedly press the BIOS key for your device
  4. If Windows starts loading, you missed the window — repeat

The challenge on Windows 11: Fast boot and SSD speeds mean the BIOS window can be under one second. If you consistently miss it, the Settings method is more dependable.

Method 3: The Shift + Restart Shortcut

A faster variation that skips navigating through Settings:

  1. Click the Start menu
  2. Click the Power icon
  3. Hold Shift and click Restart
  4. From the recovery menu: Troubleshoot → Advanced options → UEFI Firmware Settings → Restart

This produces the same result as Method 1 with fewer steps.

Method 4: Using the Command Prompt or Run Dialog

For users comfortable with the command line, this triggers an immediate restart into firmware settings:

  1. Open Command Prompt as Administrator or press Win + R
  2. Type the following command and press Enter:
shutdown /r /fw /t 0 
  • /r = restart
  • /fw = boot into firmware (UEFI/BIOS)
  • /t 0 = no delay

This method is especially useful for IT professionals or anyone who prefers keyboard-driven workflows.

Method 5: Via Windows Recovery Environment (WinRE)

If Windows won't boot normally, you can still reach BIOS through the recovery environment:

  • Interrupt the boot process three times in a row (hold the power button during startup) — Windows will automatically enter WinRE
  • From there: Troubleshoot → Advanced options → UEFI Firmware Settings

This is the path most useful when troubleshooting a system that isn't starting correctly.

Variables That Affect Which Method Works for You

Not every method works equally on every machine. Several factors shape your experience:

Hardware type:

  • Desktop PCs (especially custom builds) typically respond well to the keyboard shortcut method
  • Laptops from major OEMs (Dell, HP, Lenovo) often have fast boot speeds that make the Settings method more reliable
  • Microsoft Surface devices use a hardware button combination instead of a keyboard key

Fast Startup setting: Windows 11's Fast Startup feature (enabled by default) puts the machine into a hybrid sleep state rather than a true shutdown. This can prevent the keyboard shortcut from working even when you time it correctly. Holding Shift while clicking Restart — or disabling Fast Startup entirely in Power Options — resolves this.

Legacy BIOS vs. UEFI: Machines running legacy BIOS (older hardware running Windows 11 via workarounds) won't show the UEFI Firmware Settings option. The keyboard shortcut is the only path on those devices.

TPM and Secure Boot state: Some BIOS/UEFI interfaces restrict which settings are visible or changeable depending on whether the device is enrolled in a corporate management system (such as Microsoft Intune or BitLocker with IT policy). On managed enterprise devices, certain firmware settings may be locked regardless of how you access the BIOS.

What You'll See Once You're Inside

UEFI interfaces vary significantly by manufacturer — some are graphical with mouse support, others are text-only and keyboard-driven. Common tabs and sections include:

  • Main / Info — system overview, firmware version
  • Boot — boot order, Fast Boot toggle, Secure Boot
  • Advanced / Config — CPU settings, virtualization, storage mode
  • Security — passwords, TPM, Secure Boot certificates
  • Exit — save changes and restart, or discard and exit

Always use Save & Exit (often F10) to apply changes, or Discard & Exit if you were only browsing settings.

The Factor That Determines Your Best Path

The right method genuinely depends on what's happening with your specific machine — whether Windows is loading successfully, how fast your drive is, who manufactured your device, and whether Fast Startup is active. A custom desktop with a mechanical hard drive behaves very differently at boot than a slim laptop with an NVMe SSD. Understanding which of those describes your setup is what determines which of these methods will actually work the first time you try it.