Error 0x8096002A: How to Fix this error on Windows

Team Techlomedia July 5, 2024
Error 0x8096002A: How to Fix this error on Windows

Add Techlomedia as a preferred source on Google. Follow on Google News

Error 0x8096002A is an error on the Windows system and is associated with ZIP file operations, such as compressing, decompressing, or accessing ZIP files. This can occur when Windows faces issues in handling ZIP files on your system. There can be several reasons for this error on your system including a corrupted ZIP File, insufficient permissions, file path issues, software conflicts, and more. So, you need to try several fixes to resolve the Error 0x8096002A. Here are some steps to troubleshoot and fix this error:

Understanding the error 0x8096002A

Error 0x8096002A occurs during the extraction of the ZIP file in Windows. The error is due to the issue encountered while unpacking the contents of a compressed archive file. When an unexpected error is preventing the archive from being extracted, the system throws Error 0x8096002A. The error message doesn’t provide details, so you need to follow several steps to fix the Erro 0x8096002A on your PC.

How to Fix Error 0x8096002A on Windows

Check the Integrity of the ZIP File

First of all, you need to verify if the ZIP file is not corrupted. You can use built-in powershell or cmd commands to check the integrity of a ZIP file.

Use the following Powershell command to test the ZIP file:

Test-Archive -Path "C:\path\to\yourfile.zip"

You can also use Command Prompt. Use the built-in tar command in CMD.

tar -tvf "C:\path\to\yourfile.zip"

If the command completes without errors, the ZIP file is fine. Now, if possible, download the file again or download it from a different source.

Try extracting ZIP with another tool

You can also try extracting ZIP files using other software such as WinRAR, 7-Zip, or PeaZip. These software support a wide number of file formats to extract archive files.

Run as Administrator

The error can also be due to insufficient permissions. So, make sure you have the necessary permissions. Run the ZIP software as an administrator. Right-click the application and select “Run as administrator.”

Check Free Disk Space

Make sure you have enough free disk space to extract the ZIP file. If the error is due to disk space, delete some files to free some disk space.

Check File System Errors

Run a disk check to identify and fix any file system errors. Open Command Prompt as an administrator and run:

chkdsk /f

This command attempts to fix errors and recover data

You should also run System File Checker (SFC) and DISM Scans. SFC scans and repairs corrupted system files and DISM fixes issues where even SFC fails. Run the following commands in CMD.

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Restart your computer

In many cases, a simple reboot can also resolve the error. So, restart your PC and see if it resolves the issue.

Update Windows

Outdated Windows can also be a reason for errors during file extraction. Therefore, it is advisable to regularly update Windows to ensure compatibility with various software and potentially fixe such bugs.

Press Windows + I to open the Settings app. Now go to Windows Update and click Check for updates. If an update is available, download it.

Follow Techlomedia on Google News to stay updated. Preffered Source

Affiliate Disclosure:

This article may contain affiliate links. We may earn a commission on purchases made through these links at no extra cost to you.

Team Techlomedia

About the Author: Team Techlomedia

Related Posts

Stay Updated with Techlomedia

Join our newsletter to receive the latest tech news, reviews, and guides directly in your inbox.