Windows update failed errors are frustrating for anyone who uses Windows. Some check Windows Updates fails to download, or just refuse to get installed on your computer even when you try a couple of times. If you face this problem where you’ve to Fix Windows Update Errors by not to install or download, then this Windows Updates troubleshooting tutorial will help you identify and troubleshoot the problem.
What are the causes of Windows Update error?
It comes to issues such as the Windows Update failing over and over, many possible things can produce the error.
- System files are crucial but this error may corrupt or miss your system files for that make sure everything is saved. The removal of files may causes the Windows update error.
- Some Graphic cards, network cards and so on is the main issue happened during Windows Updated. It is because of some outdated drivers.
- Issue with WIndows Update Service make possibilities that something is wrong with your update service itself.
How to fix Windows Update Errors ?
Method 1: Restore Windows Update related services
- Press the Windows + R keys on your keyboard and type in “cmd” and press Ctrl + Shift + Enter.
- Now, make sure to allow the Command Prompt to make changes on your device.
- You need to stop the services related to downloading and installing Windows Update files. Enter the following command:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc - Input the following two commands, press the Enter key:
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
Ren %systemroot%\system32\catroot2 catroot2.old - Restart Windows Update related services and press Enter after each new line:
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc - Close the Command Prompt. Finally, you’ve DONE!!
Method 2: Run the System File Checker (SFC) scan
- Press the Windows + R .
- Type in “cmd” and press the Ctrl + Shift + Enter keys on your keyboard.
- Click Yes and this will open Command Prompt type in the following command and press Enter to execute it: sfc /scannow
- Wait for the SFC scan to finish scanning your computer and repairing corrupt files.
- Restart your device after the scan is complete.
Method 3: Execute the DISM command
- Press the Windows + R keys.
- Type in “cmd” and click Yes to allow the Command Prompt.
- Type in the following command and press Enter to execute it: DISM.exe /Online /Cleanup-image /Scanhealth
- Simply type in the following line and press Enter again: DISM.exe /Online /Cleanup-image /Restorehealth
- Wait for the process to finish. Close the Command Prompt window and restart computer.