How to Access the BIOS in Windows 10
The BIOS is one of those things most people never think about — until they need it. Whether you're troubleshooting a boot problem, enabling virtualization, changing the boot order, or tweaking hardware settings, knowing how to get into the BIOS is a fundamental skill for any Windows 10 user.
Here's what you need to know, including why it's not always as simple as pressing one key.
What Is the BIOS (and Why Would You Need It)?
BIOS stands for Basic Input/Output System. It's firmware — software baked into a chip on your motherboard — that runs before your operating system loads. It controls low-level hardware settings: which drive boots first, whether virtualization is enabled, how your CPU and RAM behave at a basic level, and more.
Most modern computers use UEFI (Unified Extensible Firmware Interface) instead of traditional BIOS. UEFI is the updated standard, but almost everyone still calls it "the BIOS." For the purposes of this article, BIOS and UEFI refer to the same place you're trying to reach.
You might need access to the BIOS to:
- Change the boot order (e.g., to boot from a USB drive or DVD)
- Enable Intel VT-x or AMD-V for virtualization software
- Adjust Secure Boot or TPM settings (relevant for Windows 11 upgrades)
- Troubleshoot hardware not being recognized
- Overclock or configure RAM settings
Method 1: Press a Key During Startup (The Classic Way)
The most direct route is pressing a specific key immediately after powering on or restarting your PC. The catch: the key varies by manufacturer, and on modern machines with fast SSDs, the window to press it can be less than a second.
Common BIOS keys by manufacturer:
| Manufacturer | Common BIOS Key(s) |
|---|---|
| Dell | F2, F12 |
| HP | F10, Esc then F10 |
| Lenovo | F1, F2, or Fn+F2 |
| ASUS | F2, Del |
| Acer | F2, Del |
| MSI | Del |
| Samsung | F2 |
| Toshiba | F2, Esc |
What to do: Restart or power on your computer, then immediately and repeatedly press the appropriate key before the Windows logo appears. If Windows starts loading, you missed the window and need to restart and try again.
If you're not sure which key to use, check the brief splash screen that appears at startup — many manufacturers display it there — or look up your specific model.
Method 2: Through Windows 10 Settings (The Reliable Way) 🔧
Because modern machines boot so fast, Microsoft built a more reliable path into Windows 10 itself. This is often the easier option, especially on laptops and pre-built desktops where fast boot makes the keypress method frustrating.
Steps:
- Open Settings (Windows key + I)
- Go to Update & Security
- Select Recovery from the left panel
- Under Advanced startup, click Restart now
- Your PC will restart to a blue menu — select Troubleshoot
- Select Advanced options
- Select UEFI Firmware Settings
- Click Restart
Your PC will restart directly into the BIOS/UEFI interface.
Note: If you don't see "UEFI Firmware Settings" as an option, your computer may be using a legacy BIOS rather than UEFI, or Fast Startup settings may be interfering. In that case, the keypress method is your fallback.
Method 3: Using a Command or the Shift+Restart Shortcut
There are two quick shortcuts worth knowing:
Shift + Restart: Hold Shift while clicking Restart from the Start menu. This boots directly into the Advanced Startup menu (the same blue screen from Method 2), skipping the need to navigate through Settings.
Command line method: Open Command Prompt or PowerShell as Administrator and run:
shutdown /r /fw /t 0 This forces a restart directly into UEFI firmware settings. The /fw flag is specifically for this purpose.
What Affects Which Method Works for You
Not every method works the same on every machine. A few variables determine your experience:
Fast Boot / Fast Startup settings: Windows 10's Fast Startup feature can skip hardware initialization during restarts, which sometimes interferes with the keypress method. Disabling Fast Startup (found in Control Panel → Power Options → Choose what the power buttons do) can restore the traditional BIOS key access.
SSD vs. HDD: Machines running Windows from a solid-state drive boot significantly faster, often making the keypress window nearly impossible to catch without trying multiple times.
Laptop vs. desktop: Laptops, especially business-class models, sometimes require holding the BIOS key before pressing the power button — not after. Manufacturer documentation is worth checking.
UEFI vs. legacy BIOS: Older hardware running true legacy BIOS won't show the UEFI Firmware Settings option in Windows. The keypress method is the only path.
Manufacturer-locked firmware: Some pre-built systems, particularly consumer laptops, limit what's accessible in the BIOS to prevent users from accidentally breaking things. You may find fewer options than expected even after getting in successfully. 💡
Once You're In
BIOS/UEFI interfaces vary significantly in appearance and layout. Some are text-only, controlled by keyboard. Others are full graphical interfaces with mouse support. The specific menus and options depend entirely on your motherboard or laptop manufacturer.
Generally, navigation labels like Boot, Advanced, Security, and Exit are standard. Changes only take effect after you save and exit — usually by pressing F10 or selecting a Save & Exit option.
Be cautious about changing settings you don't recognize. Some configurations — particularly around Secure Boot, RAID modes, or memory timings — can affect system stability or prevent Windows from booting if changed incorrectly.
Whether the keypress method works smoothly or the Windows Settings route is more reliable for you comes down to how your specific machine is configured — its hardware, firmware version, and how Fast Boot is set up. The right approach looks different on a gaming desktop built from parts versus a locked-down corporate laptop, and that gap between general knowledge and your specific setup is exactly where the actual decision lives. 🖥️