0x80070002SystemMedium

Error 0x80070002 — File Not Found (ERROR_FILE_NOT_FOUND) | Windows System Error Fix

Windows 11Windows 10Windows Server 2022Windows 8.1

What Does 0x80070002 Mean?

The system cannot find the file specified.

Real-World Causes

  1. 1Windows Update cannot find required update files
  2. 2Application shortcut points to a moved or deleted file
  3. 3System file was deleted or quarantined by antivirus
  4. 4Corrupted Windows Update cache
  5. 5Referenced DLL or configuration file is missing

Symptoms

  • Windows Update fails with 'file not found' error
  • Application shortcuts fail to launch
  • System services fail to start
  • Installation programs cannot find prerequisite files

DIY Fix

Beginner-friendly steps you can try at home

  1. 1Run Windows Update Troubleshooter
  2. 2Clear Windows Update cache: stop wuauserv, delete contents of C:\Windows\SoftwareDistribution\Download, restart wuauserv
  3. 3Reinstall the application if its files are missing
  4. 4Run 'sfc /scannow' to restore missing system files

Advanced Fix

For experienced users and IT professionals

  1. 1Check Windows Update logs at C:\Windows\Logs\WindowsUpdate for the specific missing file
  2. 2Use DISM to repair the component store: 'DISM /Online /Cleanup-Image /RestoreHealth'

Frequently Asked Questions

Why does Windows Update give this error?
Windows Update downloads files to a cache before installing. If the cache is corrupted or a required file fails to download, you get this error. Clearing the SoftwareDistribution folder forces a fresh download and usually resolves it.

Related Error Codes

About the Author

Windows Troubleshooting Team

Verified against official Microsoft documentation and real-world diagnostic data. Error behavior confirmed across Windows 10, Windows 11, and Windows Server.