Skip to main content

Windows Update Stuck in a Loop? How to Break the Restart Cycle for Good

Your computer restarts, shows the Windows update progress screen, gets partway through — then restarts again and starts over from the beginning. Or it finishes, reboots, and immediately tells you there are more updates to install. The loop just doesn't end.

This isn't a sign that your computer is broken. It's a specific failure pattern in Windows Update's delivery system, and there's a reliable way out of it.



Why Windows Update Gets Stuck in a Loop

Windows updates don't install as a single file. They arrive as a stack of components — drivers, security patches, cumulative updates, .NET framework pieces — that need to install in a specific order and register correctly with the Windows component store before the system moves on.

When one component fails to register properly, Windows doesn't always know how to handle it cleanly. Instead of stopping and showing an error, it sometimes rolls back to a previous state and tries again — which produces the loop. The underlying cause is almost always one of these three things:

A corrupted update cache Windows stores downloaded update files in a temporary folder before installing them. If a file in that folder is corrupted or incomplete, the installer keeps using the broken file in every attempt, which is why rebooting alone never fixes the loop.

A conflicting driver or third-party software Security software, driver management tools, and some system utilities can interfere with the update installation process at a step that Windows Update isn't designed to handle gracefully — causing a silent failure that triggers the restart loop.

A damaged Windows component store The Windows Component Store (WinSxS) tracks every installed Windows component and their dependencies. If this store has an integrity issue, updates that depend on registering new components can fail silently and loop.

Step-by-Step Fix

Step 1 — Boot into Safe Mode first

Before doing anything else, restart your computer into Safe Mode. Hold Shift while clicking Restart, then go to Troubleshoot > Advanced options > Startup Settings > Restart, and press 4. Safe Mode loads Windows without third-party software and drivers, which eliminates the most common interference source. If the update installs cleanly in Safe Mode, a third-party program was the cause.

Step 2 — Clear the Windows Update cache

This is the fix that resolves the majority of update loops. Open an elevated Command Prompt by searching "cmd," right-clicking, and selecting Run as administrator. Then run the following commands one at a time, pressing Enter after each:

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

ren C:\Windows\System32\catroot2 catroot2.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

This stops the Windows Update service, renames the corrupted cache folder so Windows creates a fresh one, then restarts the service. Restart your computer after running these commands, then try Windows Update again.

Step 3 — Run the System File Checker and DISM tool

If Step 2 alone doesn't resolve it, open an elevated Command Prompt again and run this command first:

DISM /Online /Cleanup-Image /RestoreHealth

Wait for this to complete — it can take 10 to 20 minutes and will appear to stall at certain percentages. Let it finish without closing the window.

Once that's done, run this second command:

sfc /scannow

Restart when both complete. These tools repair the Windows Component Store and replace corrupted system files, which addresses the deeper cause if the cache clear alone wasn't enough.

Step 4 — Install the problematic update manually

If a specific update keeps failing, go to catalog.update.microsoft.com, search for the KB number of the failing update (visible in Windows Update history under View update history), and download the standalone installer directly. Installing it manually bypasses the Windows Update delivery system entirely and often succeeds when the automatic process keeps looping.

Pro Tip: Check the CBS Log to Find Exactly Which Update Is Failing

Most people try fixes blindly without knowing which specific update is causing the loop. Windows keeps a detailed log of every update action in a file called CBS.log, located at this path on your computer: C:\Windows\Logs\CBS\CBS.log

Open this file in Notepad and press Ctrl+F to search for the word "failed." The entries marked as failed will show you the exact KB number and component name that's causing the loop — which means you can go directly to that specific update on the Microsoft Update Catalog instead of troubleshooting everything at once.

This single step cuts your troubleshooting time significantly because you're not guessing which update is the problem. You know exactly what to target.

If Nothing Works

If all of the above fails, the most reliable remaining option is the Windows Update Assistant, available at microsoft.com/software-download/windows11 (or windows10, depending on your version). This tool handles the update process independently of your existing Windows Update installation and can complete upgrades that the built-in updater cannot.

As a last resort, a repair install — also called an in-place upgrade — reinstalls Windows over itself without deleting your files or programs, and resets the Windows Update system to a clean state in the process.


Last updated: June 2026. Steps are based on Windows 10 and Windows 11. Paths and menu locations may vary slightly on older versions.

Comments

Popular posts from this blog

YouTube Keeps Logging Me Out on Samsung Smart TV After the 2026 Update

If you've recently updated your Samsung Smart TV and now find yourself getting signed out of YouTube every few minutes, you're not alone. This issue spiked noticeably after the latest firmware rollout, and it's frustrating enough to make you want to throw the remote across the room. Here's what's actually going on, and how to fix it without resetting your entire TV.   Why This Is Happening The short version: the 2026 Tizen firmware update changed how Samsung TVs handle cached authentication tokens for third-party apps. YouTube relies on a locally stored session token to keep you logged in, and the update appears to be clearing or corrupting that token faster than it should — sometimes within minutes of signing in. This isn't a YouTube-side bug. It's a conflict between Samsung's updated app sandboxing and YouTube's token refresh cycle.   Common Fixes (Try These First) Restart the TV — Hold the power button for 5 seconds, not just a quick press. A sof...

Amazon Order Stuck on "Preparing for Shipment" for Over a Week? Here's What's Really Happening

Your order says "Preparing for Shipment" and it hasn't moved in days. You've refreshed the tracking page a dozen times, maybe even called support and gotten a generic script read back to you. So what's actually going on, and is there anything you can do besides wait? Let's break it down. What "Preparing for Shipment" Actually Means This status doesn't mean your package is sitting untouched. It means Amazon's fulfillment center has confirmed your order but hasn't yet handed it off to a carrier for scanning. The label may already be printed. The item may already be boxed. It's the handoff step — between warehouse and shipping carrier — that's stalling. There are three common reasons this drags on past 2-3 days: Inventory mismatch — the system shows stock available, but the physical item isn't where it's expected to be in the warehouse, triggering a manual recount Carrier capacity issues — especially common arou...

Paid for YouTube Premium but Still Seeing Ads? Here's the Real Fix

You upgraded to YouTube Premium specifically to get rid of ads, and now they're still showing up. Before you contact support and sit through a generic troubleshooting script, here's what's actually causing this — and the fix that works when the obvious steps don't. The Three Most Common Reasons Premium Isn't Blocking Ads Not all ad situations are the same. Which one you're dealing with changes what you need to do. 1. Your account isn't signed in on the device showing ads This is the most common cause and the easiest to miss. YouTube Premium is tied to your Google account, not to the app or device. If you're watching while signed out — or signed into a different Google account — YouTube has no way of knowing you're a Premium subscriber. Check the account icon in the top-right corner of the YouTube app and confirm it shows your correct profile. 2. Your Premium subscription lapsed without warning YouTube sometimes fails to send a renewal failu...