How to Fix “There Is an Error Selecting This Partition” During Windows Installation

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.

  1. Boot into the Windows installation screen.
  2. Reach the partition selection page.
  3. Select each partition on the target drive.
  4. Click: Delete
  5. Continue until the drive shows: Unallocated Space
  6. 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:

  1. Enter BIOS/UEFI setup.
  2. Locate boot settings.
  3. 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.

  1. Select the problematic partition.
  2. Click: Format
  3. Retry the installation.

Formatting removes corrupted file system structures.

5. Disconnect Additional Drives

Multiple connected drives can confuse Windows Setup.

  1. Shut down the PC.
  2. Disconnect:
    • Secondary SSDs
    • HDDs
    • USB storage devices
  3. Leave only the target installation drive connected.
  4. 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.

  1. Download storage drivers from the motherboard or laptop manufacturer.
  2. Copy them to a USB drive.
  3. During installation, click: Load driver
  4. 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.

Posted by Raj Bepari

I’m a digital content creator passionate about everything tech.