Are you seeing error code 0x800705b4 while trying to update Windows? You’re not alone—and the good news is, it’s often fixable. This guide walks you through clear, step-by-step solutions that anyone can follow, whether you’re a seasoned pro or just getting started. Let’s dive in!

🔍 What does 0x800705b4
mean?
This code signals a “timeout period expired” during Windows Update, indicating that the update process took too long or got blocked—often by security tools like Windows Defender or antivirus software.
🛠️ Quick Fixes You Can Try First
1. Run the Windows Update Troubleshooter
Built-in to Windows, this tool can automatically detect and resolve update issues. It’s often enough to clear the error and let updates complete .
2. Temporarily disable antivirus and firewall
Turn them off for a moment, retry the update, then re-enable them once you’re done
3. Restart Windows Update services
Sometimes services get stuck. Open an elevated Command Prompt and run
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
This clears and resets the update components.
🩺 Advanced Repairs (if quick fixes didn’t work)
4. Clean and reset update folders
Windows stores update files in two key system folders: SoftwareDistribution
and Catroot2
. These folders sometimes get corrupted, which can block updates from being installed properly. Renaming them forces Windows to create new, clean versions automatically.
Here’s how to do it:
Step 1: Open Command Prompt as Administrator. You can do this by searching for “cmd” in the Start menu, right-clicking on it, and choosing “Run as administrator.”
Step 2: Stop the Windows Update-related services by running the following commands:
net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserver
Step 3: Rename the update folders so that Windows creates new ones automatically:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.oldren C:\Windows\System32\catroot2 catroot2.old
Step 4: Restart the services you stopped earlier:
net start wuauservnet start cryptSvcnet start bitsnet start msiserver
Once you’ve completed these steps, try running Windows Update again. This method fixes many common update errors caused by file corruption or leftover data from previous updates.
5. Run System File Checker (SFC) and DISM
These restore corrupted system files
sfc /scannow
DISM.exe /Online /Cleanup-image /Restorehealth
Reboot afterward and retry the update.
These tools scan your system for missing or corrupted files and automatically repair them. It may take several minutes to complete, so please be patient and do not close the window while it’s running.
6. Check disk integrity with CHKDSK
This command checks your hard drive for errors such as bad sectors or corrupted data that may interfere with Windows Update. It also attempts to repair any issues it finds.
chkdsk C: /r
This scans and repairs hard drive errors which can block updates.
7. Disable updates for other Microsoft products
Sometimes having “Receive updates for other Microsoft products” enabled causes conflicts. Turn that feature off in Windows Update settings .
8. Scan for malware
Malware can block Windows Update. Run a full antivirus or Windows Defender scan first.
To run a full scan with Windows Defender, go to Settings > Privacy & Security > Windows Security, then click Virus & threat protection. From there, choose Scan options and select Full scan, then click Scan now.
🔄 Final Step: Manual Updates or Reset
If none of the previous methods resolve the issue, there are still two last-resort options that can help you get Windows Update working again:
- Manually download and install updates: Visit the Microsoft Update Catalog, search for the KB number of the update, and download the standalone installer.
- Perform a clean installation of Windows: Back up your important files and perform a clean install using a bootable USB or the Media Creation Tool. This is the most effective way to eliminate deep system issues, but it’s time-consuming and should be a last resort.
Be sure to back up your data before taking these steps. While they are powerful, they also carry the risk of data loss if done improperly.
💡 Why fixing this is important
Missing critical updates can leave your PC vulnerable to security risks or unstable behavior. The good news: following the fixes above often resolves the issue without drastic measures.
✅ Summary: Start with the built-in troubleshooter, then move through the list—from disabling antivirus to running system scans. Most users fix the error by step 3 or 4. Only go for manual update or clean install as a last resort.
If you’re still stuck after trying all of these, feel free to drop a note—I’m happy to help further!
If you’re facing other Windows update issues, you might find these articles helpful
▶︎Fixing Windows 11 Update KB5058411: Common Errors and Solutions
▶︎Fix Error 0x800f0825: Windows Update Failed to Install
▶︎Is your Windows screen black, flickering, or just not working? Your ultimate guide to fixing it.