Windows 0x80070003Medium

Error 0x80070003 in Windows: The system cannot find the path

Error 0x80070003 occurs when the system cannot find the specified path. It most often arises during Windows updates or when working with backups.

Updated at February 11, 2026
5-15 min
Easy
FixPedia Team
Применимо к:Windows 10Windows 11

Error 0x80070003 appears when the system cannot find the specified path for updating or backing up. Usually, the problem is related to a missing folder or incorrect update settings.

Below are quick ways to fix it.


Method 1: Check the SoftwareDistribution Path

  1. Open File Explorer and go to C:\Windows\SoftwareDistribution
  2. Ensure that the folder exists and is accessible
  3. If not, create it manually

Method 2: Reset Windows Update Components

Open the Command Prompt as an administrator and execute:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Restart your PC and try the update again.


Method 3: Check System Files

  1. Open the Command Prompt as an administrator
  2. Execute:
sfc /scannow
  1. If errors are not fixed, execute:
DISM /Online /Cleanup-Image /RestoreHealth

Method 4: Clear Temporary Files

  1. Press Win + R → %temp%
  2. Delete all files from the folder

This helps if the update is looking for temporary data in the wrong place.


Conclusion

Error 0x80070003 is usually related to the absence or corruption of the SoftwareDistribution folder. Resetting update components and checking system files resolves the issue in most cases.

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community