Table of Contents >> Show >> Hide
- What Does “The Selected Disk is of GPT Partition Style” Mean?
- Before You Fix It: Back Up Your Data
- Quick Decision: Which Fix Should You Use?
- Fix 1: Boot the Windows USB in UEFI Mode
- Fix 2: Recreate the Windows Installation USB Correctly
- Fix 3: Convert GPT to MBR with DiskPart
- Fix 4: Delete Partitions and Let Windows Create the Correct Layout
- Fix 5: Check Whether Your PC Is Actually Booted in UEFI or Legacy Mode
- What About MBR2GPT?
- Common Causes of the GPT Partition Style Error
- GPT vs MBR: Which One Should You Choose?
- Troubleshooting Tips If the Error Still Appears
- Example Scenario: The Simple UEFI Fix
- Example Scenario: The Older PC Fix
- Mistakes to Avoid
- Practical Experience Notes: What This Error Teaches You
- Conclusion
Note: This guide is based on current Windows installation guidance, Microsoft disk-partition documentation, Dell support guidance, and UEFI/Secure Boot requirements for modern Windows PCs.
You are installing Windows, everything looks normal, the USB installer loads, you choose a drive, and then Windows delivers the kind of sentence only a computer could love: “Windows cannot be installed to this disk. The selected disk is of the GPT partition style.”
Translation: your drive is not broken, your SSD is not cursed, and your PC is not personally offended by your clean-install plans. The error usually means the Windows installer was booted in Legacy BIOS or CSM mode, but the drive you selected is formatted as GPT, which is designed for UEFI mode. In plain English, your installer and your disk are speaking different boot languages.
The good news? This is fixable. The better news? In many cases, you do not need to erase the disk. The best fix is often to boot the Windows USB installer in UEFI mode. The destructive fixconverting GPT to MBRshould be saved for older computers that truly cannot boot using UEFI.
What Does “The Selected Disk is of GPT Partition Style” Mean?
This Windows installation error appears when the partition style of your disk does not match the way your computer booted the installer. A disk can commonly use one of two partition styles:
GPT: GUID Partition Table
GPT is the modern partition style used with UEFI-based systems. It supports large drives, more partitions, and newer firmware features. For Windows 11 and most modern Windows 10 installations, GPT with UEFI is the preferred setup.
MBR: Master Boot Record
MBR is the older partition style used with Legacy BIOS systems. It is more limited than GPT and is mainly useful for older computers, older operating systems, or special compatibility scenarios.
The error “The selected disk is of GPT partition style” usually means this combination happened:
- Your hard drive or SSD is formatted as GPT.
- Your Windows USB installer was started in Legacy BIOS/CSM mode.
- Windows refuses to install because Legacy mode expects an MBR disk.
Think of it like trying to plug a USB-C cable into a headphone jack. Nothing is “bad,” but the match is wrong.
Before You Fix It: Back Up Your Data
Before touching partitions, pause. Yes, this is the boring safety announcement, but it is also the difference between “I fixed Windows” and “I accidentally deleted my thesis, tax files, and 4,000 vacation photos.”
If the disk contains important data, do not run clean, do not delete partitions, and do not convert the disk until you have a backup. Copy important files to an external drive, cloud storage, or another computer. If Windows will not boot, use a recovery USB, Linux live USB, or another PC with a USB-to-SATA/NVMe adapter to recover files first.
Quick Decision: Which Fix Should You Use?
Use this quick guide before jumping into commands:
- Modern PC with UEFI support: Boot the USB installer in UEFI mode. This is usually the best solution.
- Old PC with Legacy BIOS only: Convert the disk from GPT to MBR, but only after backing up data.
- You want Windows 11: Use UEFI + GPT. Windows 11 requires UEFI firmware with Secure Boot capability and TPM 2.0.
- You created the installer with the wrong settings: Recreate the bootable USB for UEFI/GPT.
- You do not care about existing data: Delete partitions during Windows Setup and let Windows create the correct layout.
Fix 1: Boot the Windows USB in UEFI Mode
This is the cleanest fix for most users. If your disk is already GPT, that is usually a good thing. Instead of forcing the disk backward to MBR, make the installer boot in UEFI mode.
Steps to Boot in UEFI Mode
- Restart your PC.
- Open the boot menu. Common keys include F12, F11, F10, Esc, or Delete, depending on the manufacturer.
- Look for your USB drive in the boot list.
- Choose the option that starts with UEFI:, such as UEFI: SanDisk USB.
- Continue Windows Setup.
- Select the GPT disk again and try installing Windows.
Many boot menus show the same USB twice. One entry may say UEFI: USB Drive, while the other simply says USB Drive. Pick the UEFI entry. This tiny difference is often the whole fix.
BIOS/UEFI Settings to Check
If the UEFI option does not appear, enter your firmware settings and look for:
- Boot Mode: Set to UEFI.
- CSM: Disable it if your system supports pure UEFI.
- Legacy Boot: Disable it unless you need it.
- Secure Boot: Enable it for Windows 11 if your hardware supports it.
- SATA Mode: Usually leave this as AHCI unless you know your system requires RAID.
Save changes, restart, and boot the installer again using the UEFI USB entry.
Fix 2: Recreate the Windows Installation USB Correctly
If your bootable USB was created for Legacy/MBR mode, the installer may keep starting the wrong way. Recreating the USB can solve the problem faster than arguing with BIOS settings for an hour.
Using Microsoft’s Media Creation Tool
For most people, Microsoft’s official media creation process is the easiest route. Use it to create a fresh Windows installation USB, then boot from the UEFI version of that USB in your boot menu.
Using Rufus
If you use Rufus, choose settings that match your target system:
- Partition scheme: GPT
- Target system: UEFI
- File system: FAT32 if available, or the recommended option Rufus provides for your ISO
After creating the USB, restart your PC and again choose the UEFI: USB option. Rufus is powerful, but like a power drill, it works best when pointed in the correct direction.
Fix 3: Convert GPT to MBR with DiskPart
Use this method only if your computer cannot boot in UEFI mode or you specifically need a Legacy BIOS installation. This method erases the selected disk. Read that again before proceeding. The clean command removes partitions from the disk.
When to Use This Method
- Your PC is old and supports Legacy BIOS only.
- You do not plan to install Windows 11.
- You have already backed up your data.
- You understand that the selected disk will be wiped.
DiskPart Commands to Convert GPT to MBR
During Windows Setup, press Shift + F10 to open Command Prompt. Then type:
Replace 0 with the correct disk number. Use the disk size shown in list disk to identify the right drive. If you have multiple drives installed, disconnect the ones you are not installing Windows on. This reduces the chance of wiping the wrong disk, which is the kind of mistake that makes coffee taste like regret.
After running the commands, close Command Prompt, click Refresh in Windows Setup, select the unallocated space, and continue the installation.
Fix 4: Delete Partitions and Let Windows Create the Correct Layout
If you are doing a clean install and do not need any existing data on the target drive, you can let Windows handle the partition layout.
Steps
- Boot the installer in the correct mode: UEFI for GPT or Legacy for MBR.
- Choose Custom: Install Windows only.
- On the disk selection screen, select each partition on the target disk.
- Click Delete until the disk shows as unallocated space.
- Select the unallocated space.
- Click Next.
Windows will create the necessary system, recovery, EFI, and primary partitions automatically. This is often cleaner than manually creating partitions unless you have a specific advanced setup.
Fix 5: Check Whether Your PC Is Actually Booted in UEFI or Legacy Mode
If you are not sure which mode the installer is using, Windows PE can tell you. During Windows Setup, press Shift + F10 and run:
The result helps identify the boot mode:
- 0x1 means BIOS/Legacy mode.
- 0x2 means UEFI mode.
If the selected disk is GPT and the result is 0x1, you have found the mismatch. Restart and boot the USB in UEFI mode.
What About MBR2GPT?
MBR2GPT is a Microsoft tool that converts a system disk from MBR to GPT without deleting data. It is excellent when you want to move an existing Windows installation from Legacy BIOS to UEFI. However, it is not usually the direct fix for the exact error “The selected disk is of GPT partition style”, because that error already involves a GPT disk.
Still, MBR2GPT matters in related cases. If you see the opposite errorsomething like “The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks”then MBR2GPT may be useful, especially when preserving an existing Windows installation.
A typical validation command looks like this:
A typical conversion command looks like this:
After converting from MBR to GPT, the firmware must be changed to boot in UEFI mode. Otherwise, the computer may not start correctly.
Common Causes of the GPT Partition Style Error
1. You Picked the Wrong USB Boot Entry
This is the champion of causes. You may have a perfect GPT disk and a perfect Windows USB, but if you choose the non-UEFI boot entry, Windows Setup complains.
2. CSM or Legacy Mode Is Enabled
Compatibility Support Module, or CSM, allows newer PCs to behave like older BIOS systems. That can be helpful for old operating systems, but it can confuse Windows installation on GPT disks.
3. The USB Installer Was Created for the Wrong Partition Scheme
If the installer was created for MBR/BIOS, it may not boot properly in UEFI mode. Recreate the USB using GPT/UEFI settings.
4. The Computer Is Too Old for UEFI
Some older computers do not support UEFI. In that case, MBR may be required. This is when converting GPT to MBR makes sense.
5. Multiple Drives Are Confusing the Installer
If several drives are connected, Windows Setup may place boot files on the wrong disk or you may accidentally select the wrong target. Disconnect extra drives during installation whenever possible.
GPT vs MBR: Which One Should You Choose?
For most modern systems, choose GPT. It supports UEFI, larger drives, more partitions, and modern Windows security features. If you are installing Windows 11, GPT with UEFI is the practical path forward.
Choose MBR only when you are working with older hardware that cannot boot using UEFI or when you have a specific compatibility requirement. MBR still works, but it belongs to an older era of PCsthe same neighborhood as beige towers, VGA cables, and software boxes large enough to store cereal.
Troubleshooting Tips If the Error Still Appears
- Restart and open the one-time boot menu: Do not rely only on the BIOS boot order. Manually choose the UEFI USB entry.
- Recreate the installer: A corrupted or wrongly configured USB can cause repeated setup errors.
- Disconnect extra drives: Keep only the target installation drive connected.
- Update BIOS/UEFI: If the system is modern but UEFI options behave strangely, check the PC or motherboard support page.
- Reset firmware settings: Load optimized defaults, then enable UEFI mode again.
- Check Secure Boot: For Windows 11, your system should support UEFI and Secure Boot capability.
- Do not mix modes: If Windows is installed in UEFI mode, keep booting it in UEFI mode.
Example Scenario: The Simple UEFI Fix
Imagine you are installing Windows 10 on a laptop with a 512 GB SSD. The installer shows the GPT partition style error. You restart, press F12, and see two options:
- USB HDD: Kingston
- UEFI: Kingston
The first option starts the USB in Legacy mode. The second starts it in UEFI mode. Choose UEFI: Kingston, return to Windows Setup, select the same SSD, and the error disappears. No conversion, no wiping, no drama. Beautiful. Almost suspiciously beautiful.
Example Scenario: The Older PC Fix
Now imagine an old desktop that only supports Legacy BIOS. The drive is GPT, but the machine cannot boot Windows from GPT. In this situation, you back up the data, open Command Prompt during Windows Setup, run DiskPart, clean the disk, convert it to MBR, and install Windows in Legacy mode. This is not as future-proof, but it matches the hardware.
Mistakes to Avoid
Do Not Run “clean” on the Wrong Disk
The clean command is fast, silent, and absolutely not sentimental. Always confirm the disk number and size before running it.
Do Not Convert Just Because a Random Forum Said So
If your PC supports UEFI, converting GPT to MBR is usually unnecessary. Booting correctly is safer than reformatting.
Do Not Install Windows in Legacy Mode on a Modern PC Without a Reason
Legacy mode can limit access to modern features. For Windows 11 especially, UEFI is the direction you want.
Do Not Ignore Backups
Partition work is not the place for optimism. Back up first, celebrate later.
Practical Experience Notes: What This Error Teaches You
The most useful lesson from the “selected disk is of GPT partition style” error is that Windows installation problems are often less mysterious than they look. The message sounds technical, but the root cause is usually simple: the computer booted the installer in the wrong mode. Once you understand the relationship between UEFI, Legacy BIOS, GPT, and MBR, the error becomes much less intimidating.
One common experience is that users immediately assume the disk must be converted. That reaction is understandable because the message points directly at the disk. But the disk is often not the real problem. A GPT disk is exactly what you want on a modern UEFI computer. The actual issue is that the USB installer was launched as a Legacy device. Choosing the correct boot option can solve the issue in minutes. It feels almost too easy, especially after you have spent half an hour staring at partition screens like they are ancient ruins.
Another practical lesson is that boot menus can be sneaky. Many PCs show two entries for the same flash drive, and the difference may be only five characters: UEFI:. Beginners often pick the first USB option they see, because why would the same USB appear twice? But those two entries start the installer in different firmware modes. When working on a Windows installation, always slow down at the boot menu and read the full label. The correct option is usually UEFI: USB name.
Technicians and experienced users also learn to disconnect extra drives before installing Windows. This habit prevents several headaches. It reduces the risk of deleting the wrong disk, and it helps stop Windows from placing boot files on a secondary drive. Nothing ruins a clean setup like removing an old storage drive later and discovering that Windows secretly depended on it to boot. That is not a feature; that is a plot twist.
Another experience-based tip is to prepare the installer carefully. If you use Rufus or another USB creation tool, match the partition scheme to the machine. For modern systems, choose GPT and UEFI. For older BIOS-only machines, choose MBR and BIOS. The USB installer is not just a container for Windows files; it influences how the PC starts the setup environment.
Finally, this error teaches a healthy respect for destructive commands. DiskPart is powerful, reliable, and completely uninterested in your feelings. Commands such as clean should be used only when you have confirmed the disk number, backed up data, and accepted that everything on the selected drive will be removed. When in doubt, stop and verify. A five-minute check can save a five-day recovery project.
In short, the smartest fix is usually the least destructive one. First, try booting in UEFI mode. Then recreate the USB if needed. Convert the disk only when your hardware requires it or when you are intentionally wiping the drive for a clean install.
Conclusion
The “The selected disk is of GPT partition style” error is a boot-mode mismatch, not a disaster. On a modern computer, the best solution is usually to restart, open the boot menu, and choose the UEFI version of your Windows installation USB. If your PC supports only Legacy BIOS, then converting GPT to MBR may be necessary, but that route erases data and should be handled carefully.
For Windows 10 on modern hardware and especially for Windows 11, the ideal setup is UEFI + GPT. It gives you better compatibility with current firmware features, larger drive support, and a cleaner path for modern Windows security requirements. So before you wipe anything, check the boot mode. Your fix may be hiding in the boot menu, wearing a tiny “UEFI” label.