Share via

windows update problems

greg johnson 0 Reputation points
2025-11-07T14:19:51.4933333+00:00

Failed windows update, windows troubleshooter did not work either

Windows for home | Windows 11 | Install and upgrade
0 comments No comments

2 answers

Sort by: Most helpful
  1. John Jefferson Doyon 72,570 Reputation points Independent Advisor
    2025-11-07T14:53:11.5466667+00:00

    Hi, I'm John! I will help you with this.

    Which which specific update (KB number) is failing to install? And what specific error message are you seeing?

    Also, could you provide me with a screenshot of your current Windows OS Build?

    To do this, press the Windows key + R to open the Run dialog, type winver and press Enter, capture a screenshot (make sure not to include your email address), and attach the screenshot in your next response.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2025-11-07T14:20:08.73+00:00

    If you're experiencing failed Windows updates and the troubleshooter did not resolve the issue, you can try the following steps:

    1. Run the DISM Command: Open an administrative command prompt and run the following command to repair the Windows image:
         DISM /Online /Cleanup-Image /RestoreHealth
      
    2. Restart Your Computer: Sometimes, a pending restart can prevent updates from being applied. Make sure to restart your computer.
    3. Install the Latest Servicing Stack Update: Check for and install the latest servicing stack update for your version of Windows. This can often resolve issues with Windows Update.
    4. Check for Windows File Corruption: If there are corrupted files, it may prevent updates from being installed. You can run the System File Checker tool by executing the following command in an elevated command prompt:
         sfc /scannow
      
    5. Manually Download and Install Updates: If the above steps do not work, you can manually download the update package from the Microsoft Update Catalog and install it.

    If you continue to face issues, consider checking the update history for any specific error codes that might provide more insight into the problem.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.