When installing Windows, you may encounter the message “There is an error selecting this partition for install” during the Windows Setup process. This error usually appears when you try to choose a partition for installing Windows, preventing the installation from continuing.
The issue is commonly caused by problems such as incorrect disk partition format, incompatible partition style (MBR vs GPT), corrupted partitions, or leftover data from previous installations. Sometimes Windows Setup cannot recognize the partition properly due to disk configuration conflicts.
If you encounter the “There is an error selecting this partition for install” message during Windows installation, follow the troubleshooting methods below.
How to Fix “There Is an Error Selecting This Partition for Install” in Windows Setup
Work through the following solutions in order until you are able to select the partition successfully.
1. Delete and Recreate the Partition
Sometimes the partition itself may be corrupted or improperly configured.
- Boot into the Windows installation media.
- When you reach the Where do you want to install Windows? screen, select the problematic partition.
- Click Delete.
- Repeat the process for other partitions related to the previous Windows installation if necessary.
- Select the Unallocated Space.
- Click New to create a new partition.
- Click Next to proceed with the installation.
Windows Setup will automatically create the required system partitions.
2. Format the Partition
If deleting the partition is not an option, formatting it may help.
- Select the partition where you want to install Windows.
- Click Format.
- Confirm the formatting process.
- Once completed, select the partition again.
- Click Next to continue installation.
Formatting removes corrupted file system structures that may cause the error.
3. Convert Disk Partition Style (MBR or GPT)
The disk partition style must match your system boot mode.
- UEFI systems require GPT disks
- Legacy BIOS systems use MBR disks
To convert the disk:
- Press Shift + F10 during Windows Setup to open Command Prompt.
- Type the following commands: diskpart
list disk
select disk 0
clean
convert gpt
exit - Close Command Prompt and refresh the disk list in Windows Setup.
Note: The clean command will erase all data on the disk.
4. Check Disk for Errors
Disk errors may prevent Windows Setup from selecting the partition.
- Press Shift + F10 to open Command Prompt.
- Enter the command: chkdsk C: /f
- Replace C: with the correct drive letter if necessary.
This command scans the disk and repairs file system errors.
5. Disconnect Other Drives
Multiple connected drives may confuse Windows Setup.
- Shut down the computer.
- Disconnect external drives or additional internal drives.
- Leave only the target installation drive connected.
- Restart the installation process.
This ensures Windows installs on the correct disk.
6. Recreate the Installation Media
Sometimes the Windows installation media may be corrupted.
- Download the latest Windows installation tool from Microsoft.
- Create a new bootable USB installation drive.
- Restart the computer and boot from the new media.
Using fresh installation media can eliminate setup errors.
7. Update BIOS or UEFI Settings
Incorrect firmware settings may prevent proper disk detection.
- Restart your computer and enter BIOS/UEFI settings.
- Ensure the system is set to UEFI mode for GPT disks.
- Check that AHCI mode is enabled for storage devices.
- Save the changes and restart the installation.
Correct firmware settings ensure compatibility with Windows Setup.
Conclusion
The “There is an error selecting this partition for install” message usually appears due to disk partition conflicts, corrupted partitions, incompatible partition styles, or installation media issues. In many cases, deleting and recreating the partition or converting the disk to GPT resolves the problem quickly.
By following the troubleshooting steps above, you should be able to fix the partition selection error and continue installing Windows successfully. If the issue persists, checking disk health or recreating installation media may help resolve deeper installation problems.