Convert a disk to GPT or MBR partition scheme

Master Boot Record (MBR) disks use the legacy BIOS partitioning scheme (also known as partition style) and supports up to four primary partitions per disk. MBR is limited to disks of 2 TB or smaller and isn't recommended for larger drives. GUID Partition Table (GPT) disks use the modern Unified Extensible Firmware Interface (UEFI), supports more than four partitions, and can manage disks larger than 2 TB.

You can convert a disk's partition style only if it doesn't contain any partitions or volumes. Make sure to delete all existing partitions or volumes before attempting to change the disk's format.

Important

  • Before you convert a disk, back up any data on the disk, and close any programs that access the disk.
  • You must be a member of the Administrators group (or have equivalent privileges) to convert a disk.

Convert a disk

You can convert your disk using either the Disk Management tool or the command line. Follow these steps for your method of choice.

Before you convert partition styles, back up or move the data off the disk.

  1. Select Start, type diskmgmt.msc, then select Enter.

  2. Right-click on the volume pertaining to your GPT disk.

  3. Select Delete Volume, then select Yes. Repeat this step for all volumes on the GPT disk.

  4. Right-click on the GPT disk, then select Convert to MBR Disk.

  5. To verify the conversion process, right-click on your disk, select Properties, select the Volumes tab, and check the partition style information.

See also