Skip to content

MSWindows 11 — Troubleshooting Options

cpx February 4, 2026 1 min read MSWindows (MSFT) MSWindows 11

Here are all the main methods to force Windows 11 integrity checks and system repairs:

MethodCommand / StepsWhat It Does
SFC (System File Checker)sfc /scannowScans and repairs protected system files using cached copies from %WinDir%\System32\dllcache
DISM Online RepairDISM /Online /Cleanup-Image /RestoreHealthRepairs the Windows image using Windows Update as source
DISM with SourceDISM /Online /Cleanup-Image /RestoreHealth /Source:D:\Sources\install.wimRepairs using a local WIM/ESD file (useful when offline or WU unavailable)
DISM CheckHealthDISM /Online /Cleanup-Image /CheckHealthQuick check if image is flagged as corrupted (no repair)
DISM ScanHealthDISM /Online /Cleanup-Image /ScanHealthDeeper scan for component store corruption (no repair)
chkdskchkdsk C: /f /r /xChecks file system integrity and repairs logical errors, recovers bad sectors
Startup RepairSettings → Recovery → Advanced startup → Troubleshoot → Startup RepairFixes boot-related issues automatically
Reset with Keep FilesSettings → System → Recovery → Reset this PC → Keep my filesReinstalls Windows while preserving user data
In-place UpgradeRun setup.exe from mounted Windows 11 ISOFull repair install preserving apps, settings, and files
WinRE Command PromptBoot to recovery → Troubleshoot → Command Prompt, then run SFC/DISMRepairs when Windows won’t boot normally

Recommended sequence for thorough repair:

  1. Run DISM first: DISM /Online /Cleanup-Image /RestoreHealth
  2. Then SFC: sfc /scannow
  3. Reboot
  4. If issues persist, run SFC again
  5. For disk errors, schedule chkdsk: chkdsk C: /f /r (requires reboot)

Pro tips:

  • Always run Command Prompt or PowerShell as Administrator
  • Check logs at %WinDir%\Logs\CBS\CBS.log for SFC details and %WinDir%\Logs\DISM\dism.log for DISM
  • If DISM fails to download repair files, use the /Source parameter with a matching Windows 11 ISO
  • For offline repairs (won’t boot), use /Image:C:\ and /ScratchDir parameters with DISM from WinRE

Want me to elaborate on any specific method or troubleshoot a particular issue?

0 0 votes
Article Rating
guest

0 Comments
Oldest
Newest Most Voted
0
Would love your thoughts, please comment.x
()
x