Follow
Windows

How to Check Disk Drive Partition Style in Windows 11

Richard
Written by
Richard
Jan 5, 2024 Updated May 2, 2026 2 min read
How to Check Disk Drive Partition Style in Windows 11

This guide explains how to check if your hard drive uses GPT or MBR style in Windows 11. Knowing this helps you prepare for installing new software or changing your drive settings.

What is a Disk Drive Partition Style?

A partition style defines how your drive stores data. Master Boot Record (MBR) is an older standard. It only supports drives up to 2TB and allows a maximum of four partitions. GUID Partition Table (GPT) is the modern standard. It supports much larger drives and up to 128 partitions. Windows 11 requires GPT and UEFI boot mode for features like Secure Boot.

Why Check Your Partition Style?

Why check? You need to know if your disk is compatible with modern Windows 11 requirements. What happens when you check? You gain the knowledge needed to decide if you must convert your disk to GPT to enable advanced security features or use larger storage capacities.

Method 1: Using 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
Windows 11 Storage tile in the Settings app
Windows 11 Storage disk drive properties button

%%IMG6–>

Method 2: Using 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

%%IMG8–>

Method 3: Using the Command Line

Using PowerShell

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 is MBR, you may need to convert it to GPT to use UEFI. You can use the mbr2gpt.exe tool found in C:\Windows\System32. Warning: Always back up your data before converting. While mbr2gpt can convert without data loss, errors can occur. Check your BIOS settings to see if your PC is set to Legacy BIOS or UEFI mode.

Summary

Checking your partition style ensures your PC meets Windows 11 requirements. Use Settings or Disk Management for a quick view, or DiskPart for technical details. Remember to back up your data before attempting any conversions using the mbr2gpt tool. Visit Microsoft Documentation for more advanced disk management steps.

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.

Was this guide helpful?

Tags: #Windows 11
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.

2474 articles → Twitter

📚 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

Leave a Reply

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