Skip to content
Follow
Windows 🟡 Intermediate

How to Use System File Checker in Windows 11

Richard
Written by
Richard
Jun 27, 2026 Updated Jul 10, 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

You need to open Command Prompt as an administrator to run the System File Checker tool in Windows 11. This gives the tool the special permission it needs to check and fix important Windows files. To start, click the search icon on your taskbar, type ‘Command Prompt’, then right-click the result and pick ‘Run as administrator’.

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

Running the DISM tool first helps fix any issues with your Windows system image before you run sfc scannow in Windows 11. This ensures the System File Checker has a clean slate to find and repair any corrupted files. With Command Prompt already open as an administrator, you can type the DISM command carefully.

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:

    System File Checker scans your computer for corrupted system files. This tool then replaces any found corrupted files to fix Windows.

    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:

    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
How to Delete Files from Your Computer but Keep Them in OneDrive on Windows 11
Windows How to Delete Files from Your Computer but Keep Them in OneDrive on Windows 11
How to Share Your Screen with Sound in Microsoft Teams
Windows How to Share Your Screen with Sound in Microsoft Teams
How to Safely Delete Your Old Windows Version
Windows How to Safely Delete Your Old Windows Version

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

Leave a Comment

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