How to Check If a Disk Drive is GPT or MBR on Windows 10 – Guide

Your computer may use a GPT (GUID Partition Table) or MBR (Master Boot Record) partition. However, many people don’t know what type of partition their computer uses. Therefore, in this article we will show you how to check if a hard drive uses a GPT or MBR partition in Windows 11 or Windows 10. Currently, newer versions of Windows and other operating systems may use GPT (GUID Partition Table) or MBR for their partition strategies.

Windows 10 uses the standard BIOS partition table, while GPT uses a Unified Extensible Firmware Interface (UEFI). From recent research, we know that GPT has replaced MBR for putting tables on a physical hard drive. GPT is more advanced and is used to boot Windows systems in UEFI mode. MBT, on the other hand, also helps to boot older Windows systems in BIOS mode. If your hard drive in Windows 10 is MBR or GPT, we have developed several methods that you can use to determine if your hard drive is MBR or GPT:

How to Check if a disk drive is GPT or MBR in Windows 10

To check if the disk is MBR or GPT in Disk Management

To view the status of your hard drive, open Disk Management by pressing Win+R keys, typing diskmgmt.msc, and clicking/tapping OK. ..

In the Properties window, under the Details tab, click/tap on the Size column. In the Size column, double-click/tap on the value in MB to view its contents. ..

If the partition style is GPT, the disk is formatted using the GUID Partition Table. If the partition style is MBR, the disk is formatted using the Master Boot Record. ..

When finished, you can close the Properties window and Disk Management if you wish.

To check if the disk is MBR or GPT in Device Manager

Open the disk drive and double-click/tap the disk you want to check.

Click/tap the Fill tab button to add a new volume to your library.

To see the partition style for a disk, look in the disk information. If the disk is formatted with a GUID Partition Table (GPT), then the partition style will be GPT. If the disk is formatted with a Master Boot Record (MBR), then the partition style will be MBR. ..

When finished, you can close the Properties window and Device Manager if you want. ..

To check if the disk is MBR or GPT in command prompt

Open the elevated command prompt and type “netstat -an” to see active network connections.

diskpart -l diskpart -a diskpart -s diskutil list

If a disk # has an asterisk in its GPT column, it is likely that it is a boot disk.

If a disk # has an * in its GPT column, the disk is not GPT.

If a disk # does not have an * in its GPT column, the disk is not a MBR disk.

To check if the disk is MBR or GPT in PowerShell

Open PowerShell on Windows 10 or an elevated PowerShell on Windows 8 by typing “open PowerShell” in the Start screen’s search bar and then clicking on the link.

Get-Disk -Path C:\Users\username\AppData\Roaming The Get-Disk cmdlet retrieves all disks on the computer.

If the disk number or friendly name has GPT or MBR in its partition style column, then the disk is a GPT or MBR disk. ..

Final note

If you’re looking to check if a disk drive is GPT or MBR on Windows 10, this guide will help. If you have any questions about this article, please don’t hesitate to ask us. Additionally, please share your love by sharing this guide with your friends.