How to Fix 0x800F0922 Error on Windows 10
The 0x800F0922 error is one of the most common Windows errors. It typically appears during Windows Update, system setup or when installing drivers, and it is usually caused by corrupted system files, blocked services or network problems. Follow the fixes below in order; most users resolve it within 30 minutes.
What causes the 0x800F0922 error?
The 0x800F0922 error usually points to damaged Windows Update components, incorrect system time, a full system drive or security software blocking the connection. Occasionally it follows a failed update that left services in a half-configured state.
Fix it now
1. Use the Media Creation Tool
For persistent errors, download the Windows Media Creation Tool and choose 'Upgrade this PC now'. It keeps your files and apps while repairing the OS.
2. Run SFC and DISM scans
Open Command Prompt as administrator and run sfc /scannow. If issues are found, follow up with DISM /Online /Cleanup-Image /RestoreHealth. Restart your PC afterwards.
3. Free up disk space
Windows updates need room to install. Use Storage Sense or Disk Cleanup to free several gigabytes on the system drive, then retry.
4. Reset the Windows Update components
Open Command Prompt as administrator and run: net stop wuauserv, net stop cryptSvc, net stop bits. Then rename the SoftwareDistribution and Catroot2 folders, and restart the services with the matching net start commands.
5. Repair the Store and system apps
Run wsreset.exe for Store-related problems, or re-register system apps from PowerShell to rebuild corrupted app packages.
Related guides
Frequently asked questions
The fixes here keep your files. The Media Creation Tool repair reinstalls the OS, but it keeps your files and apps.
No. It is a software-level error that prevents an update or feature from running. It will not damage your files or hardware.
Most cases take under 30 minutes. SFC and DISM scans can take longer depending on disk speed.