- Before you begin
- Diagnóstico rápido
- Step-by-step fixes
- 1. Restart once and check again
- 2. Check free space and disconnect extra devices
- 3. Run the current Windows Update troubleshooter
- 4. Check the error code
- 5. Repair Windows components
- 6. Use a clean boot for software conflicts
- 7. Reset the download cache only as an advanced step
- 8. Install the update from Microsoft when appropriate
- Stop and get help when
- Verify the repair
- Fuentes
Use this guide when Windows 11 remains at the same download or installation percentage, repeatedly fails with an error code, or returns to the same update after restarting. Start with Windows’ supported tools before resetting update components manually.
Before you begin #
- Connect a laptop to power and use a stable internet connection.
- Save open work.
- Back up important files.
- If device encryption or BitLocker is enabled, confirm that you can access the recovery key before using recovery options.
- Do not turn off the computer during a BIOS, UEFI, or device-firmware update.
Diagnóstico rápido #
- Open Settings → Windows Update.
- Note the update name, percentage, and error code.
- Open Update history to see whether the same update repeatedly failed.
- Check Task Manager for continuing network or disk activity.
Large feature updates can remain at one percentage while Windows works in the background. If activity continues and there is no error, leave the computer connected to power for at least 30 minutes before intervening.
Step-by-step fixes #
1. Restart once and check again #
If Windows is responsive and not showing a firmware-update warning, choose Start → Power → Restart. After signing in, return to Settings → Windows Update → Check for updates.
2. Check free space and disconnect extra devices #
Open Settings → System → Storage. Use Cleanup recommendations to review space safely. Keep your keyboard, mouse, display, and internet connection, but disconnect nonessential drives, printers, docks, and other USB hardware during the update.
3. Run the current Windows Update troubleshooter #
Open the Get Help app, search for “Windows Update troubleshooter,” and follow its diagnostic prompts. Current Windows troubleshooting uses Get Help; do not use the retired msdt.exe WindowsUpdateDiagnostic command.
4. Check the error code #
Search the exact code on Microsoft Support. Error codes can distinguish low storage, damaged files, driver conflicts, incorrect date and time, or interrupted downloads. Apply the code-specific fix before resetting everything.
5. Repair Windows components #
If Microsoft guidance or the error indicates damaged system files, open Terminal as administrator and run:
DISM.exe /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Run DISM first, wait for it to finish, then run SFC. Restart and check for updates again.
6. Use a clean boot for software conflicts #
If the update fails because another process is using a file, follow Microsoft’s clean-boot procedure. A clean boot disables non-Microsoft startup software for diagnosis without permanently turning off Windows services. Restore normal startup after testing.
7. Reset the download cache only as an advanced step #
Use this only after the supported troubleshooter and component repair fail. Close Settings, open PowerShell as administrator, and run one line at a time:
Stop-Service -Name bits,wuauserv,cryptsvc -Force
Rename-Item C:\Windows\SoftwareDistribution SoftwareDistribution.old
Rename-Item C:\Windows\System32\catroot2 catroot2.old
Start-Service -Name cryptsvc,bits,wuauserv
Restart Windows and check for updates. Windows creates fresh cache folders. If a rename says the destination already exists, stop rather than deleting it; a previous reset may already have created that backup.
To undo the reset, stop the same services, rename the newly created folders, restore the original .old names, and restart the services. Do this only if the reset itself caused a new problem.
8. Install the update from Microsoft when appropriate #
For a specific cumulative update, note its KB number and use the Microsoft Update Catalog. Download only from catalog.update.microsoft.com and choose the package matching the system architecture.
For a feature-update failure, Microsoft’s Windows installation or recovery options may offer an in-place reinstall that keeps files and apps. Back up first and follow the current Microsoft instructions for the installed Windows edition.
Stop and get help when #
- Windows is requesting a BitLocker recovery key you cannot access.
- The update is BIOS, UEFI, or firmware and appears interrupted.
- Storage diagnostics report a warning or the drive disconnects.
- The computer repeatedly rolls back, blue-screens, or cannot reach Windows Recovery.
- This is a managed work or school computer.
Verify the repair #
Return to Settings → Windows Update and confirm that the update reports Installed. Check Update history, restart once more if requested, and confirm that normal startup and internet access still work.
