Kollektion / Studio / Bewegung
← 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.

Hier anfangen

Starte mit dem schnellsten Befehl oder Direktaufruf

Dieser Block steht absichtlich ganz oben. Kopiere einen Befehl, öffne PowerShell, Windows-Terminal, Ausführen oder die Startsuche, füge den genauen Text ein, drücke Enter und nutze die langsameren Klick-Schritte darunter nur noch, wenn du sie wirklich brauchst.

Diese Seite läuft hauptsächlich über Menüs, daher ist der genaue Klickpfad hier wichtiger als ein Befehl.

Überblick

Wobei dir diese Anleitung hilft

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.

Wann du das nutzt

Wann diese Anleitung sinnvoll ist

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

Bevor du beginnst

Was du zuerst prüfen solltest

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

Mach es genau so

Öffne zuerst den richtigen Windows-Bereich und ändere dann alles Schritt für Schritt

  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.

Exakter Klickpfad

Zeig dem Nutzer genau, was er öffnen und drücken muss

Ändere nicht zehn Dinge gleichzeitig. Öffne zuerst genau die richtige Windows-Seite, mache eine klare Änderung und prüfe dann, ob das Problem gelöst ist.

Schneller öffnen: Press Start, type Terminal, right-click Windows Terminal, and choose Run as administrator.

Schnellere Alternative

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

So verwendest du es

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

Verwandte Seiten

Mach mit der nächsten passenden Seite weiter

Nutze diese Links, wenn du das passende Skript, eine weitere Windows-Hilfeseite oder ein Browser-Tool für dieselbe Aufgabe suchst.

FAQ

Fragen zu 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.