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 MBR Disk to GPT Disk



 

Convert MBR Disk to GPT Disk

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

How to Convert a MBR Disk to a GPT Disk

information   Information
A disk is a separate physical hard drive. This will show you how to convert a MBR (Master Boot Record) disk to a GPT (GUID - Globally Unique Identifer) 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 booting to 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 to a separate physical disk location first. Converting the disk requires that all partitions and volumes are deleted on the disk.
  • 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 MBR Disk to GPT Disk-error.jpg
EXAMPLE: GPT disk vs MBR disk in Disk Management
Convert MBR Disk to GPT Disk-gpt_disk_example.jpgConvert MBR Disk to GPT Disk-mbr_disk_example.jpg



OPTION ONE

In 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 MBR Disk to GPT Disk-step1.jpg
5. In the disk (ex: Disk 1) that you want to convert to a GPT 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 GPT disk, and click on Convert to GPT Disk. (See screenshot below)
Convert MBR Disk to GPT Disk-step2.jpg
7. When finished shortly, you can confirm that the disk is a GPT disk if you right click on the disk and it has Convert to MPR Disk instead now. (See screenshot below)
Convert MBR Disk to GPT Disk-step3.jpg
8. You can now create partitions on the now GPT disk if you like.

9. When done, close Disk Management.




OPTION TWO

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

2. Open a command prompt at boot.
Convert MBR Disk to GPT Disk-command_gpt.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 GPT disk.

5. Type select disk # and press enter.
NOTE: Substitute # with the actual disk number that you want to convert to a GPT 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 gpt 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 GPT disk if you like for a data disk, or start installing the supported Windows if you like. (See information box at the top of the tutorial.).
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
09-24-2009   #1
Dinesh


Windows 7 Ultimate x64
 
 


i'd like to convert it as i want to make a new primary partition but since i use MBR, i already have the max numbers of partition in my HDD.

My System SpecsSystem Spec
09-24-2009   #2
Brink


Windows 7 Ultimate x64 SP1
 
 


All finished with the tutorial Dinesh. Convert away.
My System SpecsSystem Spec
09-24-2009   #3
Dinesh


Windows 7 Ultimate x64
 
 


nice work Shawn. thanks.
My System SpecsSystem Spec
.


09-24-2009   #4
Brink


Windows 7 Ultimate x64 SP1
 
 


You're welcome Dinesh.
My System SpecsSystem Spec
03-17-2011   #5
user666


7 32-bit
 
 


Wrong. You say "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." What you SHOULD say is "you can only boot from a GPT disk if you have a operating system (see below) that supports BOOTING TO GPT and your motherboard has a EFI BIOS and is enabled." Windows 7 32-bit DOES NOT SUPPORT BOOTING TO GPT! It DOES support reading GPT. That's not the same thing.
My System SpecsSystem Spec
03-17-2011   #6
Brink


Windows 7 Ultimate x64 SP1
 
 


Hello user666, and welcome to Seven Forums.

I think it's pretty much understood as posted, but I'll edit it to help make clearer.
My System SpecsSystem Spec
05-25-2011   #7
sticco


windows 7
 
 

USB Recovery

hi, i have a similar but different problem. my flash drive has been changed to a MBR and i cannot even access it. if i try to format it , windows says it cannot complete format. i have tried everything but nothing seems to work.

pls help, how can i recover my flash back. it doesnt even show the capacity or disk size.

help pls
My System SpecsSystem Spec
05-25-2011   #8
Brink


Windows 7 Ultimate x64 SP1
 
 


Hello Sticco, and welcome to Seven Forums.

You might see if running the clean all command on the flash drive may help. That commmand will wipe the drive completely as "unallocated space". Afterwards, you would just need to create a new partition or volume on it.

Hope this helps,
Shawn
My System SpecsSystem Spec
09-20-2011   #9
arkhi


Windows 2000 5.0 Build 2195
 
 


Quote:
Windows 7 does not support booting to GPT, but does only support reading GPT.
Shawn, I think you should update this since Windows can boot to GPT since Vista SP1
My System SpecsSystem Spec
Comment

Convert MBR Disk to GPT Disk problems?



Tutorial Tools



Similar Threads for: Convert MBR Disk to GPT Disk
Windows 7 Tutorial Category
Convert a Dynamic Disk to a Basic Disk Tutorials
Convert GPT Disk to MBR Disk Tutorials
Solved Convert Dynamic disk to basic w/o wiping General Discussion
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 09:07 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