Error Codes Wiki

Windows Update Error 0x80070002 — System Cannot Find the File Specified

Errorupdate

Overview

Windows Update error 0x80070002 means update files are missing or corrupted in the SoftwareDistribution folder, preventing updates from installing.

Key Details

  • Error code translates to ERROR_FILE_NOT_FOUND in the Windows Update context
  • Update files in the SoftwareDistribution\Download folder are corrupted or missing
  • Can also affect Windows Store apps, system time sync, and scheduled tasks
  • Often appears after interrupted downloads or disk errors during update
  • The Windows Update service (wuauserv) cannot find expected cached update files

Common Causes

  • Corrupted update files in SoftwareDistribution\Download folder
  • Interrupted update download leaving incomplete files
  • System date/time significantly wrong, causing certificate validation failures
  • Disk errors on the Windows partition corrupting cached files
  • Third-party security software blocking Windows Update file access

Steps

  1. 1Stop Windows Update service: net stop wuauserv
  2. 2Rename SoftwareDistribution folder: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
  3. 3Restart Windows Update service: net start wuauserv
  4. 4Verify system date and time are correct — sync with time.windows.com
  5. 5Run Windows Update Troubleshooter: Settings > Update > Troubleshoot

Tags

windowsupdate0x80070002file-not-foundsoftware-distribution

More in Update

Frequently Asked Questions

Yes, Windows will recreate it. Stop wuauserv first, rename (do not delete) the folder, then restart the service.