How to Safely & Easily Convert MBR to GPT Without OS

how to convert mbr to gpt without operating system, convert mbr to gpt, mbr to gpt, mbr to gpt windows 10, mbr vs gpt

Lucas

By Lucas Updated on April 20, 2026

Share this: instagram reddit

✨ Quick Answer:

Need to convert MBR to GPT without an OS? If your PC won't boot or you are stuck on a Windows installation error, you have two main options:

  • No Data Loss (Recommended): Use a working computer to create a bootable USB with AOMEI Partition Software. Plug it into the broken PC to safely convert the disk from MBR to GPT without erasing your files.
  • Data Loss (Native CMD): Boot from a Windows Installation USB, press Shift + F10 to open Command Prompt, and use the diskpart utility to clean (wipe) the drive and convert gpt.

Dealing with hard disk is stressful enough, but it becomes incredibly frustrating when your computer doesn't have a working operating system. Whether you are staring at a blue screen, a black screen, or a stubborn Windows installation error, you are completely locked out of your normal desktop tools.

Fortunately, you do not need a working Windows desktop to fix your partition table. In this guide, we will explain exactly why this roadblock happens and show you three ways to convert MBR to GPT without OS, including the safest method to keep your data perfectly intact.

Why and When Do Users Need to Convert MBR to GPT Without an OS?

Users typically find themselves needing to convert a disk outside of the normal Windows environment in three specific scenarios:

  • 🛑 The "Windows Cannot Be Installed" Error: This is the No. 1 reason. You are trying to install Windows 11 or Windows 10 from a USB drive. You get to the partition screen, but Windows blocks you with the error: "Windows cannot be installed to this disk. The selected disk has an MBR partition table." Because you are in the Windows Setup menu, you have no OS to work with.
  • 💻 A Corrupted or Unbootable System: Your operating system has crashed, corrupted, or failed to boot. You need to switch your BIOS to UEFI for a recovery process, but your current system drive is formatted as MBR. You must convert the disk from a bootable pre-installation environment (WinPE).
  • 🛠️ Upgrading Motherboard Hardware: You just built a new PC or upgraded your motherboard, and the new hardware only supports modern UEFI boot modes. You plugged your old MBR hard drive in, but the PC refuses to boot the OS. You must convert the drive to GPT before the new motherboard can read it.

Because your PC cannot boot normally in any of these scenarios, you will need a USB Flash Drive and a few minutes on a secondary, working computer to fix the issue.

Method 1: Convert MBR to GPT Without Data Loss (Recommended)

If you have important files, photos, or documents on the drive that you cannot afford to lose, you must not use the Windows CMD method. The native Windows tool requires you to completely wipe the drive.

Instead, we will use AOMEI Partition Software to create a bootable WinPE USB on a healthy computer. This acts as a "mini operating system," allowing you to securely convert the broken PC's disk to GPT without deleting a single file.

🧰 Tools Required:

  • A secondary, working Windows computer.
  • An empty USB Flash Drive (8GB or larger).
  • AOMEI Partition Software.
AOMEI Partition Software

A safe and reliable disk partition management tool that helps you migrate OS to SSD or HDD, reorganize disk space, and improve overall PC performance.

 

Step 1: Create the Bootable USB (On the Healthy PC)

Download and install AOMEI Partition Software on the working computer. Plug in your empty USB drive.

 1. Open the software and click on Make Bootable Media in the right-hand menu.

Make bootable media

2. Follow the on-screen wizard, select USB Boot Device, and click Proceed. The software will turn your USB into a powerful rescue drive.

choose usb

Step 2: Convert MBR to GPT (On the PC Without OS)

1. Unplug the newly created USB and insert it into the broken/OS-less computer. Turn the PC on and rapidly press your BIOS key (Usually F2, F12, DEL, or ESC).

2. Change your Boot Priority so the USB Drive is first. Save and exit.

3. The PC will boot directly into the AOMEI Partition Software interface.

4. Right-click the MBR disk you want to fix and select Convert to GPT.

convert system disk to gpt

5. Click OK, then click Apply and Proceed in the top-left corner.

