Helping millions of people navigate the world of technology.

5 Ways to Fix Dual Boot Option Not Showing on Windows 11

Quick Tips
  • Run the command bcdedit /set {bootmgr} displaybootmenu yes on CMD in Administrator Mode.
  • Disable Fast Startup to fix issues with Dual Boot.
  • Run an SFC scan to detect, and fix any corrupted system files causing the issue.

Fix 1: Enable Dual Boot Option Using Command Prompt

Sometimes, the dual boot option goes missing when upgrading the operating system. When that happens, you can re-enable the dual boot option using Command Prompt.

Step 1: Press the Windows key to open the Start Menu.

Step 2: Type Command Prompt and choose Run as administrator.

accessing Command Prompt to Fix Dual Boot Option Not Showing on Windows 11

Step 3: Type the following command and press Enter.

bcdedit /set {bootmgr} displaybootmenu yes
Enable Dual Boot Option in the Command Prompt

Fix 2: Turn Off Fast Startup

Fast Startup is an incredible feature in Windows that facilitates quick computer restarts after shutdown. This feature proves especially useful if your computer takes a long time to restart.

However, the dual boot feature blocks the Windows installation drive, leading to the operating system’s failure to recognize the dual boot system. In such cases, the solution is to disable the fast startup option on your computer.

Step 1: Press the Windows key to open the Start Menu, type Control Panel in the search bar, and press Enter.

Control Panel in Start menu

Step 2: Choose System and Security.

System and Security option in Control Panel

Step 3: Select Power Options.

Power Options in the Control Panel

Step 4: Click the Choose what the power button does option in the left sidebar.

Choose what the power button does option in Control Panel

Step 5: Click the Change settings that are currently unavailable option.

Change settings that are currently unavailable option in Control Panel

Step 6: Uncheck the Turn on fast startup box. Then, click the Save Changes button.

Save changes button in the Control Panel

Fix 3: Choose the Default Operating System in Startup and Recovery

Another quick way to fix the dual boot option not showing on Windows 11 is to configure the default operating system on your computer.

Step 1: Press the Windows + I keyboard shortcut to launch the Settings app.

Step 2: Choose System from the left sidebar and click the About option in the right pane.

About option in the Settings app

Step 3: Click the Advanced system settings option in the right pane.

Advanced system settings in the Settings app

Step 4: In the Advanced tab, click the Settings button under Startup and Recovery.

Startup and Recovery in the Settings app

Step 5: Select the default OS from the Default operating system drop-down menu. Then, click the OK button.

Default operating system in the Settings app

Fix 4: Enable Boot Disk Partition

To use the second operating system installed on a disk partition, it’s important to enable the partition for the computer to boot from it. If you fail to enable it, the dual boot option will not appear. You can enable the boot disk partition by following the below steps:

Step 1: Press the Windows key to launch the Start Menu, type Command Prompt in the search bar, and choose Run as administrator from the right pane.

accessing Command Prompt to Fix Dual Boot Option Not Showing on Windows 11

Step 2: Type diskpart into the Command Prompt window and press Enter.

Diskpart in the Command Prompt

Step 3: Type list disk and press Enter. This will list all the disks on your computer.

list disk in Command Prompt

Step 4: Type select disk (DiskNumber) and press Enter. Make sure to replace DiskNumber with the actual number of the disk where you’ve installed the second OS.

select disk in command prompt

Step 5: Type list partition and press Enter. This will give a list of all the partitions on the selected disk.

list partition cmd in Command Prompt

Step 6: To choose the target partition, type select partition (PartitionNumber). Make sure to replace PartitionNumber with the actual number of the target partition.

Select partition in the Command Prompt

Step 7: Type Active and press. This will enable the selected partition.

Active cmd in Command Prompt

You will see the ‘DiskPart marked the current partition as active’ message when the process completes.

Fix 5: Run SFC and DISM Scan

If the dual boot option is still missing, you can run SFC (System File Checker) and DISM (Deployment Image Servicing and Management) scans. Running these scans will detect and replace corrupt system files that might be causing the issue.

Step 1: Press the Windows key to launch the Start Menu, type Command Prompt in the search bar, and click the Run as administrator option in the right pane.

accessing Command Prompt to Fix Dual Boot Option Not Showing on Windows 11

Step 2: Type sfc /scannow and press Enter. This will run the SFC scan on your computer.

Sfc Scan in CMD

Step 3: Type the following commands one by one and press Enter after each command:

DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
dism scan in command prompt

After the scanning process is complete, restart your computer, and you’ll see the dual boot option.

Was this helpful?

Thanks for your feedback!

Last updated on 09 August, 2024

Leave a Reply

Your email address will not be published. Required fields are marked *

The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.