How to Check Disk Drive Partition Style in Windows 11
This article explains how to check if your hard drive uses GPT or MBR partition style in Windows 11.
What is a Disk Drive Partition Style?
In Windows, a disk drive partition style refers to how your hard drive is organized. There are two main partition styles:
- Master Boot Record (MBR) — supports up to four primary partitions or three primary and one extended partition
- GUID Partition Table (GPT) — supports up to 128 partitions
Why Check Your Partition Style?
Knowing your disk drive partition style is useful for several reasons. You might need this information if you want to install a new operating system or create additional partitions on your hard drive. Some backup and recovery software also requires a specific partition style to work properly. Therefore, it’s important to identify your disk drive partition style before making any changes.
Method 1: Using the Windows Settings App
Here’s how to check your partition style using the Settings app.
- Open the
Settingsapp. Click theStartmenu and selectSettings. Or pressWindows key + Ion your keyboard. - Click the
Systembutton on the left side.

- Select the
Storageoption on the right to expand it.

- Select
Advanced storage settingsand expand it. - Click the
Disks & volumesoption to expand it. - Find the disk drive you want to check. Click the
Propertiesbutton next to it.

- Look at the bottom of the properties pane. You will see the
Partition Stylelisted there.

Method 2: Using Disk Management
Another way to find your partition style is to use the Windows Disk Management tool.
- Open the
Disk Managementapp. Typediskmgmt.mscin the search box to find it quickly. - Right-click the drive you want to check. Click
Properties.

- Look under the
Volumessection. You will see the partition style of your disk drive listed there.

Method 3: Using the Command Line
If you prefer using the command line, you can check your partition style this way.
Using PowerShell
- Open the
PowerShellapp. - Run the following command:
Get-Disk
Using Command Prompt ⚠️ Requires Admin Privileges
- Open the
Command Promptapp as administrator. - Run the following command:
diskpart- Then run this command:
list diskYou will see your partition style information displayed in the results.
Summary
Checking your disk drive partition style in Windows 11 is simple and straightforward. You have three main methods to choose from. The Settings app method is the easiest for most users. The Disk Management tool works well if you need more detailed disk information. The command line method is useful if you prefer working with text commands. Once you know whether your disk uses MBR or GPT, you can make informed decisions about installing new operating systems, creating partitions, or using specialized software. All three methods will give you the same information — just pick the one that feels most comfortable for you.
What is the difference between GPT and MBR partition styles?
How do I check my partition style in Windows 11 Settings?
Can I change my partition style from MBR to GPT in Windows 11?
Why do I need to know my disk partition style?
How do I check partition style using Command Prompt in Windows 11?
Was this guide helpful?
Leave a Reply Cancel reply