Share via

Windows 10 Update Error

2026-06-12T05:51:59.98+00:00

Hello I'm Getting A Error When Trying To Download And Install Updates . I'm Running Windows 10 And The Error Message Is 0x800f0805 I Would Really Appreciate Any Help !!!

Windows for home | Windows 10 | Windows update
0 comments No comments

2 answers

Sort by: Most helpful
  1. Gunasekar N 69,550 Reputation points Independent Advisor
    2026-06-12T06:30:25.2266667+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    Please try the following methods -

    1

    Run the System File Checker Utility scan.

    Open the Command Prompt as an administrator and run these commands one by one.

    Dism /Online /Cleanup-Image /ScanHealth
    
    Dism /Online /Cleanup-Image /CheckHealth
    
    Dism /Online /Cleanup-Image /RestoreHealth
    
    sfc /scannow
    
    

    Restart your computer and install the updates.

    2

    Reset Windows Update Components.

    Open the Command Prompt as an administrator and run these commands one by one.

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    netsh winsock reset
    
    

    Restart your computer and install the updates.

    Let me know if you still need more help.

    Was this answer helpful?


  2. AI answer

    2026-06-12T05:52:19.5666667+00:00

    Error 0x800f0805 is a Windows Update installation failure. The context provided does not include specific causes or steps for this exact code, but it does include general and related Windows 10 update troubleshooting that can be applied.

    Try these steps in order:

    1. Run the Windows Update troubleshooter
      1. Select Start > Settings > Update & Security.
      2. Select Troubleshoot > Additional troubleshooters.
      3. Under Get up and running, select Windows Update > Run the troubleshooter.
      4. Apply any fixes it suggests and then try Windows Update again.
    2. Check disk space
      • Make sure there is enough free space for updates:
        • At least 16 GB free for a 32‑bit OS.
        • At least 20 GB free for a 64‑bit OS.
      • If storage is low, free space or attach a USB drive and then retry the update.
    3. Reset Windows Update components
      1. Press Win + R, type services.msc, and press Enter.
      2. Find Windows Update, right‑click and select Stop.
      3. Go to C:\Windows\SoftwareDistribution and delete all files and folders inside.
      4. Go back to Services, right‑click Windows Update, and select Start.
      5. Try Windows Update again.
    4. Check for corrupted system files
      1. Open Command Prompt as Administrator.
      2. Run sfc /scannow and let it complete.
      3. Then run: DISM.exe /Online /Cleanup-image /Restorehealth
      4. After both complete, restart the PC and try Windows Update again.
    5. General upgrade/install fixes for Windows 10
      • Remove nonessential external hardware (USB drives, printers, docks, etc.).
      • Uninstall any non‑Microsoft antivirus temporarily (Windows Defender will protect the device during the update). Reinstall it after the update.
      • Make sure all other Windows updates and drivers are installed before retrying.

    If the error persists after these steps, note the exact update (KB number) that is failing and consider contacting Microsoft support with that detail and your logs.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.