The Windows Update error 0x800f0922 occurs when Windows is unable to install an update package due to an unspecified reason. The update might get stuck at 99% and then fail with the error message, “We could not complete the updates
.” This error has recently become common when installing update packages KB5040427 and KB5040525.
In this troubleshooting guide, we will learn how to resolve error 0x800f0922 and successfully install security updates on your Windows 10 and Windows 11 computers.
How to fix 0x800f0922?
There are several effective methods to resolve this problem easily. It is recommended that you try each solution one by one.
Solution 1: Optimize your Windows and fix common errors
There are several areas within the Windows OS that may contain bugs. To improve performance and create an error-free environment, it’s important to address these bugs and optimize your PC.
#1 PC Optimizer Tool
- โ Solve more than a hundred of the most common PC issues
- โ Optimize Windows and Boost Windows Performance.
- โ Clean Disk Space
- โ Privacy Protection
- โ Protect PC by resolving common vulnerabilities
- โ Real Time Boost
- โ Real Time Privacy
- โ Smart File Removal
Solution 2: Download and Install Update package manually.
If Windows Update is not working and is giving you errors, you may consider downloading and installing the update package manually. Visit the Microsoft Update Catalog website, search for the update package, and then download and install it manually on your PC.
Step 1: Open Microsoft Catalog.
https://www.catalog.update.microsoft.com/Home.aspx
Step 2: Search for your Update package. Ex. KB5037849
Step 3: Download the package according to your PC configuration and install it.
Solution 3: Reset Windows update components.
This is one of the best and most reliable methods for fixing update-related issues, such as error 0x800f0922. You can perform the update reset process as follows.
Solution 4: Try SFC with DISM repair.
SFC and DISM are both useful commands that fix file system corruption and repair damaged Windows files.
SFC Commands:
Step 1: Open Admin Command Prompt.
Step 2: Execute the command.
C:\Windows\System32> sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log.
C:\Windows\System32>
Step 3: Reboot your PC.
DISM Commands
Step 1: Open elevated Command Prompt.
Step 2: Execute the following commands in sequence.
1. DISM – Check Health
C:\Windows\System32> dism /Online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.22631.3737
No component store corruption detected.
The operation completed successfully.
2. DISM – Scan Health
C:\Windows\System32> dism /Online /Cleanup-Image /ScanHealth
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.22631.3737
[==========================100.0%==========================]
No component store corruption detected.
The operation completed successfully.
C:\Windows\System32>
3. DISM – Restore Health
C:\Windows\System32> dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792
Image Version: 10.0.22631.3737
[==========================100.0%==========================]
The restore operation completed successfully.
The operation completed successfully.
C:\Windows\System32>
Step 3: It will take some time to finish the process so keep patience and let the process completes.
Solution 5: Repair Windows 10/11 Installation
This should be the final step in fixing any Windows-related issues. During a Windows repair, your data, apps, and settings will remain intact. You can perform a Windows repair as follows:
How to Perform an In-Place Upgrade
In an in-place upgrade, no files, folders, or applications will be deleted.
Preparation:
Before starting the in-place upgrade, follow these guidelines:
- Sign in as an Administrator.
- Disconnect all external peripherals and devices except the mouse, keyboard, and LAN cable.
- Disable or uninstall any third-party antivirus programs.
- Keep a backup of important folders, files, and settings.
Step 1: Download the Media Creation Tool for Windows 10 or Windows 11, depending on your PC’s operating system.
Windows 10: https://www.microsoft.com/en-us/software-download/windows10
Windows 11: https://www.microsoft.com/software-download/windows11
Step 2: If you see a User Account Control (UAC) prompt, click Yes.
Step 3: Once the download is complete, the Windows 10 or Windows 11 setup will open. Read the License Agreement and click Accept.
Step 4: Select Upgrade this PC now and click Next.
Step 5: When the upgrade is ready to install, click the Install button to begin the process.
Step 6: The Windows 10/11 upgrade installation will start.
Step 7: After the installation completes, select your sign-in account.
Step 8: Choose your privacy settings for the device and click Accept.
Step 9: If you wish to use Cortana, click the Use Cortana button.
Step 10: You’re all set! The In-place upgrade has finished, and you will reach the sign-in screen.
Conclusion:
The Windows update error 0x800f0922 occurs during the installation of a Windows update. However, you can fix it by resetting the Windows Update components, addressing common Windows bugs, and repairing the Windows installation.