How to Access BIOS on Any Computer: A Complete Guide

The BIOS (Basic Input/Output System) is the firmware that runs before your operating system ever loads. It controls hardware settings, boot order, system time, and core configurations that your OS never touches. Knowing how to get into it — and what to expect when you do — is a fundamental skill for anyone who builds, troubleshoots, or maintains a PC.

What Is BIOS (and UEFI)?

Before diving into access methods, it's worth clarifying the terminology. The traditional BIOS has been largely replaced by UEFI (Unified Extensible Firmware Interface) on modern systems. UEFI offers a graphical interface, mouse support, support for large drives, and faster boot times — but most people still call it "the BIOS" regardless.

The key point: when someone says "access the BIOS," they mean the pre-boot firmware environment, whether it's classic BIOS or modern UEFI.

The Classic Method: Press a Key at Startup 🖥️

The most common way to enter BIOS is pressing a specific key immediately after powering on or restarting your computer — before Windows or any other OS begins loading.

Common BIOS entry keys by manufacturer:

ManufacturerTypical BIOS Key
DellF2 or F12
HPF10 or Esc
LenovoF1, F2, or Fn+F2
ASUSF2 or Del
AcerF2 or Del
MSIDel
GigabyteDel or F2
SamsungF2
ToshibaF2 or Esc
Custom desktop buildsDel (most common)

The timing window is short — sometimes only one or two seconds. If Windows starts loading, you've missed it and need to restart and try again. On older machines, you'll often see a brief on-screen message like "Press F2 to enter Setup" which tells you exactly what to press.

Tip: Tapping the key repeatedly as soon as the machine powers on is more reliable than pressing it once.

Accessing BIOS From Within Windows 10 or 11

Modern UEFI systems with Fast Boot enabled often boot so quickly that the keyboard key method becomes nearly impossible to catch. For these systems, Windows itself provides a path into the firmware.

Method 1: Through Settings

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

Method 2: Via the Start Menu Hold Shift while clicking Restart from the Start menu. This loads the same Advanced Startup menu without navigating through Settings.

Method 3: Command Prompt Run this command as administrator:

shutdown /r /fw /t 0 

This forces an immediate restart directly into firmware settings.

These Windows-based methods work specifically because UEFI communicates with the OS in ways the old BIOS never could.

What You'll Find Once You're In

BIOS/UEFI interfaces vary widely. Older systems show blue or gray text-based screens navigated with arrow keys. Modern UEFI firmware often offers full graphical interfaces with mouse support, temperature readouts, and fan curves.

Common settings you'll encounter:

  • Boot order — which device the system tries to boot from first (useful for installing an OS from USB)
  • Secure Boot — a UEFI feature that prevents unsigned software from loading at boot
  • XMP/EXPO profiles — for enabling RAM to run at its rated speed rather than a default lower speed
  • Virtualization settings (Intel VT-x / AMD-V) — required for running virtual machines
  • TPM settings — relevant for Windows 11 compatibility
  • Power management and fan controls
  • System time and date

Most interfaces have a simpler "Easy Mode" and an advanced "Advanced Mode" — manufacturers like ASUS and MSI use this distinction explicitly.

Variables That Affect Your Experience 🔧

The process isn't identical for every user, and several factors determine what you'll encounter:

Age of the system. Older machines with legacy BIOS have a wider key-press window and simpler interfaces. Modern UEFI systems may require the Windows method if Fast Boot is active.

Laptop vs. desktop. Laptops often use manufacturer-specific key combinations (some Lenovo models require a physical Novo reset button instead of a keyboard key). Desktops — especially custom builds — almost universally use Del or F2.

Fast Boot status. If Fast Boot is enabled in your current BIOS settings, the hardware key method may be effectively blocked. You'd need to disable Fast Boot from within Windows using the methods above — or the machine may never register your keypress in time.

Operating system. The Windows Settings method only works on Windows 8, 10, and 11. Linux users typically rely on the keyboard key method or command-line tools depending on the distribution.

Locked or managed systems. Corporate laptops and managed devices may have BIOS access restricted by IT policy, including password protection on the firmware itself.

A Note on Safety

The BIOS controls low-level hardware behavior. Most casual users only need it for boot order changes or checking hardware info — tasks that carry essentially no risk. Settings like overclocking, disabling Secure Boot, or changing storage controller modes can affect system stability or OS compatibility if changed without understanding the consequences. The general rule: if you're unsure what a setting does, leave it at its default.

The right approach to any specific BIOS change depends heavily on what you're actually trying to accomplish — and whether your hardware, OS version, and use case support the result you're aiming for.