Collection / Studio / Motion
← Windows

How to Reset Windows Update Components

This guide explains the normal Windows Update reset flow in plain language. You stop the update services, rename the cache folders, start the services again, and then check for updates with a clean state.

Start here

Start with the fastest command or direct open action

This block comes first on purpose. Copy one command, open PowerShell, Windows Terminal, Run, or Start search, paste the exact text, press Enter, then do the slower click-by-click checks underneath only if you still need them.

This page is mostly menu-based, so the exact click path matters more than a command here.

Overview

What this guide helps you do

A component reset can clear damaged cache files and restart the update pipeline when Windows Update is stuck or repeatedly fails.

  • The reset mostly clears local update cache and service state.
  • After the reset, Windows will usually recreate the missing folders automatically.
  • Use an elevated terminal so the commands can control the services.

When to use this

When to use this guide

Best for repeated Windows Update failures, stuck downloads, and the same install error showing again after restart.

Before you start

What to review first

Open an elevated terminal for the service commands. Renaming the update cache folders is safer than randomly deleting files inside them.

Do this exactly

Open the right Windows area first, then follow the changes one by one

  1. Open Windows Terminal as administrator.
  2. Run the stop-service commands for BITS, Windows Update, Cryptographic Services, and the MSI installer one line at a time.
  3. Rename the SoftwareDistribution and catroot2 folders so Windows creates fresh copies.
  4. Run the start-service commands to bring the update services back online.
  5. Open Settings > Windows Update and click Check for updates again.

Exact click path

Tell the user exactly what to open and press

Do not change ten things at once. Open the exact Windows page first, make one clear change, then check whether it solved the problem before moving on.

Fast open: Press Start, type Terminal, right-click Windows Terminal, and choose Run as administrator.

Try a faster path

Best for repeated Windows Update failures, stuck downloads, and the same install error showing again after restart.

How to use

Open an elevated terminal for the service commands. Renaming the update cache folders is safer than randomly deleting files inside them.

Related pages

Keep going with the next useful page

Use these links when you want the matching script, another Windows help page, or a browser tool for the same job.

FAQ

Questions about How to Reset Windows Update Components

Will resetting Windows Update delete my personal files?

No. The reset targets Windows Update services and cache folders, not your personal files.

Do I need administrator rights?

Yes. The service stop, rename, and start commands should be run in an elevated terminal.