What is uefi
Last updated: April 1, 2026
Key Facts
- UEFI is a modern replacement for BIOS that manages hardware initialization and boot processes before the operating system loads on a computer
- It supports the GPT (GUID Partition Table) partitioning scheme, allowing boot from hard drives larger than 2TB, whereas legacy BIOS is limited to 2TB with MBR
- UEFI includes Secure Boot, a security feature that cryptographically verifies boot files and prevents unauthorized firmware or bootloaders from running during startup
- Most computers manufactured after 2010 use UEFI firmware as the standard, making it the dominant firmware technology in modern computing devices
- UEFI typically enables significantly faster boot times compared to legacy BIOS systems, often reducing startup time to just a few seconds
What is UEFI?
UEFI stands for Unified Extensible Firmware Interface, and it is the modern successor to the older BIOS (Basic Input/Output System). Firmware is specialized software stored on a computer's motherboard that runs before the operating system loads. While BIOS served this purpose for decades, UEFI represents a significant technological advancement. UEFI is a standardized interface developed by the UEFI Forum, a consortium of hardware manufacturers and software companies including Intel and Microsoft. Most computers, laptops, tablets, and other computing devices manufactured after 2010 come with UEFI firmware as standard.
UEFI vs. BIOS: Key Differences
UEFI and BIOS differ significantly in their architecture and capabilities. BIOS uses 16-bit code and is limited to MBR (Master Boot Record) partitioning, which cannot address hard drives larger than 2TB. BIOS firmware is relatively simple and has remained largely unchanged since the 1980s. In contrast, UEFI uses 32-bit or 64-bit code, supports the more advanced GPT (GUID Partition Table) partitioning scheme, and can handle hard drives of virtually unlimited size. UEFI also provides a graphical user interface instead of the text-based menus of BIOS, making it more user-friendly. Additionally, UEFI supports running small applications and tools before the operating system loads.
Secure Boot and Security Features
One of the most significant security improvements in UEFI is Secure Boot, a feature that prevents unauthorized firmware or bootloaders from running during the startup process. Secure Boot works by cryptographically verifying that boot files are signed with approved digital certificates before allowing them to execute. This protection helps prevent rootkit infections, bootloader malware, and other attacks that target the pre-operating system environment. However, Secure Boot can occasionally prevent legitimate operating systems or hardware from functioning, requiring users to disable it for compatibility purposes.
Performance and Boot Times
UEFI typically provides significantly faster boot times compared to legacy BIOS systems. While a BIOS system might take 30-60 seconds to boot, a UEFI system often boots in just 5-15 seconds. This speed improvement is due to several factors: UEFI's more efficient initialization processes, direct access to storage devices without legacy compatibility layers, and the ability to parallelize initialization tasks. For users who restart their computers frequently, these faster boot times accumulate into meaningful time savings over the course of weeks and months.
Standardization and Compatibility
UEFI is a standardized specification maintained by the UEFI Forum, ensuring consistency across different manufacturers' implementations. This standardization means that UEFI firmware behaves predictably across different computer brands and models. The standardization has enabled the development of cross-platform tools and utilities that work across different UEFI implementations. However, manufacturers sometimes add proprietary extensions to UEFI, which can create minor compatibility variations. Despite these variations, UEFI remains far more standardized than the various BIOS implementations.
Related Questions
How do I check if my computer uses UEFI or BIOS?
On Windows, press Windows+R, type 'msinfo32,' and check the 'BIOS Mode' field in the System Information window. On Mac, click the Apple menu and select 'About This Mac.' On Linux, you can use the 'dmidecode' command or check the /sys/firmware/efi directory.
What is Secure Boot and should I enable it?
Secure Boot is a UEFI security feature that verifies boot files before allowing them to execute, preventing unauthorized firmware from running. It's recommended to keep Secure Boot enabled for security, but you may need to disable it for compatibility with certain operating systems or hardware.
Can I switch my computer from BIOS to UEFI?
You can convert from BIOS to UEFI by backing up your data, converting your MBR partition table to GPT, and enabling UEFI in firmware settings. However, this is a complex process that risks data loss, so professional assistance is recommended unless you have advanced technical knowledge.
More What Is in Daily Life
Also in Daily Life
More "What Is" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
- Wikipedia - UEFICC-BY-SA-4.0
- UEFI Forum Official WebsiteOther