Windows Update Error 80072EFE Fix

What is Windows Update Error 80072EFE?

The Windows update error 80072EFE is a common problem that occurs during system updates on any Windows version. It is linked to the Windows Update Service and can appear with different error messages, such as:

  • Some updates were not installed: Error(s) found: Code 80072EFE
  • Windows update encountered an unknown error

This error doesn’t happen at a specific time—it can show up when starting or shutting down the PC, reinstalling Windows, updating an app or driver, or installing Microsoft-related software. When it happens, the users might be left with botched updates, system freeze or slowdown, crashes, or application crashes. The accompanying error messages could be:

  • ERROR_WINHTTP_CONNECTION_ABORTED – The connection with the server was terminated abnormally.
  • ERROR_INTERNET_CONNECTION_ABORTED – The connection with the server has been terminated.
  • WININET_E_CONNECTION_ABORTED – The connection with the server was terminated abnormally

In the case of Windows phones, this error may also occur due to problems at the server side or corrupt network settings. Try waiting, use a VPN, or perform a hard reset if need be.

Causes of Error 80072EFE

The main cause of error 80072EFE is issues with the internet connection either on the user end or Windows servers. It may also be caused when third-party firewalls or antivirus software are too restrictive, and in some cases, corrupted system files of Windows. If the issue is on the server end, then there is nothing one can do but wait. Otherwise, repairing the local connection could work.

So, the error tends to happen in association with the following: 

  • poor or unstable internet connections; 
  • corrupted Windows files; 
  • malware viruses, including rootkits; 
  • overactive antivirus or firewall programs; 
  • network misconfigurations or system drivers that need updating.
windows update error 80072efe

Solutions to Fix Error 80072EFE

Before trying to fix this error, here are a few basic steps you may want to try as a way to troubleshoot the problem first.

First, make sure your internet connection is stable. Restart your modem/router and, if possible, try switching networks. If the problem remains, then proceed to the next steps.

Clean up your computer. Junk files may cause such an error; clean up your computer and resolve issues that could be causing this error. Junk files interfere with your system and reduce its speed. Use Outbyte PC Repair to clean up temporary files and optimize your PC performance.

1. Run the Network Adapter Troubleshooter

In case everything is okay with your connection, and you still get this error:

  1. Press the Windows + I hotkey to open Settings, then click on Update & Security.
  2. Click on Troubleshoot, then run the Network Adapter Troubleshooter.
  3. After that, restart your system.
Run the Network Adapter Troubleshooter

2. Run the Windows Update Troubleshooter

To address issues related to updates, Windows has a troubleshooter to solve these problems:

  1. Go to Update & Security > Troubleshoot and click on the Windows Update Troubleshooter.
  2. Follow the on-screen instructions thereafter and restart your PC.

3. Clear the Software Distribution Folder

Clearing the SoftwareDistribution folder may help:

  1. Open Command Prompt as an administrator.
  2. Run these commands: 
    net stop wuauserv
    net stop bits
  3. Navigate to C:\Windows\SoftwareDistribution and delete all contents.
  4. Restart the services:
    net start wuauserv
    net start bits
Clear the Software Distribution Folder

4. Clear the Windows Update Temporary Cache

Corrupted files in the Software Distribution folder can cause the Windows Update error 80072EFE. To fix this, clear the temporary cache:

  1. Press Win + R.
  2. Type %windir%\SoftwareDistribution\DataStore and press Enter.
  3. Select all files (Ctrl + A) and delete them.

This should remove the corrupted files and resolve the update issue.

5. Remove Rootkit Malware with Tdsskiller.exe

If the error is related to the rootkit infection:

  1. Download tdsskiller.exe from Kaspersky.
  2. Perform a full system scan and remove whatever threats are found. Restart your PC afterward, and then try updating Windows again.

6. Disable Firewalls and Antiviruses

Overprotective third-party firewalls or antivirus programs can block Windows updates. Disable them temporarily, then retry the update.

Disable Firewalls and Antiviruses

7. Delete the Catroot2 Folder

  1. Open Services.msc and stop Cryptographic Services – Scroll down and double-click on Cryptographic Services. Select the General tab in the Cryptographic Services Properties window. From there, click the Stop button to turn the service Off if it’s already enabled..
  2. Go to C:\Windows\System32 and delete the Catroot2 folder.
  3. Restart Cryptographic Services.
  4. Restart your computer and attempt to apply the Windows update again.

8. Reset the Local Group Policy of Windows

Sometimes, custom group policies can block updates:

  1. Open gpedit.msc and navigate to Local Computer Policy > Computer Configuration.
  2. Set all policies to Not Configured and restart your computer.

9. Troubleshooting Windows Update

The troubleshooting procedure can be used to solve error 80072EFE and other update-related issues.

  1. Press the Win + X and open Control Panel.
  2. Search for Troubleshooting, click View All, then select Windows Update.
  3. Follow the on-screen instructions to see if the error is resolved.

10. Remove Junk Files

Over time junk files build up and cause conflicts. Removing them may fix the error.

  1. Press Win + X and open Command Prompt (Admin).
  2. Write cleanmgr and press Enter.
  3. Select the files you do not need, including the Temporary Files, and click OK to delete them.

After that check whether the error has gone.

11. Update System Drivers

Outdated or damaged drivers can be one of the causes of such errors as 80072EFE. Updating them may fix an issue:

  1. Right click on ‘My Computer’ and select properties.
  2. In the Property window select Device Manager. Here, under ‘Device manager’ look for the devices with a yellow exclamation.
  3. Right click on the device and click on ‘Update driver’. Restart computer.

