Windows Updates are always a pain in the head because the update process is really boring. To add to the misery, sometimes you run into errors and things get really frustrating.
On top of that, the error messages come without any information to resolve the issue. A windows update error we’re gonna discuss here is Error Code 80072EE2.
Windows Update Error Code 80072EE2 is an error you can encounter while installing the windows updates. It is common in all versions of Windows ranging from Windows 7 to Windows 10.
This error can happen when you are installing updates via WSUS or when downloading updates from the Windows Update Center over the internet.
When you try to connect to the Windows servers to download the latest updates, the system is unable to establish a connection and then you’ll see an error message along the lines of Windows could not search for new updates at the moment. An error occurred while seeing for new updates on your computer. Error(s) found : Code 80072EE2“
Windows Update Error Code 80072EE2 also happens when the required files on your system are corrupt which ultimately leads to updates getting stuck.
How To Fix Windows Update Error Code 80072EE2?
Windows Update Error Code 80072EE2, also known as ERROR_INTERNET_TIMEOUT can be easily fixed by making a couple of changes in your system. Be connected to a strong and stable internet connection and turn off the firewall.
Use Windows Update Troubleshoot
The first thing you should do is utilize Window’s utility and let it do its job. When users meet with update issues, Windows Update troubleshooter will surely give you a hand to fix it. It will help you scan for and fix the issue if found.
–Press Windows + I key to open Settings
–Click on Update & Security
–On the left pane, click on Troubleshoot and then choose Windows Update.
–Click on Run the troubleshooter and then follow the onscreen instructions.
Edit The Registry
Changing the registry and erasing some keys can help you fix this issue. But if done incorrectly, it can harm your computer so best to back up your system before proceeding.
–Press Windows + R key to Open a run dialogue box
–Type in services.msc and press OK.
–Locate Windows Update. Right-click on it and then choose Stop
–Now go to C:\Windows\SoftwareDistribution and select and delete all the contents there.
–Go back to Services Console
–Right-click on Windows Update and then choose Start
–Now open the run dialogue box again by pressing Windows + R key
–Type in regedit and then Press OK
–Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
— Look for WUServer and WUStatusServer
–Right-click on each of them and Delete
–Navigate back to Service Console and ensure Windows Update is still running
Reset Windows Update Modules
If the above methods don’t work, the only option you have left is to forcefully reset the Windows Update Modules. Re-initializing them will most likely help you fix this issue.
–Search your computer for Command prompt
–Right-click on it and choose Run as administrator
–Once the command prompt opens up, type in the following commands one by one
net stop wuauserv
cd %systemroot%
ren SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2.old
net start cryptsvc
regsvr32 Softpub.dll /s
regsvr32 Wintrust.dll /s
regsvr32 Initpki.dll /s
regsvr32 Mssip32.dll /s
-Once you’ve done that, restart your computer.
We hope that these simple steps have helped you to Fix Windows Update Error Code 80072EE2.