How to check MBR or GPT in Windows 11

Disk partition styles play an important role in how Windows stores data and boots a system. When installing Windows, upgrading hardware, troubleshooting startup issues, or preparing a drive for migration, it's often necessary to know whether a disk uses Master Boot Record (MBR) or GUID Partition Table (GPT). Windows 11 primarily supports GPT-based systems, but many devices still contain drives formatted with MBR. Understanding which partition style your disk uses can help ensure compatibility with modern hardware and operating system features.

What are MBR and GPT?

MBR and GPT are two different partitioning schemes used to organize data on storage devices.

MBR (Master Boot Record)

MBR is the older partitioning standard.

It offers:

  • Compatibility with legacy BIOS systems
  • Support for drives up to 2 TB
  • A maximum of four primary partitions

Although still supported, MBR is increasingly being replaced by GPT.

GPT (GUID Partition Table)

GPT is the modern partitioning standard and is designed to work with UEFI firmware.

Benefits include:

  • Support for larger drives
  • More partition flexibility
  • Improved reliability
  • Redundant partition information
  • Better compatibility with Windows 11

Most modern Windows installations use GPT.

Why check your partition style?

Knowing whether a disk uses MBR or GPT can help when:

  • Installing Windows 11
  • Upgrading hardware
  • Troubleshooting boot issues
  • Migrating drives
  • Configuring dual-boot systems
  • Converting between BIOS and UEFI

Many modern features require GPT and UEFI rather than MBR and legacy BIOS.

Method 1: Check using Disk Management

Disk Management provides the easiest way to identify a disk's partition style.

Steps

  1. Right-click the Start button.
  2. Select Disk Management.
  3. Locate the disk you want to inspect.
  4. Right-click the disk label (for example, Disk 0).
  5. Select Properties.
  6. Open the Volumes tab.

Look for: Partition style

Windows will display either:

  • Master Boot Record (MBR)
  • GUID Partition Table (GPT)

This is the quickest method for most users.

Method 2: Check using Command Prompt

Windows also allows you to verify partition styles through DiskPart.

Steps

  1. Open Command Prompt as Administrator.
  2. Type: diskpart
  1. Press Enter.
  2. Run: list disk

The results will display all connected drives.

If a disk has an asterisk (*) in the GPT column, it uses GPT.

If the GPT column is blank, the disk uses MBR.

This method is useful for administrators managing multiple drives.

Method 3: Check using Windows PowerShell

PowerShell can also display partition information.

Steps

  1. Open PowerShell as Administrator.
  2. Run: Get-Disk
  1. Review the output.

The Partition Style column will indicate whether each disk uses:

  • GPT
  • MBR

This approach is commonly used in administrative and scripting environments.

Does Windows 11 require GPT?

For new installations, Windows 11 generally requires:

  • UEFI firmware
  • GPT partitioning

Systems using legacy BIOS and MBR may need conversion before upgrading or performing a clean installation. However, secondary storage drives can still use MBR in many situations.

Can you convert MBR to GPT?

Yes. Windows includes tools that can convert eligible disks from MBR to GPT.

The most commonly used tool is:

mbr2gpt

Before making changes:

  • Back up important data
  • Verify hardware compatibility
  • Confirm UEFI support
  • Review organizational policies

Partition conversion affects how a system boots and should be performed carefully.

Feature
MBR
GPT

Maximum disk size

2 TB

Larger than 2 TB

Primary partitions

4

Many more

UEFI support

Limited

Native

Reliability

Lower

Higher

Windows 11 compatibility

Limited

Recommended

GPT provides greater flexibility and better support for current hardware platforms.

Best practices for disk management

When managing storage in Windows 11:

  • Use GPT for new installations whenever possible
  • Maintain regular backups
  • Verify partition styles before migrations
  • Document storage configurations
  • Confirm firmware compatibility before making changes
  • Test conversions in controlled environments

These practices help reduce the risk of data loss and configuration issues.