1. Home
  2. Microsoft
  3. Windows
  4. Windows 11
  5. How to Fix Windows 11 Update Error 0x800f0922: Step-by-Step Guide

How to Fix Windows 11 Update Error 0x800f0922: Step-by-Step Guide


Updating your Windows 11 system is crucial to keep your device secure, fast, and packed with the latest features. However, sometimes you might encounter update errors like Error 0x800f0922 that can be frustrating. If you’ve stumbled upon this error, don’t worry — you’re not alone, and it’s fixable! In this guide, we’ll walk you through the causes of this error and simple, effective solutions to get your Windows 11 updates running smoothly again.


What Is Windows 11 Update Error 0x800f0922?

The 0x800f0922 error typically occurs when Windows Update cannot connect to Microsoft’s update servers or when there isn’t enough free space on the system reserved partition (SRP) to install new updates. This error blocks the installation of important updates or feature upgrades, leaving your PC vulnerable and out of date.


Common Causes of Error 0x800f0922

  • Insufficient space in the System Reserved Partition: Windows needs free space here to install system files during updates.
  • Network connectivity issues: Firewall or VPN settings might be blocking access to Microsoft’s servers.
  • Corrupted Windows Update components or system files.
  • Issues with the .NET Framework update or installation.


How to Fix Windows 11 Update Error 0x800f0922

Here’s a clear set of steps to troubleshoot and resolve this issue. Take your time and follow each method carefully.

1. Check Your Internet Connection and VPN

Since error 0x800f0922 may happen because Windows cannot connect to update servers:

  • Disconnect any VPN software temporarily.
  • Disable any active firewall momentarily (don’t forget to turn it back on afterward).
  • Restart your router if your internet is unstable.

Then, try running Windows Update again by going to:

Settings > Windows Update > Check for updates

2. Free Up Space in the System Reserved Partition

The system reserved partition needs enough free space (typically around 500 MB or more) to install updates.

  • Download and run MiniTool Partition Wizard or EaseUS Partition Master (free versions available).
  • Find the System Reserved Partition and check its free space.
  • If it’s low, you can increase its size by shrinking a nearby partition and extending the system reserved one. Warning: Back up your data before modifying disk partitions to avoid accidental data loss.

Or, use built-in commands to delete orphaned or unnecessary files in the partition, but this is more advanced and risky.

3. Run the Windows Update Troubleshooter

Windows 11 has a built-in troubleshooter to detect and fix update-related issues:

  • Go to Settings > System > Troubleshoot > Other troubleshooters.
  • Find Windows Update and click Run.
  • Follow on-screen instructions and restart your PC.

This tool can automatically resolve many common glitches.

4. Reset Windows Update Components Manually

Corrupted update files can cause this error. To reset update components:

  • Press Win + S, type cmd, right-click Command Prompt, and select Run as administrator.
  • Enter the following commands one by one, pressing Enter after each:

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
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

  • Restart your computer and try updating again.

5. Repair System Files with SFC and DISM

Run system scans to fix corrupt files:

  • Open Command Prompt as Administrator.
  • Type:

sfc /scannow

  • Wait for the scan to finish.
  • Then run:

DISM /Online /Cleanup-Image /RestoreHealth

  • After completion, reboot your PC.

6. Disable .NET Framework Updates Temporarily

Sometimes .NET Framework updates cause issues:

  • Open Control Panel > Programs > Turn Windows features on or off.
  • Uncheck .NET Framework 3.5 (includes .NET 2.0 and 3.0).
  • Restart your PC and try updating again.
  • Once updates are installed, you can re-enable .NET Framework from the same location.


Final Thoughts

Encountering Windows 11 Update Error 0x800f0922 can be a headache, but with patience and these step-by-step solutions, you should be able to fix it easily. Always remember to back up your data before attempting fixes that involve disk partitions or system files.

Keep your system updated to enjoy the best of Windows 11. If all else fails, consider reaching out to Microsoft Support or visiting tech forums for personalized help.


FAQs About Windows 11 Update Error 0x800f0922

Q: Will reinstalling Windows 11 fix this error?
A: Yes, but it’s a last resort. Try all troubleshooting steps first to avoid losing data.

Q: Can an antivirus cause this error?
A: Antivirus or firewall software can block update access. Temporarily disable them during the update process.

Q: How do I know if the System Reserved Partition is too small?
A: Use a partition manager tool to check, or if updates fail consistently with error 0x800f0922, it’s a strong indicator.


Fixing Windows Update errors might seem technical, but with this practical guide, you’ll be back on track in no time. Happy updating! 🚀


Keywords: Windows 11 update error 0x800f0922, fix Windows update error, 0x800f0922 Windows 11, Windows update troubleshooting, system reserved partition full, reset Windows update components

Updated on July 4, 2025
Was this article helpful?

Related Articles

Leave a Comment