Skip to content
Follow
Windows

How to Check Disk Drive Partition Style in Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Jul 13, 2026 4 min read
How to Check Disk Drive Partition Style in Windows 11
How to Check Disk Drive Partition Style in Windows 11

Disk drive partition style in Windows 11 determines how your hard drive organizes its storage space, using either MBR (Master Boot Record) or GPT (GUID Partition Table).

Knowing your disk’s partition style, like GPT or MBR, helps when you want to install a new operating system or manage your disk sections. This organization method is crucial for your computer’s storage.

  • Install a new operating system.
  • Create or change partitions (sections) on your hard drive.
  • Use backup or recovery software that needs a specific style.

Let’s learn 3 ways to check your disk’s partition style on Windows 11.

⚡ Quick Answer

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

Checking your disk drive partition style in Windows 11 is simple using the Settings app. This tool quickly shows whether your drive uses the older MBR format or the newer GPT format, clarifying how your storage is arranged.

  1. Open Settings. Click the Start menu and select Settings. Or press Windows key + I on your keyboard.
  2. In Settings, click System on the left side.
  3. Click Storage on the right side.
  4. Scroll down and click Advanced storage settings. Then select Disks & volumes.
  5. Find the disk you want to check. Click the arrow to expand it.
  6. Click the Properties button.
  7. Look near the bottom of the properties window. You will see Partition style. It will say either GPT or MBR.
Windows 11 System button in Settings
Windows 11 System button in Settings

Windows 11 Storage tile in the Settings app
Windows 11 Storage settings tile in the Settings app

Windows 11 Storage disk drive properties button
Windows 11 Storage disk drive properties button

Windows 11 Storage disk drive partition style details
Windows 11 Storage disk drive partition style details

2Check Partition Style Using Disk Management

Disk Management is a handy Windows tool that clearly shows your disk drive partition style in Windows 11. It lets you see if a specific disk is using MBR or GPT, giving you a detailed view of your storage setup without needing complicated commands.

  1. Press Windows key + R. Type diskmgmt.msc and press Enter. This opens Disk Management.
  2. Right-click on the disk you want to check. It might say Disk 0 or Disk 1. Choose Properties.
  3. Click the Volumes tab.
  4. Look for the Partition style information. It will say GUID Partition Table (GPT) or Master Boot Record (MBR).
Windows disk properties using Disk Management
Windows disk properties using Disk Management

Partition style details in Disk Management
Partition style details in Disk Management

3Check Partition Style Using Command Line (PowerShell or Command Prompt)

If you prefer using commands, follow these steps:

Using PowerShell (in Windows Terminal)

  1. Click the PowerShell tab.
  2. Type the command below and press Enter:

Windows 11’s PowerShell, accessible within Windows Terminal, allows you to check your disk drive partition style. After running a simple command, the Partition Style column will clearly show if each disk is formatted with GPT (GUID Partition Table) or MBR (Master Boot Record).

Disk info using PowerShell
Disk info using PowerShell

Using Command Prompt

  1. ⚠️ Admin Required: Run Windows Terminal as an administrator. Open the Command Prompt tab.
  2. Type diskpart and press Enter.
  3. Then type list disk and press Enter.
  4. 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.
Checking your disk drive partition style in Windows 11 using Command Prompt requires running it as an administrator. After typing a couple of simple commands, you can clearly see if your disk uses GPT by looking 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.

Your Windows 11 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 by using Command Prompt or PowerShell, helping ensure your computer is 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 is best for legacy systems with small disks and limited partition needs; GPT offers more partitions, supports larger drives, and provides better 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Check Disk Drive Partition Style in Windows 11
Windows How to Check Disk Drive Partition Style in Windows 11
How to Set Up a New Hard Drive in Windows 11
Windows How to Set Up a New Hard Drive in Windows 11
How to Convert Disk to MBR or GPT in Windows 11
Windows How to Convert Disk to MBR or GPT in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *