Skip to content
Follow
Windows

How to Check Disk Drive Partition Style in Windows 11

Richard
Written by
Richard
Jan 5, 2024 Updated Jun 19, 2026 2 min read
How to Enable or Disable Closing Warnings in Windows Terminal
How to Enable or Disable Closing Warnings in Windows Terminal

You check your disk drive partition style in Windows 11 to determine if it uses GPT (GUID Partition Table) or MBR (Master Boot Record).

The partition style dictates how Windows accesses your disk’s partition and boot information. For optimal performance on modern hardware, Windows 11 generally requires GPT on systems with UEFI firmware.

Understanding your disk’s partition style is important. For instance, you must confirm your drive is GPT before installing Windows 11, as the OS mandates GPT for UEFI booting.

⚡ Quick Answer

Right-click the Start button, select Disk Management, right-click your disk in the lower pane, and choose Properties. The partition style (GPT or MBR) is shown on the Volumes tab. Alternatively, open Settings, go to System > Storage > Advanced storage settings > Disks & volumes, select your drive, and view its properties.

What is a Disk Drive Partition Style?

A disk drive partition style tells Windows how your hard drive organizes its information, like MBR or GPT.

Why Check Your Partition Style?

Why check? You need to know if your disk is compatible with modern Windows 11 requirements. When you check, you’ll know if you need to convert your disk to GPT to use advanced security features or support larger storage.

Method 1Using the Windows Settings App

  1. Open Settings by pressing Windows key + I.
  2. Click System on the left.
  3. Select Storage.
  4. Expand Advanced storage settings.
  5. Click Disks & volumes.
  6. Select your drive and click Properties.
  7. View the Partition Style at the bottom.
System button in Windows 11 Settings to check partition style
System button in Windows 11 Settings to check partition style
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

%%IMG6–>

Method 2Using Disk Management

  1. Right-click the Start button and select Disk Management.
  2. Locate your disk (e.g., Disk 0) in the lower pane.
  3. Right-click the disk label and select Properties.
  4. Click the Volumes tab to see the Partition style.
Windows disk properties using disk management
Windows disk properties using disk management

%%IMG8–>

Method 3Using the Command Line

Using PowerShell

Method 3: Using the Command Line. For a quick command-line view, you can use PowerShell. You can run this command to see your disk details:

PowerShell
Get-Disk

Using Command Prompt ⚠️ Requires Admin Privileges

  1. Search for cmd, right-click it, and select Run as administrator.
  2. Type diskpart and press Enter.
  3. Type list disk and press Enter.
💻Code
diskpart

Conversion Pathways and Troubleshooting

If your disk uses the older MBR style, you might need to convert it to GPT, especially for Windows 11, and the mbr2gpt.exe tool can help.

Summary

You can check your disk drive partition style in Windows 11 using a few simple methods like Settings, Disk Management, or the DiskPart tool.

Can I convert MBR to GPT without losing data?

Yes, you can use the built-in mbr2gpt.exe tool in Windows 11 to convert your system drive without losing data. However, you must always perform a full backup of your files first. If you are converting a non-system drive, you may need to reformat it, which will erase all data.

How to check if HDD is SATA or SSD?

To check if your hard drive is a SATA HDD or an SSD, you can look at the label on the drive itself when you physically remove it from your computer.

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 Set Up a New Hard Drive in Windows 11
Windows How to Set Up a New Hard Drive in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Install TeamViewer via Command Line on Ubuntu
Ubuntu Linux How to Install TeamViewer via Command Line on Ubuntu

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

Leave a Comment

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