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 hard drives and control how your PC starts up. Because Windows 11 requires a GPT drive paired with UEFI firmware to boot properly, checking your current drive layout takes just a few steps.
You can find your partition style in seconds using built-in tools like Disk Management or a quick command prompt check.
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?
Checking the partition format reveals if a drive meets modern Windows 11 requirements. Switching an older MBR layout to GPT lets you use drives larger than two terabytes and unlock advanced security features.
Method 1Using the Windows Settings App
- Open
Settingsby pressingWindows key + I. - Click
Systemon the left. - Select
Storage. - Expand
Advanced storage settings. - Click
Disks & volumes. - Select your drive and click
Properties. - View the
Partition Styleat the bottom.



%%IMG6–>
Method 2Using Disk Management
- Right-click the
Startbutton and selectDisk Management. - Locate your disk (e.g., Disk 0) in the lower pane.
- Right-click the disk label and select
Properties. - Click the
Volumestab to see thePartition style.

%%IMG8–>
Method 3Using the Command Line
Using PowerShell
Method 3: Using the Command Line. PowerShell provides a quick command-line view. The following command shows your disk details:
Get-Disk
Using Command Prompt ⚠️ Requires Admin Privileges
- Search for
cmd, right-click it, and selectRun as administrator. - Type
diskpartand press Enter. - Type
list diskand press Enter.
diskpart
Conversion Pathways and Troubleshooting
Older drives running the MBR format require a conversion to GPT before accepting Windows 11. Built-in utilities handle this transition without formatting.
Summary
You can check disk partition style in Windows 11 using built-in tools like Disk Management, the Settings app, or the command line. Finding out whether your drive uses GPT or MBR helps you prepare for major system upgrades, install new operating systems, or fix boot errors on your computer.
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?
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!