How to Access BIOS Setup on Any Computer
The BIOS (Basic Input/Output System) is the firmware that runs before your operating system loads. It controls fundamental hardware settings — boot order, CPU behavior, RAM configuration, fan speeds, and more. Knowing how to get into it is one of the most practical skills any PC user can have.
What the BIOS Actually Does
Every time you power on a computer, the BIOS runs a POST (Power-On Self-Test) to check that your hardware is functional. It then hands control off to your operating system. The BIOS setup screen is where you can intervene in that process — changing which drive boots first, enabling virtualization, adjusting system time, or tweaking hardware behavior.
Modern systems use UEFI (Unified Extensible Firmware Interface), which is technically the successor to traditional BIOS but is almost universally still called "the BIOS" in everyday use. UEFI offers a graphical interface, mouse support, and support for drives larger than 2TB — but the method of accessing it is similar.
The Standard Method: Press a Key at Boot
On most desktop and laptop computers, you access BIOS setup by pressing a specific key immediately after powering on the machine — before the operating system starts loading.
The key varies by manufacturer:
| Manufacturer | Common BIOS Key(s) |
|---|---|
| Dell | F2, F12 |
| HP | F10, Esc |
| Lenovo | F1, F2, Fn+F2 |
| ASUS | F2, Del |
| Acer | F2, Del |
| MSI | Del |
| Gigabyte | Del, F2 |
| Samsung | F2 |
| Toshiba | F2, Esc |
| Surface (Microsoft) | Volume Up + Power |
Timing matters. The window to press that key is often less than two seconds. If Windows starts loading, you've missed it. Power down and try again — press the key repeatedly as soon as the screen lights up, before any logo animation completes.
Accessing BIOS from Within Windows 10 or 11 🖥️
If your PC boots too fast to catch the key press (common on SSDs with fast boot enabled), Windows gives you a software route:
Via Settings:
- Open Settings → System → Recovery
- Under Advanced startup, click Restart now
- After the system restarts, select Troubleshoot → Advanced options → UEFI Firmware Settings
- Click Restart — you'll boot directly into BIOS
Via the Start Menu (Windows 11): Hold Shift while clicking Restart from the Start menu. This forces the Advanced Startup menu on reboot.
Via Command Prompt (admin):
shutdown /r /fw /t 0 This command restarts the machine and boots directly into UEFI/BIOS firmware.
Factors That Change the Process
Not every BIOS access experience is the same. Several variables affect how straightforward — or complicated — the process turns out to be.
Fast Boot / Ultra Fast Boot settings can suppress the key-press window entirely, making the Windows restart method the only reliable option.
Secure Boot doesn't block BIOS access itself, but some systems with strict security policies require an administrator PIN or BitLocker recovery key before allowing firmware changes.
Older vs. newer hardware behaves differently. Legacy BIOS on older machines (pre-2012 roughly) typically offers a simpler text-only interface with keyboard-only navigation. Modern UEFI systems often include graphical interfaces, but the layout varies significantly between manufacturers — what Lenovo calls "Boot Priority" might be labeled "Boot Sequence" on a Dell.
Laptops vs. desktops can also differ. Some laptops, particularly business-class models from HP and Lenovo, have a dedicated BIOS button (a small pinhole or separate key near the power button) or a startup interrupt menu triggered by a different key than the full BIOS setup.
Manufacturer-locked systems — particularly some prebuilt desktops and corporate-managed machines — may have BIOS access restricted by a password or policy. In that case, access typically requires admin credentials or IT department involvement.
What You'll Find Inside
Once you're in, BIOS setup is organized into tabs or pages — though the exact layout varies by firmware. Common sections include:
- Main / Info — System time, date, firmware version
- Boot — Boot device priority order
- Advanced / Configuration — CPU settings, USB legacy support, virtualization (Intel VT-x / AMD-V)
- Security — BIOS password, Secure Boot toggle, TPM settings
- Power — Fan control, power management behavior
- Exit — Save changes, discard changes, restore defaults
Navigate using arrow keys on legacy BIOS interfaces. UEFI interfaces often support mouse input, though keyboard navigation still works.
⚠️ Change settings carefully. Adjusting values without understanding their function can prevent your system from booting. Most BIOS menus include a "Load Defaults" or "Restore Optimized Defaults" option that resets everything to factory state if something goes wrong.
When the Key Method Simply Doesn't Work
Some scenarios require alternative approaches:
- Fast startup is aggressive — disable it in Windows Power Options before attempting the key method
- External display lag — if using a monitor connected via a docking station or adapter, the display may not initialize in time to see the prompt
- Wireless keyboard delay — USB receivers sometimes initialize too slowly; a wired keyboard is more reliable for BIOS access
The specific solution that works depends on what's actually blocking access — whether that's a software setting, a hardware timing issue, a managed device policy, or something else specific to your machine and configuration.