Ad Space — Top Banner

0x80070003

Microsoft Windows Update

Severity: Moderate

What Does This Error Mean?

Windows Update error 0x80070003 means the update could not find a required file or folder path. In plain English: Windows is looking for something in a specific place, and it is not there. This is often caused by a corrupted Windows Update cache or a missing system folder.

Affected Models

  • Windows 10
  • Windows 11
  • Windows 8.1

Common Causes

  • The Windows Update cache folder (SoftwareDistribution) is corrupted
  • A required system folder has been accidentally moved or deleted
  • The Windows Update service has a permissions problem accessing system folders
  • Antivirus software is blocking Windows Update from accessing certain paths
  • A previous failed update left incomplete files that are confusing the update process

How to Fix It

  1. Run the Windows Update Troubleshooter. Go to Settings > System > Troubleshoot > Other Troubleshooters > Windows Update > Run.

    The built-in troubleshooter fixes many common update errors automatically. It takes just a few minutes and is always worth trying first.

  2. Clear the Windows Update cache. Open Command Prompt as Administrator and run these commands one at a time: 'net stop wuauserv', then 'net stop bits', then delete everything in C:\Windows\SoftwareDistribution\Download\, then 'net start wuauserv', then 'net start bits'.

    The SoftwareDistribution folder holds downloaded update files. Clearing it forces Windows to re-download fresh, uncorrupted update files.

  3. Run System File Checker to repair corrupted Windows files. Open Command Prompt as Administrator and type: sfc /scannow

    This scan takes 10–15 minutes and automatically repairs damaged system files that could be causing the update failure.

  4. Run DISM to repair the Windows component store. In Command Prompt (Administrator) type: DISM /Online /Cleanup-Image /RestoreHealth

    DISM repairs the deep Windows system image. Run this before or after SFC for the best chance of fixing stubborn update errors.

  5. Check that Windows Update services are set to run automatically. Search 'Services' in the Start menu, find 'Windows Update' and 'Background Intelligent Transfer Service (BITS)', right-click each, choose Properties, and set Startup Type to 'Automatic'.

    If these services are set to Disabled or Manual, Windows Update cannot function properly.

When to Call a Professional

If all the standard fixes below do not work and Windows Update keeps failing, a technician can do a repair install of Windows. This reinstalls Windows Update components without deleting your files. It is usually a last resort but very effective for stubborn update errors.

Frequently Asked Questions

What is the SoftwareDistribution folder?

The SoftwareDistribution folder is where Windows stores update files while they are being downloaded and prepared. Think of it as a temporary workspace for Windows Update. If files in this folder become corrupted, updates fail. Deleting the contents forces a fresh download.

Is it safe to delete the SoftwareDistribution folder contents?

Yes, it is safe. The folder will be recreated automatically when Windows Update runs again. You do not lose any installed updates — those are already applied to Windows. You only lose partially downloaded files that need to be re-downloaded anyway.

What if the error only happens for one specific update?

Some updates are temporarily broken on Microsoft's end. Try waiting a day or two and attempting the update again. You can also try downloading the update manually from the Microsoft Update Catalog website (catalog.update.microsoft.com) and installing it directly.