What is uefi secure boot
Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.
Last updated: April 1, 2026
Key Facts
- Verifies cryptographic signatures of bootloaders and operating system components before execution
- Uses public key infrastructure with a database of trusted certificates stored in firmware
- Protects against rootkits, bootloader malware, and other firmware-level attacks
- Can be disabled in UEFI settings if needed, though this reduces security
- Supported by Windows, Linux, macOS, and most modern operating systems
Overview
UEFI Secure Boot is a security standard introduced with the Unified Extensible Firmware Interface (UEFI) that prevents computers from loading unauthorized operating systems or boot software. It works by checking the digital signature of every boot component before the system allows it to execute.
How Secure Boot Works
When you power on your computer, the UEFI firmware checks each boot file against a database of trusted signing keys. If the signature matches a trusted certificate, the boot process continues. If the signature is invalid or missing, the firmware halts the boot sequence, preventing potential malware from compromising the system at the lowest level. This process occurs before the operating system even loads, making it an effective first line of defense.
Key Components
Secure Boot relies on several components working together: the UEFI firmware itself, a database of trusted keys stored in the firmware (called the Allowed Signature Database), and cryptographic certificates embedded in boot files. The system also maintains a Forbidden Signature Database that explicitly blocks known malicious code. These components create a chain of trust that extends from the firmware through the entire boot process.
Benefits and Protection
Secure Boot provides significant protection against:
- Bootkit and rootkit infections that run before the operating system
- Unauthorized firmware modifications and BIOS attacks
- Malware designed to disable security features at startup
- Unauthorized operating system installations
Disabling Secure Boot
While Secure Boot enhances security, users and administrators can disable it in UEFI settings when necessary. This might be needed for legacy software, custom kernels, or certain Linux distributions. However, disabling Secure Boot should only be done when absolutely necessary and the risks are understood. Most modern systems benefit from keeping Secure Boot enabled.
Related Questions
What is UEFI firmware?
UEFI (Unified Extensible Firmware Interface) is the modern replacement for BIOS that initializes hardware and launches the operating system. It provides a more flexible, secure interface between firmware and the OS.
What is a bootkit?
A bootkit is malware that infects the boot process and runs before the operating system loads, making it difficult to detect and remove. Secure Boot helps prevent bootkit infections.
How do I enable or disable Secure Boot?
You can enable or disable Secure Boot by entering the UEFI settings (BIOS) during startup, typically by pressing F2, F12, Del, or Esc during boot, then locating the Secure Boot option and toggling it on or off.
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
Missing an answer?
Suggest a question and we'll generate an answer for it.