- Error 0x800705b4 is usually caused by stuck services, antivirus software, and corrupted files.
- Stepped solutions: troubleshooter, service restart, and full reset.
- DISM, SFC, and cache clearing fix the corruption that blocks Windows Update.
- Good practices prevent relapses: proper shutdowns, a stable network, and drivers up to date.
Si Windows If the update stalls and you get error code 0x800705b4, you're not alone: this is a fairly common error when the system tries to install updates and a component doesn't respond in time. To save you the trouble, here's a complete and organized guide, from least to most invasive, with proven methods and troubleshooting steps. commands ready to use. The idea is that you can solve the problem with clear and safe steps without need to forma tear nor lose your data.
Before we get into the details, it's worth noting that this error can appear in two ways: the most common is during update installation, with a message indicating installation problems and the infamous 0x800705b4 error code; the other, less frequent, is due to conflicts with Windows Defender. Whether it's due to third-party antivirus software, the firewall itself, problematic drivers, or corrupted filesThe important thing is to act as soon as possible to avoid blocking critical patches or risking the stability of the team.
What does error 0x800705b4 mean in Windows?
When you see 0x800705b4 related to Windows Update, the system is warning you that one or more elements involved in the update have not responded in a timely manner. This causes the process to be interrupted or get stuck in a loop.and may prevent necessary security fixes or performance improvements from being implemented.
There is another less frequent scenario: the error triggered by Windows Defender when there is interference with its service or with an external antivirus. In both cases, we are talking about a system dependency lock. who don't quite manage to communicate properly.
Typical causes include overly aggressive third-party antivirus software, a strictly configured Windows Firewall, outdated or conflicting drivers, and corrupted Windows Update files. Improper shutdowns, internet outages during patch downloads, invalid registry keys, or even disks with bad sectors can also contribute to the problem. that corrupt system data.
It's important not to ignore it: if 0x800705b4 persists, some updates may remain pending indefinitely or fail repeatedly. In extreme situations, file corruption could lead to data lossThat's why it's crucial to address the problem quickly.
Quick checks before anything else
Start with the simple things, because sometimes the basics solve the problem in a matter of minutes. These initial reviews do not touch on anything critical and rule out typical obstacles. that block Windows Update.
1) Restart your computer. It seems obvious, but we don't always do it: a restart clears stuck services and frees up resources. Many temporary update errors are fixed with a simple restart.
2) Check your network connection. Go to Start > Settings > Network & Internet > Wi-Fi (or Ethernet) and check the status. If there is no stable connection, reconnect the Wi-Fi or the cable. and try the update again.
3) Check the free space. Windows requires a minimum of 16 GB in 32-bit editions or 20 GB in 64-bit editions. If you're running low on cash storagefree up space or use a memory USB as support during the process.
4) Check the date and time. Make sure the time zone and time correspond to your location. A mismatch causes errors when validating Microsoft certificates and servers.
Temporarily disable your antivirus and firewall.
Third-party antivirus software is one of the most common triggers for error code 0x800705b4. Disable it during the update and re-enable it afterward. If that's not enough, temporarily disable Windows Defender Firewall and repeat the installation.
- Press Windows + R, type control and confirm with Enter.
- Go to System and Security > Windows Defender Firewall.
- Click on Turn Windows Defender Firewall on or off (left column).
- Check the box to disable Windows Defender Firewall on both private and public networks and click OK.
- Try Windows Update again. Once the update is complete, reactivate the Firewall using the same steps..
Use the Windows Update troubleshooter
Windows includes a specific wizard that detects and repairs common update issues. It is a fast and automated route which often leaves the system ready to install patches.
- Open Start > Settings > Update & Security.
- Go to Troubleshooting.
- Select Windows Update and run the troubleshooter. It allows repairs to be applied automatically..
Restart Windows Update and its settings
A service restart and a small adjustment to the update options may resolve the error. First, temporarily disable updates for other Microsoft products. and restart the service.
- Go to Start > Settings > Update & Security > Advanced options.
- Disable "Receive updates for other Microsoft products when updating Windows".
- Press Windows + X and open Symbol of the system (administrator) or Bus Terminal (admin).
- Run:
net stop wuauserv& AFTERnet start wuauserv. This forces the Windows Update service to restart..
If you prefer to do it from the Services console, press Windows + R, type services.msc and restart Windows Update from there. Then check if the installer is now proceeding without errors..
Completely reset Windows Update components
If the problem persists, a deep clean is needed: stop services, rename cache folders, and re-register crucial DLLs. The easiest method is to create a .bat file with the commands and run it as administrator.
- Open Notepad, paste the sequence below and save as, for example, reset-wu.bat.
- Right-click on the file and choose Run as administrator. It's normal for some registrations to take a few seconds..
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
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)
CD /d %windir%\system32
regsvr32.exe Actxprxy.dll /s
regsvr32.exe atl.dll /s
regsvr32.exe Browseui.dll /s
regsvr32.exe c:\windows\system32\actxprxy.dll /s
regsvr32.exe c:\windows\system32\jscript.dll /s
regsvr32.exe c:\windows\system32\mshtml.dll /s
regsvr32.exe c:\windows\system32\msjava.dll /s
regsvr32.exe c:\windows\system32\msxml.dll /s
regsvr32.exe c:\windows\system32\shdocvw.dll /s
regsvr32.exe c:\windows\system32\vbscript.dll /s
regsvr32.exe cryptdlg.dll /s
regsvr32.exe dssenh.dll /s
regsvr32.exe gpkcsp.dll /s
regsvr32.exe initpki.dll /s
regsvr32.exe jscript.dll /s
regsvr32.exe Mshtml.dll /s
regsvr32.exe Msjava.dll /s
regsvr32.exe Mssip32.dll /s
regsvr32.exe msxml.dll /s
regsvr32.exe msxml2.dll /s
regsvr32.exe msxml3.dll /s
regsvr32.exe Oleaut32.dll /s
regsvr32.exe rsaenh.dll /s
regsvr32.exe sccbase.dll /s
regsvr32.exe Shdocvw.dll /s
regsvr32.exe shell32.dll /s
regsvr32.exe slbcsp.dll /s
regsvr32.exe softpub.dll /s
regsvr32.exe Urlmon.dll /s
regsvr32.exe wintrust.dll /s
regsvr32.exe wuapi.dll /s
regsvr32.exe wuaueng.dll /s
regsvr32.exe wuaueng1.dll /s
regsvr32.exe wucltui.dll /s
regsvr32.exe wups.dll /s
regsvr32.exe wups2.dll /s
regsvr32.exe wuweb.dll /s
regsvr32.exe.exe actxprxy.dll /s
regsvr32.exe.exe atl.dll /s
regsvr32.exe.exe browseui.dll /s
regsvr32.exe.exe cryptdlg.dll /s
regsvr32.exe.exe dssenh.dll /s
regsvr32.exe.exe gpkcsp.dll /s
regsvr32.exe.exe initpki.dll /s
regsvr32.exe.exe jscript.dll /s
regsvr32.exe.exe mshtml.dll /s
regsvr32.exe.exe msxml.dll /s
regsvr32.exe.exe msxml3.dll /s
regsvr32.exe.exe msxml6.dll /s
regsvr32.exe.exe muweb.dll /s
regsvr32.exe.exe ole32.dll /s
regsvr32.exe.exe oleaut32.dll /s
regsvr32.exe.exe qmgr.dll /s
regsvr32.exe.exe qmgrprxy.dll /s
regsvr32.exe.exe rsaenh.dll /s
regsvr32.exe.exe sccbase.dll /s
regsvr32.exe.exe scrrun.dll /s
regsvr32.exe.exe shdocvw.dll /s
regsvr32.exe.exe shell32.dll /s
regsvr32.exe.exe slbcsp.dll /s
regsvr32.exe.exe softpub.dll /s
regsvr32.exe.exe urlmon.dll /s
regsvr32.exe.exe vbscript.dll /s
regsvr32.exe.exe wintrust.dll /s
regsvr32.exe.exe wuapi.dll /s
regsvr32.exe.exe wuaueng.dll /s
regsvr32.exe.exe wuaueng1.dll /s
regsvr32.exe.exe wucltui.dll /s
regsvr32.exe.exe wucltux.dll /s
regsvr32.exe.exe wups.dll /s
regsvr32.exe.exe wups2.dll /s
regsvr32.exe.exe wuweb.dll /s
regsvr32.exe.exe wuwebv.dll /s
netsh winsock reset
netsh winhttp reset proxy
net start wuauserv
net start bits
net start cryptsvc
net start appidsvc
fsutil resource setautoreset true C:\
Once the scriptGo back to Start > Settings > Update & Security > Windows Update and click Check for updates. If everything has gone well, Windows will download and install the pending patches. without the 0x800705b4.
Repair system files with DISM and SFC
System corruption is another common cause. DISM repairs the Windows image, and SFC restores corrupted files. Run the commands in a console with administrator privileges and respect the order.
- Dism.exe /Online /Cleanup-Image /ScanHealth
- Dism.exe /Online /Cleanup-Image /CheckHealth
- Dism.exe / Online / Cleanup Image / RestoreHealth
- Dism.exe /Online /Cleanup-Image /StartComponentCleanup
- sfc /scannow (When finished, restart the computer)
Check the disk with chkdsk
If the disk has bad sectors or the system shut down abruptly, critical data for updates may have been corrupted. chkdsk detects and repairs disk errors to the next Boot.
- Open Command Prompt as administrator.
- Writes:
chkdsk /f C:and hit Enter. - Confirm the scan on the next reboot with Y and reboot. Let the process finish 100%..
Manually clear Windows Update caches
Another effective method is to clear specific cache folders. To do this, stop associated services, delete the specified contents, and restart the services. This forces a clean download of the packages.
- Press Windows + R, type services.msc and press Enter.
- Stop Background Intelligent Transfer Service (BITS) and Windows Update.
- Open Explorer and navigate to C:\Windows\SoftwareDistribution\
- Delete the DeliveryOptimization and Download folders. Do not touch any other paths outside of SoftwareDistribution.
- Go back to Services and start BITS and Windows Update.
Review and activate Windows Defender services
If the Windows Defender service or your Firewall is disabled, blocking may occur. Check that both are running and set to automatic startup.
- Press Windows + R, type services.msc and press Enter.
- Locate Windows Defender Firewall and Windows Defender Antivirus Service.
- In each one, go to Properties > Startup type: Automatic, and click Start if it appears stopped. Apply and accept.
Install updates manually
If the process doesn't start automatically, you can force it manually. In many configurations, this is still available from the Control Panel. It's a useful alternative when the Windows Update queue gets stuck..
- Open Control Panel > System and Security > Windows Update.
- Click on Check for updates and follow the wizard. Install the ones that appear as important or cumulative..
Perform a clean boot to rule out software conflicts
A clean boot loads only essential Microsoft services and drivers, isolating interference from third parties. It is very useful for distinguishing whether the blockage is caused by a program. installed.
Consult the official Microsoft guide to set up a clean boot: https://support.microsoft.com/es-es/help/929135. After testing Windows Update in this mode, return to the normal settings. to avoid leaving services disabled.
Create a new account and test an in-context update
Corrupted user profiles or local policies can prevent Windows Update from working. Creating a clean user account can help check for this. If the error disappears with the new account, the problem was with the profile..
If none of the above works, perform an in-place upgrade: this is a reinstallation that rewrites system components while keeping your files and apps. This process typically restores key Windows Update services. that have been affected. Consult detailed guides in the Microsoft forums: https://answers.microsoft.com/es-es/windows/for.
Restore system to a previous point
When the problem started after a recent change, a System Restore can be your shortcut. It doesn't delete your personal files, but it does revert settings and drivers. to a previous stable state.
- Open Control Panel > System > System Protection.
- Choose System Restore and select a point where everything was working. Follow the wizard and let the process finish..
Tips to prevent error code 0x800705b4 from returning
Adopting certain habits minimizes the risk of the mistake recurring in the future. Prevention saves you time and scares with each update cycle.
- Turn off your PC from the menu and avoid forcing the power button. Abrupt shutdowns corrupt system files.
- If you experience micro-outages, consider using a UPS to prevent unexpected shutdowns during updates. Protecting energy protects your data.
- Scan USB drives and external hard drives with a reliable antivirus before opening them. This reduces the risk of malware and damaged records.
- Keep Windows and drivers (especially graphics drivers) up to date. Outdated drivers may conflict with system patches.
If you've followed the entire process, you'll have covered everything from quick fixes to deep system repair: disabling interference, running the troubleshooter, restarting services, clearing caches, repairing with DISM/SFC, checking Defender, checking the disk, and ultimately resorting to a clean boot, a new account, a system restore, or an in-place upgrade. With this phased approach, Windows Update usually returns to normal and the 0x800705b4 code becomes a thing of the past..
Passionate writer about the world of bytes and technology in general. I love sharing my knowledge through writing, and that's what I'll do on this blog, show you all the most interesting things about gadgets, software, hardware, tech trends, and more. My goal is to help you navigate the digital world in a simple and entertaining way.