Share via

Windows 10 update issue 0x00f0900

Prachtig 40 Reputation points
2026-05-21T12:09:35.2666667+00:00

User's image

User's image

I have tried sfc and DSIM, also used the system troubleshooter which cannot determine the fault.

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

Answer accepted by question author

David-M 114.8K Reputation points Independent Advisor
2026-05-21T12:48:11.2266667+00:00

Hi. I'm David, and I'm happy to help you.


To be able to assist you better, please clarify the following:

  • Do you have a third-party antivirus installed? If yes, which one?
  • Do you have any VPN software installed? (Even if it's not running at the moment) If yes, which one?

Looking forward to your reply.

Was this answer helpful?

1 person found this answer helpful.

Answer accepted by question author

AI answer

2026-05-21T12:10:01.7933333+00:00

Follow these steps in order, since System File Checker, DISM, and the Windows Update troubleshooter have already been tried:

  1. Reset Windows Update services and cache
    a. Press Win + R, type services.msc, press Enter.
    b. Find Windows Update, right‑click, select Stop.
    c. Open File Explorer and go to C:\Windows\SoftwareDistribution.
    d. Delete all files and folders inside SoftwareDistribution.
    e. Go back to the Services window, right‑click Windows Update, select Start.
  2. Rename SoftwareDistribution and Catroot2 folders (deeper reset)
    a. In the taskbar search box, type command prompt, then select Run as administrator.
    b. 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
    
    c. Close Command Prompt and restart the PC.
  3. Repair Windows image and system files again (after reset)
    a. Open Command Prompt as administrator.
    b. Run:
    DISM.exe /Online /Cleanup-image /Restorehealth
    Wait for the confirmation message that the operation completed successfully.
    c. Then run:
    sfc /scannow
    d. After SFC reaches 100%, close Command Prompt and try Windows Update again.
  4. Clean boot if updates still fail
    Perform a clean restart so Windows starts with minimal drivers and startup programs, then run Windows Update again. This helps if third‑party software or drivers are interfering. (See “How to perform a clean boot in Windows” in the referenced article.)
  5. As a last resort, perform a clean installation of Windows 10
    If updates continue to fail with 0x800f0900 even after the above repairs, back up important data and use the Windows 10 clean installation tool from the software download page to reinstall Windows 10, then apply updates on the fresh installation.

References:

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

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Prachtig 40 Reputation points
    2026-05-26T07:29:30.4033333+00:00

    The AI troubleshooting was useful for background knowledge but the solution came from David M .

    Was this answer helpful?

    0 comments No comments

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.