How to Use sfc /scannow on Windows 10
Download nowThe System File Checker tool works the same way on Windows 10 as it does on Windows 11 and remains one of the most reliable first steps for fixing corrupted system files.
Updated August 9, 2026 · PC Utility Hub Editorial Team
Opening an elevated prompt on Windows 10
- 1Click Start and type cmd.
- 2Right-click Command Prompt in the results.
- 3Choose Run as administrator and confirm the UAC prompt.
Running the scan
Type the command and press Enter. Windows 10 will scan all protected system files; progress is shown as a percentage. Do not close the window until it reaches 100%.
sfc /scannowUnderstanding the results
| Message | Meaning |
|---|---|
| Windows Resource Protection did not find any integrity violations | No corruption found |
| Windows Resource Protection found corrupt files and successfully repaired them | Fixed, restart recommended |
| Windows Resource Protection found corrupt files but was unable to fix some of them | Run DISM, then SFC again |
Escalating with DISM
If SFC can't repair everything, the local repair source (WinSxS) is likely damaged. Repair it with DISM before trying SFC again:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannowVerify-only mode
To check for corruption without repairing anything, useful for diagnosis or reporting, run:
sfc /verifyonlyFrequently asked questions
- Is the tool different on Windows 10 vs 11?
- No, sfc /scannow uses the same syntax and behavior on both versions.
- How often should I run SFC?
- Only when troubleshooting a specific issue such as crashes, update failures, or missing DLL errors — it's not a routine maintenance task.
- What if the scan won't complete?
- Restart into Safe Mode or WinRE and try again; a stuck scan can indicate deeper disk issues, so also run chkdsk.
Related pages
- System File CheckerBuilt-in Windows tool for scanning and repairing corrupted system files via sfc /scannow.
- Run SFC on Windows 11Step-by-step sfc /scannow instructions for Windows 11, including log review and DISM fallback.
- DISMCommand-line tool to check and repair the Windows component store, complementing SFC.
- SFC Can't Repair Some FilesTroubleshooting steps for unfixable SFC errors: DISM, CBS.log analysis, and offline SFC from WinRE.
- CHKDSKOverview of the chkdsk utility, its switches, and how it fits into Windows disk maintenance.