An SFC (System File Checker) scan is a pretty useful utility built into every version of the Windows Operating System. A SFC scan analyzes all system files for corruption and damage, and fixes any issues with system files found by replacing the damaged or corrupted system files with completely fresh, cached versions. A successful SFC scan can fix a multitude of different issues with a Windows computer, but an SFC scan can also fail entirely. When an SFC scan fails, it displays an error message explaining what went wrong and why the scan failed. Many Windows users see the following error message when they run an SFC scan and it fails:
“Windows resource protection cannot perform the requested operation”
This error message can show up at the end of an SFC scan or when an SFC scan gets stuck in the same stage for a while and then fails. In addition, this problem is also known to affect all of the versions of the Windows OS that are currently supported by Microsoft – from Windows 7 to Windows 10. While the exact cause of this issue has not been confirmed and can vary from one case to the other, this issue is often associated with the SFC utility, for one reason or the other, not being able to access files that it either needs to operate or needs to scan for damage and corruption. When an SFC scan fails and displays this error message, you can be certain that any damaged or corrupted system files that it may have found were not fixed, and that makes problem pretty significant.
Thankfully, though, most of the Windows users who have been affected by this problem in the past have been able to resolve it – using one solution or another. The following are the most effective solutions that you can use to try and fix this issue:
Solution 1: Run the CHKDSK utility
CHKDSK is a built-in Windows utility capable of scanning hard drive partitions, testing their file system integrity and fixing logical file system errors. In some cases, running the CHKDSK utility fixes whatever issue was causing the SFC scan to fail, effectively getting rid of this issue. In order to apply this solution, you need to:
- Open the Start Menu
- Search for “cmd”.
- Right-click on the search result titled cmd and click on Run as administrator.
Note: You may be asked to provide confirmation or an administrator password. If so, provide whatever is required.
- Type the following into the elevated Command Prompt and press Enter:
CHKDSK C: /R
- Once the command is executed, you will be informed that the CHKDSK utility will run at the next boot. At this point, type y into the elevated Command Prompt and press Enter.
- Close the elevated Command Prompt.
- Restart your computer.
- As your computer boots, CHKDSK will start running. CHKDSK may take a substantial amount of time (depending on how large the computer’s HDD/SSD is), so be patient.
Once CHKDSK is done, the computer will boot up normally, and you can run an SFC scan to determine whether or not the problem has been fixed.
Solution 2: Modify the security descriptors on the winsxs folder
One possible reason for SFC scans failing on an affected computer is because the SFC utility cannot access the winsxs folder (C:\Windows\winsxs) because of some issues with the folder’s security descriptors. If so, all you need to do in order to get rid of the problem is:
- Open the Start Menu
- Search for “cmd”.
- Right-click on the search result titled cmd and click on Run as administrator.
Note: You may be asked to provide confirmation or an administrator password. If so, provide whatever is required.
- Type the following into the elevated Command Prompt and press Enter:
ICACLS C:\Windows\winsxs
- Once the command has been executed, close the elevated Command Prompt.
- Restart your computer and run an SFC scan when it boots up to see if the issue has been resolved.
Solution 3: Perform a repair install of Windows
A repair install is an option that all Windows users have – this option allows users to repair all critical system files and fix almost any issue that is plaguing their computers. Even though it is referred to as a “repair install”, it does not reinstall Windows. Instead, a repair installation simply fixes as many problems with the affected computer as possible, and since that is the case, a repair install can be performed without losing any data stored on the computer in question.
There is a pretty decent chance that performing a repair install will be able to fix whatever is causing SFC scans on your computer to fail and display the “Windows resource protection cannot perform the requested operation” error message. In addition, to top it all off, performing a repair install is a pretty simple and straightforward process. If you don’t know how to repair install Windows, simply follow this guide.
Solution 4: Clean install Windows from scratch
If even a repair install of Windows is unable to fix this problem in your case and SFC scans still fail on your computer following the repair install, your best bet would certainly be to clean install Windows from scratch. Clean installing Windows means wiping your current installation of Windows clean – along with all installed applications and any stored data, and then installing a completely fresh, new Windows Operating System which, in almost all cases, is the exact same version of Windows that was previously installed on the computer in question.
Since clean installing Windows means you are going to be reinstalling Windows from scratch and your computer will be like new afterwards, there is a really good chance that the clean installation will get rid of this problem. As a clean installation also gets rid of any and all data stored on the target computer, it is highly recommended that you back up any data you don’t want to lose before you proceed with the clean installation. If you don’t know exactly how you can clean install Windows from scratch, just follow this guide.
On the off-chance that your computer remains affected by this problem even after you clean install Windows, the only remaining plausible explanation for the issue is that your computer’s HDD/SSD has failed or is beginning to fail. The SFC utility may not be able to access the files it needs to operate or the files it needs to scan because they are located on sectors of your computer’s HDD/SSD that have already gone bad, and if that’s the case, your best course of action is to find out if your HDD/SSD really has failed or is failing, and then replace it before something disastrous happens.
If you want to determine whether or not your computer’s HDD/SSD is failing by yourself, you may follow this guide. However, you can also choose to have a professional take a look at the HDD/SSD, just in case. In addition, if the HDD/SSD is still under warranty, it is highly recommended that you send it off to the manufacturer to have it checked out and, if it really has failed or is failing, fixed or replaced.
The post SOLVED: SFC Scan Fails With “Windows Resource Protection Cannot Perform the Requested Operation” Error Message appeared first on Appuals.com.