Share via

update error download : 0x800f0805

Mohammad Ahmad 5 Reputation points
2026-03-24T10:19:57.7233333+00:00

I tried everything to achieve the following update but each time error

I did all these :

  • Repair System Files (SFC/DISM):
    1. Open Command Prompt as Administrator.
    2. Run dism /online /cleanup-image /restorehealth.
    3. Run sfc /scannow.
    4. Restart your computer.
    5. update troubleshoot
    == All are not useful I even tried using vpn thinking because of the network but also download error I also tried to get the same update 0x800f0805 manually from the microsoft catalog but each time tells : this is not appropriate for your pc ? So how ? information about my system Edition Windows 10 Pro N Version 22H2 Installed on ‎3/‎22/‎2026 OS Build 19045.6456 update
Windows for home | Windows 10 | Windows update

3 answers

Sort by: Most helpful
  1. Mohammad Ahmad 5 Reputation points
    2026-03-24T11:50:36.8966667+00:00

    No solution

    Because downloading and installing updates can never be successfully achieved , I stopped ( postponed ) the update for several weeks and perhaps I postpone it for several years

    The failure of update windows 10, is due to the microsoft company itself.

    And even we enroll to expand the period - year 2026 , it does not want to help us

    The company itself stops the update

    So and as a challenting , let's work our machines without update

    And the machine ( computer ) will not stop its function ( nothing will go not working )

    0 comments No comments

  2. Gunasekar N 64,130 Reputation points Independent Advisor
    2026-03-24T11:03:27.4+00:00

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

    Try an in-place upgrade using the Windows 10 Media Creation tool.

    Download the tool from the Official Microsoft website here-

    https://www.microsoft.com/en-us/software-download/windows10

    Run the MCT tool and accept the Microsoft Software terms.

    On the screen that says 'What do you want to do?', select 'Upgrade this PC now' and click Next.

    Running the in-place upgrade will keep your files, apps, and settings intact.

    Let me know if you still need more help.


  3. Q&A Assist
    2026-03-24T10:20:23.1266667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error 0x800f0805 is a generic Windows Update failure that often indicates problems with the local update cache or services rather than with DISM/SFC. Since DISM, SFC, and the built‑in troubleshooter did not help, use the deeper Windows Update reset steps from the documentation, then retry the update.

    Follow these steps in order:

    1. Stop update services and reset SoftwareDistribution/Catroot2
      1. In the search box on the taskbar, type command prompt.
      2. Right‑click Command Prompt and select Run as administrator, then Yes.
      3. Run these commands one by one, pressing Enter after each and waiting for completion:
              net stop bits
              net stop wuauserv
              ren %systemroot%\softwaredistribution softwaredistribution.bak
              ren %systemroot%\system32\catroot2 catroot2.bak
              net start bits
              net start wuauserv
        
      4. Close Command Prompt and restart the PC.
    2. Run the Windows Update troubleshooter again after the reset
      After restart, go to Start > Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update and run the troubleshooter once more so it can work with the fresh SoftwareDistribution/Catroot2 folders.
    3. Check for updates again
      Go back to Settings > Update & Security > Windows Update and select Check for updates.
      Let Windows attempt to download and install the pending cumulative and security updates again.
    4. If the error persists, perform a clean restart (clean boot) and retry
      A clean restart starts Windows with a minimal set of drivers and startup programs and can eliminate software conflicts that block updates. Follow the steps in Perform a clean restart into Windows, restart in that state, then run Windows Update again.
    5. If updates still fail, consider a repair/clean installation
      If repeated attempts still fail after resetting the update components and using a clean restart, the supported next step is an in‑place repair or clean installation of Windows 10/11 using the installation media from the official software download page. This replaces system components while keeping data (for repair install) or fully resets the OS (for clean install).

    These steps directly address corrupted/mismatched update files and services, which are common causes of persistent Windows Update errors when DISM/SFC and the standard troubleshooter have already been run.


    References:


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.