• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issues? Click here for tips and tricks.
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended

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)

1 REPLY 1
HP Recommended

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

  1. In Command Prompt (Admin), run: net stop wuauserv
  2. net stop cryptSvc
  3. net stop bits
  4. net stop msiserver
  5. ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  6. ren C:\Windows\System32\catroot2 catroot2.old
  7. net start wuauserv
  8. net start cryptSvc
  9. net start bits
  10. 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

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.