OK to gpt

apply

Your disk is now safely converted to GPT, and all your data is 100% untouched.

Method 2: Convert MBR to GPT via CMD (Warning: Wipes Data)

If the drive is empty, or you do not care about losing the data currently on it, you can use the Windows Installation Media to access the Command Prompt.

🚨 CRITICAL WARNING: The clean command used in this method will permanently erase all partitions, files, and data on the drive.

🧰 Tools Required:

  • A Windows Installation USB Drive.

1. Insert the Windows Installation USB into the computer and boot from it.

2. When you reach the initial "Windows Setup" screen (where it asks for Language and Time), press Shift + F10 on your keyboard. This will open a Command Prompt window.

3. Type the following commands, pressing Enter after each one:

  • diskpart
  • list disk
  • select disk 0 (Replace '0' with the number of your target disk)
  • clean (⚠️ This wipes all data!)
  • convert gpt
  • exit

convert to gpr

Close the Command Prompt window. You can now proceed with your normal Windows installation, and the "cannot be installed to this disk" error will be gone.

Method 3: Convert using MBR2GPT.exe (Native No-Data-Loss Tool)

Windows actually has a built-in tool called MBR2GPT that can convert a disk without losing data from within the WinPE environment.

Note: It has a very high failure rate. It frequently throws the error "MBR2GPT cannot find OS partition" if your partition layout is even slightly non-standard. However, it is worth trying before wiping your drive.

1. Boot from your Windows Installation USB and press Shift + F10 at the setup screen.

2. In the Command Prompt, type mbr2gpt /validate and press Enter.

  • If it says "Validation completed successfully," type mbr2gpt /convert and press Enter.
  • If the validation fails, you cannot use this method. You must use the AOMEI Bootable USB method (Method 1).

mbr2gpt

Final Crucial Step: Enable UEFI in BIOS

GPT disks and UEFI firmware go hand-in-hand. Once you have successfully converted your disk from MBR to GPT using any of the methods above, you must tell your motherboard to look for a GPT disk.

1. Restart your computer and press the BIOS key (F2, F12, DEL, etc.).

2. Navigate to the Boot menu.

3. Find the Boot Mode setting and change it from Legacy (or CSM) to UEFI.

4. Save your changes and exit. Your PC will now successfully boot from your newly converted GPT drive

change boot order

Bottom Line

Converting MBR to GPT without an operating system seems daunting, especially when blocked by a blue screen or an installation error. While using Shift + F10 to access DiskPart is a quick fix for empty drives, the mandatory data wipe makes it a terrible option for users with existing files.

To save yourself from permanent data loss, the most reliable solution is to create a bootable USB with AOMEI Partition Software. It securely bypasses Windows limitations, preserves your files, and gets your PC ready for UEFI in just a few clicks.

Free Download Windows 11/10/8.1/8/7
Secure Download

FAQs

1. Can I convert MBR to GPT during Windows installation?

A: Yes. When you encounter the "Windows cannot be installed to this disk" error during setup, press Shift + F10 to open Command Prompt. Use the DiskPart utility to clean and convert gpt the drive. Keep in mind, this will erase all data on the disk.

2. How do I run AOMEI Partition Software without Windows?

A: By using the "Make Bootable Media" feature on a secondary, working computer. This allows you to install a lightweight version of AOMEI onto a USB flash drive. You can then boot your broken PC from this USB to manage your partitions without needing a Windows OS.

3. Is it safe to use DiskPart to convert MBR to GPT?

A: It is safe for the hardware, but it is destructive to your data. DiskPart requires the drive to be empty before it can convert the partition table, meaning you must execute the clean command, which permanently deletes your files.

Lucas
Lucas · Editor
I prefer peaceful and quiet life during vacation,but sometimes I watch football match if my favorite club performs brilliantly in that season. And I love reading, painting and calligraphy, thus I send my friends festival handwriting cards every year.
AOMEI Partition Software

Advanced and comprehensive partition manager, disk converter, and PC optimizer for Windows 11/10/8.1/8/7.

Free Download

Windows 11/10/8.1/8/7


Learn more