How to Fix Windows Stuck at "Installing Windows 45%"

Windows installations freezing at 45% is a frustrating problem faced by many users. This guide offers comprehensive solutions to address the issue and ensure a smooth installation process.

Causes of Installation Freeze at 45%

The most common reasons for the issue include:

  • Corrupt installation files or media.
  • Hardware malfunctions, such as bad RAM or damaged hard drives.
  • Outdated or incompatible drivers.
  • Insufficient storage space or bad sectors on the disk.
  • BIOS or UEFI misconfigurations.
Tip: Before starting, double-check the integrity of your installation media. A corrupt ISO file can cause installation issues.

Basic Troubleshooting Steps

Follow these steps to address the issue quickly:

  1. Restart the Installation Process
    • Power off your computer completely.
    • Disconnect all unnecessary peripherals, such as printers or external drives.
    • Restart your computer and initiate the installation again.
  2. Verify the Installation Media
    • Ensure your USB or DVD installation media is not corrupted. Use tools like the Rufus Utility for creating bootable USB drives.
    • Download the latest ISO directly from the official Microsoft Download Center.
  3. Free Up Disk Space
    • Ensure you have at least 20GB of free space on your primary drive.
    • Delete unnecessary files or move them to an external storage device.
Note: Ensure your system meets the minimum hardware requirements for the Windows version you're installing.

Advanced Solutions

If basic steps fail, try these advanced solutions:

1. Run Disk Error Checks

Bad sectors on your drive can cause installation issues. Here's how to check and repair them:

  1. Boot into recovery mode using your installation media.
  2. Select "Repair your computer" > "Troubleshoot" > "Command Prompt."
  3. Run the command: chkdsk /f /r.
  4. Restart your computer after the process completes.

2. Update Your BIOS/UEFI

Outdated BIOS or UEFI firmware can interfere with installations. To update:

  • Visit the manufacturer’s website and download the latest firmware.
  • Follow the specific instructions provided for updating safely.

3. Reformat the Drive

If the issue persists, reformatting the drive may help:

  1. Open "Command Prompt" in recovery mode.
  2. Type: diskpart and press Enter.
  3. Run the following commands to clean and format the disk:
    • list disk
    • select disk [disk number]
    • clean
    • create partition primary
    • format fs=ntfs quick
Warning: Reformatting will erase all data on the drive. Back up important files before proceeding.

Frequent Errors and How to Fix Them

Error Solution
Missing Drivers Use another PC to download and transfer the required drivers.
Installation Media Not Detected Ensure your BIOS is set to boot from the correct drive.
Installation Freezes Randomly Test your RAM using tools like Memtest86.

FAQs

Freezing at 45% often indicates corrupted installation media, hardware issues, or insufficient disk space.

Yes, use recovery tools like Recuva or boot into safe mode to back up important files.

The average installation time is 20–40 minutes. Stalls beyond this may require troubleshooting.