
In older versions of Windows, you were forced to reinstall the entire operating system if you wanted to convert Legacy BIOS or Master Boot Record (MBR) to UEFI or GUID Partition Table (GPT). However, a new and simple tool called MBR2GPT was introduced in Windows 10. It lets you convert Legacy BIOS to UEFI with just two commands.
Here is how you can convert Legacy BIOS to UEFI in Windows 10. If you’re a Windows 11 user, you shouldn’t do anything, as UEFI mode is enabled by default on your device.
Why Convert Legacy BIOS to UEFI?
You probably have some inkling why you’d want to change from the Legacy BIOS to UEFI, but just to confirm, here’s what you need to know. Both BIOS and UEFI perform the same function on your PC – namely under-the-hood software integrated into your motherboard chip that lets you control various important low-level things.
Your BIOS/UEFI lets you control things like boot order, connected hardware, fan speeds, the physical lights on your computer and system time. Modern motherboards even let you undervolt and overclock your CPU! It’s powerful stuff.
UEFI is basically the new BIOS, performing the same job but better. With UEFI, you get faster boot times (ostensibly), higher drive capacities, better update methods and driver support, and a 64-bit mode (where BIOS is only 16-bit).
In other words, switching to UEFI is a bit of an upgrade and worth doing. Note that even modern computers (including Windows 11) tend to still call the motherboard software the BIOS, even if it’s technically UEFI.
Things You Need to Know Before Converting Legacy BIOS to UEFI
Though converting Legacy BIOS to UEFI in Windows 10 is easy, there are a few things you should know and do before proceeding.
- There will be no data loss while converting Legacy BIOS to UEFI. (See FAQs on this.) However, as a precaution, please back up your system.
- You should be using Windows 10 v1703 or higher. If you are not sure, press Win + R, type
winver
and press Enter. On the second line, you should see “version 1703” or higher.

- The disk you are trying to convert should not have more than three partitions. If you have more than three partitions on the Windows 10 installation drive, either merge or delete the excess partitions. (See FAQs on this.)
- If you are using BitLocker to encrypt your system, decrypt the drive and disable BitLocker protection before starting the conversion process. With BitLocker protection turned on, Windows 10 cannot convert your drive from Legacy BIOS to UEFI.
- After converting, you may have to change your motherboard firmware settings from Legacy BIOS to UEFI. Depending on your motherboard manufacturer, the procedure to switch from one to the other will be different. Have your motherboard manual handy to make things easier for you.
If you want to know more, we have a full guide on the differences between UEFI and BIOS.
Do I Need to Convert Legacy BIOS to UEFI in Windows 11?
If you’re using Windows 11, it means your device is past the milestone in switching from Legacy BIOS to UEFI. This is because migrating to a UEFI secure boot is a mandatory Windows 11 compatibility requirement. There is simply no separate provisioning of Legacy BIOS in Windows 11.
You can check this from a “Windows Security” option where “Secure boot” is displayed as On. Microsoft recommends you keep it that way to deter any malicious software from loading when the device is booting.

The secure boot settings can also be verified from the BIOS options (called UEFI Firmware Settings) accessible in Windows 11 “Advanced startup.” After the BIOS screen shows up, navigate to the Boot Options tab. According to Microsoft, UEFI should be shown as the “first or only option.” This is especially true for Dell, HP, and Lenovo laptops. However, some other manufacturers may have continued to retain both UEFI and Legacy/CSM.

How to Check Whether You Are Using Legacy BIOS
The following describes the procedure to switch from Legacy BIOS to UEFI in Windows 10.
First, check whether you are no longer using Legacy BIOS. After all, there is no use converting if you are already on UEFI.
- Search for “Create and format hard disk partitions” in the Start menu and press Enter to open the built-in Disk Management tool.
- Right-click on the Windows installation disk, Disk 0, and select “Properties.”

- In the Properties Window, go to the “Volumes” tab. If you see “Master Boot Record (MBR)” next to “Partition style,” you are on Legacy BIOS.
- If, on the other hand, it says “GUID Partition Table (GPT)” as in the image below, then you’re already on UEFI and don’t need to do anything more!

How to Convert Legacy BIOS to UEFI
Once you’ve confirmed you are on Legacy BIOS and have backed up your system, you can convert Legacy BIOS to UEFI.
- Access Command Prompt from Windows’s advanced startup by pressing Win + X.
- Go to “Shut down or sign out” and click on the “Restart” button while holding the Shift key.

- The above action will reboot your system to the Advanced Startup screen.
- Go to “Troubleshoot -> Advanced Options” and select the option “Command Prompt.”

- Validate the disk you are trying to convert. Type the below command and press Enter.
mbr2gpt /validate
If you see the “Validation completed successfully” message, proceed to the next step. If you see any errors, your disk or system may not meet the conversion requirements.

If you have problems validating at this point, enter the following command. We highly recommend you use this add-on code to not lose data.
mbr2gpt /validate /allowFullOS

- After validating the disk, execute the below command:
mbr2gpt /convert
As soon as you execute, Windows 10 will start the conversion process, i.e., add all the required UEFI boot files and GPT components, then update the Boot Configuration Data.

- Restart your system, launch your motherboard firmware settings screen and change it from Legacy BIOS to UEFI. The procedure to change from Legacy BIOS to UEFI depends on your motherboard manufacturer. Consult the manual for the exact steps.
- After booting into Windows 10, you can verify whether or not you are converted. Just as before, open the disk properties window from the Disk Management tool and go to the “Volumes” tab. Here, you should see “GUID Partition Table (GPT)” next to “Partition style.”
How to Fix the MBR2GPT “Disk Layout Validation Failed” Error
While changing your hard drive from MBR to GPT, you may sometimes receive the error message: “MBR2GPT Disk layout validation failed for Disk#,” with the number # referring to your boot disk.
There are two reasons for this error: more than three partitions and no available space in C drive, the boot disk.

- To solve the “Disk Layout Validation Failed” error, go to “Create and format hard disk partitions” from the search menu and check whether you have more than three partitions in the boot disk, Disk 0.
- You need to “merge and delete” some of these extra partition volumes to bring down the number of partitions to three or less. Do create a backup of any important data in the extra partitions.

- The second reason for the error is the Disk 0 drive not having enough space for an MBR to GPT conversion. To resolve this, you need to shrink its volume to anything between 200 MB to 2 GB.
Note: if your device is already on a GPT layout, these options will be greyed out.

Frequently Asked Questions
1. How do I change from BIOS to UEFI in Windows without losing data?
You can easily convert legacy BIOS to UEFI without losing data on the hard disk. To do this, apply the /allowFullOS
extension to the MBR2GPT conversion command. Even if the system is formatted, you won’t lose your precious data to conversion.
Note: it never hurts to retain a backup of your most important files and folders on another computer/hard disk/USB drive or the cloud.

2. How do I resolve the “0x514; MBR2GPT failed to enable backup/restore privileges” error on Windows 10?
Some users have experienced an “administrator not found on the system” error while performing the MBR to GPT conversion on a command prompt even though they were signed into the computer as administrator. To deal with this problem, ensure that you are running the elevated Command Prompt which is the Administrator mode. It can be easily accessed from the Start menu.

3. Can I go back to legacy BIOS from UEFI?
If you had your Windows 10/11 OS installed in UEFI mode, it is possible to go back to legacy BIOS (although we’ll highly recommend not doing this). You have to initiate an “advanced startup” on your Windows device and enter the UEFI Firmware settings to disable the UEFI secure mode which can be reenabled later.