Windows Update Error 0x80f0922 – Complete Fix Guide (2026)
Table of Contents
- Why Windows Update Error 0x80f0922 Happens
- 1. Restart Your PC and Check Internet Connection
- 2. Run the Windows Update Troubleshooter
- 3. Clear the SoftwareDistribution Folder
- 4. Run SFC and DISM Scans
- 5. Free Up Sufficient Disk Space
- 6. Reset Windows Update Components Manually
- 7. Check Network Settings and DNS
- 8. Temporarily Disable Third-Party Antivirus
- 9. Advanced Troubleshooting
- Conclusion
- FAQ
Hub: Windows 11 Troubleshooting Hub
Quick Answer
Windows Update Error 0x80f0922 is a Windows Update failure that typically occurs when the update installation process encounters a network, system, or configuration issue. To fix it, restart your PC, run the Windows Update Troubleshooter, clear the SoftwareDistribution folder, and run SFC and DISM scans. If the error persists, free up disk space, reset Windows Update components, check your network settings and DNS, and temporarily disable third-party antivirus. For more Windows troubleshooting, visit our Windows 11 Troubleshooting Hub.
Why Windows Update Error 0x80f0922 Happens
Windows Update Error 0x80f0922 is a common update installation error that occurs when Windows Update cannot successfully install a critical update. This error code is often associated with WU_E_EE_UPDATE_NOT_APPLICABLE, indicating that the update is not applicable to your system, but it can also appear due to network connectivity issues, corrupted system files, or insufficient disk space. For official Microsoft documentation, refer to the Microsoft Update Error Reference.
When Windows Update Error 0x80f0922 appears, it typically indicates that the Windows Update service cannot complete the installation of a specific update. This error is similar to other update errors like Windows Update Error 0x80070643 and Windows Update Error 0x80240020, but it is specifically associated with network or system configuration issues. Common triggers include corrupted update cache, outdated or incompatible drivers, conflicts with third-party security software, and insufficient system resources.
Before diving into fixes, ensure you have a stable internet connection and are not behind a restrictive corporate firewall. If Windows Update Error 0x80f0922 persists, the issue is likely configuration-related. For a broader overview of Windows update issues, see our Windows 11 Troubleshooting Hub.
⚠️ Warning: Windows Update Error 0x80f0922 can be caused by network restrictions. If you are on a corporate network, contact your IT administrator before changing network settings.
1. Restart Your PC and Check Internet Connection
A simple restart can resolve temporary glitches causing Windows Update Error 0x80f0922. Before restarting, verify your internet connectivity.
- Restart your PC and wait for it to fully boot.
- Open your browser and try visiting a website to confirm internet connectivity.
- If using a VPN or proxy, disconnect it temporarily and try updating.
- After restart, try checking for updates again.
✅ Expected Result: The error may be resolved immediately. If not, proceed to the next method to fix Windows Update Error 0x80f0922.
2. Run the Windows Update Troubleshooter
Windows includes a built-in troubleshooter that can automatically detect and fix common causes of Windows Update Error 0x80f0922.
- Open Settings > System > Troubleshoot > Other troubleshooters.
- Find Windows Update and click Run.
- Allow the tool to scan for issues and apply fixes.
- Restart your PC after the troubleshooter completes.
💡 Quick Tip: If the troubleshooter is not available, you can run it from Command Prompt: msdt.exe -id WindowsUpdateDiagnostic.
3. Clear the SoftwareDistribution Folder
Corrupted update cache in the SoftwareDistribution folder can cause Windows Update Error 0x80f0922. Clearing it forces Windows to download fresh update files.
- Open Command Prompt as Administrator.
- Stop update services:
net stop wuauserv net stop bits net stop cryptSvc net stop msiserver - Delete the contents of the SoftwareDistribution folder:
del /f /s /q C:\Windows\SoftwareDistribution\*.* - Also clear the Catroot2 folder:
del /f /s /q C:\Windows\System32\catroot2\*.* - Restart services:
net start wuauserv net start bits net start cryptSvc net start msiserver - Restart your PC and check for updates again.
⚠️ Warning: Deleting the SoftwareDistribution folder will erase your update history, but installed updates remain unaffected. This is a safe and effective method to fix Windows Update Error 0x80f0922.
4. Run SFC and DISM Scans
Corrupted system files can interfere with the update process and cause Windows Update Error 0x80f0922. Running SFC and DISM repairs system files and the component store. For a complete guide, see our How to Use DISM Windows 11 article.
- Open Command Prompt as Administrator.
- Run DISM to repair the component store:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for the process to complete (15-20 minutes).
- Then run SFC:
sfc /scannow - After both scans finish, restart your PC and try updating again.
✅ Expected Result: SFC and DISM will repair corrupted files, which often resolves Windows Update Error 0x80f0922.
5. Free Up Sufficient Disk Space
Insufficient disk space on the system drive can prevent updates from installing and trigger Windows Update Error 0x80f0922. Ensure you have adequate free space.
- Open Settings > System > Storage.
- Check the available space on your system drive. If it’s below 10 GB, free up space.
- Use the built-in Storage Sense to clean temporary files.
- Delete unnecessary large files, uninstall unused applications, and empty the Recycle Bin.
- After freeing space, restart and try updating again.
💡 Quick Tip: Use Disk Cleanup (run cleanmgr) to remove system files, including Windows Update cleanup, which can free up gigabytes of space.
6. Reset Windows Update Components Manually
If the previous methods fail, a full reset of Windows Update components can resolve Windows Update Error 0x80f0922. This process stops services, renames folders, and re-registers DLL files.
- Open Command Prompt as Administrator.
- Run the following commands in sequence:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver - Rename the update folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old - Re-register Windows Update DLL files:
regsvr32 wups2.dll /s regsvr32 wuapi.dll /s regsvr32 wuaueng.dll /s regsvr32 wucltui.dll /s regsvr32 wups.dll /s regsvr32 wuwebv.dll /s - Restart the services:
net start wuauserv net start cryptSvc net start bits net start msiserver - Restart your PC and attempt to run Windows Update.
⚠️ Warning: The Catroot2 folder is critical for cryptographic services. Renaming it is safe, but do not delete it outright as it will be recreated.
7. Check Network Settings and DNS
Network configuration issues, including DNS problems, can cause Windows Update Error 0x80f0922. Checking and resetting network settings can resolve this.
- Open Command Prompt as Administrator.
- Flush DNS cache:
ipconfig /flushdns - Reset Winsock and IP stack:
netsh winsock reset netsh int ip reset - Change DNS servers to Google DNS (8.8.8.8 and 8.8.4.4) if needed.
- Restart your PC and try updating again.
🔁 Alternative Solution: If you are using a VPN or proxy, disconnect it temporarily. These services can interfere with Windows Update and cause Windows Update Error 0x80f0922.
8. Temporarily Disable Third-Party Antivirus
Third-party antivirus or security software can block update processes and trigger Windows Update Error 0x80f0922. Temporarily disabling it can help identify if it is the cause.
- Open your antivirus application.
- Turn off real-time protection or pause protection temporarily.
- Also disable any firewall or VPN that may interfere.
- Attempt to check for updates again.
- If the error is resolved, add Windows Update to the exclusion list.
- Remember to re-enable your security software after testing.
❌ Common Mistake: Forgetting to re-enable antivirus after testing. Always turn it back on to maintain system security.
9. Advanced Troubleshooting
If none of the above methods resolve Windows Update Error 0x80f0922, consider these advanced solutions.
Check for Windows Update Medic Service
Windows 11 includes a Windows Update Medic Service that can repair the update service itself. Enable it by running in Command Prompt as Admin:
sc config wuauserv start=auto
sc config wuauserv depend= "RpcSs/Winmgmt"
sc start wuauservPerform a System Restore
If the error started after a system change, use System Restore to revert to a previous state. See How to Use System Restore Windows 11.
Use the Microsoft Update Catalog
Visit the Microsoft Update Catalog, search for the failed update, download it manually, and install it.
Perform an In-Place Upgrade (Repair Install)
An in-place upgrade reinstalls Windows while preserving your files and apps. Download the Windows 11 ISO, mount it, and run setup.exe. Choose “Keep personal files and apps.” This often resolves persistent Windows Update Error 0x80f0922. This method is also effective for Windows Installation Failed in Safe_OS Phase and Cumulative Update Failure 0x80073701.
Check for Malware
Malware can corrupt system files and block updates. Run a full scan with Windows Defender Offline. For detailed steps, see How to Scan Malware Windows 11.
If you continue to experience issues, consult the Microsoft Windows Update Resources for additional guidance or contact Microsoft Support.
Conclusion
Encountering Windows Update Error 0x80f0922 can be frustrating, but the vast majority of cases are resolved with the methods outlined above. Start with the simplest fixes—restarting your PC, running the troubleshooter, and clearing the SoftwareDistribution folder—before moving to more advanced solutions like resetting update components, checking network settings, and running SFC and DISM scans. If the error persists, temporarily disabling third-party antivirus or performing an in-place upgrade will usually resolve the issue.
Regular system maintenance, such as keeping your system updated and periodically checking system files, can prevent Windows Update Error 0x80f0922 from recurring. For additional Windows troubleshooting, visit our Windows 11 Troubleshooting Hub, where you’ll find comprehensive guides for Windows Update Error 0x80070643, Windows Update Error 0x80240020, and Windows 11 Update Stuck.
Related Guides
- Windows 11 Troubleshooting Hub
- Windows Update Error 0x80070643
- Windows Update Error 0x80240020
- Windows 11 Update Stuck Fix
- Windows Cumulative Update Failure 0x80073701
- Windows Error 0x80072ee7 (Server Name Could Not Be Resolved)
- Windows Error 0x80070422 (The Service Cannot Be Started)
- Windows Installation Failed in Safe_OS Phase
- How to Update Drivers Windows 11
- How to Use DISM Windows 11
- How to Use System Restore Windows 11
- How to Scan Malware Windows 11
- Windows 11 High CPU Usage Fix
- Windows 11 Running Slow Fix
FAQ
What causes Windows Update Error 0x80f0922?
Windows Update Error 0x80f0922 is caused by corrupted update cache, insufficient disk space, corrupted system files, network issues, DNS problems, or conflicts with third-party antivirus software.
How do I fix Windows Update Error 0x80f0922?
Restart your PC, run the Windows Update Troubleshooter, clear the SoftwareDistribution folder, run SFC and DISM scans, free up disk space, reset Windows Update components, check network settings, and temporarily disable third-party antivirus.
Can insufficient disk space cause Error 0x80f0922?
Yes, insufficient disk space on the system drive can prevent updates from installing and trigger Windows Update Error 0x80f0922. Free up at least 10 GB of space.
Can antivirus cause Windows Update Error 0x80f0922?
Yes, third-party antivirus or security software can block update processes and trigger Windows Update Error 0x80f0922. Temporarily disabling it can help identify the cause.
How do I clear the SoftwareDistribution folder?
Open Command Prompt as Administrator, stop the update services, delete the contents of C:\Windows\SoftwareDistribution, and restart the services.
Is it safe to delete the SoftwareDistribution folder?
Yes, it is safe. Windows will recreate it automatically. Deleting it forces Windows to download fresh update files and can resolve Windows Update Error 0x80f0922.
What should I do if the error persists after all fixes?
If the error continues, try a System Restore to a point before the error appeared, perform an in-place upgrade to repair Windows without losing your files, or as a last resort, perform a clean installation of Windows.
Can a VPN cause Windows Update Error 0x80f0922?
Yes, VPNs can interfere with Windows Update requests and trigger Windows Update Error 0x80f0922. Disconnect your VPN temporarily to test.
What is the difference between Error 0x80f0922 and 0x80070643?
0x80f0922 is often associated with network or configuration issues, while 0x80070643 is a fatal installation error. Both are update errors but may have different underlying causes.
Can outdated drivers cause Windows Update Error 0x80f0922?
Yes, outdated or incompatible drivers can interfere with the update process. Update your drivers via Device Manager or visit your manufacturer’s website for the latest versions.
We’re a team of system administrators, technical writers, and platform specialists who genuinely enjoy solving the problems most users find frustrating. From persistent Windows errors and Android sync failures to browser crashes and network drops — we’ve seen it all, and we document every fix properly. Our guides are built on official documentation, direct testing, and real troubleshooting experience. No filler, no guesswork — just reliable, step-by-step solutions you can trust.