How to Fix 0x80070003 (Windows Update)
Quick Answer
Error 0x80070003, 'The system cannot find the path specified,' typically indicates that Windows Update cannot locate necessary files or directories to complete an update. The fastest initial fix involves running the Windows Update Troubleshooter to automatically detect and repair common issues.
What Causes This Error
- Corrupted or missing Windows Update components.
- Incorrect system date and time settings.
- Interference from third-party antivirus software or firewalls.
- Damaged system files preventing access to update paths.
- Insufficient disk space on the system drive.
- Issues with network connectivity preventing access to update servers.
Step-by-Step Fixes
1Run the Windows Update Troubleshooter
- Open the Start menu and type 'Troubleshoot settings', then select the appropriate result.
- On the Troubleshoot settings page, click 'Additional troubleshooters'.
- Locate 'Windows Update' in the list and click on it, then select 'Run the troubleshooter'.
- Follow the on-screen instructions and apply any recommended fixes.
- Restart your computer after the troubleshooter completes and attempt to run Windows Update again.
2Reset Windows Update Components to Fix 0x80070003
- Open Command Prompt as an administrator: Search for 'cmd' in the Start menu, right-click 'Command Prompt', and select 'Run as administrator'.
- Stop the BITS, Cryptographic, MSI Installer, and Windows Update Services by typing the following commands, pressing Enter after each: 'net stop wuauserv', 'net stop cryptSvc', 'net stop bits', 'net stop msiserver'.
- Rename the SoftwareDistribution and Catroot2 folders by typing: 'ren C:\Windows\SoftwareDistribution SoftwareDistribution.old' and 'ren C:\Windows\System32\catroot2 Catroot2.old'. Press Enter after each.
- Restart the BITS, Cryptographic, MSI Installer, and Windows Update Services by typing: 'net start wuauserv', 'net start cryptSvc', 'net start bits', 'net start msiserver'. Press Enter after each.
- Close Command Prompt and attempt to run Windows Update.
3Check and Correct System Date and Time
- Right-click on the clock in the bottom-right corner of your screen and select 'Adjust date/time'.
- Ensure 'Set time automatically' and 'Set time zone automatically' are both toggled 'On'.
- If these options are already on, toggle them off and then on again.
- Click 'Sync now' under 'Synchronize your clock' to ensure your system time is accurate.
- Close the settings window and try running Windows Update again.
4Disable Antivirus Software Temporarily
- Locate your antivirus software icon in the system tray (usually near the clock).
- Right-click the icon and look for options like 'Disable protection', 'Pause protection', or 'Exit'.
- Select the option to temporarily disable the antivirus for a short period (e.g., 10-30 minutes).
- Attempt to run Windows Update while the antivirus is disabled.
- Remember to re-enable your antivirus software after attempting the update, regardless of the outcome.
Advanced Fixes
Perform a System File Checker (SFC) Scan
- Open Command Prompt as an administrator: Search for 'cmd' in the Start menu, right-click 'Command Prompt', and select 'Run as administrator'.
- Type 'sfc /scannow' and press Enter. This command will scan for and attempt to repair corrupted system files.
- Wait for the scan to complete. This may take some time.
- If the scan reports that it found corrupted files and successfully repaired them, restart your computer.
- After restarting, attempt to run Windows Update.
Use the Deployment Image Servicing and Management (DISM) Tool
- Open Command Prompt as an administrator: Search for 'cmd' in the Start menu, right-click 'Command Prompt', and select 'Run as administrator'.
- Type 'DISM /Online /Cleanup-Image /RestoreHealth' and press Enter. This command uses Windows Update to provide files needed to fix corruptions.
- Allow the process to complete. This may take several minutes.
- Once the operation is complete, restart your computer.
- After restarting, attempt to run Windows Update.
Frequently Asked Questions
What does 'The system cannot find the path specified' mean for Windows Update?
This error message indicates that Windows Update is unable to locate a specific file, directory, or resource required to download, install, or process updates. This can be due to corruption, deletion, or incorrect configuration of system files or update components.
Is error 0x80070003 specific to Windows Update?
While 0x80070003 often appears with Windows Update, it is a general Windows error code that can occur in other contexts when a program or system process attempts to access a path that does not exist or is inaccessible. However, the troubleshooting steps provided are tailored for its occurrence during Windows Update.
Will resetting Windows Update components delete my personal files?
No, resetting Windows Update components, as described in the fix, only clears the temporary update files and resets the update service configuration. It does not affect your personal documents, applications, or other user data.
What if none of the fixes resolve the 0x80070003 error?
If the provided fixes do not resolve the issue, consider performing a clean boot to identify software conflicts, checking for disk errors (chkdsk), or as a last resort, performing a Windows repair install or clean installation. Ensure you back up important data before major system changes.