Troubleshooting & Fixes

How to Fix Windows Stuck on the Loading Screen

Windows stuck on the loading screen means startup began but never reached the sign-in screen, and the first move is to wait fifteen minutes, then force a restart and disconnect every USB device. The spinning dots sit under the Windows logo because a bad update or driver, corrupted system files, a conflicting peripheral, or a failing drive is stalling the boot. If a clean restart with nothing plugged in still hangs, force three interrupted starts to open the Windows Recovery Environment and run Startup Repair, then Safe Mode and the system file tools. This stage is a software problem because the Windows logo has already appeared; a hang at the manufacturer logo is a separate hardware or BIOS fault.

15 minwait the spinning dots out before forcing a restart
3xinterrupted starts open the Recovery Environment
Safe Modeloads a minimal driver set to isolate the cause
24H2 / 25H22026 updates that caused boot failures on some PCs

This stage is an operating-system problem that appears after the Windows logo, which separates it from a power-on self test hang at the motherboard logo. Because the firmware has already handed control to Windows, the fixes use a wait, a peripheral check, Safe Mode, Startup Repair, and the system file tools rather than BIOS settings, and the recovery steps run from the Windows Recovery Environment when the desktop cannot be reached.

What Causes Windows to Get Stuck on the Loading Screen?

Windows stuck on the loading screen comes from a fault in the startup sequence, and four causes account for almost every case.

Bad update or driver
A recent Windows update or device driver introduced a fault that stalls startup. This is the most common cause, and in 2026 specific 24H2 and 25H2 updates caused boot failures on some PCs. Tell-tale sign: the hang began right after an update or a new driver.
Corrupted system files
Damaged operating-system files stop the boot sequence before the sign-in screen loads, often after a power loss during an update or a disk error. Tell-tale sign: the hang appeared with no obvious change and Startup Repair reports a problem.
Peripheral or USB device
A faulty USB drive, external disk, printer, or dock makes Windows wait on it during boot. Tell-tale sign: the system boots once the device is unplugged, or hangs only when it is connected.
Failing drive
Bad sectors on the system drive prevent Windows from reading the files it needs to boot. Tell-tale sign: long delays, clicking noises, or repeated hangs that get worse over time.

The table below maps each symptom to its most likely cause.

SymptomMost Likely Cause
Spinning dots hang after a recent updateBad update or pending update loop
Stuck after installing new hardware driversFaulty or incompatible driver
Boots once a USB device is unpluggedConflicting peripheral or external drive
Long delay, clicking noises from the driveFailing system drive with bad sectors
Boots fine in Safe Mode onlyConflicting startup service or driver
Configuring updates message that never finishesStalled pending update

Because this stage runs after the firmware finishes, knowing what an operating system is clarifies why these fixes target Windows components rather than hardware initialization.

How Do You Fix Windows Stuck on Loading?

Work through these steps in order, because each one is faster and safer than the next and rules out the most common causes first.

  • Wait it out. Leave the spinning dots for at least fifteen minutes, or longer if a percentage or a Working on updates message is showing, since a large update can take an hour or more. A blinking drive-activity light means the system is still working.
  • Unplug all peripherals. Shut down by holding the power button, disconnect every USB drive, external disk, printer, and dock, leave only the monitor and internal disk, then power on and watch for the sign-in screen.
  • Open the Recovery Environment. If it still hangs, force the start and power off as the Windows logo appears, three times. The next start opens Automatic Repair and then the Recovery Environment, where the rest of the fixes live.
  • Run Startup Repair. From Troubleshoot, Advanced options, choose Startup Repair and let it scan and rebuild the boot files automatically. This is the single highest-yield fix for a boot configuration fault.
  • Boot into Safe Mode. From Advanced options, Startup Settings, Restart, press 4 or 5. Safe Mode loads a minimal driver set; if Windows reaches the desktop here, a third-party driver or service is the cause, and you remove it in Device Manager.
  • Uninstall the recent update or driver. From Advanced options, choose Uninstall Updates and remove the latest quality or feature update, or remove the driver from Safe Mode. Use this when the hang began right after an update, including the 2026 24H2 and 25H2 update failures.
  • Run System Restore. From Advanced options, choose System Restore and pick a restore point dated before the hang. It reverses a bad update or driver in one step without touching personal files.
  • Run SFC and DISM. From Advanced options, Command Prompt, run DISM /Online /Cleanup-Image /RestoreHealth, then sfc /scannow to repair the component store and replace corrupted system files. Run SFC again after DISM finishes.
  • Check the disk. Still in Command Prompt, run chkdsk C: /f /r to scan and repair the system drive. Long delays and clicking point to bad sectors; back up and replace the drive if unrecoverable sectors appear.
