Windows System Tools

Download now

System tools repair Windows itself: protected system files, the component store, the servicing stack and the installer. Use them in the right order and most “reinstall Windows” advice becomes unnecessary.

Updated August 9, 2026 · PC Utility Hub Editorial Team

The correct repair order

  1. 1DISM /Online /Cleanup-Image /CheckHealth for a quick verdict.
  2. 2DISM /Online /Cleanup-Image /RestoreHealth to repair the source of system files.
  3. 3sfc /scannow to replace damaged protected files from a healthy store.
  4. 4Reboot and re-run sfc /scannow to confirm no violations remain.

Running SFC before DISM often fails, because SFC repairs from the same component store that may be damaged.

When repair is not the answer

If DISM cannot repair the image even with an install.wim source, an in-place upgrade using current installation media rebuilds Windows while keeping files and most applications. That is usually faster and safer than chasing individual errors.

In this section