How to Access Your Computer's BIOS: A Complete Guide

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, memory speed, virtualization support, and more. Knowing how to access it is one of the most useful skills any PC user can have, yet the process varies more than most people expect.

What the BIOS Actually Does

Every time you power on a computer, the BIOS (or its modern successor, UEFI — Unified Extensible Firmware Interface) runs a quick hardware check called POST (Power-On Self-Test), then hands control off to your operating system. It sits on a small chip on your motherboard, independent of your hard drive or SSD.

UEFI has largely replaced legacy BIOS on machines built after roughly 2012, but the term "BIOS" is still used casually to describe both. UEFI offers a graphical interface, mouse support, and support for drives larger than 2TB — legacy BIOS does not.

You'd access the BIOS to:

  • Change the boot order (e.g., boot from USB before the internal drive)
  • Enable or disable virtualization (required for virtual machines)
  • Adjust RAM speed (XMP/EXPO profiles)
  • Monitor CPU and system temperatures
  • Configure Secure Boot or TPM settings
  • Troubleshoot hardware not being recognized

The Standard Method: Press a Key During Startup ⌨️

On most desktop and laptop PCs, you access the BIOS by pressing a specific key immediately after powering on — before the operating system begins loading. The timing window is short, often just a few seconds.

The key varies by manufacturer:

ManufacturerCommon BIOS Key(s)
DellF2, F12
HPF10, Esc then F10
LenovoF1, F2, or Novo button
ASUSDelete (Del), F2
MSIDelete (Del)
AcerF2, Delete
GigabyteDelete (Del)
SamsungF2
ToshibaF2, Esc
Surface (Microsoft)Volume Up + Power button

If you're unsure which key applies to your machine, a quick search for your exact model name + "BIOS key" will confirm it. Alternatively, watch the very first screen that appears on boot — many systems briefly display the correct key in small text at the bottom.

Tip: Tap the key repeatedly rather than holding it. Holding it down can sometimes trigger a keyboard error on older systems.

Accessing BIOS Through Windows 10 and Windows 11

Modern machines with UEFI firmware and fast SSDs may boot so quickly that the traditional keystroke method is nearly impossible to catch. Windows provides a software route instead.

Via Settings:

  1. Open Settings → System → Recovery
  2. Under Advanced startup, click Restart now
  3. After the system restarts, select Troubleshoot → Advanced options → UEFI Firmware Settings
  4. Click Restart — the system will boot directly into BIOS/UEFI

Via the Start Menu: Hold Shift while clicking Restart from the Start menu. This forces Windows into the Advanced Startup environment, where the same Troubleshoot path applies.

Via Command Prompt (admin):

shutdown /r /fw /t 0 

This restarts the computer and boots directly into firmware settings. The /fw flag specifically targets UEFI firmware.

Accessing BIOS on a Mac 🍎

Macs don't have a BIOS in the traditional sense. Apple Silicon Macs (M1, M2, M3 series) use a different firmware architecture entirely. To access startup options, hold the power button until you see "Loading startup options," then click Options for system recovery and firmware-level controls.

Intel-based Macs use EFI firmware. Holding Option (Alt) at startup opens the Startup Manager for boot selection. Deeper firmware settings are accessed through macOS Recovery (Command + R at boot) rather than a traditional BIOS screen.

Variables That Affect Your Experience

The process isn't universal — several factors shape exactly what you'll encounter:

Manufacturer and model: OEM laptops (Dell, HP, Lenovo) often lock down BIOS options more than consumer desktop motherboards from ASUS or MSI, which tend to offer extensive settings.

Legacy BIOS vs. UEFI: Legacy BIOS interfaces are keyboard-only, text-based, and look dated. UEFI interfaces vary widely — some are graphical and mouse-friendly, others still resemble legacy BIOS visually despite being UEFI under the hood.

Fast Boot settings: If Fast Boot is enabled in BIOS, the system skips portions of POST, which can make the keystroke window even shorter — or bypass it entirely. This is often why users find the Windows restart method more reliable.

Secure Boot and admin passwords: Some systems, particularly enterprise or school-managed machines, have BIOS passwords set by an administrator. Without that password, access to BIOS settings is restricted by design.

Processor generation: Systems with newer Intel or AMD processors may handle firmware access differently, particularly regarding which startup keys are mapped by the OEM.

What You Can (and Can't) Change

Once inside, the range of available settings depends heavily on your hardware and how the manufacturer has configured the firmware. A consumer motherboard from a desktop build typically exposes far more options than a budget OEM laptop.

Some settings — like XMP/EXPO memory profiles, core voltage adjustments, and fan curves — are only present on enthusiast-grade hardware. Others, like Secure Boot and boot device priority, are nearly universal.

Making changes in BIOS without understanding what a setting does carries real risk. Incorrect CPU or memory voltage settings can cause instability or, in rare cases, hardware damage. Most BIOS menus include a "Load Optimized Defaults" option that resets everything to safe manufacturer values — useful if something goes wrong.

What the right BIOS settings look like for any given machine depends entirely on what that machine is being used for, what hardware is installed, and what problem — if any — is being solved.