How To Delete UEFI Firmware Boot Entries

UEFI firmware boot entries are stored in the system firmware (BIOS/UEFI) and are separate from Windows. This guide explains how to list and remove unwanted boot entries safely.

Understanding UEFI Boot Entries

UEFI boot entries define which operating systems or boot managers the firmware can load. Over time, unused or duplicate entries may accumulate, and removing them helps keep the boot menu clean and organized.

Step 1: Open Command Prompt

Run Command Prompt as Administrator to access firmware settings.

Step 2: List Firmware Entries

Type the following command:

bcdedit /enum firmware /v

This displays all UEFI firmware entries, such as Windows Boot Manager on specific disks or partitions.

Step 3: Identify the Entry

Each entry has a unique GUID (identifier). Locate the entry you want to remove and copy its identifier.

Step 4: Delete the Entry

Use the following command, replacing {Identifier} with the actual GUID of the unwanted entry:

bcdedit /delete {Identifier}

This removes the selected boot option from the UEFI boot menu.

Important Notes

  • Deleting the wrong entry may prevent your system from booting. Double-check before removing.
  • These changes affect firmware directly, not just Windows settings.
  • Always ensure you have a valid boot entry remaining before making modifications.

By following these steps, you can safely manage and remove unnecessary UEFI boot entries, keeping your system’s boot menu clean and efficient.

With proper maintenance of UEFI entries, your system will remain organized and boot reliably without clutter or confusion.

Post a Comment

Previous Post Next Post

Contact Form