What is bios

Last updated: April 1, 2026

Quick Answer: BIOS (Basic Input/Output System) is computer firmware that initializes hardware components and loads the operating system when you power on your device. It performs essential startup checks before your OS takes over.

Key Facts

What BIOS Does

BIOS is the firmware that runs before your operating system loads. When you turn on your computer, the BIOS immediately takes control, checking that all hardware components are working properly. It provides a bridge between your computer's hardware and the software operating system, ensuring smooth communication between these two layers.

Boot Process and POST

The BIOS performs a Power-On Self Test (POST) during startup, which checks your CPU, RAM, storage devices, and other critical components. If any hardware fails the POST, you'll hear specific beep codes indicating the problem. Once POST passes, BIOS locates and loads your operating system from the designated boot device.

BIOS Settings and Configuration

Most users can access BIOS settings by pressing a specific key during startup (commonly Delete, F2, or F12, depending on your manufacturer). In BIOS setup, you can configure the boot order, enable or disable hardware components, adjust security features, and manage system performance settings. These changes are stored on a battery-backed CMOS chip.

BIOS vs UEFI

Traditional BIOS has been largely replaced by UEFI (Unified Extensible Firmware Interface) on modern computers. UEFI offers faster boot times, support for larger hard drives, and a more user-friendly interface. However, both serve the same fundamental purpose of initializing hardware and loading your operating system.

Security and Updates

BIOS security is important because malware can theoretically target firmware. Some manufacturers release BIOS updates to fix security vulnerabilities or improve hardware compatibility. You can usually update BIOS through your computer manufacturer's website, though this process should be done carefully to avoid system damage.

Related Questions

What is the difference between BIOS and UEFI?

UEFI is the modern successor to BIOS, offering faster boot times, support for larger storage drives, and a graphical interface. BIOS is the older, text-based firmware system. Most new computers use UEFI, while older systems use traditional BIOS.

How do I access my BIOS settings?

Restart your computer and press a specific key during startup—usually Delete, F2, F10, or F12 depending on your manufacturer. The correct key is typically displayed briefly during the boot sequence. You need administrator access to make changes.

What does a BIOS beep code mean?

Beep codes indicate hardware problems detected during POST. Different beep patterns signal different issues: one beep means normal startup, continuous beeping usually indicates RAM problems, and specific patterns indicate other hardware failures. Check your motherboard manual for the exact meanings.

Sources

  1. Wikipedia - BIOS CC-BY-SA-4.0
  2. Wikipedia - UEFI CC-BY-SA-4.0