Windows updates are very important to keep our computer secure and running properly. However, sometimes we may encounter problems when trying to install them. Don't worry! In this article, we will show you simple ways to solve the most common problems with Windows updates.
Restart your Computer
The simplest solution is to shut down and restart your computerMany times this is enough to solve the problem.
Press the Windows button on your keyboard, select "Restart," and wait for your computer to restart. Then try the update again.
Use the Windows Repair Tool
Windows has a "doctor" that can detect and fix problems with updates.
STEPS
- Press Windows + I to open Settings
- Select "Update and Security"
- From the left select "Troubleshoot"
- Click "Additional tools"
- Select "Windows Update" and click "Run"
Let the program run and find any problems. When it's finished, try the updates again.
Check Internet Connection
Without good internet, updates cannot be downloaded. Make sure your Wi-Fi or internet cable is working properly..
- Open your browser (Chrome, Edge, Firefox) and try opening a website.
- If you have Wi-Fi, try disconnecting and reconnecting.
- Move the computer closer to the router if the connection is weak
Reset the Update Tools
If the above solutions did not work, we can "reset" the Windows update tools.
STEPS
- Opening the Command Prompt:
Press Windows + S, type "cmd", right-click and select "Run as administrator" - Termination of Services:
Type the following commands and press Enter after each one:
net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserver
- Delete Temporary Files:
Type the following commands:
del %systemroot%\SoftwareDistribution\DataStore\*.* /s /qdel %systemroot%\SoftwareDistribution\Download\*.* /s /qdel %systemroot%\system32\catroot2\*.* /s /q
- Restarting Services:
Now restart the services:
net start wuauservnet start cryptSvcnet start bitsnet start msiserver
After these steps, try the updates again!
Check Disk Space
Updates need space to installIf the disk is full, they will not be able to be created.
- Open "File Explorer"
- Right-click on the C: drive and select "Properties"
- See how much space is available
If space is low, delete unnecessary files or use "Disk Cleanup" (type it in Windows search).
Temporarily disable antivirus
Sometimes the antivirus program can block updates.
⚠️Caution: Disable your antivirus temporarily and enable it again once the updates are finished!
Check and Repair System Files
If some important Windows files have become corrupted, we can fix them.
STEPS
- Open the "Command Prompt" as administrator (as above)
- Write the following command:
sfc /scannow
Wait for it to finish (it may take a while) and then try the updates again.
Repairing the Windows Image
If the previous solution didn't work, there is an even more powerful tool.
STEPS
- Open the "Command Prompt" as administrator
- Write the following command:
DISM /Online /Cleanup-Image /RestoreHealth
This may take a while. When it's finished, restart and try the updates again.
Use Microsoft Update Assistant
Microsoft has created a special "assistant" that makes updates easier.
This tool will help you download and install the latest updates without any problems.
Restore to Previous State
If the problem started after making a change, you can return your computer to a previous state that was working well.
STEPS
- Press Windows + S and type "System Restore"
- Select "Create a restore point"
- Click on "System Restore"
- Follow the instructions to select a date from the past
Conclusion: Problems with Windows updates are common, but with the solutions above you can easily fix them! Start with the simplest solutions and gradually move on to the more advanced ones until you find the one that works for you.
Rate this article
How useful did you find it?
★
★
★
★
★
Thank you for your vote! 🙏
—
/ 5 average rating
RELATED TOPICS