Corrupted system files

Repair Corrupted System Files in Windows 11

DISM repairs the Windows component source; SFC then verifies protected system files. These tools do not repair personal documents or physically failing storage.

Updated July 31, 2026 · Safety-first troubleshooting · About 10–20 minutes

Match the symptom before changing settings

What you observeWhere to focus
Windows features fail or crashRun supported component repair after updates and restart
SFC finds corruptionRead its final message and verify the original issue
SFC cannot perform the operationTry Safe Mode and inspect storage health
Personal photos or documents are damagedUse backups or file recovery, not SFC

Diagnose corrupted system files without risking data

Avoid downloading individual DLL or system files from third-party sites. Use Windows Update, SFC, DISM, or matching Microsoft installation media as repair sources.

Separate user-file corruption from Windows protected-system-file corruption. Note the Windows feature that is failing and whether SFC, DISM, or servicing logs actually report damaged components.

Use the exact symptom: “Windows features fail or crash” points toward run supported component repair after updates and restart, while “SFC finds corruption” suggests read its final message and verify the original issue. Record the full error text, source and destination paths, file-system type, free space and whether the failure affects one item or every item. That evidence prevents an access problem from being mistaken for corruption.

Reproduce the Windows symptom once, then run one supported integrity check. Do not start with multiple repair commands because you need to know which layer changes the result.

“SFC cannot perform the operation” means you should try safe mode and inspect storage health, while “Personal photos or documents are damaged” means you should use backups or file recovery, not sfc. Change one layer at a time and verify the original operation. Never accept a utility's “fixed” message without reopening the files and checking that their size and content remain correct.

Check disk health if system corruption returns after repair, especially after crashes, power loss, or I/O errors. Repeated corruption can be a storage symptom rather than a Windows-only issue.

Back up important files before repair-install or recovery work. System-file repair normally preserves data, but recurring corruption can indicate storage or stability problems.

Use CBS and DISM logs for the exact integrity run, not broad Event Viewer scanning. Match recurring corruption with disk or servicing errors before escalating.

Run DISM before System File Checker

Install available Windows updates and restart. Open Terminal or Command Prompt as administrator and run DISM.exe /Online /Cleanup-Image /RestoreHealth. Allow it to finish; do not close the window because progress appears paused.

After DISM completes successfully, run sfc /scannow and wait for 100 percent verification. Microsoft recommends this order because DISM provides the files SFC may need to replace damaged protected components.

1Interpret the SFC result

  1. No integrity violations means protected files passed.
  2. Successfully repaired means restart and retest.
  3. Could not repair means inspect CBS details and use a supported recovery path.

2Verify scope

  1. Retest the original Windows feature.
  2. Do not assume personal files were repaired.
  3. Check storage health if corruption returns.

Understand what DISM and SFC cannot do

SFC protects Windows system files, not personal documents, databases, archives, photos or game saves. A damaged personal file needs its application's repair function, a backup, Previous Versions or recovery workflow.

Repeated system corruption can come from failing storage, unstable memory, interrupted updates or unsafe shutdowns. Repairing files without addressing the cause creates a temporary victory lap.

Escalate without destructive guessing

If DISM cannot obtain repair files, use a matching trusted Windows source according to Microsoft's syntax. Safe Mode can help when SFC cannot run because another component interferes.

Use System Restore or an in-place repair install after backups when component repairs fail. Reset or clean installation is later and requires explicit data planning.

Important: Do not download individual DLL files from random websites or replace protected files from a different Windows build.

Verify the repair before making more changes

Restart Windows and confirm that the original Windows feature works and a follow-up SFC scan reports the expected stable state. Open several representative files, not only their folder, and compare file sizes or checksums when accuracy matters.

After SFC or DISM repair, restart and retest the original Windows feature. A clean command result matters only if the user-visible problem also improves.

Technical order checked against Microsoft's current DISM and System File Checker guidance. Device-specific menus and driver availability vary by manufacturer.

Frequently asked questions

Should I run DISM or SFC first?

Microsoft recommends DISM first, then SFC.

Will SFC repair corrupted personal files?

No. It repairs protected Windows system files, not photos, documents or archives.

Why does corruption return?

Failing storage, unstable memory, interrupted updates or unsafe shutdowns may be damaging files again.

Related Windows 11 file and storage fixes