ErrorFixDB Logo
← Back to Database

How to Fix Error 0x80070050

Topic: Windows 11 Update Errors | Status: Updated

What is this error?

Error 0x80070050 occurs during Windows 11 updates and typically indicates that a file or directory already exists when attempting to create or modify it. This can prevent the update process from completing successfully, leading to system instability or outdated software.

How to Fix It

  1. Restart Your Computer: Begin by rebooting your PC. Sometimes, temporary issues can cause this error, and a simple restart may resolve it.
  2. Run Windows Update Troubleshooter: Go to Settings > System > Troubleshoot > Other troubleshooters. Find and run the Windows Update troubleshooter to detect and fix common update issues.
  3. Delete SoftwareDistribution Folder: Press Win + R, type %windir%\SoftwareDistribution, and hit Enter. Delete all files in this folder to clear old update files that may be causing conflicts.
  4. Run the DISM and SFC Tools: Open the Command Prompt as an administrator. Type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. After that, run sfc /scannow to check for and repair corrupted system files.
  5. Check Disk for Errors: In the Command Prompt, type chkdsk C: /f and press Enter to check the system drive for errors. You may need to restart your computer to allow Windows to fix any identified issues.
  6. Reset Update Components: In the Command Prompt, stop the Windows Update service by entering net stop wuauserv, net stop cryptSvc, net stop bits, and net stop msiserver. Then, rename the SoftwareDistribution and catroot2 folders by entering ren %windir%\SoftwareDistribution SoftwareDistribution.old and ren %windir%\System32\catroot2 catroot2.old. Finally, restart the services using net start wuauserv, net start cryptSvc, net start bits, net start msiserver.
  7. Manually Download Updates: If the issue persists, visit the Microsoft Update Catalog website to manually download and install the required updates.
Disclaimer: This is an educational guide. We are not responsible for data loss. Always backup your system.