Ad Space — Top Banner

0x80070050

Microsoft Windows Update

Severity: Moderate

What Does This Error Mean?

Windows Update error 0x80070050 means Windows tried to create a file during the update process but a file with that name already exists. The error message is 'The file exists' — essentially a conflict where the installer cannot overwrite a file that should be replaceable. This is typically caused by corrupted Windows Update cache files or a partial previous update.

Affected Models

  • Windows 10
  • Windows 11
  • Windows Server editions

Common Causes

  • A previous Windows Update attempt left behind partial or corrupted files that conflict with the new update
  • The Windows Update cache (SoftwareDistribution folder) contains conflicting files
  • Windows system files are corrupted and preventing the update installer from working correctly
  • A third-party antivirus or security software is locking files that the update needs to replace
  • The Windows component store (WinSxS) has an inconsistency

How to Fix It

  1. Run the Windows Update Troubleshooter: go to Settings > System > Troubleshoot > Other troubleshooters > Windows Update > Run.

    This automated tool detects and fixes the most common causes of update errors, including file conflicts.

  2. Clear the Windows Update download cache. Open Services, stop 'Windows Update', delete all files in C:\Windows\SoftwareDistribution\Download\, then restart the Windows Update service.

    This clears any conflicting leftover files from previous update attempts.

  3. Open Command Prompt as Administrator and run: sfc /scannow

    System File Checker scans and repairs corrupted system files that can cause update conflicts.

  4. After SFC completes, run the DISM repair: DISM /Online /Cleanup-Image /RestoreHealth

    DISM repairs the Windows image store, which is a common source of file conflict errors in updates.

  5. Temporarily disable your antivirus or third-party security software and attempt the update again.

    Some security software locks system files, preventing Windows Update from replacing them. Disable, update, then re-enable your security software.

When to Call a Professional

If running SFC, DISM, and clearing the update cache does not fix 0x80070050, the Windows installation may have deeper corruption. A clean install of Windows is sometimes the fastest permanent fix. Consult a technician if you need help backing up data before a reinstall.

Frequently Asked Questions

Why does 0x80070050 happen after a failed update?

When an update fails partway through, it can leave partial files behind. The next time Windows tries to apply the same update, it encounters those leftover files. Since the files already exist (even if they are corrupt), the installer reports a conflict and stops. Clearing the SoftwareDistribution cache removes these leftover files.

Is it safe to delete the contents of the SoftwareDistribution folder?

Yes, as long as you stop the Windows Update service first. The folder only contains cached update files — Windows will re-download whatever it needs. Do not delete the folder itself, only its contents.

Can I fix 0x80070050 without running Command Prompt?

Try the Windows Update Troubleshooter first — it is the easiest approach and does not require Command Prompt. If that does not work, the SFC and DISM commands require Command Prompt (Administrator). These are standard Windows tools that are safe to run.