How to Access BIOS on Any Computer (Windows, Legacy & Modern)

Accessing your computer's BIOS (Basic Input/Output System) is one of those tasks that sounds intimidating but follows a straightforward logic — once you understand what BIOS actually is and why the method varies by machine.

What Is BIOS, and Why Would You Need to Access It?

BIOS is firmware built into your motherboard that runs before your operating system loads. It handles the most fundamental communication between your hardware and software — checking that your RAM, storage drives, and processor are present and functional at startup.

You might need to access BIOS to:

  • Change the boot order (e.g., to boot from a USB drive)
  • Enable or disable hardware features like virtualization
  • Check CPU temperature or fan speeds
  • Configure Secure Boot or TPM settings
  • Update firmware (sometimes called a BIOS flash)
  • Troubleshoot hardware detection issues

On modern systems, you'll often encounter UEFI (Unified Extensible Firmware Interface) instead of traditional BIOS. For most practical purposes, the terms are used interchangeably — UEFI is simply the modern, graphical successor to the older text-based BIOS interface.

The Classic Method: Pressing a Key at Startup

On most traditional computers and many modern ones, you access BIOS by pressing a specific key immediately after powering on — before the operating system begins to load.

Common BIOS entry keys by manufacturer:

ManufacturerCommon BIOS Key(s)
DellF2, F12
HPF10, Esc
LenovoF1, F2, Enter
ASUSF2, Del
AcerF2, Del
MSIDel
GigabyteDel, F2
SamsungF2
ToshibaF2, Esc

The timing window is narrow — usually 1 to 3 seconds — so tapping the key repeatedly right after pressing the power button gives you the best chance of catching it. If Windows starts loading, you've missed it and need to restart.

The exact key isn't always obvious, but many systems briefly display a prompt at the bottom of the screen during POST (Power-On Self-Test), such as "Press F2 to enter Setup."

Accessing BIOS From Windows 10 and Windows 11

Modern PCs — particularly those with fast boot or Secure Boot enabled — may load too quickly for a keypress to register. In these cases, Windows provides its own pathway into UEFI settings.

From Windows Settings:

  1. Open SettingsSystemRecovery
  2. Under Advanced startup, click Restart now
  3. After the restart, select TroubleshootAdvanced optionsUEFI Firmware Settings
  4. Click Restart

Your system will boot directly into BIOS/UEFI.

Using a keyboard shortcut to reach Advanced Startup:

  • Hold Shift while clicking Restart from the Start menu
  • This takes you directly to the recovery environment, where you can navigate to UEFI Firmware Settings

This method works reliably on systems where the standard keypress approach fails due to fast startup settings.

Accessing BIOS From the Command Line

If you prefer working in the terminal, you can trigger a UEFI restart with a single command.

In Command Prompt or PowerShell (run as Administrator):

shutdown /r /fw /t 0 
  • /r = restart
  • /fw = boot to firmware (UEFI/BIOS)
  • /t 0 = no delay

This is particularly useful for IT professionals or users managing systems remotely.

Factors That Affect Which Method Works for You 🖥️

Not every approach works on every machine. Several variables shape which method is appropriate:

Age of the system. Older machines with traditional BIOS almost always require the keypress method. Systems manufactured in the last 5–8 years are more likely to use UEFI and support the Windows Settings pathway.

Fast Boot settings. If Fast Boot is enabled in BIOS or Windows, the keypress window may be too short to catch. This is increasingly common on NVMe SSD-equipped machines that boot in under 5 seconds.

Manufacturer firmware behavior. Some OEM systems (particularly consumer laptops from major brands) intercept the key differently, or require holding the key rather than tapping it repeatedly.

Disabled UEFI Firmware Settings option. If the UEFI Firmware Settings option doesn't appear in Advanced Startup, it typically means your system is booting in legacy BIOS mode rather than UEFI — or that your firmware doesn't support this shortcut.

Operating system. These methods are Windows-focused. Linux users generally access BIOS the same way (keypress at boot), since Linux doesn't have a built-in equivalent of Windows' UEFI boot redirect.

What You'll Find Once You're In

BIOS/UEFI interfaces vary significantly by manufacturer. Some are text-only with keyboard navigation; others are full graphical interfaces with mouse support. Despite the visual differences, the core settings categories are broadly consistent:

  • Main/System Info — hardware summary, date, time
  • Boot — boot order, Fast Boot toggle, Secure Boot
  • Advanced/CPU Configuration — virtualization (VT-x/AMD-V), hyperthreading
  • Security — passwords, TPM, drive encryption support
  • Monitor/Hardware Monitor — fan speeds, temperatures, voltages
  • Exit — save changes or discard and restart

Changes take effect on the next boot. Most BIOS interfaces include a "Load Defaults" option if you need to undo unintended changes. ⚠️

When the Standard Methods Don't Work

A handful of situations fall outside the typical access patterns:

  • BIOS password set by a previous user or IT department — you'll need the password or, in some cases, a motherboard-level reset
  • Corrupted firmware — may require a physical recovery method specific to the motherboard manufacturer
  • Corporate/managed devices — BIOS access may be locked by policy
  • Surface devices — Microsoft's Surface line uses a different entry method (hold Volume Up + Power)

The right approach shifts depending on whether your machine is a custom desktop build, a mainstream consumer laptop, a business-class workstation, or a tablet-style PC — and whether it was set up by you personally or handed down with existing configurations.

How smoothly this process goes depends heavily on which of those situations describes your setup. 🔧