How to Use System File Checker in Windows 11
System File Checker (SFC) scans and fixes corrupted Windows system files, helping resolve issues like app crashes or a slow PC.
This built-in Windows tool acts like a digital mechanic, finding and repairing the broken files that cause your computer to misbehave.
Using SFC is straightforward and can often prevent the need for a complete Windows reinstall.
For instance, running SFC with the command `sfc /scannow` can repair integrity violations on your Windows 11 system.
Open Command Prompt as administrator, then type DISM.exe /Online /Cleanup-Image /Restorehealth and press Enter. After DISM completes, type sfc /scannow and press Enter to scan and repair system files.
Step 1Open Command Prompt as an Administrator
To use the System File Checker, you first need to open Command Prompt with administrator rights.
Here’s how to do it:
- Search Bar Method: Look for the search icon or box on your Windows taskbar (usually at the bottom of your screen). Click on it.
- Type “Command Prompt”: Start typing the words
Command Promptinto the search box. You’ll see results appear as you type. - Right-Click for Options: When “Command Prompt” appears in the search results, right-click on it. A small menu will pop up.
- Select “Run as administrator”: Choose the option that says “Run as administrator” from the menu.
- Grant Permission: A box might appear asking, “Do you want to allow this app to make changes to your device?” Click “Yes.”

Step 2Run the DISM Tool First
Before running the System File Checker, it’s best to run the DISM tool first to fix any issues with Windows image files.
Here’s how to run DISM:
- Make sure Command Prompt is Open: You should still have the administrator Command Prompt window open from the last step.
- Type the DISM Command: Carefully type the following command into the Command Prompt window. Pay close attention to the spaces:
CodeDISM.exe /Online /Cleanup-Image /Restorehealth
- Press Enter: Hit the
Enterkey on your keyboard.

Step 3Run the System File Checker (SFC)
Now it’s time to run the System File Checker, which scans your computer for corrupted system files and replaces them.
Let’s run SFC:
- Stay in Command Prompt: Keep the administrator Command Prompt window open. If you closed it, open it again as an administrator (go back to Step 1).
- Type the SFC Command: Now, type the following command into the Command Prompt. Again, watch the spaces:
Codesfc /scannow
- Press Enter: Hit the
Enterkey.

Reference:
Summary
The System File Checker (SFC) is a built-in Windows tool that finds and fixes corrupted system files on your computer.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!