Nowadays, most PCs are using SSDs. Do you want to convert SSD from MBR to GPT? This post from Partition Magic shows you how to do that via commands and without losing data.

Why Do You Need to Convert SSD from MBR to GPT?

As we all know, MBR (Master Boot Record) is a partition table format, which tells you the location of the boot partition containing the boot loader software, the system partition containing the OS files, and data partitions.

However, this partition table format is out of date due to its various limitations. For example:

  • MBR disks can only use space not more than 2TB. If an MBR disk has a capacity larger than 2TB, the space beyond the 2TB boundary will be locked and become inaccessible.
  • An MBR disk can only support 4 primary partitions at most. If you want to create more partitions on the disk, you need to create 3 primary partitions plus one extended partition that can contain many logical partitions. The biggest defect of the logical partitions is that they are unable to boot the operating systems.

Therefore, many PC manufacturers have turned to GPT, a new partition table format that can avoid the defects of the MBR. Many operating system development teams also recommend it to users.

Nowadays, most PCs are using SSDs as boot drives and data drives because SSDs have become very cheap since the SSD technology development. If your SSD is using the MBR style still, you may want to convert SSD from MBR to GPT.

Tips:
Windows 11 requires GPT, which is also one reason for many users to convert SSD from MBR to GPT.
How to Safely Convert MBR System Disk to GPT | Windows 11 Upgrade
How to Safely Convert MBR System Disk to GPT | Windows 11 Upgrade

Windows 11 requires UEFI boot mode thus you have to convert MBR disk to GPT. This article directs how to convert MBR system disk to GPT for Windows 11 upgrade.

Read More

How to Check If Your SSD Is MBR or GPT

Is your SSD using MBR or GPT style? Here are 2 ways for you to check that.

Way 1. Use Disk Management

Disk Management is a tool built in Windows to help you manage disks and partitions. You can use it to check if a disk is MBR or GPT. Here is the way:

  1. Press the Windows logo key + X and then select Disk Management from the menu.
  2. On the Disk Management tool, right-click on a disk and see the Convert to GPT Disk or Convert to MBR Disk option.
  3. If you see the Convert to GPT Disk option, it means that this disk is an MBR disk. If you see the Convert to MBR Disk option, this disk is a GPT disk.
check disk type in Disk Management
Why Convert to GPT Greyed Out and How to Fix It Quickly
Why Convert to GPT Greyed Out and How to Fix It Quickly

Are you troubled by the “convert to GPT is greyed out” issue? This post analyzes the main cause of the issue and helps you convert to GPT without data loss.

Read More

Way 2. Use Commands (DiskPart)

You can also use commands to check the disk type. Here is the guide:

  1. Press the Windows logo key + R to open the Run box.
  2. Type “diskpart” into the Run box and press the Enter key to open the diskpart.exe tool.
  3. Type the “list disk” command and press Enter. It will list all disks connected to the computer and show their statuses.
  4. Check the GPT column. If there is an asterisk mark (*) behind the disk, it means that the disk is GPT style. Otherwise, the disk is MBR style.
check disk type via commands

How to Convert SSD from MBR to GPT

There are many ways to convert SSD from MBR to GPT. You can pick one way according to your condition.

Way 1. Convert SSD from MBR to GPT via Disk Management

This method will delete all partitions on the disk. Therefore, you should back up the data before using this method. In addition, this method can’t be used to convert a system disk. Here is the guide:

Step 1: Open Disk Management. Right-click on a partition and choose Delete Volume from the menu. Click Yes to confirm this operation. Then, this partition will be deleted. After that, repeat this process to delete all partitions on the disk.

delete a partition

Step 2: Now, right-click on the disk and choose Convert to GPT Disk. Then, the SSD will be converted to a GPT disk.

convert to GPT disk in Disk Management
Full Guide: Recover Lost & Logically Damaged Partition in Windows
Full Guide: Recover Lost & Logically Damaged Partition in Windows

Here are reasons for partition errors and ways to recover lost or logically damaged partitions. You can choose the best solution according to your demands.

Read More

Way 2. Convert SSD from MBR to GPT via Commands

You can also use commands to convert a disk from MBR to GPT.

#1. Use DiskPart Commands

This method is similar to Disk Management. It will delete all partitions on the disk and can’t be used to convert the system disk. To use this method, you just need to open the DiskPart tool and then execute the following commands one by one:

  • List disk
  • Select disk * (* is the SSD that you want to convert to GPT)
  • Clean
  • Convert gpt
convert gpt
Tips:
If you want to use this method to convert the system disk, you need to create a Windows installation USB. Then, boot the computer from the USB. After that, you can use the DiskPart commands to convert the system disk in WinPE.

#2. Use MBR2GPT Commands

This method can only convert the system disk from MBR to GPT. For non-system disks, it will fail. Here is the guide:

Step 1: Press the Windows logo key + S to open the Windows Search tool. In the text box, type “cmd” and the Command Prompt app will appear in the result list. Right-click the app and choose Run as administrator to open this app.

Step 2: On the Command Prompt window, type “mbr2gpt /convert /disk: 0 /allowfullOS” and press Enter. Disk 0 is usually the system disk.

Tips:
You should change the boot mode from Legacy to UEFI when you power on the computer next time. Otherwise, the computer may not boot up.
MBR2GPT
How to Fix MBR2GPT Failed Errors Easily on Windows 10
How to Fix MBR2GPT Failed Errors Easily on Windows 10

This post lists errors you will get when using MBR2GPT tool and shows you to solve these errors, so that you can convert the disk from MBR to GPT successfully.

Read More

Way 3. Convert SSD from MBR to GPT Without Losing Data

Do you want to convert SSD from MBR to GPT without losing data? If so, you can use MiniTool Partition Wizard. Regardless of whether the SSD is a system disk or a data disk, this software can help you convert SSD from MBR to GPT without data loss.

In addition, this software can also help you partition hard drives, do SSD data recovery, convert SSD from MBR to GPT when you clone Windows 10 to SSD, etc. Here is the guide on how to use this software to convert SSD from MBR to GPT without losing data.

Tips:
This tool is paid if you want to convert a system disk to GPT, but it is free if the SSD that you want to convert is a data disk.

MiniTool Partition Wizard DemoClick to Download100%Clean & Safe

Step 1: Launch MiniTool Partition Wizard. Right-click the SSD and choose the Convert MBR Disk to GPT Disk option from the context menu. A warning window will pop up. Read the information on it and click OK.

convert MBR disk to GPT disk

Step 2: Click the Apply button to start executing the operation. A note window will pop up. Click Yes to confirm the operation. Then, you just need to wait for the conversion to be completed.

click Apply

Do you want to convert SSD from MBR to GPT via commands or without losing data? Here are some ways. Just read this post to get them.Click to Tweet

Bottom Line

How to convert SSD from MBR to GPT via commands? How to convert SSD from MBR to GPT without data loss? This post offers the ways. You can try them. In addition, if you encounter problems when using MiniTool Partition Wizard, feel free to contact us via [email protected]. We will get back to you as soon as possible.

  • linkedin
  • reddit