How to Open BIOS on a PC: Methods, Keys, and What to Expect
The BIOS (Basic Input/Output System) — or its modern replacement, UEFI (Unified Extensible Firmware Interface) — is the low-level firmware that initializes your hardware before your operating system loads. Knowing how to access it is essential for tasks like changing boot order, enabling virtualization, adjusting fan curves, or troubleshooting startup problems.
The catch: there's no single universal method. How you open BIOS depends on your motherboard manufacturer, your PC's age, and whether you're running a traditional BIOS or a modern UEFI system.
What BIOS Actually Is (and Why You'd Need It)
Every PC has firmware embedded on the motherboard. When you press the power button, this firmware runs first — checking RAM, CPU, storage, and other components before handing control to your OS.
You'd typically open BIOS to:
- Change the boot device (e.g., booting from a USB drive to install Windows)
- Enable or disable hardware features like Intel VT-x or AMD-V for virtualization
- Adjust system clocks or memory speeds (XMP/EXPO profiles for RAM)
- Check hardware temperatures or voltages
- Set a system password or enable Secure Boot
Modern systems use UEFI firmware, which offers a graphical mouse-friendly interface, but it still serves the same purpose as the original BIOS and is colloquially called "BIOS" by most users and manufacturers.
Method 1: The Interrupt Key at Startup 🖥️
The most direct method is pressing a specific key immediately after powering on your PC, during the POST (Power-On Self-Test) phase — that brief moment before the OS begins loading.
Common BIOS entry keys by manufacturer:
| Manufacturer | Typical BIOS Key |
|---|---|
| ASUS | F2 or Del |
| MSI | Del |
| Gigabyte | Del or F2 |
| ASRock | F2 or Del |
| HP | F10 or Esc |
| Dell | F2 or F12 |
| Lenovo | F1, F2, or Fn+F2 |
| Acer | F2 or Del |
| Toshiba | F2 or Esc |
| Samsung | F2 |
Timing matters. You need to press the key repeatedly — or hold it — within the first second or two of startup. On modern SSDs and fast-booting systems, this window can be very short. If Windows starts loading, you've missed it and need to restart and try again.
On some pre-built PCs, you'll see a brief splash screen indicating which key to press. On custom-built systems, that prompt typically comes from the motherboard's POST screen, which may be hidden by a manufacturer logo.
Method 2: Through Windows 10 or Windows 11 Settings
If your PC boots too fast to catch the interrupt key — which is common on NVMe SSD systems — Windows offers a reliable software path into UEFI.
Steps:
- Open Settings → System → Recovery
- Under Advanced startup, click Restart now
- After reboot, select Troubleshoot → Advanced options → UEFI Firmware Settings
- Click Restart — your PC will boot directly into BIOS/UEFI
If you don't see "UEFI Firmware Settings" as an option, your system may be running legacy BIOS rather than UEFI, or the option may require specific firmware support.
Alternative Windows path: Hold Shift while clicking Restart from the Start menu. This also triggers the Advanced Startup menu.
Method 3: Using a Command or Run Prompt
For users who prefer keyboard shortcuts or need to automate a restart into firmware, Windows supports a command-line method.
Open Command Prompt or PowerShell as administrator and run:
shutdown /r /fw /t 0 /r= restart/fw= boot into firmware (UEFI/BIOS)/t 0= no delay
This is equivalent to the Windows Settings method but executes immediately from the command line.
Method 4: F12 Boot Menu vs. BIOS — Know the Difference
Many users confuse the boot menu with the BIOS. They're related but separate.
- F12 (or Esc on some systems) at startup opens a one-time boot device selector — useful for booting from USB without changing permanent settings
- F2 / Del opens the full BIOS/UEFI interface where settings can be saved
If your goal is simply to boot from a USB drive once, the boot menu is often the faster route. If you need to change persistent settings, you need the full BIOS.
Variables That Affect Your Experience
The specific key, timing, and interface you encounter depend on several factors:
- System age: Older machines use legacy BIOS with keyboard-only navigation; newer systems use graphical UEFI with mouse support
- Fast Boot settings: If Fast Boot or Ultra Fast Boot is enabled in your current BIOS, the POST phase is compressed or skipped entirely, making keyboard interrupt nearly impossible — the Windows method becomes necessary
- Laptop vs. desktop: Laptop manufacturers sometimes use function key combinations (e.g., Fn+F2) or dedicated buttons
- Pre-built vs. custom build: Pre-built systems from HP, Dell, or Lenovo have manufacturer-specific keys and splash screens; custom builds show the motherboard brand's POST screen
When the Standard Methods Don't Work
Some specific situations change the approach:
- BitLocker users may be prompted for a recovery key after a BIOS change — this is expected behavior, not an error
- Systems with Fast Boot fully enabled at the UEFI level may require entering BIOS through Windows since keyboard input isn't registered during POST
- Dual-boot setups using GRUB or another bootloader may intercept the normal boot process, requiring OS-level access to UEFI
The actual layout and options inside BIOS vary significantly between manufacturers. What's labeled "Boot Priority" on one board might be "Boot Sequence" or "Boot Order" on another. ASUS and MSI UEFI interfaces look very different from a Dell or HP BIOS, even if the underlying functions are similar. 🔧
Your specific path into BIOS — and what you'll find once you're there — ultimately comes down to the hardware you're working with, how your firmware was configured, and whether Fast Boot settings have already altered your available entry points.