Fix Windows Error 0x80070057: The Parameter is Incorrect

KitsuneGuide Watch on YouTube ↗

You are trying to extract a folder, but Windows keeps throwing error 0x80070057 and stopping cold at the same file. This usually happens because your file path is too long or the download itself got corrupted during the transfer.

Why this happens

Windows imposes a 260-character limit on file paths, which causes extraction errors when folders are nested too deeply. If that is not the cause, the source zip file is likely corrupted.

What you will need

Administrative access to your PC is required to modify registry settings.

Steps

  1. 01
    Create a new folder on the root of your drive, such as C:/Temp, and try extracting your files directly into that location.
  2. 02
    If the error persists, press the Windows key + R, type regedit, and hit Enter to open the Registry Editor.
  3. 03
    Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/FileSystem.
  4. 04
    Locate LongPathsEnabled in the right-hand panel, double-click it, and change the Value data from 0 to 1.
  5. 05
    Click OK, close the Registry Editor, and restart your computer.
  6. 06
    If the extraction still fails after the reboot, delete your current zip file and download a fresh copy from the original source.