How to Access System BIOS: A Complete Guide for Every Setup

The BIOS (Basic Input/Output System) is the firmware that runs before your operating system loads. It controls how your hardware initializes, sets boot order, manages power settings, and allows low-level configuration that no app or OS utility can touch. Knowing how to access it — and what affects that process — is one of the most foundational skills in PC troubleshooting and setup.

What Is the BIOS (and UEFI)?

On most modern computers, what people call "BIOS" is technically UEFI — Unified Extensible Firmware Interface. UEFI replaced the older legacy BIOS on the majority of systems built after 2012, but the term "BIOS" stuck in everyday usage.

The key differences worth knowing:

FeatureLegacy BIOSUEFI
InterfaceText-only, keyboard navigationGraphical, often mouse-enabled
Drive supportUp to ~2TB boot drivesSupports drives over 2TB
Boot speedSlower POST processFaster, supports Secure Boot
Found onPre-2012 hardwareMost modern systems

For the purposes of accessing your firmware settings, both work the same way — you interrupt the boot process before the OS loads.

The Standard Method: Pressing a Key at Startup

The most common way to enter BIOS/UEFI is pressing a specific key immediately after powering on or restarting your computer. The key varies by manufacturer:

ManufacturerCommon BIOS Key(s)
DellF2 or F12
HPF10 or Esc then F10
LenovoF1, F2, or Fn+F2
ASUSF2 or Delete
MSIDelete
AcerF2 or Delete
GigabyteDelete or F12
SamsungF2

The timing matters. You need to press the key during the brief window between powering on and the OS beginning to load — often just one to two seconds. Pressing too late means Windows or another OS will start booting instead.

💡 Tip: Tap the key repeatedly rather than holding it. This increases the chances of catching the right moment during POST (Power-On Self-Test).

If your machine boots too fast to catch the window, that's a separate challenge — addressed below.

How to Access BIOS on Windows 10 and Windows 11

Modern Windows machines, especially those with Fast Startup enabled or NVMe SSDs, may boot so quickly that the key-press method is nearly impossible to catch. Windows provides an alternative route:

  1. Open SettingsSystemRecovery
  2. Under Advanced startup, click Restart now
  3. After reboot, select TroubleshootAdvanced optionsUEFI Firmware Settings
  4. Click Restart — your PC will boot directly into BIOS/UEFI

On Windows 10, the path is slightly different: SettingsUpdate & SecurityRecoveryAdvanced startupRestart now.

This method bypasses timing entirely and is the most reliable option on fast modern machines. It also works even if you don't know your specific BIOS key.

An alternative command: you can also run shutdown /r /fw /t 0 in an elevated Command Prompt, which forces a reboot directly into firmware settings.

Accessing BIOS on Linux Systems

Linux doesn't offer a built-in GUI pathway to BIOS like Windows does, so the key-press method at startup is the standard approach. However, if your system uses systemd, you can run:

systemctl reboot --firmware-setup 

This reboots the machine directly into UEFI/BIOS firmware, similar to the Windows Advanced Startup method.

Special Cases That Change the Process 🖥️

Several factors affect how — or whether — you can access BIOS:

Laptops vs. desktops: Laptops from major OEMs (Dell, HP, Lenovo, etc.) often have manufacturer-specific utilities or dedicated BIOS keys that differ from desktop boards. Some have a physical button (like Lenovo's Novo button) that bypasses normal boot entirely.

Fast Startup in Windows: This feature keeps Windows in a hybrid sleep state rather than doing a full shutdown. If you select "Shut Down" with Fast Startup enabled, you may not get a clean POST — meaning BIOS key presses won't register. Using Restart instead of Shut Down gives you a true POST cycle.

Secure Boot and BIOS passwords: Some enterprise or school-managed machines have BIOS access locked with an administrator password. Without that password, access is restricted by design.

Custom POST splash screens: Some OEM machines hide the POST screen entirely behind a logo, removing visual cues for when to press the BIOS key. Mashing the key from the moment power-on begins usually still works.

Surface devices and ARM-based PCs: Microsoft Surface and some ARM devices use a volume-button combination (typically holding Volume Up while pressing the power button) instead of a keyboard key.

What You'll Find Inside BIOS/UEFI

Once inside, the interface varies significantly based on the manufacturer and firmware version. Common sections include:

  • Boot Order — controls which device the system boots from first
  • Secure Boot — toggles signature verification for bootloaders
  • XMP/EXPO profiles — enables RAM speed beyond base JEDEC specs
  • Virtualization settings — enables Intel VT-x or AMD-V for virtual machines
  • Fan/power controls — thermal and power management options
  • TPM settings — required for Windows 11 installation on some hardware

Changes made here take effect before the OS loads — which is why BIOS access matters for tasks like reinstalling an OS, enabling virtualization, or troubleshooting hardware.

The Variables That Determine Your Specific Process

No single method works universally. What determines the right approach for any given machine includes:

  • Hardware manufacturer and model — sets the specific key and interface
  • Operating system and version — Windows, Linux, and macOS (on Intel Macs only) each have different pathways
  • SSD type — NVMe drives boot fast enough to make key-press timing unreliable
  • Fast Startup and Secure Boot settings — can interfere with or streamline access
  • Whether a BIOS password is set — determines whether access is possible at all
  • Firmware age — older legacy BIOS and modern UEFI have different interfaces and capabilities

The process that works for a newly built desktop with an MSI motherboard differs from the one that works for a two-year-old Dell laptop running Windows 11 with Fast Startup enabled. Both involve "accessing BIOS" — but the steps, timing, and interface look nothing alike.