February 5, 2018

Fix Windows Update Error 0x8007007e

Fix Windows Update Error 0x8007007e: If you’re trying to upgrade your Windows to the latest build or you’re just updating Windows 10 then chances are you might be facing the error code 0x8007007e with the error message saying “Windows have encountered an unknown error” or “Failed to install the update. Please try again.” Now there are few major issues that can cause this error due to which Windows update fails, few of them are 3rd party Antivirus, corrupt Registry, corrupted system file, etc.

Fix Windows Update Error 0x8007007e

Update Status
There were problems installing some updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help:
Feature update to Windows 10, version 1703 – Error 0x8007007e
Microsoft NET Framework 4.7 for Windows 10 version 1607 and Windows Server 2016 for x64 (KB3186568) – Error 0x8000ffff

Now Windows updates are important as Microsoft release periodic security updates, patches etc but if you’re not able to download latest updates then you’re putting your PC to risk. So without wasting any time let’s see how to actually Fix Windows Update Error 0x8007007e.

Fix Windows Update Error 0x8007007e

Make sure to create a restore point, just in case something goes wrong.

Method 1: Temporarily Disable Antivirus and Firewall

1.Right-click on the Antivirus Program icon from the system tray and select Disable.

Disable auto-protect to disable your Antivirus

2.Next, select the time frame for which the Antivirus will remain disabled.

select the duration until when the antivirus will be disabled

Note: Choose the smallest amount of time possible for example 15 minutes or 30 minutes.

3.Once done, again try to run Windows Update and check if the error resolves or not.

4.Press Windows Key + X then select Control Panel.

control panel

5.Next, click on System and Security.

6.Then click on Windows Firewall.

click on Windows Firewall

7.Now from the left window pane click on Turn Windows Firewall on or off.

click Turn Windows Firewall on or off

8.Select Turn off Windows Firewall and restart your PC. Again try to open Update Windows and see if you’re able to Fix Windows Update Error 0x8007007e.

If the above method doesn’t work make sure to follow the exact same steps to turn on your Firewall again.

Method 2: Download .NET Framework 4.7

Sometimes this error is caused by damaged .NET Framework on your PC and installing or re-installing it to the latest version can fix the issue. Anyway, there is no harm in trying and it will only update your PC to the latest .NET Framework. Just go to this link and download the .NET Framework 4.7, then install it.

Method 3: Run Windows Update Troubleshooter

1.Download the Windows Update Troubleshooter from Microsoft Website.

2.Double-click on the downloaded file to run the Troubleshooter.

make sure to click Run as administrator in Windows Update Troubleshooter

3.Follow the on-screen instruction to finish the troubleshooting process.

4.Reboot your PC to save changes and see if you’re able to Fix Windows Update Error 0x8007007e.

Method 4: Rename SoftwareDistribution Folder

1.Press Windows Key + X then select Command Prompt (Admin).

command prompt with admin rights

2.Now type the following commands to stop Windows Update Services and then hit Enter after each one:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

Stop Windows update services wuauserv cryptSvc bits msiserver

3.Next, type the following command to rename SoftwareDistribution Folder and then hit Enter:

ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 catroot2.old

Rename SoftwareDistribution Folder

4.Finally, type the following command to start Windows Update Services and hit Enter after each one:

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Start Windows update services wuauserv cryptSvc bits msiserver

5.Reboot your PC to save changes and check if you are able to Fix Windows Update Error 0x8007007e.

Method 5: Reset Windows Update Component

1.Press Windows Key + X then select Command Prompt (Admin).

command prompt admin

2.Type the following command into cmd and hit Enter after each one:

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc

Stop Windows update services wuauserv cryptSvc bits msiserver

3.Delete the qmgr*.dat files, to do this again open cmd and type:

Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”

4.Type the following into cmd and hit Enter:

cd /d %windir%system32

Reregister the BITS files and the Windows Update files

5.Reregister the BITS files and the Windows Update files. Type each of the following commands individually in cmd and hit Enter after each one:

regsvr32.exe atl.dll
regsvr32.exe urlmon.dll
regsvr32.exe mshtml.dll
regsvr32.exe shdocvw.dll
regsvr32.exe browseui.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
regsvr32.exe scrrun.dll
regsvr32.exe msxml.dll
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
regsvr32.exe actxprxy.dll
regsvr32.exe softpub.dll
regsvr32.exe wintrust.dll
regsvr32.exe dssenh.dll
regsvr32.exe rsaenh.dll
regsvr32.exe gpkcsp.dll
regsvr32.exe sccbase.dll
regsvr32.exe slbcsp.dll
regsvr32.exe cryptdlg.dll
regsvr32.exe oleaut32.dll
regsvr32.exe ole32.dll
regsvr32.exe shell32.dll
regsvr32.exe initpki.dll
regsvr32.exe wuapi.dll
regsvr32.exe wuaueng.dll
regsvr32.exe wuaueng1.dll
regsvr32.exe wucltui.dll
regsvr32.exe wups.dll
regsvr32.exe wups2.dll
regsvr32.exe wuweb.dll
regsvr32.exe qmgr.dll
regsvr32.exe qmgrprxy.dll
regsvr32.exe wucltux.dll
regsvr32.exe muweb.dll
regsvr32.exe wuwebv.dll

6.To reset Winsock:

netsh winsock reset

netsh winsock reset

7.Reset the BITS service and the Windows Update service to the default security descriptor:

sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

8.Again start the Windows update services:

net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

Start Windows update services wuauserv cryptSvc bits msiserver

9.Install the latest Windows Update Agent.

10.Reboot your PC and see if you’re able to Fix Windows Update Error 0x8007007e.

Method 6: Perform Windows Update in Clean Boot

1.Press Windows Key + R then type msconfig and hit enter to System Configuration.

msconfig

2.On General tab, choose Selective Startup and under it make sure the option “load startup items” is unchecked.

system configuration check selective startup clean boot

3.Navigate to the Services tab and checkmark the box that says “Hide all Microsoft services.

hide all microsoft services

4.Next, click Disable all which would disable all the other remaining services.

5.Restart your PC check if the problem persists or not.

6.After you had finish troubleshooting make sure to undo the above steps in order to start your PC normally.

Recommended:

That’s it you have successfully Fix Windows Update Error 0x8007007e but if you still have any questions regarding this post then feel free to ask them in the comment’s section.