When you’re installing or configuring a hard drive in Windows 10, you may need to know whether it’s using the Master Boot Record (MBR) or the GUID Partition Table (GPT)
partitioning scheme. Knowing this information can be helpful in a number of situations, such as when you’re trying to boot from a drive or trying to determine the maximum capacity of a disk. In this article, we’ll show you how to check whether a drive is using MBR or GPT in Windows 10.
Method 1: Using Disk Management
Step 1: Press the Windows key + X on your keyboard and select Disk Management from the menu.
Step 2: Look for the disk you want to check in the list of drives. The disk’s partition style (MBR or GPT) is displayed to the right of the drive’s name.
Method 2: Using Command Prompt
Step 1: Press the Windows key + X on your keyboard and select Command Prompt (Admin) from the menu.
Step 2: Type diskpart and press Enter.
Step 3: Type list disk and press Enter. This will display a list of all the disks connected to your computer.
Step 4: Locate the disk you want to check and note its number.
Step 5: Type select disk [number], where [number] is the number of the disk you want to check, and press Enter.
Step 6: Type detail disk and press Enter. This will display information about the disk, including its partition style (MBR or GPT).
Method 3: Using PowerShell
Step 1: Press the Windows key + X on your keyboard and select Windows PowerShell (Admin) from the menu.
Step 2: Type Get-Disk and press Enter. This will display a list of all the disks connected to your computer.
Step 3: Locate the disk you want to check and note its number.
Step 4: Type Get-Disk -Number [number] | Select-Object PartitionStyle, where [number] is the number of the disk you want to check, and press Enter.
Step 5: The output will show whether the disk is using MBR or GPT.
In conclusion, checking whether a disk is using MBR or GPT in Windows 10 is a simple process that can be done using Disk Management, Command Prompt, or PowerShell.
Knowing this information can be useful in a variety of scenarios, such as when you’re trying to boot from a drive or when you’re trying to partition a disk. By following the steps outlined in this article, you can easily determine the partition style of any disk connected to your computer.