Forum Discussion
How to fix windows 11 version 25h2 install error on my pc?
To fix the Windows 11 version 25h2 install error 0x800f0991 on your PC without using TPM checks, disabling non-Microsoft services, or running the Windows Update Troubleshooter, you can try some alternative troubleshooting steps. Since your system is running an outdated version (23H2), and previous solutions haven't worked.
How to fix the Windows 11 version 25h2 install error 0x800f0991:
1. Ensure Sufficient Disk Space and Performance
- Make sure your PC has enough free disk space (preferably 20-50 GB free).
- Close all running applications to free resources.
- Run a disk cleanup tool:
- Search for "Disk Cleanup" in the Start menu.
- Select your system drive (usually C:).
- Check “Temporary files” and other unnecessary files, then click OK.
2. Reset Windows Update Components Manually
Sometimes, the update files or cache are corrupted. You can reset Windows Update components manually:
- Open Command Prompt as Administrator:
- Press Win + X and select Windows Terminal (Admin) or Command Prompt (Admin).
Run these commands one by one:
net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start bits
net start cryptsvc
net start msiserver
- Restart your PC and try updating again.
3. Check for Driver Compatibility
- Outdated or incompatible drivers can cause upgrade failures.
- Use Device Manager:
- Press Win + X > Device Manager.
- Check for devices with warning signs.
- Update drivers manually or visit your hardware manufacturer’s website for the latest drivers.