-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -

Create an account on the HP Community to personalize your profile and ask a question
07-30-2025 01:05 AM - edited 07-30-2025 01:07 AM
The code below pops up whenever i try to update my Windows OS.
There were problems downloading some updates, but we'll try again later. If you keep seeing this, try searching the web or contacting support for help. This error code might help: (0x800f0805)
07-31-2025 11:10 AM
Hi @Egbodor,
Welcome to the HP Support Community.
Thank you for posting your query. I will be glad to help you.
The error code 0x800f0805 during a Windows Update typically indicates a corrupted update component or incomplete installation files. This issue can usually be resolved with a few steps.
Fix Windows Update Error 0x800f0805
1. Run the Windows Update Troubleshooter
- Go to Settings > System > Troubleshoot > Other troubleshooters
- Find Windows Update and click Run
2. Use the System File Checker (SFC) and DISM Tools
Open Command Prompt as Administrator, then run these commands one at a time: sfc /scannow
Then: DISM /Online /Cleanup-Image /RestoreHealth
These will repair corrupted system files and Windows Update components.
3. Manually Reset Windows Update Components
- In Command Prompt (Admin), run: 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
Then try updating again.
4. Download the Update Manually
If you know which update is failing:
- Go to the Microsoft Update Catalog
- Search for the KB number (e.g., KB5039212)
- Download and install it manually
I hope this helps.
Take care, and have an amazing day!
Did we resolve the issue? If yes, please consider marking this post as "Accepted Solution" and click "Yes" to give us a helpful vote - your feedback keeps us going!
Regards,
VikramTheGreat