Some users encounter the error “There is an error selecting this partition for install” while trying to install Windows 11 or Windows 10. This issue usually appears during the disk selection stage of Windows Setup and prevents the installer from proceeding with the installation process.
The problem is commonly caused by partition table conflicts, corrupted disk structures, incompatible boot modes, unsupported file systems, damaged installation media, or leftover partitions from previous operating systems. In some cases, SSD or HDD configuration issues, BIOS settings, or storage controller problems may also trigger the error.
In this guide, we’ll walk you through several effective methods to fix the “There is an error selecting this partition” issue during Windows installation.
How to Fix “There Is an Error Selecting This Partition” During Windows Installation
Before trying advanced troubleshooting methods, make sure you back up important data from the target drive because some fixes may erase all partitions and files. It’s also recommended to disconnect unnecessary external drives before installing Windows. Follow the methods below in order for the best results.
1. Delete Existing Partitions
Corrupted or incompatible partitions are one of the most common causes of the error.
- Boot into the Windows installation screen.
- Reach the partition selection page.
- Select each partition on the target drive.
- Click:
Delete - Continue until the drive shows:
Unallocated Space - Select the unallocated space and click:
Next
Windows Setup will recreate the required partitions automatically.
2. Convert the Disk to GPT or MBR
Boot mode mismatches can prevent Windows from selecting the partition properly.
Open Command Prompt During Setup
Press:
Shift + F10
Then run:
diskpart
Next:
list disk
Select the target disk:
select disk 0
Clean the drive:
clean
Convert to GPT
Use:
convert gpt
Or Convert to MBR
Use:
convert mbr
Then close Command Prompt and continue the installation.
3. Match BIOS Mode With Partition Style
Windows installation requires compatible boot modes.
Use GPT With:
- UEFI mode
Use MBR With:
- Legacy BIOS mode
To check BIOS settings:
- Enter BIOS/UEFI setup.
- Locate boot settings.
- Verify whether:
- UEFI
- Legacy/CSM
is enabled appropriately.
Incorrect combinations can trigger partition selection errors.
4. Format the Target Partition
File system corruption may prevent installation.
- Select the problematic partition.
- Click:
Format - Retry the installation.
Formatting removes corrupted file system structures.
5. Disconnect Additional Drives
Multiple connected drives can confuse Windows Setup.
- Shut down the PC.
- Disconnect:
- Secondary SSDs
- HDDs
- USB storage devices
- Leave only the target installation drive connected.
- Retry the installation.
This helps Windows Setup identify the correct system drive.
6. Recreate the Windows Installation USB
Corrupted installation media may trigger partition-related errors.
Use:
- Microsoft Media Creation Tool
- Rufus
When creating the USB:
- Use GPT for UEFI systems
- Use MBR for Legacy BIOS systems
Damaged or incorrectly configured installation media often causes setup failures.
7. Check the Drive for Errors
Storage problems may prevent partition selection.
Open Command Prompt during setup and run:
chkdsk /f /r
Replace the drive letter if necessary.
This checks for disk corruption and bad sectors.
8. Update BIOS/UEFI Firmware
Outdated firmware may cause SSD or partition compatibility issues.
Visit your motherboard or laptop manufacturer’s support page and install the latest BIOS update.
Common manufacturers include:
- ASUS
- MSI
- Gigabyte Technology
- Dell
- HP
9. Load Storage Drivers Manually
Windows Setup may not recognize certain storage controllers correctly.
- Download storage drivers from the motherboard or laptop manufacturer.
- Copy them to a USB drive.
- During installation, click:
Load driver - Install the required storage controller drivers.
This is common on RAID or Intel RST systems.
10. Replace a Failing SSD or HDD
If all methods fail, the drive itself may be defective.
Signs of hardware failure include:
- Installation freezing repeatedly
- Disk disappearing randomly
- SMART warnings
- Clicking or unusual noises on HDDs
Testing the drive on another PC may help confirm hardware failure.
Conclusion
The “There is an error selecting this partition” issue during Windows installation is usually caused by partition table conflicts, BIOS mode mismatches, corrupted disks, damaged installation media, or storage controller problems. Fortunately, most users can resolve the issue using methods such as deleting partitions, converting the disk to GPT or MBR, recreating installation media, or adjusting BIOS settings.
By following the solutions outlined above, you should be able to complete the Windows installation successfully without further partition selection errors.