Run Startup Repair - How to Fix Windows Stuck on the Loading Screen

Startup Repair is the first tool to reach for because it fixes the boot configuration and missing system files without any commands. If it cannot repair the boot record, rebuilding the Boot Configuration Data from Command Prompt with bootrec /scanos, bootrec /rebuildbcd, bootrec /fixmbr, and bootrec /fixboot is the manual fallback. An access-denied result on fixboot on a UEFI system means the EFI partition needs a letter and a bcdboot repair.

A stuck Windows logo is a software problem; a stuck manufacturer logo is hardware or BIOS. If the spinning dots sit under the Windows logo, control has already passed to the operating system, so the fixes on this page apply. If the screen freezes on the motherboard or laptop maker logo before Windows appears, and a bootable USB also fails the same way, the fault is in firmware, the drive, RAM, or BIOS settings instead. That earlier stage is covered in a computer stuck on the boot screen.

How Do You Repair Corrupted System Files From Recovery?

System File Checker and DISM repair the damaged system files that most often hold the loading screen, and they run from the Recovery Environment Command Prompt when the desktop is out of reach. SFC restores individual protected files, while DISM repairs the underlying component store that SFC draws its healthy copies from.

  1. From the Recovery Environment, open Advanced options and select Command Prompt.
  2. Run DISM /Online /Cleanup-Image /RestoreHealth first to repair the component store.
  3. If running fully offline, point DISM at the Windows drive with the /Image switch instead of /Online.
  4. Run sfc /scannow to replace any corrupted protected files.
  5. Restart and check whether Windows reaches the sign-in screen, then run SFC once more to confirm.

Run SFC again after DISM completes, because DISM repairs the component store that SFC needs to replace any remaining damaged files. The same tools and the wider repair routine are covered in how to fix corrupt system files.

How Do You Clear a Stuck or Looping Update?

A pending update that cannot finish restarts and stalls on each boot, and clearing the failed download breaks the loop. Removing the update or resetting the update components returns Windows to a clean state so the install can be retried.

  1. From Advanced options, select Uninstall Updates and remove the latest quality update, or the feature update if that matches the timing.
  2. If the update keeps returning, open Command Prompt and clear the SoftwareDistribution Download folder to remove failed update files.
  3. Rename the SoftwareDistribution folder so Windows rebuilds it on the next start.
  4. Free drive space if the disk is near full, since an update needs room to stage and apply.
  5. Restart and let Windows attempt the update with a clean download, or use System Restore to roll back the change.

In 2026, some Windows 11 24H2 and 25H2 updates caused boot failures on affected PCs, and Microsoft shipped a fixed update and an automatic Known Issue Rollback to mitigate them. After removing a bad update, check Microsoft release health for the corrected build before reinstalling, and see how to fix Windows update errors for the full update-repair routine.

How Do You Check Whether the Drive Is Failing?

Checking the system drive confirms whether bad sectors are stopping Windows from reading its boot files. A failing drive produces long delays, clicking noises, and loading-screen hangs that worsen over time.

Check Drive Health - How to Fix Windows Stuck on the Loading Screen
  1. Open Command Prompt from the Recovery Environment.
  2. Run chkdsk C: /f /r to scan and repair the system drive.
  3. Let the scan complete, which can take a long time on a large drive.
  4. Review the result for bad sectors that could not be repaired.
  5. Back up data and replace the drive if unrecoverable sectors are found.

