Windows

How to Check Disk Drive Partition Style in Windows 11

Richard
Written by
Richard
Jan 5, 2024 Updated Apr 5, 2026 4 min read
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.

  1. Open the Settings app. Click the Start menu and select Settings. Or press Windows key + I on your keyboard.
  2. Click the System button on the left side.
System button in Windows 11 Settings to check partition style

  1. Select the Storage option on the right to expand it.
Windows 11 Storage tile in the Settings app

  1. Select Advanced storage settings and expand it.
  2. Click the Disks & volumes option to expand it.
  3. Find the disk drive you want to check. Click the Properties button next to it.
Windows 11 Storage disk drive properties button

  1. Look at the bottom of the properties pane. You will see the Partition Style listed there.
Windows 11 Storage disk drive partition style details

Method 2: Using Disk Management

Another way to find your partition style is to use the Windows Disk Management tool.

  1. Open the Disk Management app. Type diskmgmt.msc in the search box to find it quickly.
  2. Right-click the drive you want to check. Click Properties.
Windows disk properties using disk management

  1. Look under the Volumes section. You will see the partition style of your disk drive listed there.
Windows 11 disk properties showing GPT or MBR partition style

Method 3: Using the Command Line

If you prefer using the command line, you can check your partition style this way.

Using PowerShell

  1. Open the PowerShell app.
  2. Run the following command:
PowerShell
Get-Disk
Windows disk properties using powershell

Using Command Prompt ⚠️ Requires Admin Privileges

  1. Open the Command Prompt app as administrator.
  2. Run the following command:
💻Code
diskpart
  1. Then run this command:
💻Code
list disk

You 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?

MBR (Master Boot Record) is an older partition style that supports up to four primary or three primary and one extended partition, while GPT (GUID Partition Table) is a newer standard that supports up to 128 partitions. GPT is generally recommended for modern systems as it offers better compatibility with newer hardware and larger disk capacities.

How do I check my partition style in Windows 11 Settings?

Open Windows Settings (Windows key + I), click System, select Storage, expand Advanced storage settings, click Disks & volumes, select your disk drive, and click Properties. Your partition style will be displayed at the bottom of the properties pane.

Can I change my partition style from MBR to GPT in Windows 11?

Yes, but it requires converting your disk, which typically involves backing up your data, using a conversion tool or clean installation, and reformatting the drive. For most users, using Disk Management or third-party tools like MiniTool Partition Wizard can facilitate this conversion, though professional assistance may be recommended.

Why do I need to know my disk partition style?

Knowing your partition style is important when installing a new operating system, creating additional partitions, troubleshooting compatibility issues, or using backup and recovery software that may require a specific partition format. It helps ensure your desired changes are compatible with your current disk configuration.

How do I check partition style using Command Prompt in Windows 11?

Open Windows Terminal as administrator, select the Command Prompt tab, run the command 'diskpart', then type 'list disk' to view all disks and their partition styles. The partition style will be displayed in the output, showing either MBR or GPT for each disk.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2458 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

Leave a Reply

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