Objective:
Provides steps for troubleshooting and resolving errors related to Windows updates.


Steps:


For Windows 10:

  1. Run the Windows Update Troubleshooter:

    • Go to Settings > Update & Security > Troubleshoot.
    • Select Additional troubleshooters and then choose Windows Update. Run the troubleshooter to detect and fix issues.

  2. Clear the Software Distribution Folder:

    • Open File Explorer, go to C:\Windows\SoftwareDistribution, and delete the contents to clear cached update files.

  3. Check for System File Corruption:

    • Open Command Prompt as Administrator and run sfc /scannow to scan for and repair corrupted files.

  4. Restart and Recheck Updates:

    • Restart your PC and go back to Settings > Update & Security > Windows Update to check for updates.

For Windows 11:

  1. Run the Windows Update Troubleshooter:

    • Go to Settings > System > Troubleshoot > Other troubleshooters and select Windows Update.

  2. Clear the Software Distribution Folder:

    • Same as Windows 10: Go to C:\Windows\SoftwareDistribution in File Explorer and delete the contents.

  3. Check for System File Corruption:

    • Open Terminal as Administrator, run sfc /scannow, and repair any corrupted files found.

  4. Restart and Recheck Updates:

    • Restart and go to Settings > Windows Update to check for updates.