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.
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).
“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.”
💡 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.
If 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
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 [email protected] — we’ll help you decide the best setup and get you past the issue quickly.
Ask Kingbot (bottom-right corner) or contact suppo