Skip to main content

Converting your PC from Legacy BIOS to UEFI

Posted March 2018 by Steve Sinchak

There are many reasons to convert your computer from the traditional BIOS to the newer UEFI standard if your hardware supports it.  You will notice slightly faster power on times and support for new security capabilities such as Secure Boot, Credential Guard, and Device Guard when using UEFI. Traditionally the only way to switch from BIOS to UEFI required a complete rebuild of your PC. But with the Windows 10 Creator Update or newer, there is a useful command line utility that will save you a ton of time.

There are typically two steps to converting your PC to use UEFI boot compared to the legacy BIOS option.  First, the hard drive must be converted from an MBR (Master boot record) partition table structure over to a GPT (Globally unique identifier) partition table structure.  Second, UEFI must be turned on in your motherboard settings.

1. Converting Hard Drive from MBR to GPT

This is where the MBR2GPT.exe utility included in the latest version of Windows 10 (Creators Update or newer) comes in handy. Generally, this utility is designed to be run in a preinstallation environment but it can also work directly on your PC with the use of a special flag. In this case, the existing MBR cannot be converted, but a new GPT partition table will be created.

To get started, open up an administrative level Command Prompt. The first thing we need to do is get the disk identifier number we want to convert by using diskpart.

Type in diskpart at the admin level command prompt and hit Enter.  Next, type in list disk and you should see a list of disks on your PC.  Write down the disk identifier number of your primary disk you want to convert. In most cases, this will be disk 0.  Finally, type in exit and hit Enter to exit diskpart.

Now we are ready to run a quick validation test to see if MBR2GPT will work on your system.  At the admin level command prompt, type in mbr2gpt /validate /disk:0 /allowFullOS and hit Enter. Make sure to replace /disk:0 with your disk number if it is different!

If the utility reports back the validation was completed successfully, you can proceed with the following command to run the conversion. Type in mbr2gpt /disk:0 /allowFullOS and hit enter to perform the conversion.  Once again, make sure to replace /disk:0 with your disk number if it is different.

If the validation failed, the drive may not be compatible for a number of reasons, most likely, there is not enough space to create the new GPT partition table. Your only option at this point is a full rebuild of Windows 10.

2. Enabling UEFI Boot

How to enable UEFI varies and may already be turned on so it is best to consult with the manufacturer for the specific instructions for your particular model.

Related Posts


I recently upgraded my home network from gigabit to 10G so I could take advantage of faster transfers between my Synology NAS, Proxmox server, and workstations. But while editing family video clips stored on my NAS, something did not feel right. Every device was connected at 10GbE, but file copy speeds were slower than expected. This made me wonder, are there bottlenecks in my network?

Read More

With remote work the new standard, having a fast and quality Internet connection and WiFi has become as important as reliable electricity. And if you work in IT support, confirming an end user's home internet, internal network, and WiFi is healthy without errors is the first step of troubleshooting any slowness or video conferencing issue with Zoom, Webex or Teams.

Read More

I've written about a few methods over the years to create a bootable USB flash drive from a Windows 10 ISO file.  But recently I switched to using a new tool called Rufus that is both reliable at successfully creating bootable media and automating many steps to quickly get the job done so you can perform a clean install.  This is very helpful when performing a clean install of the [Windows 10 20H2...

Read More

The latest update to Windows 10 known officially as the October 2020 update and 20H2 is ready for use and has begun rolling out.  The final build number of the 20H2 update is 19042 with minor revisions rolling out along with normal security updates via Windows Update. At this time the new build is available to testers before Microsoft pushes it to millions of users in the weeks ahead.  Check out the...

Read More