
Error 0x80070057 often appears with “The parameter is incorrect.” It can show up in Windows Update, File History, backups, or System Restore, so the fix depends on which tool is failing.
This guide applies to Windows 10 and Windows 11.
Does This Affect You?
The common causes are incorrect time or region settings, corrupted update or restore files, and a backup or restore location Windows cannot read reliably. Start with the quick settings checks, then reset update components and repair system files.
Check Date, Time, and Region
- Right-click the clock and choose Adjust date and time.
- Turn on Set time automatically and Set time zone automatically.
- Open Settings > Time & Language > Language & region.
- Confirm Country or region matches your location.
- Restart and try the update, backup, or restore again.
Reset Windows Update Components
- Open Command Prompt as administrator.
- Run
net stop wuauserv,net stop bits, andnet stop cryptsvc. - Run
ren C:WindowsSoftwareDistribution SoftwareDistribution.old. - Run
ren C:WindowsSystem32catroot2 catroot2.old. - Restart the services with
net start wuauserv,net start bits, andnet start cryptsvc. - Restart and check for updates again.
Repair System Files
- Open Command Prompt as administrator.
- Run
sfc /scannowand wait for it to finish. - Run
DISM /Online /Cleanup-Image /RestoreHealth. - Restart, then retry Windows Update, File History, or System Restore.
If It Happens During Backup or Restore
Check Free Space
File History and System Restore need free room on the system drive and backup drive. If either has very little free space, clear space first.
Check the Backup Location
If you restore from an external or network drive, make sure it is connected and the folder path is not extremely long or deeply nested.
Reset System Protection
If System Restore keeps failing, open System Protection, turn protection off for the drive, apply, then turn it back on. This recreates restore point storage.
Sources
- Microsoft Support: Fix Windows Update errors
- Microsoft Support: Windows Update error codes explained
- Microsoft Learn: Troubleshoot System Restore in Windows
