Sign in
Welcome! to your
recovery
Recover your
A will be e-mailed to you.
WindowsFix Windows 11 Installation Stuck (2025) – TPM, Secure Boot & Rufus...

- 4i3n4v

Key Takeaways
  • Many s face issues when installing Windows 11, such as the installation getting stuck due to system requirements like TPM 2.0, Secure Boot, or uned hardware. To fix this, you need to ensure these settings are enabled in your BIOS and update your PC to meet the requirements.
  • You can by TPM and Secure Boot checks by using methods like editing the registry during installation or creating a bootable USB with tools like Rufus, which removes these requirements. This is especially useful for older PCs that do not meet the official requirements.

When installing Windows 11, many s still run into the problem where the setup gets stuck — sometimes at the loading screen, sometimes while checking requirements, or even during the actual installation. In 2025, this is still a common issue, especially if you’re upgrading an older PC or using uned hardware.

But don’t worry — this guide will help you fix the ‘Windows 11 installation stuck’ issue step-by-step. Whether it’s due to TPM, Secure Boot, uned hardware, or something else, we’ve got it all covered.

Why Windows 11 Installation Gets Stuck? 58303a

Microsoft has strict system requirements for installing Windows 11. If your PC doesn’t meet those, the installation might freeze, fail, or even restart in a loop. Here are the minimum system requirements for Windows 11 (still valid in 2025):

  • A processor with 1GHz or faster, 2 or more cores, and 64-bit compatibility
  • 4 GB RAM or more
  • 64 GB storage or more
  • UEFI firmware with Secure Boot
  • TPM version 2.0
  • DirectX 12 compatible graphics with WDDM 2.x driver
  • Display larger than 9″ with 720p resolution
  • Microsoft and internet connectivity (mandatory for Home edition)

Windows 11 Installation Stuck [How to solve]

Most Common Reasons for Installation Stuck in 2025: 663q1b

TPM 2.0 not enabled or not available

  • Secure Boot disabled or missing in BIOS
  • Uned U or motherboard
  • Conflicting third-party software (like VirtualBox or Bluestacks)
  • Corrupted setup files or outdated ISO
  • External devices interfering with the process

ALSO READ: Windows 11 Media Creation Tool: How To Install/Upgrade

Fixing Windows 11 Installation Stuck Issue qq6g

Follow the steps given below to fix Windows 11 Installation stuck.

Windows 11 Installation Stuck [How to solve]

Enable TPM 2.0 on Your PC 1e2b2b

Even in 2025, TPM 2.0 is still a key requirement to install or Windows 11.

Check if TPM is enabled: q4o5z

  • Press Windows + R, type tpm.msc, and press Enter.
  • The TPM Management window will open.
  • If it says “The TPM is ready for use”, then it’s already enabled.
  • If it says “Compatible TPM cannot be found”, you need to enable it from BIOS.

Enable TPM 2.0 from BIOS: 4zv10

  • Restart your PC and keep pressing the BIOS key (F1, F2, DEL, ESC, or F10) during boot.
  • In the BIOS/UEFI menu, go to the Security or Advanced tab.
  • Find TPM Device, PTT (Intel), or fTPM (AMD), and enable it.
  • Save and exit BIOS.

Enable Secure Boot in BIOS u4m27

Secure Boot must be enabled to meet Windows 11 requirements. Here’s how:

  • Reboot your PC and enter the BIOS/UEFI settings again.
  • Navigate to the Boot or Security section.
  • Look for the Secure Boot option.
  • Set it to Enabled.
  • Save changes and exit BIOS.

🔁 If you changed the boot mode from Legacy to UEFI during this process, make sure your hard drive uses a GPT partition scheme, or the system won’t boot properly.

Install Windows 11 Without TPM or Secure Boot (By Method) 4kn2z

If your PC doesn’t TPM 2.0 or Secure Boot, you can still install Windows 11 using this registry trick or a tool like Rufus.

Option 1: Registry By (Manual Method) 5a691b

  • Boot into the Windows 11 setup screen.
  • When it pauses, press Shift + F10 to open Command Prompt.
  • Type regedit and hit Enter.
  • Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup
  • Right-click on Setup, select New > Key, name it LabConfig.
  • In LabConfig, create 2 new DWORD (32-bit) values:
  1. ByTPMCheck → Set value to 1
  2. BySecureBootCheck → Set value to 1
  • Close Registry Editor and proceed with installation.

Option 2: Rufus Tool (Automatic Method) c2u2d

  • the latest Rufus.
  • Use it to create a bootable USB using a Windows 11 ISO.
  • When prompted, select the option to Remove requirement for TPM 2.0 and Secure Boot.
  • Boot from USB and install Windows 11.

Uninstall Incompatible Programs 5x2r48

