Forum Discussion
Safe way to convert mbr to gpt without formatting on windows 10?
Converting an MBR to GPT without data loss on Windows 10 is possible using built-in tools, but it requires careful steps. Here's a safe method using Microsoft's MBR2GPT tool, which is designed for this purpose:
How to convert MBR to GPT (Using MBR2GPT):
Note: This tool is available in Windows 10 version 1703 and later.
1. Open Command Prompt as Administrator:
Press Windows + X and select Command Prompt (Admin) or Windows PowerShell (Admin).
2. Validate the Disk:
Run the following command to validate if the disk is suitable for conversion:
mbr2gpt /validate /disk:<disk_number> /allowFullOS
Replace <disk_number> with the disk number you want to convert.
To find the disk number, open Disk Management (diskmgmt.msc).
3. Convert MBR to GPT:
If validation passes, run:
mbr2gpt /convert /disk:<disk_number> /allowFullOS
4. Reboot and Change Boot Mode:
After conversion, you'll need to switch BIOS mode from Legacy to UEFI in your system firmware settings.