In our Driver library you can find the most suitable System Drivers for your OS and a short guide on how to install it.

12. Run the System File Checker

The System File Checker can repair corrupt files causing the error:

  1. Click Start and type cmd.
  2. Press Ctrl + Shift + Enter to open as an administrator.
  3. Type chkdsk/f/r and press Enter.
  4. Type Y when prompted and restart your computer.

Let the disk check complete, then check if the error is fixed.

13. Reset Windows Update via Command Prompt

To fix Windows Update errors by resetting components, follow these steps:

  1. Open Command Prompt as administrator.
  2. Stop Windows Update services with these commands:
    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
  3. Type the following command to delete all the qmgr*.dat files created by BITS from your PC:
    Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*”
  4. Clear the update cache:
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
  5. Type the following commands to reset the BITS and Windows Update services to their default security descriptor, and press Enter on each line:
    sc.exe sdset bits <security_descriptor>
    sc.exe sdset wuauserv <security_descriptor>
  6. Type the following command to move to the System32 folder and press Enter:
    cd /d %windir%\system32
  7. Type the following commands to register all the corresponding BITS, and Windows Update DLL files on the Registry and press Enter on each line:
    regsvr32.exe /s atl.dll regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll regsvr32.exe /s shdocvw.dll
    regsvr32.exe /s browseui.dll regsvr32.exe /s jscript.dll
    regsvr32.exe /s vbscript.dll regsvr32.exe /s scrrun.dll
    regsvr32.exe /s msxml.dll regsvr32.exe /s msxml3.dll
    regsvr32.exe /s msxml6.dll regsvr32.exe /s actxprxy.dll
    regsvr32.exe /s softpub.dll regsvr32.exe /s wintrust.dll
    regsvr32.exe /s dssenh.dll regsvr32.exe /s rsaenh.dll
    regsvr32.exe /s gpkcsp.dll regsvr32.exe /s sccbase.dll
    regsvr32.exe /s slbcsp.dll regsvr32.exe /s cryptdlg.dll
    regsvr32.exe /s oleaut32.dll regsvr32.exe /s ole32.dll
    regsvr32.exe /s shell32.dll regsvr32.exe /s initpki.dll
    regsvr32.exe /s wuapi.dll regsvr32.exe /s wuaueng.dll
    regsvr32.exe /s wuaueng1.dll regsvr32.exe /s wucltui.dll
    regsvr32.exe /s wups.dll regsvr32.exe /s wups2.dll
    regsvr32.exe /s wuweb.dll regsvr32.exe /s qmgr.dll
    regsvr32.exe /s qmgrprxy.dll regsvr32.exe /s wucltux.dll
    regsvr32.exe /s muweb.dll regsvr32.exe /s wuwebv.dll
  8. Reset the network settings:
    netsh winsock reset
    netsh winsock reset proxy
  9. Type the following commands to restart the BITS, Windows Update, and Cryptographic services, and press Enter on each line:
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc
  10. Finally, restart your computer.

After this, Windows Update should be functioning correctly.

14. Use System Restore

If all the above does not work, then restore your computer to a previous point when it was at a fine working stage.

  1. Press Win + Q and click Settings.
  2. Click Recovery.
  3. Click System Restore.
  4. Choose a restore point where your computer was working fine.
  5. Let the tool run, then restart your computer.
  6. Check if Windows Update is now working.
Use System Restore

15. Fresh OS Installation

Reinstallation of the OS could be the final alternative if the error persists. If the error 80072EFE still keeps on reappearing even after a fresh install of the operating system, then it is possibly a hardware-related issue. The problem may be caused by a malfunctioning or newly installed hardware.


FAQs

What causes error 80072EFE?

Poor internet, malware, or corrupt system files can trigger this error.

How do I fix it?

Run the Windows Update troubleshooter, clean your PC, and ensure your internet connection is stable.

Can antivirus software cause the error?

Yes, overly protective antivirus programs can block updates.

Do I need to delete the SoftwareDistribution folder?

Yes, clearing this folder often helps fix update errors.

Don’t forget to share this post!
About The Author
Position: Author

Riley Reed is a tech writer specializing in troubleshooting Windows errors and system performance optimization. Riley enjoys helping users solve common PC problems and improve their overall computing experience. With a focus on practical tips and performance improvements, Riley ensures readers can keep their systems running smoothly and securely.

Outbyte PC Repair Outbyte PC Repair
Take the bull by the horns: identify and resolve performance issues that might be affecting your PC.
Outbyte AVarmor Outbyte AVarmor
With its powerful engine, Outbyte AVarmor identifies and removes viruses, malware, and spyware threats from your PC.
Outbyte Driver Updater Outbyte Driver Updater
Manually searching for drivers can be quite tiresome, as finding correct driver versions may be difficult for a casual user.
Camomile Camomile
Free CPU Optimization App. CPU optimization and longer battery life for your computer.
People About Us
See what Outbyte users are saying about our software.
Recent articles
Feb 20, 2025
About Bluetooth Hands-Free driver The driver for the Microsoft Bluetooth Hands-Free Audio device enables Bluetooth audio from one’s device to other headsets or in-car audio and phone systems through...
Yuri Thomopsov
Feb 20, 2025
The error code 0x80242016 might be one of these indicating a failure of a Windows update. Sometimes after a few attempts to update, the PC hangs or works slow. You will also see the same error message keeps...
Riley Reed
Feb 19, 2025
The “Attempted Write to Readonly Memory” error, as it is generally called, is a Blue Screen of Death problem related to recent Windows variants. Normally, it tries to point to the fact that a...
Riley Reed