Forum Discussion

Gaitpzok's avatar
Gaitpzok
Tin Contributor
Jul 31, 2026

Windows 11 PC System File Error Messages

I keep getting random system file error messages on my Windows 11 PC, such as "Windows cannot find the specified file" or "The system file is corrupted," even when opening basic applications like File Explorer or Notepad. I have already run the System File Checker with sfc /scannow and the DISM restore health command, but both tools report no issues, yet the errors continue to appear. Could someone advise on what else might be causing these messages and how to trace the root problem without reinstalling Windows?

4 Replies

  • If both SFC and DISM complete without finding corruption, the messages do not necessarily mean that a Windows system file is missing. “Windows cannot find the specified file” is often caused by an old shortcut, startup entry, scheduled task, add-in, or program that still points to a file that was removed.

    First, note the exact wording, time, and action that causes the message. Then search for Reliability History and check the red critical event or warning at that time. Also test whether the issue occurs when opening File Explorer or Notepad from the Start menu, rather than from a pinned shortcut. If only one shortcut causes it, unpin it and create a new one.

    A clean boot is the next useful test. Hide Microsoft services in msconfig, disable the remaining services, disable startup apps in Task Manager, and restart. If the messages stop, re-enable items gradually until the program or service causing the error is found.

    For a more detailed check, use Microsoft Sysinternals Autoruns. Hide Microsoft entries, then look for disabled, missing, or obsolete startup programs and scheduled tasks. Untick suspicious old entries first rather than deleting them. Also run:

    chkdsk /scan

    and review Windows Security > Protection history for blocked or removed files.

    Do not manually replace system files or delete Windows folders when SFC and DISM are clean. A screenshot of the exact error, plus the Reliability History entry and whether it happens in a clean boot, will narrow the cause down much faster.

  • Pal's avatar
    Pal
    Brass Contributor

    Look for error or warning entries around the times you encounter the messages.

  • I recommend to perform Reset by keeping your files

    Initiate from Settings > System > Recovery > Reset This PC. 

    Let us know if this helps!

  • Because SFC and DISM finish clean, these dialogs may come from a missing application path, shortcut, profile setting, or background extension rather than protected Windows-file damage. Capture the exact message, path, application, and time. Open Reliability Monitor with perfmon /rel and check the matching failure; review Event Viewer > Windows Logs > Application at that timestamp. Next run Microsoft Sysinternals Process Monitor, filter Process Name to explorer.exe or notepad.exe, reproduce once, stop capture, and inspect NAME NOT FOUND or PATH NOT FOUND events before the dialog. The Path column should identify what is missing; do not delete or replace anything yet. Perform a clean boot and retest. If the error disappears, re-enable services and startup items in groups. If it persists, create a temporary local user and retest there. A profile-only result points to user settings; failure in both accounts needs the exact Process Monitor path and Event Viewer details.