Table of Contents
How to Fix ‘The Selected Disk Has an MBR Partition Table’ Error: It is possible that you will frequently encounter a frustrating error that will prevent you from successfully installing the Windows operating system on your personal computer. This error may prevent you from installing the system. The message that appears on the screen could read, “Windows cannot be installed to this disk.”
An MBR partition table is present on the disk that was selected. The error that states “the selected disk has an MBR partition table” is extremely common and can be found on a variety of Windows installation versions. It has been reported by a few users that the process of installing Windows OS on their hard disk is interrupted whenever they attempt to do so.
As soon as they press the Install now button during the Windows Setup process, the Windows installation fails, and Windows Setup displays the message that Windows cannot be installed to this disk. Instead, the selected disk displays an MBR partition table error. In the event that you are also experiencing this issue, there are a few potential solutions how to Fix ‘The Selected Disk Has an MBR Partition Table’ Error.
Causes of the ‘The Selected Disk Has an MBR Partition Table’ Error
- Mismatch between partition table type and installation tool: If you’re using an installation tool or partitioning software that expects a GPT partition table, but the disk you’re working with has an MBR partition table, you’ll encounter this error.
- Attempting to install a UEFI-based operating system: Modern UEFI (Unified Extensible Firmware Interface) based systems often require a GPT partition table for booting. If you’re trying to install an operating system that requires UEFI boot mode, but your disk is using an MBR partition table, you’ll see this error.
- Legacy hardware or software limitations: Some older hardware or software may not support GPT partitioning, necessitating the use of MBR partition tables. In such cases, attempting to install an operating system or create partitions using GPT may result in this error.
- Disk previously used with MBR partitioning: If the disk was previously used with an MBR partition table and not properly converted to GPT before attempting a GPT-based installation or partitioning, you’ll encounter this error.
- BIOS settings: Incorrect BIOS settings can sometimes cause this error. For example, if your BIOS is set to Legacy mode instead of UEFI mode, and you’re trying to install an operating system that requires GPT, you may encounter this error.
How to Fix ‘The Selected Disk Has an MBR Partition Table’ Error
Using Disk Management

- Press the Windows key and type “disk management” in the search bar.
- Click on “Create and format hard disk partitions” from the search results to open Disk Management.
- Identify the disk causing the error. It will likely have a warning icon next to it.
- Right-click on the disk and select “Properties” to check its partition style. If it’s MBR and you’re trying to convert to GPT (or vice versa), proceed to the next step.
Convert Disk Partition Style
- Press the Windows key, type “cmd” in the search bar, then right-click on “Command Prompt” and select “Run as administrator” to open an elevated Command Prompt.
- In the Command Prompt window, type
diskpartand press Enter to launch the DiskPart utility. - Type
list diskand press Enter to display all available disks on your system. - Identify the disk number of the problematic disk.
- Type
select disk X(replace X with the disk number) and press Enter to select the disk. - Now, if you want to convert the disk to GPT, type
convert gpt, or if you want to convert it to MBR, typeconvert mbr, then press Enter. - Once the conversion process completes, exit DiskPart by typing
exitand pressing Enter.
Verify Disk Conversion
- Go back to Disk Management.
- Right-click on the converted disk and select “Properties” to ensure that the partition style has been successfully changed.
- If the partition style is now as desired, you’ve successfully resolved the error.
Convert to GPT (Guid Partition Table)
- Right-click on the disk showing the error.
- Select Convert to GPT Disk from the context menu.
- Follow the on-screen prompts to complete the conversion process.
Clean Disk Using Command Prompt
- Press Windows + R keys to open the Run dialog.
- Type “cmd” and press Enter to open Command Prompt.
- In Command Prompt, type “diskpart” and press Enter.
- Type “list disk” to display all disks connected to your system.
- Identify the disk causing the error and note its disk number.
- Type “select disk X” (replace X with the disk number) and press Enter.
- Type “clean” and press Enter to wipe the disk clean.
- Close Command Prompt once the process is complete.
Initialize Disk
- Return to Disk Management.
- Right-click on the disk and select “Initialize Disk”.
- Choose the appropriate partition style (usually GPT) and proceed.
Create New Partition
- Right-click on the unallocated space of the initialized disk.
- Select “New Simple Volume”.
- Follow the wizard to create a new partition with your desired settings.
Conclusion
It is a straightforward process to install the Windows operating system on your personal computer or laptop. It is possible that you will encounter a few errors while the installation process is being carried out. It is possible that you will encounter a particular error that reads, “The selected disk has an MBR partition table.” The “The selected disk has an MBR partition table” error will be resolved through the use of effective methods and comprehensive tutorials that will be presented in this particular guide.
Questions and Answers
You are already aware of the reason why Windows cannot be installed on the MBR disk because the error message itself has already provided explanations. Unfortunately, this is due to the fact that your computer is equipped with an EFI system, which is incompatible with an MBR disk. Simply put, it indicates that the hardware of your computer does not permit you to boot from a disk that contains the MBR partition table.
Instructions on how to repair the MBR. Using a command prompt and executing the bootrec.exe command is the primary method for repairing the master boot record (MBR). It was common practice to use recovery media, such as a DVD disc or USB drive, to gain access to the command prompt in versions of Windows that were older than Windows 8 and Windows 10.
In the event that the Master Boot Record (MBR) is corrupted, the system will not boot, and it will typically stop at the GRUB or LILO prompt. Following the output of an error message in the form of Error number, GRUB comes to a complete halt. If you need assistance in interpreting this error, please consult the GRUB reference manual.