0x800F0922
Microsoft Windows Update
Severity: ModerateWhat Does This Error Mean?
The 0x800F0922 error usually means your computer does not have enough disk space to install a Windows update. It can also happen when the System Reserved partition is too small. The fix is usually as simple as freeing up disk space or expanding the system partition.
Affected Models
- Windows 10
- Windows 11
- Windows 8.1
Common Causes
- Your main drive (C: drive) does not have enough free space to download and install the update
- The System Reserved partition is full and cannot store the update's boot files
- A VPN connection is interfering with the update process
- The Windows Update cache is filled with old, failed update files taking up space
- The .NET Framework needs to be updated before this update can install
How to Fix It
-
Free up disk space on your C: drive. Go to Settings > System > Storage > Temporary Files. Check all the boxes and click 'Remove files.'
Major Windows updates can need 10 to 20 GB of free space. Clear as much as you can.
-
Run Disk Cleanup as Administrator. Search 'Disk Cleanup' in Start menu, right-click it, and choose Run as Administrator. Select your C: drive and check 'Windows Update Cleanup' and 'Previous Windows installations.'
Running as Administrator shows extra cleanup options not visible normally. This can free up several gigabytes.
-
Disconnect from any VPN before updating. VPN connections can interfere with Windows Update's ability to download and verify update files.
After the update finishes, you can reconnect to your VPN.
-
Clear the Windows Update cache. Open Administrator Command Prompt. Type: net stop wuauserv — then: del /f /s /q C:\Windows\SoftwareDistribution\Download\* — then: net start wuauserv
Old cached update files can take up significant space. Clearing them forces fresh downloads.
-
If you get this error during a major feature update, try using the Windows Update Assistant instead. Download it from Microsoft's website and run the update manually.
The Update Assistant handles disk space differently and can sometimes succeed where the normal update process fails.
When to Call a Professional
If the System Reserved partition needs to be resized, it is safest to have a technician do it. Resizing partitions incorrectly can make your computer unable to start. For simple disk space issues, the steps below should be all you need.
Frequently Asked Questions
How much free space does Windows Update need?
Regular monthly updates need about 1 to 2 GB of free space. Major feature updates (like upgrading from Windows 10 to 11) need 15 to 20 GB. It is a good practice to always keep at least 20 GB free on your C: drive.
What is the System Reserved partition?
The System Reserved partition is a small hidden partition (usually 100 to 500 MB) that Windows creates during installation. It stores boot files and encryption keys. Some updates need to write files here, and if it is full, the update fails.
Can I use an external hard drive for update space?
Not directly for the update process itself. But you can move large files (videos, photos, downloads) to an external drive to free up space on your C: drive. Once the update finishes, you can move files back if needed.