
What is a BIOS – A BIOS (Basic Input/Output System) is firmware stored on a chip on the motherboard. It initializes hardware components during startup and provides basic communication between the operating system and hardware.
How a BIOS Works
When you power on a computer:
- The CPU executes the BIOS code from the ROM chip.
- It runs the Power-On Self-Test (POST) to check hardware (RAM, CPU, storage, etc.).
- It initializes devices and loads the bootloader from the boot device.
- The bootloader then starts the operating system.
You access the BIOS setup by pressing a key (usually Delete, F2, or F10) during boot to configure settings like boot order, overclocking, or hardware enabling.
Types of BIOS
- Legacy BIOS — The traditional system. It uses the Master Boot Record (MBR) partitioning and has limitations with large drives and modern features.
- UEFI (Unified Extensible Firmware Interface) — The modern replacement for BIOS. It supports GPT partitioning, faster boot times, Secure Boot, and a graphical interface.
Most new motherboards use UEFI, though they often still refer to the setup screen as “BIOS.”
Also Read-What Is A Pwa
Benefits and Uses
- Initializes hardware before the OS loads.
- Allows low-level configuration and troubleshooting.
- Enables Secure Boot for better security against malware.
- Supports hardware monitoring and overclocking settings.
BIOS vs UEFI (Common Comparison)
BIOS — Older, limited to 16-bit, slower boot, MBR only. UEFI — Newer standard, 64-bit, faster, supports larger drives, more secure, and more user-friendly.
UEFI has largely replaced traditional BIOS but the term “BIOS” is still commonly used for the setup utility.
FAQs : What is a BIOS
How do I enter the BIOS?
Restart your computer and press Delete, F2, F10, or Esc (varies by manufacturer) repeatedly during startup.
What is the difference between BIOS and CMOS?
BIOS is the firmware. CMOS is the small battery-powered memory that stores BIOS settings.
Can a BIOS be updated?
Yes. Manufacturers release BIOS updates to fix bugs, improve compatibility, or add features. Update carefully to avoid bricking the motherboard.
Is BIOS still used in 2026?
Yes, but almost exclusively in the form of UEFI. The term BIOS remains in everyday use.
What happens if BIOS fails?
The computer may not boot. Many modern boards have dual BIOS chips or recovery features for protection.