Zip files don’t unzip Mac OSX

Problem

When unzipping a file in OS X rather than unzipping the files it creates a new file with extensions like filename.zip.cpgz.

Cause

This is a wonderful quirk of zips and compressions. This can be caused by a corrupted file from the download site or an incomplete download, or simply an unrecognized type of compression.

Solution

Trying other programs

  1. Right click the zip file and select ‘open with’ there should be one or two options available ‘stuffit expander‘ and ‘archive utility‘ try both of these. If you’re still out of luck continue…
  2. Download a different zip program, www.kekaosx.com. Install and try from step 1 again.
  3. If that still doesn’t work then try the terminal solution.

Terminal Solution

    1. Open up your ‘Terminal‘ app (‘cmd + space‘ and type ‘terminal‘) once that is loaded type “unzip ” then drag the zip file onto the terminal window and press enter.
    2. Your zip file should be located in your user folder (cmd + shft + h in finder)
    3. (Optional) Type “open .” to open the folder in ‘Finder‘.
Unzipping a file using terminal (gif)
Unzipping a file using terminal (gif)

1 comment

Leave a comment

Your email address will not be published. Required fields are marked *