BIOS stands for Basic Input/Output System — the firmware chip on your motherboard that wakes the computer up, checks that the hardware works, and hands control to your operating system. Modern PCs actually use its successor, UEFI (Unified Extensible Firmware Interface), but everyone still calls the setup screen "the BIOS." Here is what it does, how UEFI differs, and which settings are worth knowing.
What the BIOS Actually Does
The processor cannot do anything useful at power-on — it needs instructions from somewhere before any drive is readable or any OS is loaded. That somewhere is a flash memory chip on the motherboard holding the firmware. Every time you press the power button, it runs the same sequence:
- POST (Power-On Self-Test): verify that the CPU, memory, and essential devices respond — the beeps or debug lights on failure are POST talking to you
- Initialization: configure the chipset, memory timings, storage controllers, and USB so the rest of the machine can function
- Boot handoff: find a bootable device in the configured order and pass control to the operating system's loader
All of it happens in the second or two before you see a logo.
BIOS vs UEFI: What Changed
Legacy BIOS dates to 1981 and carried decades of constraints: 16-bit code, text-only screens, and a partition scheme (MBR) that cannot boot drives larger than 2 TB. UEFI replaced it across essentially all PCs sold since around 2012:
- Big drives: UEFI boots from GPT-partitioned disks — 2 TB+ NVMe drives as boot drives are a UEFI feature
- Speed: faster startup, native support for modern hardware, and graphical setup screens with mouse support
- Secure Boot: UEFI can verify the OS loader is cryptographically signed, blocking boot-level malware — and it is one of Windows 11's hardware requirements alongside TPM 2.0
- Extensibility: network stacks, firmware updaters, and diagnostics can live in firmware itself
Strictly speaking, "the BIOS screen" on a modern PC is a UEFI setup utility. The name simply stuck.

What About CMOS — and That Coin Battery?
Old BIOS chips stored settings in a small memory kept alive by a coin-cell battery (the CMOS). Modern boards keep settings in flash, but still carry the battery — mostly for the real-time clock. Its most famous role today: popping the battery out for a minute (or using the CLR_CMOS jumper) resets firmware settings to defaults, the classic rescue when an overclock or memory profile leaves the machine unbootable. If a desktop keeps forgetting its clock and settings, that battery is due for its once-a-decade replacement.

Settings Actually Worth Knowing
Firmware setup exposes hundreds of options; a handful matter routinely:
- Boot order — which drive or USB stick the machine tries first; the setting you need when installing an OS
- XMP / EXPO / DOCP — one-click memory profiles that run your RAM at its rated speed instead of the conservative default; on a board like the MSI B550M PRO-VDH this is the difference between paying for 3200 MHz memory and actually getting it
- Fan curves — trade noise against temperature, per header
- Virtualization (SVM / VT-x) — required for virtual machines and some creator tools; often off by default
- Secure Boot & TPM (fTPM/PTT) — the Windows 11 gatekeepers; usually just need enabling
- Resizable BAR — lets the CPU see all of the GPU's memory at once; a free few percent in some games
Updating Firmware: When and Why
Board vendors ship BIOS/UEFI updates that add CPU support, fix memory compatibility, and patch security issues. The classic case: a new motherboard revision needs a firmware update before it recognizes a newer CPU generation. Many current boards include BIOS Flashback — a USB port and button that can update firmware with no CPU or RAM installed at all, which turns the old chicken-and-egg problem into a five-minute fix. The rule of thumb: update when you need something a release fixes (new CPU support, a memory issue, a security patch), read the notes, and never cut power mid-flash.

Frequently Asked Questions
How do I open the BIOS/UEFI setup?
Press the setup key repeatedly right after power-on — commonly Delete or F2 on desktops (F1, F10, or F12 on some laptops and prebuilts). From Windows, Settings → Recovery → Advanced startup can also reboot directly into firmware setup.
Is UEFI the same as the BIOS?
UEFI is the modern replacement standard; BIOS is the legacy one. In everyday speech "BIOS" now refers to whatever firmware setup your machine has — which, on anything recent, is UEFI.
Can a BIOS update brick my computer?
A failed flash (power loss mid-update) can, which is why updates warn against interruptions. Flashback features and dual-BIOS designs exist precisely to make recovery possible. The risk on modern boards is low; the reward is often new CPU and memory compatibility.
Why does my new CPU need a BIOS update on an old board?
Firmware contains microcode and initialization data per CPU model. A board manufactured before your CPU existed cannot know how to start it until its firmware learns — that is the update.
Share this article: Twitter