How to fix Corrupt Windows System Files with System File Checker (SFC) scannow

bardimin pic

Written by Bardimin

On June 25, 2022
Home » Blogs » Windows » Troubleshooting » How to fix Corrupt Windows System Files with System File Checker (SFC) scannow

System File Checker (SFC) is a utility for checking and repairing corrupted System Files.

A system file is a collection of data structures, interfaces, abstractions, and APIs that work together to manage data on a storage disk (HDD) and how that data will be consistently stored, accessed, and managed.

If the system files get corrupted, it will cause problems in . This damage is related to disk storage, which can be caused by corrupted files, bad sectors, disk integrity corruption, file execution policies, and others. With conditions like this, maybe you will experience that there are some files that you cannot open or access.

There are many causes of system file corruption. Like forcibly shutting down the PC when Windows is updating the system. BSOD or “” can also cause system files to be corrupted.

Whatever the cause of system file corruption, Windows has provided a utility to repair the damage. You can use System File Checker (SFC) to recover lost or damaged system files with a working replacement.

You can use the following article as a guide to repairing the damage.

Repair Windows System File corruption

  1. Open (CMD) and run it as . You can open it through the Windows search menu by typing ” cmd ” and then selecting ” Run as “.
open cmd admin
  1. Then allow the app to change your device by clicking the “Yes” button on the confirmation window. Next, a window will appear, and you can start typing your commands.
  2. The next step is for you to type the command “sfc / scannow” and press the Enter key on the to run the System File Checker (SFC).
sfc scannow
  1. After the process is complete, restart your PC.

Repairing system files will cause several possibilities:

  • Windows found no integrity violations, meaning no damage to system files.
  • Windows Resource Protection found corrupt files and fixed them.
  • Windows Resource Protection finds corrupt files but cannot repair some or all of them. If you get this message, run DISM as described below.

Repairing Windows image with DISM

If System File Checker (SFC) doesn't fix some of the damage, you can try to fix it with DISM.

  1. Reopen Command Prompt (CMD) and run as Administrator.
  2. Then run the following command.
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
  1. After the DISM process is complete, your PC

Latest Articles

The sequence of Windows boot processes from zero to ready

The sequence of Windows boot processes from zero to ready

Have you ever wondered how exactly the Windows boot process happens? What processes happen in the background when you press the power button until Windows is ready for you? If yes, then you are in the right place. In this article, Bardimin will explain how all these...

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs you can easily on Windows. Just by adding the IP of a website, you can redirect or block it. Of course, this is very useful to limit the access of your employees or children from accessing websites that you do not allow. Your Windows PC has...

How to Create Fake Files of Any Size in Windows

How to Create Fake Files of Any Size in Windows

Do you need a file with a size of 10 MB, 100 MB, 1 GB or 1 TB to test? Follow the following article to create one instantly. You don't need to download files or waste time searching for large files, you can create them easily. Sometimes you need large files quickly to...

10 Causes of Windows PC crashes you should know

10 Causes of Windows PC crashes you should know

A fatal error will cause the system to become unstable or busy. Your Windows PC will often display the Blue Screen of Death (BSOD). Do you experience it often? A computer that often crashes is quite annoying for all users, especially when you are doing important work...