If you are facing problems while downloading or installing Windows Updates on Windows 10/8/7, you definitely want to run the Reset Windows Update Agent Tool from Microsoft. This Reset Windows Update Agent will reset & repair all WU related components & registry keys, detect corruptions, replace corrupted system files, fix corrupted system image, Reset Winsock settings and so on.
- Windows 10 Update Agent X64
- Windows Update Agent Fix It Tool
- Download Update Agent Windows 10
- Ms Agent For Windows 10
- Install Windows Update Agent
- Microsoft Update Agent Windows 10
- Download Windows 10 Upgrade Reinstall
May 31, 2019 Reset Windows Update Settings from the Command Line Script Reset Windows Update Agent Usually, to debug Windows Update errors, an administrator needs to analyze the error codes in the log file%windir%WindowsUpdate.log (in Windows 10, you can get WindowsUpdate.log in this way).
Reset Windows Update Agent Tool
Once you have downloaded the tool from Microsoft, right-click on it and select Run as Administrator. You will see the following prompt.
To continue with the process, type ‘Y’ and press Enter to get the following screen.
This tool will let you do the following:
- Scan all protected system file and replace the corrupted one’s (sfc /scannow)
- Scan, detect and repair corruptions in Windows system image
- Clean up superseded components
- Reset Windows Update components
- Change invalid values in Windows Registry
- Delete temporary files
The tool also allows you to carry out the following operations:
- Open Internet Explorer settings
- Search for Windows Updates
- Explorer for local or online solutions
- Restart your PC.
Type the number mentioned against the operation you want to carry out and hit Enter.
I decided to type 4 to reset the Windows Updates components. Once you do that, you will see several messages – a few of which I have displayed below in the image – where you will see Services being stopped, Services being started, cleanup work being executed, etc.
Once the operation is completed you can press any key to continue. Doing so will take you back to the main screen where you can carry out other operations if you wish.
Once done, you should restart your Windows computer.
This tool works on Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1 as well as Windows 10 and can be downloaded from TechNet.
Windows Update Troubleshooter is another tool that can help you fix Windows Update problems. There are also several other links at the end of that post that can help you troubleshoot Windows Update problems.
Windows 10 Update Agent X64
This PowerShell Script will help you Reset Windows Update Client. See this post if you want to manually reset each Windows Update component to default. This post will show you how to Reset Windows 10 if you ever feel the need to.
Related Posts:
Windows Update is an essential component on every major release of Windows 10, as it allows the OS to download and install the latest updates with bug fixes, security patches, and drivers. Also, on Windows 10, it’s also the mechanism to obtain new feature updates and preview builds. However, there will times when your device may not be able to download or install updates, because of a specific error message, Windows Update not being able to connect to the Microsoft servers, and many other problems.
Usually, users may come across this type of problems when the Windows Update agent related services stop working, there’s an issue with the update cache, or some components are corrupted. In these situations, you can reset the Windows Update on Windows 10 to fix most problems.
In this guide, you’ll learn the steps to reset the Windows Update components using the “Windows Update Troubleshooter” utility and the instructions to use Command Prompt to manually fix Windows Update and get security patches, drivers, and features downloading again on your computer. However, before using the Command Prompt option, make sure to use the instructions to install the most recent update manually, Service Stack Update (SSU), and repairing system files first.
How to reset Windows Update using Troubleshooter tool
Use these steps to reset the Windows Update components using the automated troubleshooter:
Windows Update Agent Fix It Tool
Download the Windows Update Troubleshooter from Microsoft.
Double-click the WindowsUpdateDiagnostic.diagcab file to run the troubleshooter.
Select the Windows Update option.
Click the Next button.
Click the Try troubleshooting as an administrator option (if applicable). Re-select your option and click the Next button again.
Click the Close button.
Open Windows Update Troubleshooter again.
Select the Windows Networking Diagnostics option to resolve any networking issues preventing updates from downloading.
Click the Next button.
Click the Close button.
Restart your computer.
Once your PC restarts try to update Windows 10 one more time and now it should work as expected.
How to fix Windows Update installing latest update manually
Download Update Agent Windows 10
Use these steps to install an update manually, which can help to fix problems with Windows Update on Windows 10:
Open the Windows 10 update history website.
In the left pane, browse the latest update for your version of Windows 10 and note the KB number of the update.
Quick tip: You can check your current version on Settings > System > About, and under the “Windows Specifications” section, see the version information.Open the Microsoft Update Catalog website.
Search for the knowledge base (KB) number of the update.
Download the update for version of Windows 10 that you’re running (32-bit (x86) or 64-bit (x64)).
Double-click the file to install the update.
Restart your computer.
Once you complete the steps, the device should have the latest update installed. The update should have also fixed the problem with Windows Update. You can check clicking the Check for updates button in the Windows Update settings page.
How to fix Windows Update installing latest Servicing Stack Update (SSU)
Use these steps to make sure your computer has the most recent Servicing Stack Update to fix Windows Update problems on Windows 10:
Open Settings.
Click on System.
Click on About.
Under the “System type” section, check whether you’re running the 32-bit or 64-bit version of Windows 10.
Open the Microsoft Update Catalog website.
Download the most recent Servicing Stack Update which is described as KB4090914 for version you’re running (32-bit (x86) or 64-bit (x64)).
Double-click the file to install the update.
Restart your computer.
After restarting your device, you should now be able to download and install the update using the Settings app.
How to fix Windows Update repairing corrupted system files
Use these steps to repair system files using Deployment Image Servicing and Management (DISM) and System File Checker (SFC) to fix Windows Update problems:
Open Start.
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
Type the following DISM command to repair corrupted system files and press Enter:
Type the following SFC command to repair system files and press Enter:
After completing the steps, Windows Update should have been repaired, and you can check for updates again to verify.
Ms Agent For Windows 10
How to reset Windows Update using Command Prompt
Use these steps to reset the Windows Update components manually using Command Prompt on Windows 10:
Install Windows Update Agent
Open Start.
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
Type the following commands to stop the Background Intelligent Transfer Service (BITS), Windows Update service, and Cryptographic service, and press Enter on each line:
Quick Tip: You may need to run the command more than ones until you see the message that the service has stopped successfully.Type the following command to delete all the qmgr*.dat files created by BITS from your PC. and press Enter:
Type Y to confirm the deletion.
Type the following commands to clear the Windows Update cache to allow Windows 10 re-download the updates, instead of using the files already downloaded on your system that might be damaged and press Enter on each line:
Quick Tip: We’re using the remove directoryrmdir
command with the/S
switch to delete the specified directory and all subdirectories within the main folder, and the/Q
switch is used to delete directories quietly without confirmation. If you get the message “The process cannot access the file because it is being used by another process.”, then repeat step 1 and try again, as one of the services might have restarted unexpectedly.Type the following commands reset the BITS and Windows Update services to their default security descriptor, and press Enter on each line:
Type the following command to move to the System32 folder and press Enter:
Type the following commands to register all the corresponding BITS and Windows Update DLL files on the Registry, and press Enter on each line:
Note:regsvr32
is a command-line tool that will help you to register .DLL files as command components in the registry, and we’re using the/S
switch to specify the tool to run the command silently without prompting additional messages.Type the following commands to reset the network configurations that might be part of the problem (but do not restart your computer just yet), and press Enter on each line:
Type the following commands to restart the BITS, Windows Update, and Cryptographic services, and press Enter on each line:
- Restart your computer.
Once you have successfully completed the process Windows Update should have reset and it should be working again on your Windows 10 device.
You can also use the above instructions to fix the problem when Surface Pro 6, Surface Book, Surface Laptop, or any other Surface can’t seem to download a new firmware update.
Microsoft Update Agent Windows 10
Update May 30, 2019: This guide has been updated to reflect to work with the latest version of Windows 10. (Originally published on February 2016, updated on May 2018.)