Converting using the Windows interface
- Back up or move the data on the basic MBR disk you want to convert into a GPT disk.
- If the disk contains any partitions or volumes, right-click each and then click Delete Partition or Delete Volume.
- Right-click the MBR disk that you want to change into a GPT disk, and then click Convert to GPT Disk.
Converting using a command line
Use the following steps to convert an empty MBR disk to a GPT disk. There’s also a MBR2GPT.EXE tool that you can use, but it’s a little complicated – see Convert MBR partition to GPT for more details.
- Back up or move the data on the basic MBR disk you want to convert into a GPT disk.
- Open an elevated command prompt by right-clicking Command Prompt and then choosing Run as Administrator.
- Type diskpart. If the disk does not contain any partitions or volumes, skip to step 6.
- At the DISKPART prompt, type list disk. Note the disk number you want to convert.
- At the DISKPART prompt, type select disk <disknumber>.
- At the DISKPART prompt, type clean.
Note
Running the clean command will delete all partitions or volumes on the disk.
- At the DISKPART prompt, type convert gpt.