Repeated hangs alongside disk strain can also surface as 100 percent disk usage, and a drive on the edge of failure may produce a blue screen of death once Windows does load.

Last Thoughts on Windows Stuck on the Loading Screen

Windows stuck on the loading screen is a software fault that appears after the Windows logo, which separates it from a power-on self test hang at the motherboard logo. The fastest path is to wait the spinning dots out for fifteen minutes, force a restart with every USB device unplugged, and only then open the Recovery Environment. From there, Startup Repair, Safe Mode, update removal, System Restore, and the SFC and DISM tools resolve the software causes in order, with a chkdsk scan reserved for a drive that shows signs of failing.

A hang that began at the motherboard logo instead belongs to a computer stuck on the boot screen, and persistent delays with disk strain point toward 100 percent disk usage. The wider catalogue of startup and performance faults sits in the common PC problems hub.

Key Takeaways:

  • Wait the spinning dots out for at least fifteen minutes before forcing a restart, longer if a percentage is showing.
  • Unplug every USB and external device next, since a faulty peripheral can stall the boot on its own.
  • Force three interrupted starts to open the Recovery Environment when the desktop cannot be reached.
  • Run Startup Repair first, because it fixes the boot configuration automatically with no commands.
  • Use Safe Mode to isolate a bad driver or service, and Uninstall Updates or System Restore to reverse a bad update.
  • Run DISM then SFC to repair system files, and chkdsk when delays and clicking suggest a failing drive.

Frequently Asked Questions (FAQs)

Why is Windows stuck on the loading screen with spinning dots?

The spinning dots hang means Windows started but could not finish loading, usually because of a bad update or driver, corrupted system files, a conflicting USB peripheral, or a failing drive. Wait fifteen minutes first in case an update is finishing, then unplug peripherals and start the repair steps with Startup Repair from the Recovery Environment.

How long should I wait on the Windows loading screen before forcing a restart?

Wait at least fifteen minutes if you only see spinning dots, and longer if a percentage or a Working on updates message is showing, because a large update can take an hour or more. If a hard-drive activity light keeps blinking the system is still working; if the dots never advance and nothing is happening, treat it as stuck.

How do I get into Safe Mode if Windows will not load?

Force three interrupted starts by holding the power button to shut down as soon as the Windows logo appears, repeated three times. Windows then opens the Recovery Environment, where you choose Advanced options, Startup Settings, Restart, and press 4 or F4 for Safe Mode, or 5 or F5 for Safe Mode with Networking.

Can a Windows update cause the loading screen to hang?

Yes. A failed or looping update is a common cause, and specific Windows 11 24H2 and 25H2 updates in 2026 caused boot failures on some PCs. Use Uninstall Updates or System Restore from the Recovery Environment to remove the most recent update, then check Microsoft release health for a fixed update to reinstall.

Should I unplug USB devices when Windows is stuck on loading?

Yes. A faulty USB drive, external disk, printer, or even a docking station can stall startup while Windows waits on it. Shut down, disconnect every non-essential USB and external device, leave only the monitor and internal disk, then power on and see whether Windows reaches the sign-in screen.

Does a failing hard drive cause a stuck loading screen?

Yes. Bad sectors stop Windows from reading its boot files, which produces long delays, clicking noises, and repeated hangs. Run chkdsk C: /f /r from the Recovery Environment to scan and repair the drive, and replace it if the scan reports unrecoverable sectors.

Nizam Ud Deen

Muhammad Nizam Ud Deen Usman is the founder of theCoreiTech and the author of The Local SEO Cosmos. Nizam works as an SEO consultant and content strategy expert with more than a decade of experience in digital marketing and IT, and he also founded ORM Digital Solutions, a digital agency serving medium and large businesses. He holds a degree from the University of Education, Lahore (Multan Campus), and was listed among the top 20 SEO experts in Pakistan in 2024. Nizam started theCoreiTech in 2012 to make computers easier to understand and use for everyone. Connect with Nizam on LinkedIn (seoobserver), X (@SEO_Observer), or at nizamuddeen.com.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button