Unzipping a file means extracting the original files from a compressed folder

When you unzip a file, you are taking the compressed folder and turning it back into the separate files and folders that were inside it. The process is different depending on whether you use Windows, Mac, or Linux, but in each case the steps take less than a minute. You do not need to install anything extra on most computers — the unzipping tool is already built in.

The file you are unzipping will have a name that ends in .zip. Once you unzip it, you will see a new folder (or multiple files) in the same location where the .zip file was. The original .zip file stays where it is unless you delete it.

Key Takeaways

  • On Windows, right-click the .zip file and select "Extract All" to unzip it in the same folder.
  • On Mac, double-click the .zip file and it unzips automatically without any extra steps.
  • On Linux, use the command line tool unzip or a graphical file manager, depending on which you prefer.
  • The unzipped files appear in a new folder next to the original .zip file, and you can delete the .zip file once you have confirmed the contents are there.

Unzipping on Windows

Right-click on the .zip file. A menu will appear with several options. Look for "Extract All" and click it. A window will open asking where you want the files to go. By default, Windows will create a new folder in the same location as the .zip file. You can change this if you want the files to go somewhere else, but the default choice is usually fine.

Click "Extract" and Windows will unzip the file. Depending on the size of the file, this might take a few seconds or a few minutes. When it is done, you will see a new folder with the same name as the .zip file (minus the .zip part). Open that folder to see the files inside.

If "Extract All" does not appear when you right-click, your computer may be set up differently. In that case, look for an option that says "Send to" or "Open with", then choose a program like 7-Zip or WinRAR if you have one installed. If you do not have any of these, you can read 7-Zip for free from the 7-zip.org website.

Unzipping on Mac

Double-click the .zip file. That is all you need to do. Mac unzips files automatically without asking for confirmation. Within a few seconds, you will see a new folder appear in the same location as the .zip file. The folder will have the same name as the .zip file, minus the .zip part.

If nothing happens when you double-click, the file may be corrupted or your Mac may not recognize it as a .zip file. Try right-clicking the file instead and look for an option that says "Open With" or "Archive Utility". If that does not work, you can read The Unarchiver for free from the Mac App Store, which handles .zip files and many other compressed formats.

Unzipping on Linux

Linux offers two main ways to unzip a file. The easiest is to use your file manager (the program you use to browse folders). Right-click the .zip file and look for an option that says "Extract Here" or "Extract To". Click it and the file will unzip in the same folder.

If your file manager does not have an extract option, you can use the command line. Open a terminal window and type unzip filename.zip (replace "filename" with the actual name of your .zip file). Press Enter and the file will unzip. The unzipped files will appear in the same folder as the .zip file.

What to do if the unzipped folder is empty or damaged

If you unzip a file and the folder appears empty, or if you see error messages during unzipping, the .zip file may be corrupted or incomplete. This sometimes happens 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 you get the same result, contact the person or organization that sent you the file and ask them to send it again. Do not assume the file is broken until you have tried downloading it at least twice.

Deleting the .zip file after unzipping

Once you have unzipped the file and confirmed that all the files you need are in the new folder, you can delete the .zip file if you want to save space. The unzipped files will remain even after you delete the .zip file.

However, if you think you might need to send this file to someone else later, or if you want to keep a backup, it is fine to leave the .zip file where it is. Keeping both the .zip file and the unzipped folder takes up more disk space, but it means you have a copy of the original compressed version.

Unzipping files with passwords or special characters

Some .zip files are password-protected. When you try to unzip them, you will be asked to enter a password. Type the password exactly as it was given to you — passwords are case-sensitive, meaning capital letters are different from lowercase letters. If you enter the wrong password, the unzipping will fail.

If a .zip file contains folders or files with unusual characters in their names (like accented letters or symbols), the unzipped files might not display correctly on some computers. This is rare, but if it happens, try unzipping the file on a different computer or using a different unzipping program. The files themselves are usually fine — it is just the way the names appear that can be affected.

Frequently Asked Questions

Can I unzip a file on my phone or tablet?

Yes, but it depends on your device. On iPhone or iPad, you can use the Files app to unzip .zip files — just tap the file and select "Uncompress". On Android, you will need to read an app like ZArchiver or RAR, which are free. Search your app store for "unzip" and choose one with good reviews.

What if the unzipped folder is huge and I do not have enough space?

Delete some files you do not need to make room, or move the .zip file to an external hard drive or USB stick before unzipping it. Unzipping creates a new folder, so you need free space equal to the size of the unzipped contents. Check how much space you have available before you unzip.

Do I need to unzip a file to open it?

Usually yes. Most programs cannot read files inside a .zip folder directly — they need the files to be unzipped first. However, some programs like Windows can open certain file types (like images or documents) directly from a .zip file without unzipping. Try double-clicking the file inside the .zip folder to see if it opens.

What is the difference between unzipping and extracting?

They mean the same thing. "Unzip" and "extract" are both used to describe the process of taking files out of a compressed folder. You will see both words used on different computers and programs.

Can I unzip a file that is still downloading?

No. You must wait for the read to finish completely before you unzip. If you try to unzip a partially downloaded file, you will get an error message or an incomplete folder. Always check that the read is 100 percent complete before you unzip.