How to Unzip a File

This wikiHow teaches you how to extract (or 'unzip') a ZIP folder's contents. Extracting files from a ZIP folder will decompress the files, allowing you to open and run them properly. You can easily unzip ZIP folders by using the built-in...
Method 1 of 3:

On Windows

  1. How to Unzip a File Picture 1How to Unzip a File Picture 1
    Make sure your computer is set to use default software for ZIP folders. If you've installed a third-party program like WinZip, WinRAR, or 7-Zip, you won't be able to unzip files according to the steps in this method. You can ensure that your computer uses the default software instead by doing the following:
    1. Open Start
      How to Unzip a File Picture 2How to Unzip a File Picture 2
      .
    2. Type in choose a default app, then click Choose a default app for each file type in the Start menu.
    3. Scroll down to the .zip heading, then click the program to the right of it. If you can't find the .zip option, your computer is set up to use the default software to open ZIP folders.
    4. Click Windows Explorer in the pop-up menu.
  2. How to Unzip a File Picture 3How to Unzip a File Picture 3
    Find the ZIP folder. Go to the folder in which the ZIP folder is stored.
    1. Skip this step if the ZIP folder is on the Desktop.
  3. How to Unzip a File Picture 4How to Unzip a File Picture 4
    Double-click the ZIP folder. Doing so opens the ZIP folder in File Explorer.
  4. How to Unzip a File Picture 5How to Unzip a File Picture 5
    Click Extract. It's a tab at the top of the window. Doing so opens the Extract toolbar near the top of the window.
  5. How to Unzip a File Picture 6How to Unzip a File Picture 6
    Click Extract all. This is in the Extract toolbar. A new window will open.
  6. How to Unzip a File Picture 7How to Unzip a File Picture 7
    Select a different extraction location if necessary. If you want to place the unzipped folder in a location other than the current folder in which the ZIP folder is stored, do the following:
    1. Click Browse... on the right side of the window.
    2. Click the name of the folder in which you want to store the unzipped folder.
    3. Click Select Folder.
  7. How to Unzip a File Picture 8How to Unzip a File Picture 8
    Click Extract. It's at the bottom of the window. Your ZIP folder's contents will begin extracting to an unzipped folder in your selected location.
    1. If the "Show extracted files when complete" box isn't checked, check it before you click Extract to ensure that the extracted folder will open upon completion.
  8. How to Unzip a File Picture 9How to Unzip a File Picture 9
    Wait for the unzipped folder to open. Once the extraction completes, the unzipped folder will open to reveal the ZIP folder's extracted contents.
    1. If the extraction completes and the unzipped folder doesn't open, go to the location in which the unzipped folder is stored and double-click the unzipped folder to open it.
Method 2 of 3:

On Mac

  1. How to Unzip a File Picture 10How to Unzip a File Picture 10
    Find the ZIP folder. Go to the location in which the ZIP folder you want to extract is stored.
  2. How to Unzip a File Picture 11How to Unzip a File Picture 11
    Copy the ZIP folder to a different location if necessary. Since extracting a ZIP folder on a Mac causes the unzipped version of the folder to be created in the same folder in which the ZIP folder is stored, you may want to move your ZIP folder to a different folder:
    1. Click once the ZIP folder to select it.
    2. Click Edit in the upper-left side of the screen.
    3. Click Copy in the drop-down menu.
    4. Go to the folder in which you want to store the ZIP folder.
    5. Click Edit again, then click Paste.
  3. How to Unzip a File Picture 12How to Unzip a File Picture 12
    Double-click the ZIP folder. Doing so prompts the ZIP folder to begin extracting immediately.
  4. How to Unzip a File Picture 13How to Unzip a File Picture 13
    Wait for the unzipped folder to open. Once the ZIP folder is done extracting, the unzipped version of the folder will open to display the extracted contents.
Method 3 of 3:

On Linux

  1. How to Unzip a File Picture 14How to Unzip a File Picture 14
    Open Terminal. Click the Terminal app icon, which resembles a black box with a white ">_" on most versions of Linux.
    1. You can also press Alt+Ctrl+T to open the Terminal window.
  2. How to Unzip a File Picture 15How to Unzip a File Picture 15
    Switch to the ZIP folder's directory. Type cd and a space, type the path to the folder in which the ZIP folder is located, and press Enter.
    1. For example, if the ZIP folder is in the "Downloads" directory, you would enter cd Downloads into Terminal.
    2. If the ZIP folder is in a folder called "ZIP" inside the "Downloads" folder, you would need to enter cd /home/name/Downloads/ZIP (where name is your username) instead.
  3. How to Unzip a File Picture 16How to Unzip a File Picture 16
    Enter the "unzip" command. Type in unzip file.zip where file is the folder's name, then press Enter.
    1. If the file's name has spaces in it, you'll place quotation marks on either side of "file.zip" (e.g., unzip "this is a zipped folder.zip").
  4. How to Unzip a File Picture 17How to Unzip a File Picture 17
    View the unzipped folder's files. Go to the folder in which you unzipped the ZIP folder to do so. You should see a list of files and folder which were previously in the ZIP folder here.
    1. Unlike Windows and Mac operating systems, Linux's "unzip" command doesn't create a new, unzipped folder for the extracted files.
4 ★ | 1 Vote