Fix: Windows Update Error 80072ee2

Windows Update Error 80072EE2 stops updates from downloading by interrupting the system’s update process. This error means there was a timeout while connecting to the Windows Update servers. Network issues, often due to proxy settings, are the main cause.

However, security software, firewall settings, registry errors, or system misconfigurations can also interfere with a stable connection.

In this article, we will discuss different ways to solve this error.

1. Edit the Registry

Modifying certain registry settings can restore the connection to Windows Update servers, particularly if some entries are corrupted or misconfigured. By adjusting these values, you can fix issues causing the update timeout, allowing downloads to proceed smoothly.

  1. Hold the Windows key and press R.
  2. Type “services.msc” in the Run dialog and click “OK”.servicesrun
  3. In the Services console, find “Windows Update“, right-click it, and select Stop.
  4. Hold the Windows key and press R again.
  5. In the Run dialog, type:
    C:\Windows\SoftwareDistribution
  6. Click OK and delete the contents of this folder.
  7. Return to the Services console, right-click “Windows Update“, and select Start.
  8. Hold the Windows key and press R again.
  9. Type “regedit” in the Run dialog.
  10. In the Registry Editor, navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

    regeditwsdapi

  11. Find and delete the keys named WUServer and WUStatusServer.
  12. Ensure the Windows Update service is running.

2. Run the Windows Update Troubleshooter

The Windows Update Troubleshooter diagnoses and fixes common update issues like misconfigured settings or missing files. It checks your computer’s settings against Windows Update requirements to resolve problems causing the 80072EE2 error. Ensure you have an administrator account before running it.

  1. Press Windows + S to open the Start menu search bar. Type “troubleshoot” and click on the first result.
  2. In the Troubleshoot menu, select “Windows Update” and click “Run the troubleshooter“. For Windows 7, access it through the Control Panel.
  3. If prompted for administrator access during troubleshooting, select ‘Try troubleshooting as an administrator‘.
  4. After applying fixes, restart your computer to see if the issue is resolved.Note: Ensure an active internet connection for best results and run the troubleshooter multiple times if necessary.

3. Delete the Software Distribution

Clearing the Software Distribution folder allows Windows Update to start fresh by removing old, possibly corrupt update files. This folder holds temporary update files, and deleting them forces Windows to download new ones from the server.

  1. Press Windows + S, type “command prompt“, right-click the application, and select “Run as administrator.”
  2. In the command prompt, enter these commands one at a time:
    net stop cryptSvc
    
    net stop wuauserv
    
    net stop msiserver
    
    net stop bits

  3. Open File Explorer and go to C:\Windows\SoftwareDistribution.
  4. Delete everything inside the Software Distribution folder or move the contents elsewhere for backup.Note: You can rename the folder to “SoftwareDistributionOld” as an alternative.
  5. In an elevated command prompt, enter these commands to restart the services:
    net start cryptSvc
    
    net start wuauserv
    
    net start msiserver
    
    net start bits

  6. Restart your computer and attempt to update Windows again.
  7. Note: Alternatively, in an elevated command prompt, run:
    net stop wuauserv
    
    rmdir /q /s c:\windows\softwaredistribution\.
    
    wuauclt /detectnow
  8. If the problem is network-related, execute this command:
    netsh int tcp set global autotuninglevel=disabled

4. Check Official Microsoft Documentation

Microsoft’s official documentation provides guidance and solutions for Windows Update issues. It includes troubleshooting steps, configuration checks, and updates for fixing connectivity problems, offering trusted instructions for users.

5. Completely Reset Windows Update Modules

Resetting Windows Update modules gives the update process a fresh start by removing corrupted files or settings. This clears issues in update components, reinitializes services, and removes obstacles causing connection or download failures, returning Windows Update to its default state.

  1. Press Windows + S, type “command prompt“, right-click the application, and select “Run as administrator“.
  2. In the command prompt, execute these commands one by one:
    net stop wuauserv
    
    ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
    
    net start wuauserv
    
    net stop bits
    
    net start bits
    
    net stop cryptsvc
    
    ren %systemroot%\system32\catroot2 catroot2.old
    
    net start cryptsvc
    
    regsvr32 /s Softpub.dll
    
    regsvr32 /s Wintrust.dll
    
    regsvr32 /s Initpki.dll
    
    regsvr32 /s Mssip32.dll
  3. Restart your computer and check if the issue is resolved.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.