In some cases, third-party software blocks the upgrade or causes errors during install.

Programs known to conflict in 2025:

  • VirtualBox / VMware (older versions)
  • Bluestacks, NOX Player
  • TeamViewer
  • Old Antivirus or VPN software

What to Do:

  • Go to Control > Programs > Uninstall a program.
  • Remove anything that might interfere with drivers, display, or system-level access.
  • Restart your PC after uninstalling them.

Disconnect All Peripherals 1l1j1i

Still stuck? Try removing all external devices:

  • USB drives
  • External hard disks
  • Printers
  • Game controllers
  • HDMI cables
  • Bluetooth dongles

Once everything is disconnected, restart the installation.

Restart the Windows Update Service (If Upgrading via Settings) r2bm

If you’re stuck while updating from Windows 10 to 11 through Windows Update, the update components themselves might be corrupted.

Here’s how to reset Windows Update:

Stop the Update Services 1q566f

  • Search for Command Prompt, right-click, and choose Run as .Clear Temporary Files in Windows 11
  • Now type the following commands one by one:
net stop wuav
net stop bits

This stops the Windows Update and Background Intelligent Transfer Services.

Delete the SoftwareDistribution Cache 2a4g70

  • Press Windows + E to open File Explorer.
  • Go to: C:\Windows\SoftwareDistribution
  • Select all files (Ctrl + A) and delete them. These are temporary update files and can safely be removed.

Restart the Services 1s4f5w

After deleting, go back to Command Prompt and run:

net start wuav
net start bits

Then go to Settings > Update & Security > Windows Update and try checking for updates again.

Fix Disk Errors Before Installation 4a1uf

Corrupted partitions or failing disks can also cause the installation to get stuck or fail midway.

Run CHKDSK and SFC: 5f71

Open Command Prompt as .

chkdsk /f /r

It may ask to schedule the scan for next reboot. Type Y and press Enter.

Next, run:

sfc /scannow

This checks for corrupted system files and repairs them.

Use Latest ISO Image (Clean Install) 405m2y

If you’re upgrading via Settings and keep getting stuck, the setup files might be damaged or incomplete.

Instead of updating, do a clean install using a bootable USB.

  • Visit: https://www.microsoft.com/software-/windows11
  • the Media Creation Tool or ISO file.
  • Use Rufus to create a bootable USB.
  • If you want to install without TPM/Secure Boot, Rufus has built-in by options.
  • Boot from the USB.
  • On the Windows Setup screen, choose Custom Install, delete existing partitions, and proceed with the clean install.

✅ Always back up important files before clean installation, as this wipes the drive.

Intel VMD/NVMe Bug Fix (2025 Specific) 4z6h2n

In newer laptops, Windows 11 installation may get stuck due to Intel VMD controllers interfering with NVMe SSD detection.

  • Enter BIOS/UEFI settings.
  • Look for Intel VMD under Advanced/Storage settings.
  • Set it to Disabled.
  • Save and exit.
  • Retry the installation.

After installation, you can re-enable VMD if required for RAID or OEM recovery features.

Check if You Need GPT Partition (UEFI Mode) 4py3k

If you’re getting errors like:

  • “Windows cannot be installed to this disk. The selected disk has an MBR partition table.”

…it means you’re installing in UEFI mode but your disk is still using MBR.

Convert MBR to GPT (without losing data): 59435j

Use MBR2GPT tool (works on Windows 10/11 Pro):

Open Command Prompt as .

Run: mbr2gpt /convert /allowFullOS
  • Reboot and enable UEFI boot in BIOS.
  • Alternatively, during clean install:
  • Delete all partitions on the target disk.
  • Windows setup will auto-convert it to GPT.

ALSO READ: Windows 11 Start Menu Not Working: Here’s How To Fix?

Final Words 5t5ry

If your Windows 11 installation is stuck, don’t panic — it’s usually due to TPM, Secure Boot, or uned hardware. In 2025, you can still fix it by enabling settings in BIOS, using Rufus to by restrictions, or doing a clean install with the latest ISO.

Whether your PC is ed or not, the steps in this guide should help you get Windows 11 installed smoothly. Just take it one fix at a time and you’ll be up and running soon.

Anurag Jain
https://itechhacks.sitesunblocked.org
Anurag is a Senior content analyst with 4 years of experience in the industry. Based in India, He is extremely skilled at Windows related to How to Troubleshooting matters. His favorite topics are Windows 11, Android, and How To's.

LEAVE A REPLY Cancel reply 666u6o

Please enter your comment!
Please enter your name here

LATEST 11715z

How to Disable End-to-End Encryption in WhatsApp Settings 4d5r2j

How to Fix the Red U Light On A Motherboard 1p185z

Top 10 Best Weather Forecast Websites in 2025 4s275p