Skip to content
Follow
Windows 🟡 Intermediate

How to Use System File Checker in Windows 11

Richard
Written by
Richard
Jun 27, 2026 Updated Sep 15, 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 (a built-in Windows 11 tool known as SFC) scans your computer for missing or broken system files and replaces them automatically. Running the `sfc /scannow` command in Command Prompt (a text-based tool for running commands) lets you fix random app crashes and startup errors without reinstalling Windows.

Advertisement

This scan takes about 5 to 15 minutes to finish depending on your PC speed. If the tool finds damaged files, it swaps them out with working copies stored safely in a backup folder on your drive.

⚡ 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.

Advertisement

Step 1Open Command Prompt as an Administrator

Opening Command Prompt as an administrator gives sfc scannow windows 11 the special permission it needs to check and fix important system files. Click the taskbar search icon, type command prompt, right-click the result, and select run as administrator to open the tool with full system 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

Running the Deployment Image Servicing and Management tool (a utility that repairs the Windows system image) beforehand ensures sfc scannow windows 11 has a clean slate to find and fix corrupted files. Type the required repair command into your open administrative window and press Enter before running the file checker.

Here’s how to run DISM:

Advertisement
  • 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:
      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.

Advertisement

📚 Related Tutorials

How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Safely Delete Your Old Windows Version
Windows How to Safely Delete Your Old Windows Version
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

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

Leave a Comment

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