How to Fix the 0x80010135 Error on Windows

Fix 0x80010135 Error Zip Featured

Are you getting the 0x80010135 error code when extracting a .ZIP file on your Windows computer? It’s annoying to get an error and not know why it occurs. Let’s walk through the available solutions to resolve this problem when extracting .ZIP files.

Good to know: not sure which file compression tool you should opt for? Check out our comparison: WinZIP vs. WinRAR vs. 7-Zip.

1. Reduce the File Name Length

The Windows API (also known as Win32) has a file path limit of only 260 characters. This means that if the file name is long and requires browsing through multiple subfolders to access it, the path may exceed this limit, resulting in a “0x80010135 path too long” error. To resolve the problem, use a shorter name for the archive.

  1. Launch File Explorer, and go to the archive on your computer.
  2. Select the file, press F2, and rename the file with a shorter name. Alternatively, click the .ZIP file and “Rename” icon on the top menu bar. Limiting the archive’s name to five to six characters is highly recommended.
Rename the .ZIP file by pressing F2 after selecting the file or clicking rename from the menu options.

2. Extract Files in the Root Folder

Are you still seeing the 0x80010135 error, even after renaming the file? If the file has multiple parent/child folders, renaming it won’t solve the problem, as the file path can still remain too long. To fix this, it’s recommended that you extract the .ZIP file into a root folder.

  1. Launch File Explorer, and navigate to the final subfolder that contains the .ZIP file.
In windows explorer, navigate to the final sub folder that contains .ZIP file
  1. Select the file, press F2, and rename the file with a shorter name. Alternatively, click the .ZIP file and “Rename” icon on the top menu bar.
Rename the .ZIP fileIn subfolder by pressing F2 or the rename icon.
  1. Copy the .ZIP file by pressing Ctrl + C, or right-click the file, and select the “Copy” icon from the menu.
Copying the .ZIP file subfolder by clicking copy icon.
  1. Navigate to “C:\” or “D:\”, and paste the file into the root folder by pressing Ctrl + V or the “Paste” icon on the top bar of File Explorer. If you encounter any dialog asking permission, click “Continue” to provide administrative permission to copy the folder.
Click continue button to provide Administrator Access.
  1. Try to extract the archive again. The operation should prove successful.
Paste the ZIP file on root folder C on Windows.

Tip: learn how to clean up and make space on your Windows “C” drive.

3. Enable Support for Long File Paths

As we’ve seen above, by default, Windows limits file paths to 260 characters. However, you can override that by enabling support for long file paths.

Registry Editor

  1. Press Win + R to launch the Run dialog, type regedit in the box, and click “OK.”
Type "regedit" in run dialog to launch Registry Editor.
  1. When the User Account Control pop-up dialog appears, click “Yes.”
  2. In the Registry Editor, navigate to:
Computer\HKEY_LOCAL_MACHINE\ SYSTEM\CurrentControlSet\Control\FileSystem

on the left navigation panel.

Navigate to the Filesystem key in the Registry Editor.
  1. Double-click on the “LongPathsEnabled” field in the right panel. Set the value to “1” in the “Value data” field, and click “OK” to save the changes.
Entering "1" on the field value data for key in Registry Editor.
  1. Exit the Registry Editor, and restart your Windows computer. Try extracting the same file to see whether the issue has been resolved.

Windows PowerShell

If you find the previous approach of utilizing the Registry Editor too tedious, an alternative method is to enable support for long file paths through Windows PowerShell.

  1. Press Win + X, and click “Terminal (Admin)” in the pop-up menu.
  2. Type the below command, and press Enter.
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD –Force
Run the command on Powershell to enable long file paths.

Tip: Windows Home users may need to enable the Group Policy Editor before attempting the following fix.

Group Policy Editor

  1. Open a Run dialog, and type gpedit.msc to open the Group Policy Editor.
Enter "gpedit.msc" in the Run dialog.
  1. Expand “Administrative Templates” in the left side panel.
Expanding the menu "Administrative templates" in Group Policy Editor.
  1. Continue to “System -> Filesystem,” and double-click “Enable Win32 long paths” in the right panel.
Navigating to Filesystem and double click "enable win32 long paths."
  1. Click the “Enabled” radio button and the “Apply -> OK” button to save the changes.
Enabling policy in Group Policy Editor.

4. Download the ZIP File Again

At times, you may encounter the 0x80010135 error due to corrupt files. If you suspect that was the case, re-download the archive from an official or trusted source, and try extracting it again. Chances are the problem will have been resolved.

5. Try an Alternate Tool for Extracting Files

Another quick workaround to get rid of this error is to try extracting the archive with a program that isn’t Winzip. 7-Zip and WinRAR are both free and widely trusted for extracting .ZIP files. Alternatively, try to unarchive with an online tool.

Tip: learn how to reset Group Policy settings.

Extracting .ZIP Files Without Any Hassles

An alternative to all the solutions outlined above would be to upload the .ZIP file to Google Drive, and extract it from there. Check out our guide to see how it’s done. On the other hand, if you’ve encountered the “Compressed (Zipped) Folder Is Invalid” error message, that indicates that the file was not compressed accurately or is corrupted. In this case, you may need to reinstall the compression tool.

Image credit: Unsplash and Flaticon. All screenshots by Meenatchi Nagasubramanian.

Is this post useful?
Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Meenatchi Nagasubramanian

Meenatchi is always passionate about learning new technological advancements and would love to try out new gadgets, software, and apps. After quitting her career as an Embedded Software Developer in 2009, she took up a career in content writing.