Skip to content
Follow
Windows

How to Check Disk Drive Partition Style in Windows 11

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

Disk drive partition style in Windows 11 tells you if your disk uses GPT (GUID Partition Table) or MBR (Master Boot Record).

This style is how Windows finds the information needed to start your computer and access your drive’s sections. Windows 11 often needs GPT for newer computers that use UEFI firmware.

Knowing your disk’s partition style is helpful. For example, you need to make sure your drive is GPT before installing Windows 11, as the operating system requires it 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, like Master Boot Record (MBR) or GUID Partition Table (GPT), determines how Windows organizes information on your hard drive. Understanding this style helps you determine if your drive is compatible with newer Windows features or older systems.

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, use PowerShell. The following command shows 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

⚠️Warning
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

Checking your disk drive partition style in Windows 11 can be done using methods like the Settings app, Disk Management tool, or the DiskPart command-line program. Knowing your disk partition style, like MBR or GPT, can be helpful for certain Windows features and installations. This guide shows you how to find this information quickly.

Can I convert MBR to GPT without losing data?

The `mbr2gpt.exe` tool in Windows 11 converts your system drive without data loss. Always perform a full backup of your files first. Converting a non-system drive may require reformatting, which erases all data on that drive.

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 Convert Disk to MBR or GPT in Windows 11
Windows How to Convert Disk to MBR or GPT in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11

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

Leave a Comment

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