Fix Windows 10 Update Error 0x80070057 – Step-by-Step Guide

Fix Windows 10 Update Error 0x80070057: Step-by-Step Guide

If you’re trying to fix Windows 10 update error 0x80070057, you’re not alone. Updating Windows 10 is crucial for system performance, security, and access to the latest features. However, this common error can block the update process, leaving many users frustrated. This comprehensive guide provides clear, step-by-step instructions to help you resolve this issue and complete your updates successfully.


What Is Windows 10 Update Error 0x80070057?

The 0x80070057 error typically appears when Windows Update encounters a problem during installations, backups, or system updates. This error usually indicates that something went wrong with the system files, registry, or update settings, making it impossible for Windows to apply the latest updates.


Common Causes of Error 0x80070057

Before jumping into the fixes, it’s helpful to understand what causes this issue. Here are the most common triggers:

  • Corrupted System Files – Damaged or missing files interrupt the update process.

  • Registry Issues – Incorrect registry entries can prevent updates from installing.

  • Insufficient Disk Space – A lack of space on the system drive can block updates.

  • Network Errors – Unstable or slow internet connections may disrupt downloads.

  • Windows Update Service Errors – Sometimes, the update service itself runs into issues.


How to Fix Windows 10 Update Error 0x80070057

Follow these steps in order until the error is resolved.


Step 1: Run the Windows Update Troubleshooter

  1. Go to Settings > Update & Security > Troubleshoot.

  2. Click Additional troubleshooters, then select Windows Update.

  3. Click Run the troubleshooter.

Let Windows automatically detect and fix common update issues.

👉 Official Microsoft Troubleshooter


Step 2: Clear the SoftwareDistribution Folder

This folder stores temporary update files. Corrupted files here may cause the error.

  1. Open Command Prompt as Administrator.

  2. Enter the following commands one by one:

    net stop wuauserv
    net stop bits
    
  3. Navigate to C:\Windows\SoftwareDistribution and delete all contents.

  4. Restart update services:

    net start wuauserv
    net start bits
    

Step 3: Check for Sufficient Disk Space

Ensure your system drive (usually C:) has at least 10 GB of free space.

  1. Open File Explorer.

  2. Right-click the C: drive and select Properties.

  3. Use Disk Cleanup to remove temporary and unnecessary files.


Step 4: Run the System File Checker (SFC Tool)

This tool scans for and repairs corrupted system files.

  1. Open Command Prompt as Administrator.

  2. Type:

    sfc /scannow
    
  3. Press Enter and wait for the scan to complete.


Step 5: Reset Windows Update Components

  1. Open Command Prompt (Admin).

  2. Stop services:

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    
  3. Rename folders:

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    
  4. Restart services:

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

Step 6: Update Windows Using ISO File

If the error persists, manually update using a Windows 10 ISO:

  1. Visit the Windows 10 Download Page.

  2. Download the Media Creation Tool.

  3. Run it and select Upgrade this PC now.

  4. Follow the prompts to install updates.

This method bypasses update service errors by installing the update directly.


Frequently Asked Questions (FAQs)

1. What is error 0x80070057 in Windows 10?
It’s a Windows Update error caused by corrupted files, registry issues, or lack of disk space.

2. How do I fix Windows Update error 0x80070057?
Use the update troubleshooter, clear the SoftwareDistribution folder, check disk space, and run the SFC tool.

3. Is it safe to delete the SoftwareDistribution folder?
Yes. Windows will recreate necessary files automatically during the next update attempt.

4. Can I manually install updates to fix the error?
Yes. Use the Windows 10 ISO file from Microsoft’s website to upgrade manually.

5. Should I reset Windows Update components?
Yes. If earlier methods don’t work, resetting these components can resolve persistent update errors.


Conclusion

The Windows 10 update error 0x80070057 can be frustrating, but it’s usually fixable using the steps outlined above. From using built-in troubleshooters to manually updating via ISO, each method helps restore smooth update functionality. If you continue to experience problems, consider contacting Microsoft Support or checking for driver issues.

👉 Also read: How to Install Windows 10 – A Step-by-Step Guide


Thanks for visiting fyss.in! We hope this guide helped you fix the error. Explore our blog for more tech support solutions, PC troubleshooting tips, and how-to guides.

5/5 - (1 vote)

Uttam Ghorai: Hi, I’m Uttam Ghorai. I’m passionate about sharing ideas and insights that make life a little easier, whether it’s solving tech problems, exploring new tools, or breaking down complex topics into simple steps. Writing gives me a way to connect with others and share what I’ve learned along the way.

This website uses cookies.