Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Convert GPT Disk to MBR Disk



 

Convert GPT Disk to MBR Disk

How to Convert a GPT Disk to a MBR Disk
Published by Brink
09-24-2009
Default Convert GPT Disk to MBR Disk

How to Convert a GPT Disk to a MBR Disk

information   Information
A disk is a separate physical hard drive. This will show you how to convert a GPT (GUID - Globally Unique Identifer) disk to a MBR (Master Boot Record) disk in Windows Disk Manager or in a command prompt. By default Windows uses MBR disks.

While all Windows can boot from a MBR disk, you can only boot from a GPT disk if you have a operating system (see below) that supports GPT and your motherboard has a EFI BIOS and is enabled. Windows 7 and Vista does support booting from a GPT disk.


You can still have a separate GPT disk as a data disk if your operating system (see below) supports reading a GPT disk, even if your system disk that Windows is installed on is still a MBR disk.
Note   Note
Differences Between MBR and GPT Disks:
  • MBR disks are supported (readable) by all Windows operating systems.
    • GPT disks are only supported (readable) by Windows server 2003 SP1 +, XP 64-bit, Vista, Windows 7, Windows Server 2008.
  • MBR disks use the standard BIOS partition table.
    • GPT disks use extensible firmware interface (EFI).
  • MBR disks supports up to 2TB per single partition.
    • GPT disks supports up to 256TB per single partition in Windows.
  • MBR disks supports up to 4 Primary partitions or 3 Primary partitions and 1 Extended partition with up to 128 logical volumes in the extended partition.
    • GPT disks supports up to 128 Primary partitions.
  • Removable disks are MBR disks by default.
    • Removable disks cannot be converted into a GPT disk.
warning   Warning
  • You must be a administrator to do this in Windows.
  • Before you convert a disk, close any programs that are running on or from that disk.
  • Before you convert a disk, be sure to backup anything that you do not want to lose on that disk. Converting the disk requires that all partitions and volumes are deleted on the disk first.
  • If you disable the Disk Defragmenter service, then you will get the error below when you try to do anything in Disk Management. If you get this error, then make sure that the Disk Defragmenter service is set to only Manual.
Convert GPT Disk to MBR Disk-error.jpg


EXAMPLE: MBR disk vs GPT disk in Disk Management
Convert GPT Disk to MBR Disk-mbr_disk_example.jpgConvert GPT Disk to MBR Disk-gpt_disk_example.jpg




OPTION ONE

Through Disk Management
1. Open the Control Panel (All Items view), and click on the Administrative Tools icon, then close the Control Panel window.

2. Click on Computer Management in Administrative Tools, then close the Administrative Tools window.

3. If prompted by UAC, click on Yes.

4. In the left pane under Storage, click on Disk Management. (See screenshot below)
Convert GPT Disk to MBR Disk-step1.jpg
5. In the disk (ex: Disk 1) that you want to convert to a MBR disk, right click on each partition and volume on the disk and click on Delete Volume until the whole disk is unallocated space. (See screenshot above)

6. Right click on the disk (ex: Disk 1) that you want to convert to a MBR disk, and click on Convert to MBR Disk if available. (See screenshot below)
Convert GPT Disk to MBR Disk-step2.jpg
7. You can confirm that the disk is a MBR disk if you right click on the disk and it has Convert to GPT Disk instead now. (See screenshot below)
Convert GPT Disk to MBR Disk-step3.jpg
8. You can now create partitions on the now MBR disk if you like.

9. When done, close Disk Management.






OPTION TWO

Through a Command Prompt
1. Open a elevated command prompt.
A) Go to step 3.
OR

2. Open a command prompt at boot.
Convert GPT Disk to MBR Disk-command_mbr.jpg
3. In the command prompt, type diskpart and press enter. (See screenshot above)

4. Type list disk and press enter.
NOTE: Make note of the disk number (ex: Disk 1) that you want to convert to a MBR disk.

5. Type select disk # and press enter.
NOTE: Substitute # with the actual disk number that you want to convert to a MBR disk. For example, select disk 1.

6. Type detail disk and press enter.
NOTE: This will give you a list of all the volume numbers on the selected disk number that you will need to delete in steps 7 and 8 below.
A) If you do not have any volumes listed, then you can go to step 10.
7. Type select volume # and press enter.
NOTE: Substitute # with a volume number listed in step 6. For example, select volume 3.

