Windows 10 won't updateAfter what felt like an eternity, the update process finally finished. However, it's possible that the case is related to a discontinuous updating process, where the update was interrupted by an error code or failed midway. Some users have experienced issues with completing Windows 10 updates to the latest 21H1, as well as older versions like 20H2, 2004, 1909, and 1809. If you've encountered the same problem, it's worth investigating the cause and trying to resolve it to avoid any further issues.
Microsoft regularly releases updates, including a major overhaul annually and security patches monthly through the Patch system. Engineers recommend downloading the latest security update to resolve common computer issues, but sometimes automatic updates may fail to install due to various reasons.
To continue with Windows 10 automatic updates after a failed first attempt, we need to troubleshoot. There are two types of affected users: those who receive a specific update error message and those who don't.
Error codes in the table usually indicate update issues that can be identified. If you encounter any of the error codes listed, refer to the "what the error implies" column to jump directly to the specific fix for each issue.
| Error Code | What The Error Implies |
|---|---|
| 0x80073712 | A corrupted or missing file is preventing Windows Update from functioning properly.#Fix 15 |
| 0x800F0923 | A software or driver on your PC is not compatible with the upgrade to Windows 10.#Fix 12 |
| 0x80200056 | To resolve the issue, try upgrading again and ensure your PC remains turned on and plugged in. This will allow the upgrade process to continue uninterrupted.#Fix 3 |
| 0x800F0922 |
If your PC can't connect to the Windows Update servers, try disconnecting from a VPN connection to a work network, turning off the VPN software if applicable, and then attempting the upgrade again.#Fix 5 & #Fix 8 The error could also mean there isn't enough free space in the System Reserved partition. You might be able to fix this problem by using third-party software to increase the System Reserved partition size. |
| 0xC1900208 – 0x4000C | An incompatible app is installed on your PC, preventing the upgrade process from completing. Remove the incompatible app and then try upgrading again.#Fix 9 |
|
0xC1900200 – 0x20008 |
Your PC doesn't meet the minimum requirements to download or install the upgrade to Windows 10, so you won't be able to download or install the upgrade.#Fix 11 |
| 0x80070070 – 0x50011 0x80070070 – 0x50012 0x80070070 – 0x60000 |
Your PC is running out of storage space, so you can't install the upgrade. Try to free up some space on your drive and then try again.#Fix 11 |
Some people are unable to download or install the latest Windows 10 update, despite receiving no error messages. To resolve this, it's necessary to troubleshoot the issue by examining the computer and applying various solutions until the update is successfully installed. General Windows 10 update troubleshooting methods can also be used.
Windows 10 update issues can occur at various stages, including mid-download, failed installation, or stuck installation at 0%, 50-99%, or even after completion. Although the symptoms seem similar, the solutions can range from simple to complex. To efficiently troubleshoot, start with instant repair methods, which are easy to implement and require minimal guidance, making them accessible to everyone. These simple fixes can often resolve Windows 10 update problems.
Windows 10 updates can take several hours, especially on slower computers, as they involve downloading and installing large update files. If the update seems stuck, it's best to leave the computer for a few hours and check the progress later, rather than restarting or interrupting the process. Patience is key.
To update your device, you may need to restart it. Close all running programs and click Start > Power, then select either "Update and restart" or "Update and shut down" to complete the update.
When the initial update fails, go back to Settings > Update & Security > Windows Update and click on "Check for updates" to download and install any new updates that may have been released since the initial attempt. This ensures that all necessary updates are installed in a timely manner.
The devices to be disconnected include all cameras, phones, physical hard drives, HDDs, USB flash drives, SD card readers, and docks. Additionally, the keyboard and mouse should also be disconnected. After this, you can attempt to get the automatic update again.
A stable internet connection is necessary for Windows 10 to download updates, as interrupted downloads can result in corrupted updates that fail to install on the computer.
Virus, malware, and spyware can block Windows updates, so Microsoft occasionally releases security updates to strengthen Windows' defenses against these threats. To resolve the issue, run a full and thorough virus scan using your installed security software or Windows Defender to detect and remove any malicious programs.
In some cases, a failed Windows update may not offer the "Fix issues" option in the Windows Update utility, but some users might be lucky. If your Windows Update screenshot looks like the one below, you can try clicking the "Fix issues" button to let Windows troubleshoot the error and complete the updating process.
To download a Windows update, if the internet connection is set as a metered connection, the download may be restricted. Turning off the metered connection and restarting the download can resolve this issue.
If the virus issue has been ruled out, the problem may be caused by third-party security software that is not compatible with the latest version of Windows 10, preventing updates or causing errors.
Before uninstalling the software, ensure you know how to reinstall it and have a valid product key to avoid any inconvenience.
Windows has a built-in troubleshooting tool that can fix common update issues, allowing users to continue updating as long as the "fix issue" option is available. This feature can automatically resolve problems and complete the update process.
The minimum free space required to upgrade your device's operating system is 16GB for a 32-bit OS and 20GB for a 64-bit OS. To check your device's free space, refer to the article on how to check total hard disk size in Windows 10, which also shows the free space on each drive partition.
To free up extra space on the system C drive, you can consider the following options: compress files, remove temporary files, uninstall unused programs, and consider upgrading your storage to a larger drive. You can also use the Disk Cleanup tool to delete unnecessary files and free up space.
You've added new hardware to your PC and want to run Windows updates again. To do this, check the manufacturer's website for third-party driver updates. Look for the hardware brand online or in the user's manual, and follow the installation instructions provided. Updating essential drivers may help you run updates again.
Be careful when using command line procedures, as incorrect operations can lead to further computer issues. This method is more advanced and requires some computer knowledge. Proceed with caution.
net stop bits
net stop wuauserv
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start bits
net start wuauserv
Close the command prompt windows after the commands are completed. Restart to update again. If the re-update doesn't work, go on with the next solution.
chkdsk/f C:
If the CHKDSK command didn't help you resume the Windows 10 update after renaming the software distribution folder and repairing the C drive errors, proceed with the other command method to restore and repair system files.
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
The command lines you'll execute one by one include:
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
You may refer to the results I've tried:
In Safe Mode, only the most basic Windows applications are loaded, reducing the chance of update issues, making it a potential workaround to complete a Windows 10 update.
Starting Windows 10 in Safe Mode can help troubleshoot and fix issues on your computer. To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try one of the six ways: To boot into Safe Mode, you can try
If Windows update progress is halted, it's likely due to a lack of necessary Windows update services. To resolve this, you should check the services and ensure that all required objects are functioning properly.
If all attempts to fix an automatic Windows 10 update fail, you can try a clean install of Windows 10 by following the instructions provided in this link. This will allow you to start fresh with a new installation of Windows 10.
How to Clean Install Windows 10
Reinstalling Windows 10 is often a solution when a PC stops working or doesn't function properly, and it can effectively make the device as good as new or even better.
For manual help, you can visit the link: https://support.microsoft.com/en-us/topic/installation-updates-2f9c1819-310d-48a7-ac12-25191269903c?ui=en-us&rs=en-us&ad=us
If your computer is struggling to run the latest Windows 10 update, it might be due to its age or a damaged hard drive. In this case, it's best to let a professional diagnose the issue, rather than trying to troubleshoot it yourself. Alternatively, you can try to diagnose your computer's health in advance to identify potential problems.
This article provides solutions to the common issue of Windows 10 failing to update, including problems with updating to 20H2/21H1, downloads or installations not completing, and updates getting stuck at certain percentages. The article aims to help users successfully install the desired Windows 10 update version after a potentially frustrating and time-consuming process of troubleshooting and repairing. Finally, it addresses a common post-update issue that users may encounter.
If you're experiencing issues finding files after a major Windows 10 update, it's possible that the files were moved to a different location or that the update caused some file system issues. Here are a few potential solutions: 1) Check the File Explorer's "View" tab for any hidden folders or files.
The most frequently asked question after each major Windows 10 update is how to recover deleted files. Fortunately, it's simple with the help of Deep Data Recovery, a free and reliable data recovery tool for Windows that has a high success rate. Whenever you can't find files after a finished update, you can try to get them back with this software.
Step 1. Select file types that you want to recover
Step 2.Choose the exact file location and then click the "Scan" button to proceed.
Step 3.After the process, select the "Deleted Files" and "Other Lost Files" folders in the left panel, and apply the "Filter" feature or folders button to find the deleted files.
Step 4.Click the "Recover" button and save the restored files – ideally, it should be different from the original one.