Forum Discussion

awaismh30's avatar
awaismh30
Copper Contributor
Aug 20, 2024

Error while updating windows

 

10 Replies

  • Versecxy's avatar
    Versecxy
    Iron Contributor
    You may want to consider more drastic measures like performing a system restore to a point before the issues started, or even resetting Windows (keep your files option) to fix any deeper problems.
  • Raynesui's avatar
    Raynesui
    Copper Contributor
    First, take note of any specific error codes or messages displayed during the update process. This information can significantly help in diagnosing the problem.
  • CainKellye's avatar
    CainKellye
    Copper Contributor

    awaismh30 1. Driver issues: Driver incompatibility issues may be encountered during the update process. This usually happens after a system update, as the new system may require updating or reinstalling certain drivers.
    2. Compatibility issues: Certain software may not be compatible with the new version of Windows, causing the update to fail.
    3. Insufficient system resources: If your computer has insufficient hard disk space or insufficient memory, it may also affect the update process.
    Check hardware and drivers: Make sure that all hardware devices are working properly and that the drivers are up-to-date.
    Clear disk space: Make sure your computer has enough storage space to download and install updates.
    Run Windows Update Troubleshooter: Windows provides a built-in update troubleshooting tool that can help you detect and resolve problems.
    Check for error codes: If the update fails with an error code such as 0x80070643, you can find a specific solution by searching for this error code.
    Reset or restore: If nothing else works, you may need to consider resetting or restoring your Windows installation

  • Ruboy's avatar
    Ruboy
    Copper Contributor
    Run the Windows Update Troubleshooter (available in Settings > Update & Security > Troubleshoot).
  • Leilanis's avatar
    Leilanis
    Copper Contributor
    Sometimes, Windows Update might not be able to check for updates automatically. Try checking for updates manually:

    Open Settings > Update & Security > Windows Update.
    Click on "Check for updates" to initiate the update process.
  • Holaway's avatar
    Holaway
    Steel Contributor

    awaismh30 

    That also happened with my update. Same error code so thanks joeandmarg0 since I thought was just me. SYSGeeker UltraDMG.

     

  • Hello,

    Please run Windows Update troubleshooter from Settings app > Update & security > Troubleshoot > Additional troubleshooters. See if it works.

    If that doesn't work, try this:

    Open administrative Command Prompt and type following commands one-by-one followed by Enter key.

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    Ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

    Close Command Prompt and see if Windows Updates works then.

    Let us know if this helps!