Extract a zip file by opening it like a folder
A zip file is a container — when you extract it, you're unpacking the files inside back to their original form. On most computers, you don't need special software. Windows, Mac, and Linux all have built-in tools that treat a zip file almost like a folder you can open and copy from.
The simplest method on any system is to right-click the zip file, look for an option like "Extract" or "Unzip", and let the system do the work. The extracted files appear in the same location as the zip file itself — usually your Downloads folder or Desktop, depending on where you saved it.
If that option doesn't appear, or if you want more control over where the files land, the steps below walk you through each operating system. The process takes less than a minute once you know where to look.
Key Takeaways
- Right-click a zip file and select "Extract All" (Windows) or "Unzip" (Mac) to unpack it in the same folder where the zip file sits.
- On Windows, you can also double-click a zip file to open it as a folder, then drag files out to copy them.
- Mac users can double-click a zip file and it extracts automatically without any extra steps.
- If you're on Linux, use the file manager's right-click menu or the command line tool unzip to extract the archive.
- Extracted files keep their original names and folder structure, so you can organize them however you want after unpacking.
Extract on Windows using the built-in tool
Windows 10 and 11 include a zip extractor in File Explorer. Locate your zip file — usually in Downloads or on your Desktop — and right-click it. A menu appears with several options. Look for "Extract All" near the top of the menu and click it.
A window opens asking where you want the files to go. By default, Windows suggests a new folder with the same name as the zip file, placed in the same location. This is usually the right choice. Click "Extract" and Windows unpacks all the files. When it finishes, you'll see a new folder containing everything that was inside the zip.
If you want to see the files without creating a new folder, you can also double-click the zip file directly. It opens in File Explorer as if it were a folder. You can then drag individual files out to your Desktop or another location. This method is slower if you have many files, but it gives you the option to extract only what you need.
Extract on Mac with a single click
Mac makes this the easiest of all systems. Locate your zip file in Finder and double-click it. That's it — macOS automatically extracts the contents and places them in the same folder as the zip file. No dialog boxes, no extra steps. Within a second or two, you'll see a new folder or set of files appear next to the original zip.
If you want to extract the zip file to a different location, right-click it instead and select "Open With" or look for an "Extract" option if your version of macOS includes one. For most users, though, the double-click method is all you need.
Extract on Linux using the file manager or command line
Linux file managers vary depending on which desktop environment you use, but most include a right-click option for zip files. Open your file manager, find the zip file, right-click it, and look for "Extract Here" or "Extract To". Select it and the files unpack in the same directory.
If your file manager doesn't have this option, or if you prefer the command line, open a terminal and navigate to the folder containing the zip file. Type unzip filename.zip (replacing "filename" with the actual name of your zip file) and press Enter. The files extract to the current directory. If you want them in a specific folder, type unzip filename.zip -d /path/to/folder instead, replacing the path with your target location.
What to do if the extraction fails or seems stuck
Extraction usually completes in seconds, even for large files. If nothing happens after a minute, the zip file may be corrupted or incomplete. Try downloading it again from the source and extracting the new copy.
If you see an error message about permissions, the folder you're extracting to may be protected. Try extracting to your Desktop or Documents folder instead, where you have full write access. On Mac or Linux, you may need to use sudo before the unzip command if the destination folder requires administrator rights, though this is rarely necessary for personal files.
On Windows, if you see a message that the file is too large or the path is too long, try extracting to a folder closer to the root of your drive — for example, C:\Extract instead of a deeply nested folder. This removes some of the path length and often solves the problem.
Organize your files after extraction
Once the zip file is extracted, you have the original files back in their usable form. The extracted folder or files are now separate from the zip file itself. You can move, rename, or delete them as you would any other files on your computer.
If you no longer need the zip file after confirming the extraction worked, you can delete it to save space. The extracted files remain untouched. If you think you might need the zip file again later — for backup or to send to someone else — keep it in a safe location like a cloud storage folder or external drive.
Frequently Asked Questions
Do I need to read special software to extract a zip file?
No. Windows, Mac, and Linux all include built-in tools for zip files. You only need third-party software if you're working with other archive formats like RAR or 7z, or if you want advanced features like password protection or splitting large files across multiple archives.
What happens to the original zip file after I extract it?
The zip file stays where it is. Extracting creates a copy of the files inside it — it doesn't delete or move the zip file itself. You can delete the zip file once you've confirmed the extracted files are what you need.
Can I extract just one file from a zip without unpacking the whole thing?
Yes. On Windows, double-click the zip file to open it as a folder, then drag out only the files you want. On Mac and Linux, most file managers let you right-click individual files inside the zip and extract them separately, though this is slower than extracting everything at once.
Why is my extracted folder empty or showing strange characters in filenames?
This usually means the zip file was corrupted during read or transfer. Try downloading it again. If filenames show strange characters, the zip may have been created on a different system with a different character encoding — this is rare but harmless, and the files usually still work.
Can I extract a zip file to a USB drive or external hard drive?
Yes, as long as the drive has enough free space. On Windows, right-click the zip and choose "Extract All", then browse to your external drive when asked where to put the files. On Mac and Linux, you can drag the zip file to the external drive first, then extract it there, or extract to your computer and move the files afterward.