What MBR and GPT are, and why you might need to switch
MBR (Master Boot Record) and GPT (GUID Partition Table) are two different ways of organizing how your hard drive divides itself into sections. MBR is the older system, used on computers built before roughly 2010. GPT is newer and handles larger drives better. You might need to convert if you're adding a large hard drive (over 2 TB) to an older computer, or if you're upgrading your operating system and it requires GPT.
The conversion itself erases everything on the drive, so this is not a casual change. You'll need to back up all your files first, then use either built-in operating system tools or a third-party program to rewrite how the drive is organized. The process takes 15 minutes to an hour depending on the drive size and which method you use.
The main reason to convert is practical: GPT supports drives larger than 2 TB, while MBR does not. If you have a 4 TB external drive and your computer still uses MBR, the drive will only recognize 2 TB of space. GPT also has built-in redundancy, so if one copy of the partition information gets corrupted, the drive can still read from a backup copy.
Key Takeaways
- Converting from MBR to GPT erases all data on the drive, so back up everything before you start.
- Windows users can use the Disk Management tool or the command-line tool diskpart to convert without buying software.
- Mac users can use Disk Utility, which is built into macOS and accessible from the Utilities folder.
- If your drive is currently your boot drive (the one your operating system runs from), you may need to reinstall your operating system after conversion.
Converting on Windows using Disk Management
Open Disk Management by right-clicking the Start button and selecting "Disk Management" from the menu. You'll see a list of all connected drives. Find the drive you want to convert and note its number — it will show as "Disk 1", "Disk 2", and so on. Right-click on the drive name itself (not on a partition within it) and look for a "Convert to GPT Disk" option. If you see it, click it and confirm.
If the "Convert to GPT Disk" option is grayed out, the drive still has data on it or Windows thinks it's in use. Delete all partitions on the drive first: right-click each partition and select "Delete Volume", then try the conversion again. This is why backing up is essential — once you delete a partition, the files are gone unless you have a copy elsewhere.
After conversion, the drive will show as "GPT" in the Disk Management window. You can now create new partitions on it. If this was your boot drive, you'll need to reinstall Windows, because the operating system needs to be installed on a GPT drive from the start.
Converting on Windows using the command line
If Disk Management doesn't work or you prefer the command line, you can use diskpart. Open Command Prompt as an administrator (right-click "Command Prompt" and select "Run as administrator"). Type diskpart and press Enter. Type list disk to see all connected drives and their numbers.
Type select disk X, replacing X with the number of the drive you want to convert. Type clean to erase the drive completely. Then type convert gpt and press Enter. The drive is now GPT. Type exit to close diskpart.
This method is faster than Disk Management for large drives, but it gives you no confirmation prompts — once you type "clean", the data is gone. Only use this if you're certain you have the right disk number and you've backed up everything on it.
Converting on Mac using Disk Utility
Connect the drive to your Mac. Open Disk Utility, which is in Applications > Utilities. Select the drive you want to convert from the list on the left side. Click the "Erase" button at the top. A dialog box will appear asking you to name the drive and choose a format.
In the "Scheme" dropdown menu, select "GUID Partition Map" — this is GPT on a Mac. Choose a file system format: "Mac OS Extended" if you're only using it on Macs, or "ExFAT" if you want to use it on both Macs and Windows computers. Click "Erase" and confirm. The drive will be erased and converted to GPT in a few seconds.
If the drive is your startup disk (the one your Mac boots from), you cannot convert it in Disk Utility while the operating system is running from it. You'll need to boot from an external drive or recovery mode first. Restart your Mac and hold Command + R to enter Recovery Mode, then open Disk Utility from there.
What to do if conversion fails or the option is not available
If the conversion option is grayed out or the process stops partway through, the drive may have a partition table that's partially corrupted or in a state Disk Management doesn't recognize. Try deleting all partitions first, then attempting the conversion again. If that doesn't work, a third-party tool like MiniTool Partition Wizard (free version available) or Paragon Hard Disk Manager can sometimes handle drives that the built-in tools reject.
Another reason conversion might fail is if the drive is write-protected. Some external drives have a physical switch on the side that locks the drive against changes. Check the drive itself for a small switch labeled "Lock" and make sure it's in the unlocked position.
If you're converting your boot drive and the conversion succeeds but your computer won't start afterward, you'll need to reinstall your operating system. This is normal — the operating system installation process will detect the GPT drive and set it up correctly. Have your Windows or macOS installation media ready before you start the conversion if this is your boot drive.
When you might not need to convert
If your drive is smaller than 2 TB and you're not planning to upgrade your operating system, there's no practical reason to convert. MBR works fine for smaller drives and older systems. Conversion takes time and carries the risk of data loss if something goes wrong, so only do it if you have a specific reason.
If you're buying a new external drive and the seller says it's already GPT, you don't need to convert it. Most new drives ship as GPT already. Check by opening Disk Management (Windows) or Disk Utility (Mac) and looking at the drive's properties — it will say "GPT" or "MBR" clearly.
Frequently Asked Questions
Will converting to GPT make my computer faster?
No. GPT and MBR are just different ways of organizing the drive's partition table. The speed of your computer depends on the drive's hardware, your processor, and your RAM, not on which partition system you use. The only speed difference you might notice is if you were previously limited to 2 TB on a larger drive — you'll now be able to use the full capacity.
Can I convert a drive that's currently in use by my operating system?
Not with the standard tools. If the drive is your boot drive, you'll need to boot from external media (a USB drive or recovery partition) first, then convert it. After conversion, you'll need to reinstall your operating system. If it's a secondary drive, you can convert it while Windows or macOS is running.
What's the difference between MBR and GPT for external drives?
For external drives, the main difference is size support. MBR can only use the first 2 TB of space on any drive, no matter how large it is. GPT can use the entire drive. If you have a 4 TB external drive formatted as MBR, you're wasting 2 TB of space. Converting to GPT lets you use all of it.
Do I need to convert if I'm using the drive on both Mac and Windows?
You should use GPT, but the file system matters more than the partition table. Format the drive as ExFAT (the file system) with GPT (the partition table), and both Mac and Windows will read and write to it without problems. MBR with ExFAT also works, but GPT is more future-proof.
How long does the conversion take?
The actual conversion usually takes less than a minute. However, if you need to delete all partitions first, that can take longer on very large drives — a 10 TB drive might take 10 to 15 minutes to fully erase. The process is usually faster on external USB drives than on internal drives.