How to Use the System File Checker Tool in Windows 10 or 11

Is your Windows system acting up? Missing or corrupted system files could be the culprit. Luckily, Windows provides a handy tool called the System File Checker (SFC) to help you fix these issues. Here’s a quick guide on how to use it:

  1. Open Command Prompt as Administrator: Press the Windows key + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)".

  2. Run the DISM Tool: Before using SFC, it’s a good idea to run the Deployment Imaging Service and Management Tool (DISM) to fix any underlying issues. Type the following command and press Enter:

    DISM.exe /Online /Cleanup-image /Restorehealth
    

    This might take a few minutes.

  3. Run the SFC Tool: Once DISM completes, type the following command and press Enter:

    sfc /scannow
    

    This command will scan all protected system files and replace corrupted files with a cached copy. The scan might take some time, so be patient.

  4. Review the Results: After the scan completes, you’ll see one of the following messages:

    • Windows Resource Protection did not find any integrity violations: No issues found.

    • Windows Resource Protection could not perform the requested operation: Try running SFC in safe mode.

    • Windows Resource Protection found corrupt files and successfully repaired them: Issues fixed.

    • Windows Resource Protection found corrupt files but was unable to fix some of them: You may need to manually replace the corrupted files. instructions on doing this can be found here under the "more information" section.

For more detailed instructions, you can visit the Microsoft Support Page

Latest Stories

This section doesn’t currently include any content. Add content to this section using the sidebar.