If you see the message “Windows cannot be installed to this disk” during setup, and it mentions GPT or MBR, the issue has to do with how your drive is formatted — and how your system is set to boot.
What Do GPT and MBR Mean?MBR (Master Boot Record): Older partition format used by BIOS-based systems
GPT (GUID Partition Table): Modern format required for UEFI boot mode
Windows can only install to a disk if your boot mode (BIOS/UEFI) matches the disk partition type (MBR/GPT).
Common Error Messages:“Windows cannot be installed to this disk. The selected disk has an MBR partition table.”
“Windows cannot be installed to this disk. The selected disk is of the GPT partition style.”
How to Fix It
Option 1: Convert the Disk to the Correct Format
Warning: This will erase everything on the drive — make sure to back up any data.
When you reach the “Where do you want to install Windows?” screen, press Shift + F10 to open Command Prompt.
Type the following commands one by one:
diskpart
list disk
select disk X ← (replace X with your actual disk number)
clean
convert gpt ← (if using UEFI boot)
OR
convert mbr ← (if using Legacy/BIOS boot)
exit
Close the Command Prompt and click Refresh in the installer. The disk will now be usable.
Option 2: Change Boot Mode in BIOSIf you don’t want to erase the drive:
Restart your PC and enter the BIOS (usually by pressing F2, DEL, or ESC at startup)
Find the Boot Mode setting:
Set to UEFI if your disk is GPT
Set to Legacy/CSM if your disk is MBR
Save and exit BIOS, then retry the installation
Still Not Sure Which Format to Use?No problem — just send us:
A photo of the error message
Your PC make/model or motherboard brand
The Windows version you’re installing
Email it to us at help@thesoftwarekings.com — we’ll help you decide the best setup and get you past the issue quickly.
Need Help Right Away?Ask Kingbot (bottom-right corner) or contact suppo