![](http://4.bp.blogspot.com/-wrkb-vLHuVM/WSJsrjYd1ZI/AAAAAAAAOls/odDKLG15Amonc_T1S0KUZBj3QAS2KYdPgCLcB/s1600/windows-10-mbr-gpt.png)
Using the Unified Extensible Firmware Interface (UEFI) can make your PC more secure and a bit faster if you're still using the legacy basic input/output system (BIOS). Windows 10 makes it easier to switch from legacy BIOS to UEFI using the new MBR2GPT disk conversion tool included with the Creators Update.
This guide will show you, how to switch from BIOS to UEFI and convert MBR disk to GPT without any data loss.
How to convert a disk from MBR to GPT on Windows 10
Previously, you needed to back up your data, repartition the disk using GPT, reinstall the OS, and then restore the data. In the Creators Update, Windows 10 introduces a new command-line utility called MBR2GPT that lets you convert a disk formatted using Master Boot Record (MBR) to GUID Partition Table (GPT)-style partition without modifying or deleting that data stored on disk, which is a requirement to move to UEFI mode.
- First, you need to convert the disk using MBR to GPT-style partition, which is the main requirement to run Windows 10 in UEFI mode.
- Secondly, you must change your motherboard firmware settings to make the switch from BIOS to UEFI mode.
Checking disk partition type
1. Use the Windows key + X keyboard shortcut to open the Power User menu and click on Disk Management.2. Right-click the disk with the Windows 10 installation and select Properties.![](http://2.bp.blogspot.com/-0QeJCH9CjF0/WSJoik62cgI/AAAAAAAAOk8/DWAkPCT1YZ8nJzxU0SjVXpMBFMQ2mf2OACLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-2.jpg)
3. Click on the Volumes tab and look at "Partition style". If it reads GUID Partition Table (GPT), the disk doesn't need to be converted, but if you see the Master Boot Record (MBR) label, then you can use the conversion tool.
![](http://2.bp.blogspot.com/-80N59N-F_Jc/WSJojAJTs-I/AAAAAAAAOlI/-tupyAZVWPAndYOSlhgs-NGZYfPE7zmswCLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-3.jpg)
In addition, make sure to check your PC manufacturer's support website to see if the device includes support of UEFI mode before using the conversion tool.
Converting disk to GPT partition style
In order to convert the disk from MBR to GPT, you need to start your computer in Windows PE (Preinstallation Environment), and then do the following.Warning: Although this is a non-destructive process, you should always keep a full backup of your computer and data in case something goes wrong.
1. Open Settings.
2. Click on Update & security.
3. Click on Recovery.4. Under "Advanced startup," click the Restart now button.
![](http://2.bp.blogspot.com/-V8q3B40GtbI/WSJojSvIxQI/AAAAAAAAOlM/I_m26rgecKcm20iotmDcobTxGJQw4ZAKwCLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-4.jpg)
5. Click on Troubleshoot.
6. Click on Advanced options.7. Click on Command Prompt to boot into Windows PE.
![](http://1.bp.blogspot.com/-3GgDwwUh6qo/WSJojfYvG3I/AAAAAAAAOlQ/19S0Xt1DQP0QIbxjQg0N_9E8tdcBPQ2AgCLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-5.jpg)
8. Click on your account and login with your credentials (if applicable).
9. Type the following command to validate and make sure the disk meets the requirements and press Enter:
mbr2gpt /validate
![](http://2.bp.blogspot.com/-IYZf7bHvhwE/WSJoj1PXA9I/AAAAAAAAOlU/dsCuDhnh28Y_f9blRrPzOqMoZxDyyzaQgCLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-6.jpg)
If everything checks out successfully, you can continue with the next step, but it's also possible that you'll get an error, in case the disk didn't meet the requirements. For example, if the drive was already using a GPT partition style.
Quick Tip: "MBR2GPT.exe" is located inside the "System32" folder inside the "Windows" folder, and if you want to see all the available options included with this tool, you can use the mbr2gpt /? command.
![](http://1.bp.blogspot.com/-ckW--C-LkYg/WSJoj_dmAAI/AAAAAAAAOlY/2ygOScNy76kThfuVyUZ3y6u2cujpc-qYgCLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-7.jpg)
Type the following command to convert the disk from MBR to GPT and press Enter:
mbr2gpt /convert
![](http://1.bp.blogspot.com/-JwYr630zHD8/WSJokNWOrwI/AAAAAAAAOlc/nj33XyA3lRI4u2emOoHlugkRP7OhuWcCgCLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-8.jpg)
As you execute the commands, the tool will validate the disk. The partition will be reconfigured to include an EFI system partition (ESP) as needed. Then the UEFI boot files and GPT components will be installed in the new partition. The boot configuration data (BCD) will be updated, and finally, the drive letter is restored.
The tool was designed to run in the Windows PE using Command Prompt, but it's also possible to use it when Windows 10 desktop is fully loaded. This is not recommended, though, because you may encounter some problems with other applications running on the system.
In the case you want to use the tool while Windows 10 is fully loaded, you'll need to append the /allowFullOS switch after each command mentioned above. For example, you can use this command
mbr2gpt /validate /allowFullOS
to validate the disk. Otherwise, you won't be able to use the tool.![](http://1.bp.blogspot.com/-uuoifNY1dE4/WSJokSxY_DI/AAAAAAAAOlg/ICqrf8SXwLIPqB7bxaAaf5C8tclTkOoDACLcB/s1600/convert-mbr2gpt-bios-uefi-windows10-9.jpg)
MBR2GPT return codes
If the conversion was applied successfully, you should see a return code of 0. If the process fails, you'll receive a different return error code.Actually, you can get eleven different return codes 1 through 10, and code 100, each one indicating a particular problem during the conversion process.
Here's what those codes mean:
Return Code | Description |
---|---|
1 | User canceled the conversion. |
2 | Internal error. |
3 | Initialization error. |
4 | Invalid command-line parameters. |
5 | Error on the geometry and layout of the selected disk. |
6 | One or more volumes on the disk is encrypted. |
7 | Geometry and layout of the disk don't meet requirements. |
8 | Error while creating the EFI system partition. |
9 | Error installing boot files. |
10 | Error while applying GPT layout. |
100 | Successful conversion, but some boot configuration data didn't restore. |
How to change the firmware mode from BIOS to UEFI
Once you've completed the steps to switch to the GPT-style partition, it's the time to access the motherboard's firmware to change from BIOS to UEFI. Otherwise, Windows 10 won't boot.
In order to do this process, you can use tools provided by your PC manufacturer, or change the settings manually in the firmware interface.
This process typically requires hitting one of the function keys (F1, F2, F3, F10, or F12), the ESC, or Delete key as you boot your computer. However, these settings will vary by manufacturer, and even by model. So make sure to check your PC manufacturer support website for more specific details.
Then reboot your computer, and use these steps to verify that you're indeed running Windows 10 in GPT style partition:
- Use the Windows key + X to open the Power User menu and click on Disk Management.
- Right-click the disk with the Windows 10 installation and select Properties.
- Click on the Volumes tab, and under "Partition style," it should read GUID Partition Table (GPT).
- Open Start.
- Search for msinfo32 or System Information and press Enter.
![](http://4.bp.blogspot.com/-m_eD-WuBmFA/WSJoirRukeI/AAAAAAAAOlA/C14oMB8xajwxp-jjWAyMYq6DkHWREqyYQCLcB/s640/convert-mbr2gpt-bios-uefi-windows10-10.jpg)
Conclusion
It's been possible for a long time to convert an MBR disk to GPT to switch from BIOS to UEFI, but now you can make the conversion in minutes without wasting time doing a clean install of Windows 10 and backing up your data. This tool not only comes in handy for anyone who wants to make their PCs a bit more secure and faster, but it'll also benefit organizations that want to significantly reduce time and the cost to move to a more advanced firmware.