GPT 3

How to Check if the Disk is GPT or MBR Using CMD, PowerShell & Disk Management



ValiumMedia Tech

How to check if disk drive has a GPT or an MBR scheme Using, CMD, windows 10 PowerShell and Disk Management or disk properties.

This method is applicable to Solid State Drive (SSD) or Hard Disk Drive (HDD)
If you are unable to see disk information from Disk properties/ Hardware/ Volume, click on Populate button to see that.

To know if disk is GPT or MBR use the following commands:
From PowerShell:
get-disk

From Command prompt CMD:
diskpart
list disk

If diskpart list disk show no GPT or MBR, use the powershell command instead.