Microsoft added a useful tool missing from the earlier versions of Windows and even some older versions of Windows 10. The MBR2GPT tool enables Windows 10 users to convert Legacy BIOS to UEFI without reinstalling Windows 10.

You can invoke the MBR2GPT tool using Command Prompt, and two commands later, you’ll have switched from Legacy BIOS to UEFI. 

Table of Contents
    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 1

    Which Is Better: Legacy BIOS vs. UEFI

    BIOS (Basic Input/Output System) is a piece of code that your microprocessor requires to start up after you press the computer’s power button. BIOS first appeared long ago and worked perfectly well. BIOS did have some constraints though. 

    For instance, BIOS uses Master Boot Record (MBR) to define a maximum partition capacity of 2.2 TB. Hardware developments over the past decade and a half warranted a new firmware. Then came UEFI (Unified Extensible Firmware Interface). 

    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 2

    UEFI, much like BIOS, is low-level software that your computer runs when you press the power button and before booting the OS. UEFI is more robust and removes constraints associated with BIOS.

    For instance, UEFI supports partitions of up to 9 ZB, offers faster boot time, and provides security features like “Secure Boot.”

    Getting Ready to Convert Legacy BIOS to UEFI

    You need to get a few things in order before we talk about changing BIOS from Legacy to UEFI.

    Check Your BIOS Version

    Verify that you’re currently using Legacy BIOS. You don’t want to have to go through the entire process only to find out you were using UEFI the whole time.

    Open the Disk Management app to verify which BIOS version you’re running. Search for Create and format hard disk partitions in the Start Menu and open the Best match. This will take you to the Disk Management app.

    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 3

    In the app, right-click on the disk on which you’ve installed Windows and select Properties

    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 4

    Next, you want to check your disk partition style to confirm whether you’re running the Legacy BIOS or UEFI. If you’re using BIOS, your disk partition style will be MBR. If you’re already on UEFI, the disk partition style will be GPT.

    You can check the disk partition style under the Volumes tab in Properties. Search for Partition style under Disk information

    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 5

    Check Your Windows Version

    The MBR2GPT tool is available on Windows 10 version 1703 and later. Verify that you have the right version before starting the process by searching for winver in the Start Menu and opening the Best match. The new window that opens will display the version in the second line.

    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 6

    Legacy BIOS to UEFI Conversion Prerequisites

    Assuming you’ve verified that you’re using the Legacy BIOS, there are a few other things you need to check, and in some cases, change.

    1. Ensure that the target disk (i.e., the Windows drive) has three or fewer partitions (drive C, D, etc., are all partitions). You can view the partitions by pressing Win + R and running diskmgmt.msc. If you see more than three partitions, you’ll need to merge the partitions or delete them.
    2. If you’ve encrypted the target disk using BitLocker, this will interfere with the conversion process. Since Windows won’t convert an encrypted disk, you’ll need to disable BitLocker before you begin the conversion.
    3. After conversion, you can’t boot into Windows until you change the motherboard’s firmware settings from Legacy BIOS to UEFI. Take a quick tour of the firmware and look for the setting that allows you to switch between BIOS and UEFI before starting the conversion. The process differs across manufacturers, so you may need to look around a little. If you can’t find the setting, use the manual.
    4. Create a precautionary backup.

    How to Change BIOS from Legacy to UEFI

    Once you’ve made sure everything is in order, it’s time to use the MBR2GPT tool.

    1. Search for cmd in the Start Menu, right-click, and select Run as administrator.
    2. Your disk must meet the conversion requirements for the MBR2GPT tool to be able to convert it. Check if it does by validating the disk using the following command:

    mbr2gpt /validate /disk:0 /allowFullOS

    If the disk you want to convert is not disk 0, replace 0 with the appropriate disk number.

    If your disk doesn’t meet the conversion requirements, you’ll see an error. For instance, the following error resulted from validating a USB drive.

    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 7
    1. If the validation was successful, run the following command to begin the conversion:

    mbr2gpt /convert /disk:0 /allowFullOS

    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 8

    Let the conversion run, it should only take a few seconds.

    1. Restart your PC and go into your motherboard’s firmware to change the settings. Assuming you already figured out how to enter the BIOS before starting the process, this should take only a few seconds. In most cases, you’ll see an option to select the Boot mode under the Boot tab/section in your firmware.
    How to Change BIOS Mode from Legacy to UEFI Without Reinstalling Windows 10 image 9
    1. Boot into Windows.
    2. Verify that you’ve successfully converted the partition using the same process you used earlier. Head to the Disk Management app, right-click on the converted disk, select Properties > Volume, and this time around the Partition style should be GUID Partition Table (GPT)

    Enjoy Your Modernized BIOS

    UEFI comes with a lot of capabilities. Given that most modern systems are using UEFI, it’s only natural to want to convert Legacy BIOS to UEFI. Well, you’re all done. Fortunately, you didn’t have to reinstall Windows either.