Convert MBR to GPT partition style

Convert MBR to GPT partition style

Convert MBR to GPT partition style (offline)

To convert a drive using MBR to GPT on Windows 10, use these steps:

  1. Open Settings.
  2. Click on Update & Security.
  3. Click on Recovery.
  4. Click the Restart now button under the "Advanced startup" section.
Windows 10 advanced startup
(Image credit: Mauro Huculak)
  1. Click the Troubleshoot option.
  2. Click on Advanced options.
  3. Click the Command Prompt option.
Advanced Startup Command Prompt
(Image credit: Mauro Huculak)
  1. Select your administrator account and sign in (if applicable).
  2. Type the following command to validate the drive's requirements and press Enter: mbr2gpt /validate
  • Quick tip: The mbr2gpt.exe is located in the "System32" folder inside the "Windows" folder. If you want to see all the available options, use the mbr2gpt /? command.
mbr2gpt validate command
(Image credit: Mauro Huculak)
  1. Type the following command to convert the drive from MBR to GPT and press Entermbr2gpt /convert
mbr2gpt convert command
(Image credit: Mauro Huculak)
  • Quick note: The command output in this image indicates that the conversion has completed successfully, but there was an issue with the Windows Recovery Environment. If this happens, once you're in the desktop, run the the reagentc /disable and reagentc /enable commands from Command Prompt (admin).
  1. Click the Close button.
  2. Click the "Turn off your PC" option.

After you complete the steps, the tool will validate the drive and create an EFI system partition (ESP). The process will also insert the UEFI boot files and GPT components into the partition. The tool will update the Boot Configuration Data (BCD) and add the previous drive letter to the drive.


Credit: WindowsCentral.com