8. Type delete volume and press enter.

9. Repeat steps 7 an 8 for each volume # listed in step 6 until you have deleted all volume #'s.

10. When done, type select disk # and press enter.
NOTE: You would use the same one from step 5 above. For example, select disk 1.

11. Type convert mbr and press enter.

12. When done, type exit and press enter.

13. Close the command prompt.

14. You can now create partitions on the now MBR disk if you like.
NOTE: Restart the computer if you did step 2 instead.
That's it,
Shawn



Published by
Administrator

Join Date: Oct 2008
Location: Texas
Posts: 34,824
Brink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond repute
Brink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond reputeBrink has a reputation beyond repute

Tutorial Tools
07-19-2010   #1
nonpasaran


vista
 
 


there is a small mistake in title

My System SpecsSystem Spec
07-19-2010   #2
Brink


Windows 7 Ultimate x64 SP1
 
 


Hello Nonpasaran,

Maybe I'm just blind this morning, but could you point out the mistake? I do not see one.
My System SpecsSystem Spec
07-19-2010   #3
Loki


Windows 7 x64
 
 


Hi Brink,

I think this is want he means How to Convert a GPT Disk to a MPR Disk

MPR
where it should be MBR
My System SpecsSystem Spec
.


07-19-2010   #4
Brink


Windows 7 Ultimate x64 SP1
 
 


DOH!!!


LOL, fixed.
My System SpecsSystem Spec
07-19-2010   #5
Dixon Butz


Win7 x86 Ultimate, Win7 x64 Ultimate Tri Boot
 
 


Good turorial. I somehow manage to have GPT partitons a few years ago. Had to figure out how to convert them.
One question?

GPT disks supports up to 256TB per single partition in Windows.

Is that 64 bit only?
My System SpecsSystem Spec
07-19-2010   #6
Brink


Windows 7 Ultimate x64 SP1
 
 


Hello Dixon,

No, it would be for both 32-bit and 64-bit Windows 7 and Vista.
My System SpecsSystem Spec
07-20-2010   #7
Dixon Butz


Win7 x86 Ultimate, Win7 x64 Ultimate Tri Boot
 
 


Will it be possible to boot to a >2TB GPT partition with Windows 7 x86? Or even 64?

"But most PC platforms available today cannot boot from such a large partition because GPT requires EFI, rather than the conventional BIOS."

500GB Per Platter: Three Next-Gen 7,200 RPM Hard Drives : 500GB Per Platter Available At 7,200 RPM
My System SpecsSystem Spec
07-20-2010   #8
Brink


Windows 7 Ultimate x64 SP1
 
 


Dixon,

I have never tried it. I suppose that if you had a EFI BIOS (have not seen one that does) instead of the normal convential BIOS, you may be able to using GPT.
My System SpecsSystem Spec
12-30-2010   #9
Ex_Brit


Vista Ultimate SP2/Windows 7 Ultimate SP1/x64/XP SP3 x86 in VM
 
 


A question if I may. My 1TB eSATA external drive is GPT, something I wasn't aware of until I happened to call it up in Easeus Partition Manager.
I also noticed that there was a small hidden partition at the beginning of the disk and not thinking, I deleted it and then expanded the main partition to occupy the entire disk.
Since doing that I noticed the machine takes longer to boot up and on reading about GPT I believe I may have wiped some sort of essential file. Is that correct?
If so I can easily back up what's stored on it and follow this tutorial to change it to MBR....if that might make Windows happier, re: the boot.
I'm not about to partition the disk into more than 4 in any case, if at all, so there's really no need for GPT.
Thoughts anyone?
My System SpecsSystem Spec
Comment

Convert GPT Disk to MBR Disk problems?



Tutorial Tools



Similar Threads for: Convert GPT Disk to MBR Disk
Windows 7 Tutorial Category
Convert a Dynamic Disk to a Basic Disk Tutorials
Solved Convert Dynamic disk to basic w/o wiping General Discussion
Convert MBR Disk to GPT Disk Tutorials
Convert a Basic Disk to a Dynamic Disk Tutorials
Disk boot failure, insert system disk and press enter Hardware & Devices


All times are GMT -5. The time now is 08:51 PM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30