How to mbr2gpt
Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.
Last updated: April 4, 2026
Key Facts
- MBR2GPT is a native Windows tool, available since Windows 10 version 1703 (Creators Update).
- It converts disks from MBR to GPT partitioning without requiring data backup or reinstallation of Windows.
- GPT is required for UEFI firmware, which offers benefits like faster boot times and support for larger drives (>2TB).
- The tool can be run from within Windows or from the Windows Recovery Environment (WinRE).
- It requires the disk to have no more than 3 primary partitions (for MBR) to successfully convert.
What is MBR2GPT?
MBR2GPT is a command-line utility included in Windows 10 (version 1703 and later) designed to convert a disk's partition style from Master Boot Record (MBR) to GUID Partition Table (GPT). This conversion process is non-destructive, meaning it can be performed without deleting any data on the disk, including the operating system itself. This is a significant advantage over traditional methods that often required erasing the disk and reinstalling the operating system.
Why Convert from MBR to GPT?
The primary reason for converting from MBR to GPT is to leverage the benefits of Unified Extensible Firmware Interface (UEFI) boot mode. UEFI is the modern successor to the legacy BIOS firmware. GPT offers several advantages over MBR:
- UEFI Boot Support: GPT is the standard partitioning scheme for UEFI firmware. Many modern motherboards and systems have transitioned to UEFI, and some may even require it for booting.
- Larger Drive Support: MBR has a limitation of supporting drives up to 2TB. GPT, on the other hand, can support much larger drives, theoretically up to 9.4 Zettabytes (ZB), which is essential for modern storage needs.
- More Partitions: MBR typically limits the number of primary partitions to four. GPT supports up to 128 partitions by default in Windows, offering greater flexibility.
- Improved Reliability and Data Integrity: GPT stores partition table information in multiple locations on the disk and includes CRC (Cyclic Redundancy Check) calculations to detect corruption, making it more robust than MBR.
- Faster Boot Times: UEFI systems booting from GPT disks can often boot faster compared to BIOS systems booting from MBR disks.
How Does MBR2GPT Work?
The MBR2GPT tool analyzes the disk to ensure it meets the requirements for conversion. If the disk has more than three primary partitions, or if it has an extended partition with logical drives, the conversion will fail. The tool then reconfigures the partition table from MBR to GPT format. It also adds a Microsoft Reserved Partition (MSR) if one is not already present, which is required for GPT disks. Crucially, it does not modify the actual data partitions, ensuring that your files and operating system remain intact.
When Can You Use MBR2GPT?
MBR2GPT is designed to be used in specific scenarios:
- Converting the Boot Drive: The most common use case is converting the disk containing your Windows installation.
- Preparing for UEFI Boot: If you want to switch your system from legacy BIOS mode to UEFI boot mode.
- Before Installing Windows 11: Windows 11 officially requires UEFI and Secure Boot, making GPT conversion a necessary step for many older systems.
- When Upgrading Hardware: If you are installing a new motherboard that uses UEFI.
Prerequisites and Requirements:
Before running the MBR2GPT command, ensure the following:
- Windows Version: You must be running Windows 10 version 1703 (Creators Update) or a later version.
- Disk Type: The disk must be a basic disk (not a dynamic disk) and contain an MBR partition style.
- Partition Limit: The disk must have no more than 3 primary partitions. If you have an extended partition with logical drives, you will need to convert those logical drives into primary partitions first, or delete them if they are not needed.
- Sufficient Free Space: While the tool doesn't delete data, it does need a small amount of unallocated space to create the EFI System Partition (ESP) if one doesn't exist.
- System Firmware: The system must support UEFI firmware. While you can convert the disk, you'll need to enable UEFI boot mode in your BIOS/UEFI settings after the conversion to boot from the GPT disk.
How to Use MBR2GPT:
There are two primary ways to run MBR2GPT:
1. From within Windows:
Open Command Prompt or PowerShell as an administrator and type the following command:
mbr2gpt /convert /allowFullOSThe /allowFullOS switch is necessary when running the command from within the running Windows operating system. If this switch is omitted, the tool will only run in the Windows Recovery Environment.
2. From the Windows Recovery Environment (WinRE):
This is often considered the safer method, as the operating system is not running, reducing the risk of interference. To access WinRE:
- From Settings: Go to Settings > Update & Security > Recovery > Advanced startup > Restart now. After restarting, navigate to Troubleshoot > Advanced options > Command Prompt.
- From Installation Media: Boot from your Windows installation USB/DVD and select "Repair your computer" instead of "Install now." Then navigate to Troubleshoot > Advanced options > Command Prompt.
Once in the Command Prompt (within WinRE), type the following command:
mbr2gpt /convert /disk:0 /validateThis command first validates the disk. If it passes, you can then run the conversion command:
mbr2gpt /convert /disk:0Replace /disk:0 with the actual disk number you want to convert if it's not the primary boot disk (use diskpart to identify disk numbers).
Important Considerations After Conversion:
- Change Firmware Settings: After a successful conversion, you MUST change your system's firmware settings from Legacy BIOS/CSM (Compatibility Support Module) mode to UEFI mode. Failure to do so will prevent your computer from booting.
- Secure Boot: If your system supports Secure Boot and you intend to use it (especially for Windows 11), ensure it is enabled in the UEFI settings after conversion.
- Backup: While MBR2GPT is designed to be non-destructive, it's always prudent to back up critical data before performing any disk partitioning operations.
- Dynamic Disks: MBR2GPT does not support dynamic disks. You must convert dynamic disks back to basic disks before using MBR2GPT.
By following these steps and understanding the requirements, you can successfully use MBR2GPT to convert your MBR disk to GPT, enabling modern UEFI features for your Windows system.
More How To in Daily Life
Also in Daily Life
More "How To" Questions
Trending on WhatAnswers
Browse by Topic
Browse by Question Type
Sources
Missing an answer?
Suggest a question and we'll generate an answer for it.