How to Fix Windows 11 Stuck on the Loading Screen

The Problem

Windows 11 reaches the logo and spinning dots and never gets to the sign-in screen—it spins for 10, 20, 30 minutes or more. Unlike a black screen on boot, you can see the logo, so firmware handed off correctly and Windows itself is failing to finish loading.

Usual causes: a stuck update, a bad driver, a corrupted Fast Startup file, or a peripheral confusing the boot.

Looping through Automatic Repair instead? Use fix the Automatic Repair loop. "No bootable device" message? See no bootable device errors.

Step 1: Give It One Real Chance

If a feature update was installing, the spinner can legitimately sit for 30 minutes or more, especially on a mechanical hard drive.

Before forcing anything, check whether work is happening: watch the drive activity LED, or listen to a mechanical drive. Steady activity means it is doing something. Wait a full 30 minutes once. Pulling power during a component-store write causes far worse damage than waiting.

Step 2: Unplug Everything

  1. Remove USB drives, external hard drives, dongles, printers, controllers, card readers, and any extra monitors.
  2. Leave only keyboard and mouse.
  3. Hold the power button for 10 seconds to force off, then power on.

An external drive or a USB stick that firmware is trying to enumerate is a very common cause, and this test costs nothing.

Step 3: A Proper Power Cycle

  1. Hold the power button for 10 seconds until the PC is fully off.
  2. Unplug the power cable, and remove the laptop battery if it is removable.
  3. Hold the power button for a further 30 seconds to drain residual charge.
  4. Reconnect and boot.

This clears the state that Fast Startup saved, which by itself resolves a fair share of these cases.

Step 4: Boot Safe Mode

  1. Force-shutdown during boot three times—power off as soon as the logo appears.
  2. On the next boot Windows opens Automatic Repair.
  3. Advanced optionsTroubleshootAdvanced optionsStartup SettingsRestart → press 5 for Safe Mode with Networking.

It boots in Safe Mode → the installation is intact and a driver or startup item is the cause. Continue below. It hangs in Safe Mode too → suspect the disk or system files. Skip to Step 7.

Full walkthrough: how to enter Safe Mode.

Step 5: Turn Off Fast Startup

A corrupted hibernation image is one of the most common causes of an endless spinner.

  1. In Safe Mode: Control PanelPower OptionsChoose what the power buttons do.
  2. Click Change settings that are currently unavailable.
  3. Untick Turn on fast startup (recommended)Save changes.
  4. Restart normally.

To be certain the file is rebuilt, also run in Terminal (Admin):

powercfg /hibernate off

Step 6: Undo the Recent Change

  • Just updated? Roll it back: fix Windows 11 after a bad update.
  • New driver? Device Manager → the device → PropertiesDriverRoll Back Driver. Graphics and storage drivers are the usual suspects.
  • New software, especially antivirus? Uninstall it from Safe Mode.
  • Nothing obvious? System Restore to a point before the problem: create and use a system restore point.

Step 7: Startup Repair and System Checks

From the recovery menu, TroubleshootAdvanced options:

  1. Run Startup Repair once and let it finish.
  2. If it fails, open Command Prompt. Confirm the drive letter first with diskpartlist volumeexit, then:
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
chkdsk C: /f /r
DISM /Image:C:\ /Cleanup-Image /RestoreHealth

chkdsk /r takes hours on a large drive. Let it run to completion.

Step 8: Watch Where It Actually Stops

If you can reach Safe Mode, enable boot logging to see the last driver loaded before the hang.

  1. Win + RmsconfigBoot tab → tick Boot log.
  2. Boot normally, force off when it hangs, then return to Safe Mode.
  3. Read C:\Windows\ntbtlog.txt—the last entries name what was loading when it stopped.

What Not to Do

  • Don't hard-power-off repeatedly during an active update. Each interruption raises the chance of an unbootable system and a corrupted component store.
  • Don't reinstall Windows before testing the disk. A dying drive produces exactly this symptom and will do so again on a fresh install.
  • Don't clear CMOS hoping it helps—it will not, and it may reset your SATA mode and boot order into a worse state.

Still Spinning?