What do I do when I cannot update Windows?

January 28, 2019

One issue that we hear in technical support is the Windows Updates keep failing or getting stuck.  If none of these work or you need help following any of these steps, please contact technical support.

If Windows Updates seem to be stuck or unresponsive at 0%, 32%, 62%, 87%, or 99%, please wait at least 4 to 7 hours and typically Windows Updates will continue.

If Windows Updates does not progress or an error stating Windows Updates failed you should try running the Windows Updates Troubleshooter first (Find it by typing Troubleshoot Settings in the taskbar and running it) before the troubleshooting steps below:

 

Method 1:  Run DISM and SFC

  1. In the search box on the taskbar, type Command Prompt.  Press and hold (or right-click) Command Prompt (Desktop app) from the search results and select Run as administrator.
  2. Enter sfc /scannow (note the space between "sfc" and "/").
  3. Enter DISM.exe /Online /Cleanup-image /Restorehealth (note the space before each "/").  (Note: This step may take a few minutes to start and up to 30 minutes to run and complete.)
  4. Again, enter sfc /scannow (note the space between "sfc" and "/").

Method 2:  Manually Reset Windows Update Components

Resetting Windows Update Components will fix those corrupted Components and will help the Update installation quickly. To reset Windows Update Components, follow these steps:  

  1. In the search box on the taskbar, type Command Prompt.  Press and hold (or right-click) Command Prompt (Desktop app) from the search results and select Run as administrator

  2. Stop BITS, Cryptographic, MSI Installer and Windows Update Services. To do this, type the following commands:  

    1. Net stop wuauserv 

    2. Net stop cryptSvc  

    3. Net stop bits  

    4. Net stop msiserver  

  3. Rename SoftwareDistribution and Catroot2 folder. To do this, type the following commands:  

    1. Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old  

    2. Ren C:\Windows\System32\catroot2 Catroot2.old  

  4. Restart BITS, Cryptographic, MSI Installer and Windows UpdateServices. To do this, type the following commands:  

    1. Net start wuauserv  

    2. Net start cryptSvc  

    3. Net start bits  

    4. Net start msiserver  

    5. Restart your computer and try to install Windows Update.  

Media Creation Tool

If none of the above methods have worked, you will need to use the Microsoft Media Creation Tool. 
  1. You can find this tool online at https://www.microsoft.com/en-us/software-download/windows10
  2. Once at the site, select Download tool now.  If given a choice to run or save, choose save.
  3. Once the tool completes downloading, please run it.
  4. The first screen that pops up may state SmartScreen can't be reached right now.  Choose Run
  5. A new screen will appear that says Getting a few things ready.  This may take a few minutes but on the next screen Accept the license terms.  Getting a few things ready will appear again.
  6. Choose Upgrade this PC now then select Next and let Windows complete the upgrade.
  7. If this does not resolve the issue, please follow steps 1-5 again.  When you get to step 6 choose to create installation media instead of upgrading.  You will need a USB flash drive and then follow the steps to create an installer on the USB drive.  When complete, reboot and run Windows Upgrade from the USB drive.