Extracting a zip file means unpacking the compressed folder to get your original files back

A zip file is a single container holding multiple files squeezed down to take up less space. To use what is inside — whether it is documents, photos, or software — you need to extract (unzip) it first. On Windows, Mac, and Linux, this is built into the operating system, so you do not need to buy or read anything extra. The process takes less than a minute and leaves your original zip file untouched.

Where the zip file ends up after extraction depends on where you extract it. If you extract it to your Desktop, the unpacked files appear on your Desktop. If you extract it to a folder called Downloads, the files go into Downloads. You choose the destination when you extract, so you have control over where your files land.

Key Takeaways

  • Windows, Mac, and Linux all have built-in tools to extract zip files — you do not need to install anything.
  • Right-click the zip file and select the extract option to unpack it in the same location as the zip file itself.
  • You can extract to a different folder by opening the zip file and dragging files out, or by using the extract-to option if your system offers it.
  • The original zip file stays on your computer after extraction unless you delete it manually.
  • If extraction fails or seems stuck, check that you have enough free space on your drive and that the zip file is not corrupted.

How to extract on Windows

Right-click the zip file and look for an option that says "Extract All" or "Extract Here". Click it. Windows will unpack the files into a new folder with the same name as the zip file, in the same location. If you right-clicked a file called photos.zip on your Desktop, Windows creates a folder called photos on your Desktop and puts the unpacked files inside.

If you do not see "Extract All" when you right-click, your zip file may be associated with a different program. Look for "7-Zip" or "WinRAR" in the menu instead — these are common third-party tools that also handle zip files. Click whichever one appears, and the extraction will work the same way.

You can also double-click the zip file to open it like a folder. Windows shows you what is inside without extracting. To actually unpack the files, click "Extract All" at the top of the window, then choose where you want them to go. This method gives you more control over the destination folder.

How to extract on Mac

Double-click the zip file. Mac automatically extracts it and places the unpacked files in the same folder as the zip file. That is the entire process — no right-click menu, no dialog box. The original zip file stays where it was, and the extracted files appear next to it.

If you have multiple zip files and want to extract them all at once, select them all (click one, hold Shift, click the last one), then right-click and choose "Open". Mac will extract each one.

If a zip file does not extract automatically when you double-click it, open the Archive Utility process manually. Go to Applications > Utilities > Archive Utility, drag the zip file onto it, and it will extract. This is rare, but it solves the problem if automatic extraction is turned off.

How to extract on Linux

The method depends on which desktop environment you use. In most Linux distributions (Ubuntu, Fedora, Linux Mint), right-click the zip file and look for "Extract Here" or "Extract To". Click it, and the files unpack into a new folder in the same location.

If the right-click menu does not show an extract option, open a terminal and use the unzip command. Type unzip filename.zip (replacing filename with the actual name of your zip file) and press Enter. The files extract into the current directory. To extract into a specific folder, type unzip filename.zip -d /path/to/folder instead.

Some Linux users prefer the graphical file manager. Open your file manager, navigate to the zip file, right-click it, and select the extract option. The behavior is the same as the terminal method — files unpack into a new folder with the zip file's name.

Choosing where extracted files go

By default, most systems extract files into a new folder in the same location as the zip file. If you want them somewhere else, you have options. On Windows, use the "Extract All" dialog to browse and select a different destination before clicking Extract. On Mac, you can drag files out of the opened zip file into any folder you want. On Linux, use the terminal command with the -d flag to specify a destination folder.

A common choice is to extract directly to a folder you already have, rather than creating a new one. For example, if you have a folder called Project Files and you extract a zip into it, the contents go inside Project Files rather than creating Project Files/photos. Check your extract dialog or command to see if this option is available.

What to do if extraction fails

If you see an error message or the extraction seems to hang, the most common cause is not enough free space on your drive. Check how much space the zip file claims to need — this is usually shown in the file properties — and make sure your drive has at least that much free space available. Delete old files or move them to external storage if needed.

A corrupted zip file is the second most common cause. This can happen if the file was not downloaded completely, or if it was damaged during transfer. Try downloading the zip file again from the original source. If it still fails, the file itself may be broken, and you should contact whoever sent it to you.

On Windows, if you see a message about the file being blocked, right-click the zip file, select Properties, and look for an "Unblock" button at the bottom. Click it, then try extracting again. This happens when Windows detects that the file came from the internet and is being cautious.

What happens to the original zip file

Extracting does not delete the zip file. After you unpack it, both the zip file and the extracted folder sit on your computer. If you no longer need the zip file, you can delete it manually to free up space. The extracted files will remain untouched.

This is useful if you need to extract the same zip file multiple times, or if you want to keep a backup of the compressed version. Just remember that if you delete the zip file and later want to extract it again, you will need to read it or find a copy somewhere else.

Frequently Asked Questions

Can I extract part of a zip file instead of everything?

Yes. Open the zip file (double-click on Mac, or right-click and open on Windows and Linux) to see what is inside. Select only the files you want, then drag them out to a folder, or right-click and extract just those files. You do not have to extract the entire zip.

What if the extracted folder has the same name as a folder I already have?

Your system will ask what you want to do — usually offering to replace the old folder, skip the extraction, or rename the new one. Choose rename if you want to keep both. The new folder will be called something like photos (1) or photos copy.

Do I need a password to extract a zip file?

Most zip files are not password-protected. If one is, your system will prompt you for the password when you try to extract. Type it in and the extraction will proceed. If you do not know the password, you cannot extract the file.

Why is the extracted folder so much larger than the zip file?

Compression shrinks files by removing redundant data. When you extract, that data is restored, so the folder takes up more space than the zip. This is normal. If the difference seems extreme, the zip file may be corrupted.

Can I extract a zip file to an external drive or USB stick?

Yes. On Windows, use the "Extract All" dialog to browse to your external drive. On Mac, drag files out of the zip into a folder on the external drive. On Linux, use the terminal command with the path to your external drive. Make sure the external drive has enough free space first.