Windows 0x80070057High

Error 0x80070057 in Windows: Invalid Parameter

Error 0x80070057 means 'Invalid Parameter'. It often occurs during Windows updates, backups using Windows Backup, or application installations.

Updated at February 11, 2026
15-30 min
Medium
FixPedia Team
Применимо к:Windows 10Windows 11

Error 0x80070057 (ERROR_INVALID_PARAMETER) occurs when an invalid or unsupported parameter is passed to the system. This most often happens during Windows updates, backups, or application installations.


Causes

  • Invalid parameters during update installation
  • Corrupted system files or registry
  • Conflicts with antivirus
  • Errors during Windows Backup
  • Corrupted application files

Method 1: Check and Repair System Files

Open PowerShell as an administrator:

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
  • This repairs corrupted system files and components

Method 2: Clear the SoftwareDistribution Folder

  1. Open PowerShell as an administrator
  2. Execute the commands:
net stop wuauserv
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start bits
  • Restart your PC and retry the update

Method 3: Check Backup

  • Ensure that the backup path is correct
  • Try creating a new folder or using a different drive

Method 4: Disable Antivirus

  • Sometimes third-party antivirus blocks operations
  • Temporarily disable protection and repeat the action

Conclusion

Error 0x80070057 is most often associated with invalid parameters, corrupted system files, or conflicts with antivirus. Checking files, clearing SoftwareDistribution, and properly configuring backups usually resolve the issue.

FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community