How to Unzip a Document: A Complete Guide to Extracting Compressed Files

Compressed files are everywhere — downloaded software, email attachments, shared project folders, archived backups. If you've ever received a file ending in .zip, .rar, .7z, or .tar.gz, you've encountered a compressed archive. Knowing how to unzip one is a fundamental skill, and the process varies more than most people expect depending on your device, operating system, and what's inside the archive.

What Does "Unzipping" Actually Mean?

Zipping (or compressing) a file bundles one or more files into a single package and reduces their total size using compression algorithms. Unzipping (or extracting) reverses that process — it pulls the original files back out in their full, usable form.

The most common format is .zip, which has been a standard since the late 1980s. Other formats like .rar, .7z, and .tar.gz work similarly but require different tools to open. The term "unzipping" is often used loosely to describe extracting any compressed archive, regardless of format.

How to Unzip Files on Windows

Windows 10 and Windows 11 include native ZIP support — no third-party software required.

To extract a ZIP file:

  1. Right-click the .zip file in File Explorer
  2. Select "Extract All…"
  3. Choose a destination folder
  4. Click Extract

Windows will decompress the contents and place them in the folder you selected. You can also double-click a ZIP file to browse its contents without fully extracting — useful for checking what's inside before committing to a full extract.

For other formats (.rar, .7z, .tar.gz): Windows doesn't handle these natively. You'll need a tool like 7-Zip or WinRAR. Once installed, right-clicking the file will add extraction options to your context menu, matching the native ZIP experience.

How to Unzip Files on macOS

macOS handles ZIP files natively through the Archive Utility, built into the operating system.

To extract a ZIP file:

  1. Double-click the .zip file in Finder
  2. macOS automatically extracts the contents to the same folder
  3. A new folder (or file) appears alongside the original ZIP

That's it — no dialog box, no destination picker by default. The simplicity is intentional, though it means the extracted files always land in the same directory as the archive.

For .rar, .7z, or other formats on macOS, third-party apps like The Unarchiver (available free from the Mac App Store) extend support to dozens of archive formats and integrate directly into Finder.

How to Unzip Files on iPhone and iPad 📱

Since iOS 13, iPhones and iPads have had native ZIP support through the Files app.

To extract:

  1. Locate the ZIP file in the Files app (or tap a ZIP attachment in Mail/Messages)
  2. Tap the file once
  3. iOS automatically extracts the contents to the same folder

For more complex archives or formats beyond ZIP, apps like Documents by Readdle or iZip handle extraction on mobile. The experience is more limited than desktop — particularly for large archives — but works well for typical downloads and email attachments.

How to Unzip Files on Android

Android's approach varies by manufacturer and OS version. Many modern Android devices running Android 10 and later can open ZIP files through the built-in Files app (or a manufacturer equivalent like Samsung's My Files).

Typical steps:

  1. Open your file manager app
  2. Navigate to the ZIP file
  3. Tap it — the app will usually prompt you to extract or browse contents
  4. Confirm the destination and extract

If your device's native file manager doesn't support ZIP extraction, apps like ZArchiver or RAR (by RARLAB) are widely used alternatives that also handle formats like .rar, .7z, and .tar.

Common Archive Formats and What Opens Them

FormatCommon UseNative SupportTypical Tool Needed
.zipGeneral purposeWindows, macOS, iOS, AndroidNone usually required
.rarLarge multi-part archivesNone built-inWinRAR, 7-Zip, The Unarchiver
.7zHigh-compression archivesNone built-in7-Zip, The Unarchiver
.tar.gzLinux/developer packagesmacOS (partial), Linux7-Zip (Windows), Terminal
.gzSingle compressed filesmacOS, Linux7-Zip (Windows)

What Affects the Unzipping Experience

Not all extractions go smoothly. Several variables shape the process:

🔒 Password protection — Some ZIP files are encrypted. You'll need the correct password before extraction proceeds. Without it, the files inside remain inaccessible regardless of the tool you use.

File size and archive depth — Extracting a 50MB ZIP takes seconds. A multi-gigabyte archive with thousands of nested files takes longer, and on older hardware or mobile devices, may strain resources considerably.

Corrupted archives — If a ZIP file didn't fully download, or was damaged in transfer, extraction may fail partway through. Some tools (like 7-Zip) attempt to recover partial data; others stop entirely. Re-downloading the original file is often the only reliable fix.

Format compatibility — The tool you use must support the archive format. Opening a .7z file in a ZIP-only tool won't work, and the error messages aren't always obvious about why.

Operating system permissions — On managed work devices or locked-down systems, extraction to certain folders (like Program Files on Windows) may be blocked by administrative policies.

Extracting Specific Files vs. Everything

Most tools let you extract the entire archive at once or select individual files. On Windows, double-clicking a ZIP to browse it (without extracting) lets you drag specific files out. On macOS, The Unarchiver extracts everything in one step, while other apps may offer more granular control.

If you're working with large archives and only need one or two files inside, selective extraction saves time and storage — something worth checking whether your tool supports before committing to a full extract.

When the Same Archive Behaves Differently on Different Devices

A ZIP file that opens perfectly on Windows may behave unexpectedly on macOS — particularly if it contains files with special characters in their names, or was created with non-standard compression settings. Similarly, archives created on macOS sometimes include hidden system files (like __MACOSX folders) that appear as clutter when opened on Windows.

The format is standardized, but the tools, operating systems, and creation methods all introduce subtle differences. Your device, its OS version, and the software handling the extraction all play into how straightforward — or frustrating — the process ends up being.