Skip to content
Follow
Windows 🟡 Intermediate

How to Use System File Checker in Windows 11

Richard
Written by
Richard
Jun 27, 2026 2 min read
How to Use System File Checker in Windows 11
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.

⚡ Quick Answer

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 Prompt into 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.”
Command Prompt window open with administrator privileges in Windows 11.
Command Prompt window open with administrator privileges in Windows 11.

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:
    💻Code
    DISM.exe /Online /Cleanup-Image /Restorehealth

  • Press Enter: Hit the Enter key on your keyboard.
DISM command being typed into the administrator Command Prompt window.
DISM command being typed into the administrator Command Prompt window.

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:
    💻Code
    sfc /scannow

  • Press Enter: Hit the Enter key.
System File Checker (SFC) command running in administrator Command Prompt.
System File Checker (SFC) command running in administrator Command Prompt.

Reference:

https://support.microsoft.com/en-US/Windows/Experience/backup-recovery/using-system-file-checker-in-windows

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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *