3 Ways to Check Partition Style in Windows 10: MBR or GPT

Partitioning your disk drive(s) may not be as simple as you think it is. It is important to know what style you are going to adopt. There are currently only 2 styles:…

How to check partition style in Windows 10 MBR or GPT

Partitioning your disk drive(s) may not be as simple as you think it is. It is important to know what style you are going to adopt. There are currently only 2 styles: Master Boot Record (MBR) and GUID Partition Table (GPT).

If you are not aware of the terms, you can read about what these are and which partitions style is better in our blog post.

The topic we are going to be discussing here is how you can identify which partition style your system is using on a Windows 10 platform.

How to check partition style in Windows 10

Check GPT or MBR partition style using Disk Management console

To confirm which partition style your device is using, the most reliable method is through the Disk Management console.

To open the Disk Management console, type in diskmgmt.msc in Run. Then right-click on the disk you want to check and then click Properties from the context menu.

diskmgmt properties

In the Properties window, switch to the Volume tab. There, you can see the partition style in the Disk information section.

diskmgmt gpt

Check GPT or MBR partition style using the command line

Another quick way to check the system’s partition style is through the Command Prompt. Launch the diskpart utility by typing in diskpart in Run. Then, type in list disk in the command line and hit Enter.

diskpart

In the example above, the partition style was MBR. If it were to be GPT, then the “Gpt” column in the command line would have an asterisk (*) under it. Since it does not, it indicates that the partition style is in fact MBR.

Check GPT and MBR partition styles using PowerShell

Windows PowerShell is another excellent tool to get precise details on the partition styling of your disk drives. In fact, if you have more than one disk drive, we recommend that you use this method as it states the partition style directly for all disks in one place.

To check your system’s partition style, launch PowerShell by typing in powershell in Run. Then, type in Get-Disk in the command line.

ps 3

Windows PowerShell will then display the partition style in a dedicated column, as in the image above.

If you are having trouble with your disk drives, it would be helpful to know which partition style, as each of these has its own limitations. To learn more about the differences between GPT and MBR, read our detailed post.

Latest posts
Microsoft Fixes Media Creation Tool Downloads Windows 11 23H2
Microsoft Fixes Media Creation Tool – Downloads Windows 11 23H2

Download Windows 11 23H2 in a smaller ISO package with fixed Media Creation Tool.

View post
Critical process died windows 11
How To Fix Critical Process Died BSoD Error On Windows 11, 10

Critical Process Died is always encountered as a BSoD. Prevent system crashes with these solutions.

View post
Patch Tuesday Windows 10
Windows 10 KB5032189 Fixes Touchscreen, Update Installation Issues

Protect your Windows 10 devices with KB5032189 that addresses zero-day vulnerabilities that are actively being exploited.

View post

Leave the first comment