How to Check Disk Drive Partition Style in Windows 11
GPT (GUID Partition Table) and MBR (Master Boot Record) are the two partition styles Windows 11 uses to organize data on your hard drive. Knowing your disk partition style helps you set up a new operating system, upgrade your hardware, or fix boot problems.
Checking your partition style takes just a few clicks using built-in Windows tools like Disk Management or the Command Prompt. You can also see your partition type by opening the Disk Properties window in File Explorer .
- Install a new operating system.
- Create or change partitions (sections) on your hard drive.
- Use backup or recovery software that needs a specific style.
Three distinct methods reveal your disk’s partition style on Windows 11.
You can check your disk drive partition style in Windows 11 through Settings System Storage Advanced storage settings Disks & volumes. Alternatively, use Disk Management or the command line (PowerShell or Command Prompt) with specific commands to view the partition style for each disk.
1Check Partition Style Using Windows Settings
The Settings app offers the quickest way to check your drive format without digging through admin tools. This utility shows whether your drive uses the older MBR format or the newer GPT format, clarifying storage arrangements.
- Open Settings . Click the Start menu and select Settings. Or press Win+I on your keyboard.
- In Settings, click System on the left side.
- Click Storage on the right side.
- Scroll down and click Advanced storage settings. Then select Disks & volumes.
- Find the disk you want to check. Click the arrow to expand it.
- Click the Properties button.
- Look near the bottom of the properties window. You will see Partition style. It will say either GPT or MBR.




2Check Partition Style Using Disk Management
Disk Management provides a visual layout of storage devices connected to the PC. Press Windows key + R, type diskmgmt.msc, and hit Enter to open Disk Management.
- Press Windows key + R. Type
diskmgmt.mscand press Enter. This opens Disk Management. - Right-click on the disk you want to check. It might say Disk 0 or Disk 1. Choose Properties.
- Click the Volumes tab.
- Look for the Partition style information. It will say GUID Partition Table (GPT) or Master Boot Record (MBR).


3Check Partition Style Using Command Line (PowerShell or Command Prompt)
Command-line utilities provide alternative routes for checking drive properties.
Using PowerShell (in Windows Terminal)
- Open Windows Terminal.
- Click the PowerShell tab.
- Type the command below and press Enter:
PowerShell, accessible within Windows Terminal, allows administrators to inspect partition styles. Running Get-Disk populates a Partition Style column that reveals whether disks use GPT (GUID Partition Table) or MBR (Master Boot Record).

Using Command Prompt
- ⚠️ Admin Required: Run Windows Terminal as an administrator. Open the Command Prompt tab.
- Type
diskpartand press Enter. - Then type
list diskand press Enter. - Look at the right side of the list. If a disk has an asterisk (*) under the GPT column, it means the disk uses GPT. If it's empty, the disk uses MBR.
Command Prompt requires administrator privileges for partition checks. Type diskpart and press Enter, followed by list disk to see all connected drives, then look for an asterisk (*) under the Gpt column.Summary
- Your hard drive uses either the MBR or GPT style to organize data.
- You can check which one your disk uses from Windows Settings, Disk Management, or the command line.
- Knowing this helps you make sure your computer is ready for software installations and changes.
- These simple steps let you find your disk's partition style quickly and safely.
Every hard drive uses either MBR or GPT to manage stored files. Windows Settings, Disk Management, and the command line all provide a quick look at which format is active, ensuring systems remain ready for software installations and configuration changes.
How to check disk partition style in 🪟 Windows 11?
Once Disk Management opens, right-click on the disk you want to check (on the left side where it says “Disk 0” or similar). Select “Properties.” Click on the “Volumes” tab. Look for “Partition style” – it will clearly show either “Master Boot Record (MBR)” or “GUID Partition Table (GPT).”
Do I use MBR or GPT partition style?
MBR suits legacy systems with small disks and limited partition needs, whereas GPT offers more partitions, supports larger drives, and provides robust data protection.
How to check the type of partition?
Disk Management method: open disk properties > Volumes tab > read Partition style (MBR or GPT). Command-line checks: DiskPart uses Gpt asterisk; PowerShell Get-Disk exposes PartitionStyle for automation. Common risks: wrong partition style blocks OS installs, Windows 11 UEFI boot, Secure Boot, or full disk capacity.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!