Colección / Estudio / Movimiento
← 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.

Empieza aquí

Empieza con el comando más rápido o con la apertura directa

Este bloque va primero a propósito. Copia un comando, abre PowerShell, Terminal de Windows, Ejecutar o la búsqueda de Inicio, pega el texto exacto, pulsa Enter y usa los pasos más lentos de abajo solo si todavía los necesitas.

Esta página depende sobre todo de menús, así que aquí importa más la ruta exacta de clics que un comando.

Resumen

Para qué te ayuda esta guía

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.

Cuándo usar esto

Cuándo conviene usar esta guía

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

Antes de empezar

Qué revisar primero

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

Hazlo exactamente así

Abre primero el área correcta de Windows y luego aplica los cambios uno por uno

  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.

Ruta exacta de clics

Dile al usuario exactamente qué abrir y qué pulsar

No cambies diez cosas a la vez. Abre primero la página exacta de Windows, haz un cambio claro y comprueba si resolvió el problema antes de seguir.

Acceso rápido: Press Start, type Terminal, right-click Windows Terminal, and choose Run as administrator.

Prueba una ruta más rápida

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

Cómo usarlo

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

Páginas relacionadas

Sigue con la siguiente página útil

Usa estos enlaces cuando quieras el script relacionado, otra página de ayuda de Windows o una herramienta del navegador para la misma tarea.

Preguntas frecuentes

Preguntas sobre 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.