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
- 1Stop Windows Update service: net stop wuauserv
- 2Rename SoftwareDistribution folder: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
- 3Restart Windows Update service: net start wuauserv
- 4Verify system date and time are correct — sync with time.windows.com
- 5Run Windows Update Troubleshooter: Settings > Update > Troubleshoot
Tags
windowsupdate0x80070002file-not-foundsoftware-distribution
More in Update
windows-80070002-file-not-foundWindows Error 0x80070002 — File Not Found
Warningwindows-80070005-access-deniedWindows Error 0x80070005 — Access Denied
Errorwindows-80070057-invalid-parameterWindows Error 0x80070057 — Invalid Parameter
Warningwindows-80072EE7-server-connection-failedWindows Error 0x80072EE7 — Server Connection Failed
Warningwindows-80073712-component-store-corruptedWindows Error 0x80073712 — Component Store Corrupted
Errorwindows-800F081F-source-files-not-foundWindows Error 0x800F081F — Source Files Not Found
ErrorFrequently Asked Questions
Yes, Windows will recreate it. Stop wuauserv first, rename (do not delete) the folder, then restart the service.