How to Check BIOS Settings on Any PC

Your computer's BIOS (Basic Input/Output System) — or its modern replacement, UEFI (Unified Extensible Firmware Interface) — is the firmware that runs before your operating system loads. It controls fundamental hardware behavior: boot order, CPU settings, RAM speed, virtualization support, security features, and more. Knowing how to access and read these settings is a foundational skill for anyone troubleshooting hardware issues, enabling features, or setting up a new machine.

What Is the BIOS and Why Would You Check It?

The BIOS/UEFI sits between your hardware and your operating system. It initializes components like your CPU, RAM, and storage drives, then hands control over to your OS. Checking BIOS settings becomes necessary when you want to:

  • Enable virtualization (required for running virtual machines)
  • Change boot order (to boot from USB or a second drive)
  • Check RAM speed and configuration (XMP/EXPO profiles for performance RAM)
  • Enable or disable Secure Boot (relevant for dual-booting or installing certain OS versions)
  • Monitor hardware temperatures and fan speeds
  • Troubleshoot POST failures or unrecognized hardware

How to Enter BIOS Settings 🖥️

The Traditional Method: Key Press at Startup

On most systems, you enter the BIOS by pressing a specific key immediately after powering on the machine — before the operating system begins loading. The key varies by manufacturer:

ManufacturerCommon BIOS Key
DellF2 or F12
HPF10 or Esc
LenovoF1, F2, or Novo button
ASUSF2 or Delete
MSIDelete
GigabyteDelete or F2
AcerF2 or Delete
ASRockF2 or Delete

The timing matters. You typically need to press the key repeatedly in the first few seconds after pressing the power button. On fast modern machines with SSDs, this window can be extremely short.

The Windows Method: Advanced Startup

If your machine boots too quickly to catch the key press, Windows 10 and 11 offer a reliable alternative:

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

This method works regardless of boot speed and is especially useful on laptops with fast NVMe drives.

From the Command Line

You can also trigger a UEFI restart from an elevated Command Prompt or PowerShell:

shutdown /r /fw /t 0 

This forces an immediate restart directly into firmware settings.

What You'll See Inside the BIOS

BIOS/UEFI interfaces vary significantly. Older BIOS versions use a basic blue text menu navigated with keyboard arrow keys. Modern UEFI firmware typically offers a graphical interface with mouse support, organized tabs, and visual hardware readouts.

Common sections you'll find:

  • Main / Info — system date/time, BIOS version, CPU and RAM summary
  • Advanced / AI Tweaker — CPU settings, RAM frequency, XMP/EXPO profiles, overclocking
  • Boot — boot device priority, fast boot, Secure Boot
  • Security — BIOS password, TPM settings, Secure Boot keys
  • Power — wake-on-LAN, power-loss behavior, fan controls
  • Monitor / Hardware Monitor — real-time temperatures, voltages, fan RPM

Most UEFI interfaces also have an EZ Mode (simplified view) and an Advanced Mode — the latter exposes the full range of settings.

Key BIOS Settings Worth Knowing 🔧

XMP / EXPO Profiles: If you've installed high-speed RAM (anything above DDR4-2133 or DDR5-4800 base speed), it likely isn't running at its rated speed until you manually enable an XMP (Intel) or EXPO (AMD) profile in the BIOS. Many users unknowingly run expensive RAM at base speeds.

Secure Boot: A UEFI security feature that prevents unsigned bootloaders from running. Required for Windows 11 certification, but sometimes needs to be disabled for Linux installations or older operating systems.

TPM (Trusted Platform Module): A security chip required by Windows 11. In BIOS it may appear as PTT (Intel Platform Trust Technology) or fTPM (AMD Firmware TPM). You'll need to check whether it's enabled if upgrading to Windows 11.

Virtualization (VT-x / AMD-V): CPU virtualization extensions must be enabled in BIOS before software like VirtualBox, Hyper-V, or WSL2 can function. They're often disabled by default on consumer systems.

Boot Order: Controls which device the system tries to boot from first — internal SSD, USB drive, optical drive, or network. Temporarily changing this is how you boot from a USB installer.

Factors That Affect What You'll Find

Not every BIOS looks the same or offers the same options. Several variables shape your experience:

  • Motherboard manufacturer and model — desktop boards from ASUS, MSI, or Gigabyte tend to expose far more granular settings than OEM laptops
  • BIOS version — manufacturers release firmware updates that add options, fix bugs, or change menu layouts
  • CPU generation — options like fTPM, PCIe generation settings, and specific power features depend on what processor is installed
  • Form factor — laptops often have stripped-down BIOS interfaces with far fewer configurable options than desktop motherboards
  • OEM vs. custom build — pre-built systems from Dell, HP, or Lenovo intentionally restrict certain settings that a custom-built PC exposes by default

Navigating Safely

BIOS changes take effect immediately on next boot. Most BIOS interfaces include an option to load optimized defaults — useful if a change causes instability. If your system won't boot after a BIOS change, desktop motherboards often have a CMOS reset jumper or a dedicated Clear CMOS button that restores factory settings.

Always note what a setting was before changing it, especially in areas like CPU voltage, memory timings, or boot configuration.


What settings are relevant to you depends entirely on what you're trying to accomplish — and that varies considerably depending on whether you're on a locked-down OEM laptop, a custom desktop build, or a workstation with specific hardware requirements. The BIOS that matters is the one in front of you.