Share via

Error 0x800f0915

Anonymous
2025-06-20T11:15:49+00:00

After running the DISM.exe /Online /Cleanup-image /Restorehealth command the error 0x800f0915 appears. I've already tried downloading the iso file for my windows version (which is 24h2 windows 11) and using the source:d command but the error still appeard. Can someone help me?

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2025-06-20T11:52:31+00:00

    Hi MaksiKowalski!

    This is Aeron, an Independent Advisor, Thanks for reaching out to the community.

    Let me help you with your concern.

    Since you’ve already tried DISM with a local ISO source and it still fails with error 0x800f0915, here are some more advanced fixes that are specific to Windows 11 24H2:

    1. Use Windows Update as the repair source

    Instead of pointing DISM to an ISO, let it fetch files directly from Microsoft’s servers: DISM /Online /Cleanup-Image /RestoreHealth /Source:WindowsUpdate

    This has helped other users on 24H2 when ISO-based sources failed.

    1. Enable .NET Framework 3.5 (and 2.0/3.0)

    This often clears up service and update issues:

    -Go to Control Panel → Programs → Turn Windows features on or off.

    -Enable .NET Framework 3.5 (includes .NET 2.0 and 3.0).

    -Run DISM /Online /Cleanup-Image /RestoreHealth again.

    A sysadmin shared:

    In the end I enabled .net Framework 2/3.5 … this cured the problem the update installs on the next try with no error.

    1. Clean up the component store

    Run these commands to compact and refresh the Windows component store:

    DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth

    Then reboot and retry.

    1. Reset Windows Update components

    Stop update services, clear cache, then restart services:

    net stop bits

    net stop wuauserv

    net stop cryptsvc

    ren "%ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr*.dat" qmgr.dat.bak

    ren "%SystemRoot%\SoftwareDistribution\DataStore" DataStore.bak

    ren "%SystemRoot%\SoftwareDistribution\Download" Download.bak

    ren "%SystemRoot%\System32\catroot2" catroot2.bak

    net start bits

    net start wuauserv

    net start cryptsvc

    Then check for updates again.

    1. Install the cumulative update manually with paired files

    For 24H2, some updates use a checkpoint file and main CU. Place both in the same folder and run:

    Add-WindowsPackage -Online -PackagePath C:\Packages\KBxxxxxxx.msu

    Where "PackagePath" folder contains both the checkpoint and CU files.

    1. Temporarily disable third-party antivirus

    Overprotective AV can block update processes. Temporarily disable or uninstall it, then rerun:

    DISM /Online /Cleanup-Image /RestoreHealth

    Security tools have been known to interfere

    1. In-place upgrade via ISO “Repair Install”

    If all else fails, perform an in-place upgrade using the latest 24H2 ISO:

    Mount the latest Windows 11 24H2 ISO (from Microsoft's website).

    Run setup.exe.

    Choose “Keep personal files and apps”.

    After reinstall, retry Windows Update.

    Many users report this resolves recurring failures.

    Hope it helps your concern. Let me know.

    Regards,

    Aeron C.

    Independent Advisor

    6 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-06-20T12:39:51+00:00

    The error still appears. Also this command was working perfectly fine for me back in the time, but now it isn't. Any other solutions?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-06-20T12:50:15+00:00

    Hi MaksiKowalski!

    I understand it seems your still having an error after all the steps provided.

    For this one since I wont be able to assist you further, I will go ahead and escalate this issue to my co advisor.

    Regards,

    Aeron C

    0 comments No comments