Windows Installation: Opening UEFI, BIOS, and the Boot Menu
BIOS and UEFI: What's the Difference?
When you switch on a PC, a small piece of software built permanently into the motherboard (the mainboard) starts first. This software checks the hardware and then launches the operating system. It's called firmware.
BIOS (Basic Input/Output System) is the classic, very old form of this firmware. It's usually operated through a plain blue-and-gray text interface where only the keyboard works.
UEFI (Unified Extensible Firmware Interface) is the modern successor to BIOS. It offers a graphical interface (often with mouse support), supports large hard drives, and includes important security features such as Secure Boot. UEFI is mandatory for Windows 11.
Another term you may run into is Legacy BIOS or CSM (Compatibility Support Module). This is a compatibility mode that recreates old BIOS behavior inside UEFI. For Windows 11, this mode should generally be disabled, with pure UEFI mode active instead.
BIOS Setup vs. Boot Menu
These two things are often mixed up, but they're fundamentally different:
| BIOS/UEFI Setup | Boot Menu | |
|---|---|---|
| What is it? | The firmware's full settings menu | A small, temporary startup-selection menu |
| What's it for? | Changing permanent settings: TPM, Secure Boot, boot order, date/time, and so on | Choosing a specific device for this one startup only (e.g., the USB drive) |
| Effect | Changes are saved permanently | Applies only to this one boot; nothing is changed permanently |
| Typical key | often Del or F2 (varies!) | often F12, F11, F9, or Esc (varies!) |
For a one-off Windows installation, the boot menu is usually enough: you simply select the USB drive there without changing anything permanently. You only need to go into Setup if you want to, say, enable TPM or Secure Boot, or permanently change the boot order.
Common Keys (F2, F12, Esc, Del)
To get into the firmware or the boot menu, press a specific key repeatedly right after powering on — often before the Windows logo appears. Commonly used keys include:
- Del – frequently used for BIOS/UEFI setup on desktop motherboards
- F2 – frequently used for setup on laptops
- F12 – frequently used for the boot menu
- F9, F10, F11, Esc – used for setup or the boot menu depending on the manufacturer
What You'll Need
- A PC running Windows 10 or Windows 11 (for the route via Windows Settings)
- Optional: your PC or motherboard manufacturer's manual (printed or as a PDF on the manufacturer's website)
- A bit of patience — firmware settings should be made calmly and attentively
Before You Start
- Write down which settings you change so you can undo them if needed.
- Only change the options you actually need (TPM, Secure Boot, boot order). Leave unfamiliar settings alone.
- Plug a laptop into its power adapter so it doesn't shut down while you're working in Setup.
- Keep the manufacturer's manual on hand in case menu items are named differently than described here.
Opening UEFI from Windows (Step by Step)
The most convenient way, without needing to catch the right key at startup: boot straight from Windows into the UEFI firmware. This works on both Windows 10 and Windows 11.
1Open Settings
Click Start and then Settings (the gear icon). On Windows 11, switch to the System section.
2Go to Recovery
Open System → Recovery. (On Windows 10, you'll find this option under Update & Security → Recovery.)
3Start Advanced Startup
Under Advanced startup, click Restart now. Save any open files first, since the PC is about to restart.
4Choose Troubleshoot
After the restart, a blue selection menu appears. Choose Troubleshoot.
5Open Advanced Options
Choose Advanced options and then UEFI Firmware Settings.
6Restart into the Firmware
Click Restart. The PC now boots straight into the UEFI firmware, where you'll find TPM, Secure Boot, and the boot order.
Enabling TPM 2.0
TPM (Trusted Platform Module) is a security chip, or security feature, that stores keys and certificates in a protected way. Windows 11 requires TPM 2.0. TPM is present on many PCs but disabled out of the box.
How to Check TPM in Windows
Press Windows key + R, type tpm.msc, and press Enter. The "Trusted Platform Module (TPM) Management" window shows whether TPM is ready and which specification version (ideally 2.0) is present.
How to Enable TPM in the Firmware
Open the UEFI firmware (see above) and look in the Advanced, Security, or Trusted Computing section for the TPM option. Important: the chip is named differently depending on the processor manufacturer:
- On Intel systems, often Intel PTT (Platform Trust Technology)
- On AMD systems, often AMD fTPM (Firmware TPM)
- Sometimes simply TPM Device, Security Device, or PTT
Set the option to Enabled, save, and restart. Afterward, check again in Windows with tpm.msc.
Enabling Secure Boot
Secure Boot is a UEFI security feature that stops manipulated or untrusted software from loading at startup. Secure Boot is also a requirement for Windows 11.
How to Check Secure Boot in Windows
Press Windows key + R, type msinfo32, and press Enter. In "System Information," the Secure Boot State line shows whether Secure Boot is on or off.
How to Enable Secure Boot in the Firmware
Open the UEFI firmware and look in the Boot, Security, or Authentication section for the Secure Boot option. Set it to Enabled. This often requires the PC to be running in pure UEFI mode (Legacy/CSM disabled).
Changing the Boot Order
The boot order determines which device the PC tries to start from first — for example, the USB drive instead of the internal hard drive. You need this to boot Windows from your installation drive.
There are two approaches:
- One-time (recommended): Open the boot menu at startup (see the key hints above) and select the USB drive there for this startup only. Nothing is changed permanently.
- Permanent: Open the UEFI firmware, go to the Boot section, and drag or move the USB drive to the top of the list. Save and restart.
Resetting Settings if Something Doesn't Work
If, after your changes, something no longer starts, or you clicked the wrong thing, you can usually reset the firmware to its factory settings without losing your data on the hard drive.
Look in the firmware for an entry such as "Load Setup Defaults," "Load Optimized Defaults," or "Restore Defaults" (often reachable via the F9 key — varies by manufacturer). Confirm, save with "Save & Exit" (often F10), and restart.
Common Problems
| Problem | Possible Cause | Solution |
|---|---|---|
| I can't get into Setup with F2/Del | Wrong key; PC starts too quickly (Fast Startup) | Look up the correct key in the manufacturer's manual, or open UEFI from Windows (see above) |
| "UEFI Firmware Settings" entry is missing in Windows | PC is running in Legacy BIOS mode | Open the firmware using the manufacturer's key at startup |
| Can't find the TPM option | Different name (Intel PTT / AMD fTPM) or different menu section | Check the Security/Advanced sections; consult the manufacturer's website |
| Secure Boot can't be enabled | CSM/Legacy active, or MBR drive | Disable CSM; check that the drive uses GPT (see troubleshooting guide) |
| USB drive doesn't appear in the boot menu | Drive isn't bootable, or wrong mode | Recreate the drive; select it as a UEFI device |
FAQ
Which key opens the BIOS on my PC?
What's the difference between BIOS Setup and the boot menu?
Why do I need TPM 2.0 and Secure Boot?
My PC doesn't have TPM — is my PC too old?
Is it risky to change something in the BIOS/UEFI?
I don't see the "UEFI Firmware Settings" entry in Windows. Why?
Do I need to permanently change the boot order to install from USB?
Matching Licenses
If you're installing Windows afterward, make sure your license matches the edition you choose. That said, a license doesn't fix hardware incompatibility — TPM and Secure Boot need to be enabled in the firmware beforehand.
More Guides
The complete guide from preparation through activation.
Create a bootable USB drive officially from Microsoft.
Create a USB drive with Rufus and understand the installation options.
Solutions for TPM, Secure Boot, and GPT/MBR errors.
Sources
- Microsoft – Enable TPM 2.0 on your PC: support.microsoft.com
- Microsoft – Windows 11 and Secure Boot: support.microsoft.com
- Microsoft – Windows 11 specifications and system requirements: microsoft.com
- Microsoft – Installing Windows 11: support.microsoft.com
Last updated: July 2026
Microsoft Office
Adobe