Hi Stella,
Thanks for providing such detailed troubleshooting results, that makes it much easier to pinpoint what’s going on.
Your logs show a specific pattern:
- The system detects that the component store can be repaired
- But DISM fails with 0x800f0915 (“repair content not found”)
This usually means the repair process cannot access matching source files for your current build, often due to version mismatch or a partially inconsistent update state after recent patches. Because of this, the underlying corruption remains, which can explain the persistent lag and Explorer freezes even after uninstalling updates.
At this point, here are some possible troubleshooting steps that you can try:
1, Repair using a matching Windows ISO - use a local source that matches your installed build to complete the repair:
- Download a Windows 11 ISO (same or closest build to yours)
- Mount the ISO then run:
DISM /Online /Cleanup-Image /RestoreHealth /Source:X:\sources\install.wim /LimitAccess(Replace X: with the mounted ISO drive)
2, If DISM still fails > perform an in-place repair
- Mount the same ISO
- Run setup.exe
- Choose Keep personal files and apps
Let me know if you need any further help. Feel free to ask by clicking "Add Comment" or "Add Reply" if you are unable to add a comment, so that your reply is visible. I appreciate your effort.
Note: Follow the instructions in our documentation to enable email notifications if you wish to receive notifications about this conversation.