![[Full Guide] How to Fix the Windows Update Error 0x800705b4](https://cdn.techloris.com/app/uploads/2021/12/Full-Repair.png)
[Full Guide] How to Fix the Windows Update Error 0x800705b4
Windows updates are required to keep the system running smoothly and free of issues. They include new features, improvements, security patches, and bug fixes to protect against various threats and vulnerabilities. However, while installing Windows updates, some users encounter issue 0x800705b4, also known as Windows 10 update 0x800705b4 error.
If your computer is infected with malware or viruses, corrupted Windows system files, or registry errors, the error code 0x800705b4 will appear in your system. Problems with Windows Defender can cause the error 0x800705b4 to show up, which can cause the Windows Defender program to crash.

Regardless of the cause, the consequences of the Windows update 0x800705b4 error code can be severe for the affected system.
As a result, resolving the issue 0x800705b4 error code requires immediate and proper action. This blog post contains extensive step-by-step instructions for resolving the 0x800705b4 problem without losing any data.
Variations of the Windows 10 Update Error 0x800705b4
Error 0x800705b4 is a severe issue since it prevents your machine from updating. Here are some relevant difficulties that consumers have reported when it comes to errors:
The Windows Update 0x800705b4 Error Code on Windows 7
Windows 10 isn’t the only version of Windows that can have this problem. Even though you don’t have Windows 10, most of our solutions should work for you, even if you don’t have Windows 10.
Windows Server 2016 Update 0x800705b Error
There is a good chance this problem will happen on Windows Server 2016. If it does, one of our solutions should fix it.
Windows 10 Activation Error 0x800705b4
Many people have claimed that they cannot activate their Windows because of the Windows Update Error 0x800705b4. Fortunately, you should be able to resolve the problem by temporarily disabling your antivirus software.
Precautions Before Troubleshooting
If updates aren’t installed correctly, the error code 0x800705b4 can result in data loss. Data loss might occur after installing Windows updates on occasion. As a result, ensure that all of your essential data and files are secured before proceeding with the methods to resolve the 0x800705b4 error.

Windows Update Error 0x800705b4 Troubleshooting Methods
Now that you have secured your essential files let’s move on to the troubleshooting methods that you can perform to fix the Windows 10 Update Error 0x800705b4.
First Method – Run the Windows Update Troubleshooter
Windows 10 features an integrated troubleshooter tool to assist you in resolving Windows Update issues and restarting the process. Follow these steps to use the Windows Update Troubleshooter to resolve problems, including fixing your Windows update settings, helping weed out corrupt system files, locating lost files, and allowing update issues to fix automatically.
- Hold down the “Windows” key and press the letter “R” and type in “control update” in the run command window and hit “enter” to open the Windows update settings window.

- In the next window, click “Troubleshoot” and click “Additional Troubleshooters”.

- In the Additional Troubleshooters, click on “Windows Update” and click on “Run the Troubleshooter”.

- Wait for the Windows update troubleshooter to complete and wait for any instructions that are recommended to fix the issue. Do not change Windows update settings by all mans as it could lead to more problems.
Second Method – Restart the Windows Update components
Although Windows 10 is one of the most used Operating Systems, it is far from perfect. There may be occasions when the features of the Operating System do not work correctly. The most basic solution for Windows users is to reset the Windows Updates Components. The Windows Update services are responsible for performing updates and should be restarted if they fail during a Windows Update.
- Start command prompt. To do this, hold down the “Windows” key and press the letter “R” and type in “cmd” in the command line. Press down on both the “ctrl and shift” keys at the same time and press “enter”. Select “OK” to grant administrator permission on the next prompt.

- In the CMD window, type in the following commands individually and make sure to hit enter after entering each command.
• net stop wuauserv
• net stop cryptSvc
• net stop bits
• net stop msiserver
• ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old
• ren C:\\Windows\\System32\\catroot2 Catroot2.old

Note: Both of the last two commands are for only used to rename the Catroot2 and SoftwareDistribution folders
- Next, you will now have to delete a particular file by performing the following steps. In the same CMD window, type in the following commands and hit enter after each command:
• Del “%ALLUSERSPROFILE%ApplicationDataMicrosoftNetworkDownloaderqmgr*.dat”
• cd /d %windir%system32
- After entering the above-mentioned commands, we will now have to restart all the Background Intelligent Transfer Service (BITS) through the same CMD window. Remember to hit enter after typing in each command.
• 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
• 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
- Once all of the commands have been entered, we now need to reset the Windows Socket by typing in the following command. Once again, make sure to hit enter after entering the command.
• netsh winsock reset
- Now that you have stopped the Windows Update services, turn it back on to refresh it. Type in the following commands in the command prompt window.
• net start wuauserv
• net start cryptSvc
• net start bits
• net start msiserver

- Close the Command Prompt window and restart your computer. Once your computer is back on, try to update Windows to see if the Windows Update Error 0x800705b4 has been fixed.
Third Method – Perform a Windows System File Checker (SFC scan) and DISM Scan
The Windows SFC is another vital tool for checking and fixing corrupted or missing Windows system files. Run SFC scan using the following steps:
- Hold down the “windows” key and press “R” and type “cmd” in the run command line. Hold down both the “ctrl and shift” keys together and hit enter. Click “OK” on the next window to grant administrator permissions.

- In the command window, type “sfc /scannow” and press enter. Wait for the SFC to complete the scan and restart the computer. Once done, run the Windows Update tool to check if the issue has been fixed.

- After you run SFC scan, make sure to restart your computer and launch the Windows Update to determine if the Windows Update 0x800705b4 Error has been fixed.
Another scan and you can try is the DISM scan. The Deployment Image Servicing and Management (DISM) is a versatile command-line tool that allows you to reset or modify the Windows Update Settings. This is important because whenever your Windows update settings are not working correctly, you will likely see errors with your Windows updates.
- To run, press Windows, and on the search box, type Command.

- Right-click on the command prompt and select the Run as administrator option.
- Type the following command to perform a quick check and press Enter:
DISM /Online /Cleanup-Image /CheckHealth
- Once you complete the steps, DISM will run and verify any data corruption that may require fixing.
Check if this system scan fixed your update Windows errors. If the above methods do not work, try the following steps below.
Fourth Method – Run the Windows Check Disk Tool
To fix the Windows Update 0x800705b4 Error, use the Windows Check Disk tool to analyze and fix your disk for any system files issues. Please keep in mind that this procedure may take some time to complete depending on how many files are on the disk.
- Press the “Windows” key on your keyboard and then press “R”. Next, type “cmd” in the run command line. Hold down both the “ctrl and shift” keys together and hit enter. Click “OK” on the next window to grant administrator permissions to open command prompt.

- Type the “chkdsk C: f/” command and hit Enter (C: with the letter of the hard drive, you want to check).

- Wait for the process to complete and close the command prompt. Restart your computer. Once you get your computer back, run the SFC again to check if that solved the problem.
Check if you still see the Windows 10 update error message. You can try the following steps if this issue is still happening.
Fifth Method – Restart Your Computer
The most straightforward remedy is sometimes the best, and several users noted that a soft restart was all it took to solve the problem. One easy way to ultimately fix Windows 10 update error 0x800705b4 There may be a bug that prohibits the new updates from getting downloaded and installed on the computer, but this can usually be resolved by restarting your computer.

Enter the Start Menu and click the Restart option to do a soft restart. Once your computer is back on, try to update Windows to see if the Windows Update 0x800705b4 Error persists after your computer has restarted. Hopefully, the issue will be fixed automatically.
Sixth Method – Check the Windows Defender Service Settings
Certain services on your PC must be operating for Windows to download new updates. Windows Defender Antivirus Service is a built-in utility that provides security for your system. It includes several tools, including Windows Firewall, antivirus, and more. These tools are crucial in system protection, and they can fight off malicious software, stop corrupted system files, locate lost data, help in data recovery, and more.
Users have reported that if the Windows Defender service isn’t functioning, update error 0x800705b4 can occur. Follow the steps below to ensure the Windows defender service is configured correctly.
- Open the Run command line by pressing the Windows and R keys at the same time and type in “services.msc” and press “enter” or click “OK”.

- Locate the “Windows Defender Firewall”, right-click on it, and select “Properties”.

- In the Windows Firewall properties, make sure that the Startup type is set to automatic.

It would help if you remembered that Windows Defender provides crucial protection against file corruption. Ensuring that this and its related files are set correctly will help you avoid problems.
Seventh Method – Uninstall Third-Party Antivirus Applications
If you get the Windows Update 0x800705b4 Error when starting Windows Defender, uninstall all third-party antivirus software from your computer. To quickly identify such programs, use these steps:
- Hold down the Windows key + R key on your keyboard and type in “appwiz.cpl” on the run command line and press “enter”.

- In the list of installed programs, look for third-party anti-virus applications and click uninstall. The photo below is just an illustration of how the application list looks like:

- Once the application has been successfully removed, run Windows Defender once again and check if the Windows Update Error 0x800705b4 has been fixed.
Eighth Method – Install a Fresh Copy of Windows
If the above solutions fail, you should create a backup of your system and perform a fresh install. As previously stated, this problem most commonly affects individuals who upgraded to Windows 10 rather than completing a fresh install.
Before performing this step, make sure to have a backup of all your essential files, as installing a fresh new copy of Windows will wipe out all the files currently on the computer. You can back your files up to cloud storage or an external storage device.
- Connect the Windows 10 installation media to your computer and boot from it.
- You might need to press the appropriate key or change your boot priority in BIOS to boot from Windows 10 installation media.
- Choose the desired language. Click Next.

- Next, click Install Now and follow the instructions on your screen.

- Be sure to select the correct drive or you risk deleting the files from the other drive.
Wrap Up
Always backup your important data before installing any significant Windows upgrade. It will be nearly impossible to perform any data recovery after a disastrous issue with a Windows update process, and windows updates can occasionally cause problems. A recent Windows 1809 October 2018 update, for example, led to the loss of files from user profile folders around the world, particularly “Documents.”
However, issues like 0x800705b4 can be resolved using the tools and options available in the Windows environment. We’ve gone over all of the available remedies for the 0x800705b4 problem in-depth, as well as some advice on how to handle the error appropriately.