# How to Fix Windows 11 Stuck on the Loading Screen URL: https://www.mytechnician.tech/tips/fix-windows-11-stuck-on-loading-screen/ Published: 2026-05-26 | Updated: 2026-08-10 | Author: Ankit Kumar Tags: Windows 11, Boot, Troubleshooting, Fix Summary: Windows 11 stuck on the spinning dots or loading screen? Cut power-draining peripherals, disable fast startup, and use Startup Repair to boot again. Recommended app: PC-Troubleshooter — https://www.mytechnician.tech/apps/windows-troubleshooter/ (Microsoft Store: https://apps.microsoft.com/detail/9N7RWKW8SP24?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## 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](https://www.mytechnician.tech/tips/fix-black-screen-on-boot-windows-11/), 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](https://www.mytechnician.tech/tips/fix-automatic-repair-loop-windows-11/). **"No bootable device" message?** See [no bootable device errors](https://www.mytechnician.tech/tips/fix-no-bootable-device-windows-11/). ## 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 options** → **Troubleshoot** → **Advanced options** → **Startup Settings** → **Restart** → 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](https://www.mytechnician.tech/tips/how-to-enter-safe-mode-windows-11/). ## 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 Panel** → **Power Options** → **Choose 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)**: ```cmd powercfg /hibernate off ``` ## Step 6: Undo the Recent Change * **Just updated?** Roll it back: [fix Windows 11 after a bad update](https://www.mytechnician.tech/tips/fix-windows-11-after-bad-update-rollback/). * **New driver?** Device Manager → the device → **Properties** → **Driver** → **Roll 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](https://www.mytechnician.tech/tips/create-system-restore-point-windows-11/). ## Step 7: Startup Repair and System Checks From the recovery menu, **Troubleshoot** → **Advanced options**: 1. Run **Startup Repair** once and let it finish. 2. If it fails, open **Command Prompt**. Confirm the drive letter first with `diskpart` → `list volume` → `exit`, then: ```cmd sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows ``` ```cmd chkdsk C: /f /r ``` ```cmd 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 + R` → `msconfig` → **Boot** 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? * Safe Mode also hangs → the disk is the prime suspect: [check SSD or hard drive health](https://www.mytechnician.tech/tips/check-ssd-hard-drive-health-windows-11/). * Get your data out first if you have any doubt: recover files from the recovery Command Prompt or another machine before attempting a reinstall. * Last resort that keeps your files: [reinstall Windows without losing data](https://www.mytechnician.tech/tips/reinstall-windows-without-losing-data/). --- Source: https://www.mytechnician.tech/tips/fix-windows-11-stuck-on-loading-screen/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: PC-Troubleshooter (PC-Troubleshooter is a system diagnostic and repair tool for Windows 10 and Windows 11—hardware, drivers, network, and common fixes in one app.) — https://www.mytechnician.tech/apps/windows-troubleshooter/ More guides: https://www.mytechnician.tech/llms.txt