System File Checker (SFC) scans fail when Windows Resource Protection cannot start its repair service, blocking critical repairs and leaving system files unchecked. This issue is often caused by the Windows Modules Installer (TrustedInstaller) service being disabled or misconfigured, preventing SFC from accessing the components it needs to operate.
Enable the Windows Modules Installer Service
Windows + R to open the Run dialog. Type services.msc and press Enter to open the Services window.



Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →Start TrustedInstaller Using Command Prompt

net start trustedinstaller

sfc /scannow again to check if the error is resolved.
Check Service Permissions in the Registry
Windows + R, type regedit, and press Enter to open the Registry Editor. If prompted, allow the app to make changes.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrustedInstaller

2 (Manual). If it’s set to 4 (Disabled), double-click the Start entry and change its value data to 2.
Run SFC in Safe Mode
Shift, and select Restart to access the Windows Recovery Environment.

Addressing the TrustedInstaller service status and permissions typically resolves this SFC error, restoring your ability to repair system files efficiently. Keep the Windows Modules Installer set to Manual or Automatic to prevent future interruptions with system repairs.






