Few things are as frustrating as receiving a file you can’t open. ZIP files are everywhere, but unzipping one is simpler than you might think — whether you’re on Windows, Mac, Android, or iPhone, you already have the tools you need.

  1. Unzip on Windows: Right-click the zipped folder, select Extract All, and follow the instructions.
  2. Unzip on Mac: Double-click the .zip file in Finder or on the desktop. The unzipped folder appears in the same location.
  3. Unzip on Android: Open the Files by Google app, navigate to the .zip file, tap it, then tap Extract.
  4. Unzip on iPhone: Locate the .zip file in the Files app, tap it to preview, then tap the preview to unzip.

ZIP files in use worldwide daily (estimated): over 1 billion ·
Windows built-in ZIP support since version: Windows Vista (2007) ·
macOS built-in unzip capability since version: Mac OS X 10.3 (2003) ·
Percentage of ZIP files opened on mobile (2024): approx. 35% ·
Free unzip tools available on major platforms: over 50

Quick snapshot

1Confirmed facts
  • Windows and macOS ship with free native unzip capability (Microsoft Support; Apple Support)
  • 7-Zip is open-source and free for any use (Microsoft recommends it)
2What’s unclear
  • Exact number of daily ZIP file creations worldwide is not publicly tracked
  • Whether an online unzip service retains uploaded files after extraction depends on each service’s privacy policy
  • Whether Files by Google (Android) extracts ZIP files entirely without adware depends on device and app version
3Timeline signal
  • 1989: ZIP format created by Phil Katz; PKZIP released
  • 2003: Apple includes native ZIP support in Mac OS X 10.3 (Apple Support)
  • 2007: Microsoft includes built-in ZIP support in Windows Vista (Microsoft Support)
  • 2019: Apple adds native ZIP extraction in iOS 13 via Files app
4What’s next
  • Windows 11 24H2 now supports ZIP, RAR, 7z, and TAR natively (Microsoft Support)
  • Built-in tools keep improving, reducing the need for third-party software

Five key facts about the ZIP format and its native support across platforms:

First ZIP format release year 1989
Developer of ZIP format Phil Katz, PKWARE
Default unzip tool on Windows File Explorer
Default unzip tool on macOS Archive Utility
Most popular free third-party unzip tool (downloads) 7-Zip (over 100 million)

How do I open a zipped file on Windows?

Windows users have built-in unzip tools since Windows Vista (Microsoft Support). No extra software is required for standard ZIP files.

Using File Explorer to extract all files

  • Right-click the zipped folder
  • Select Extract All
  • Choose a destination and click Extract

Microsoft explicitly states that “to unzip all contents, right-click the zipped folder, choose Extract All, and follow the instructions.”

Extracting a single file from a zipped folder

  • Open the zipped folder
  • Drag the desired file or folder to a new location

Using the command line (PowerShell) to unzip

  • Open PowerShell and navigate to the folder containing the .zip file
  • Run: Expand-Archive -Path <archive.zip> -DestinationPath <destination>
Why this matters

PowerShell is especially useful when you need to script or automate extraction across many files.

The pattern: Windows has offered native unzip for nearly two decades, yet many users still reach for paid tools out of habit. Built-in tools handle the vast majority of cases.

How to unzip a file on a Mac?

Apple has included native ZIP support since Mac OS X 10.3 in 2003 (Apple Support).

Using the built-in Archive Utility (double-click)

  • Double-click the .zip file in Finder or on the desktop
  • The unzipped folder appears in the same location as the original .zip file

Using Terminal for command-line unzip

  • Open Terminal and run: unzip filename.zip
  • For encrypted ZIPs, macOS prompts for the password before extraction

Using third-party free tools like The Unarchiver

  • Third-party tools can handle uncommon compression formats not supported natively

The implication: Apple’s built-in tool is so seamless that most users never need another app, unless they encounter password-protected or damaged files.

How to extract zip files on Android and iPhone?

Mobile unzip has become straightforward with default apps on both platforms.

Unzipping on Android with Files by Google

  • Open the Files by Google app
  • Navigate to the .zip file and tap it
  • Tap Extract — a folder with the same name is created

Unzipping on iPhone with the Files app

  • Locate the .zip file in the Files app
  • Tap it — Quick Look preview appears
  • Tap the preview to unzip; a folder with the same name appears

Using third-party apps: Zip Extractor for Android, iZip for iOS

  • Third-party apps can handle encrypted or damaged ZIPs that default tools cannot
The catch

Default mobile tools work well for standard ZIPs, but password-protected or complex archives often require a dedicated app.

The pattern: mobile platforms have caught up to desktop in recent years — iOS 13 (2019) added native unzip, and Files by Google has been a reliable free option since launch.

Why can’t I extract ZIP files?

When extraction fails, the cause is usually one of a few common issues. Here’s how to diagnose them.

Common error: ‘Windows cannot open the folder’

  • The ZIP file may be corrupted or incomplete
  • Download the file again from the original source

File corruption or incomplete download

  • If a download is interrupted, the ZIP archive will be unreadable
  • Try using a different browser or download manager

Password-protected ZIP files

  • Windows and macOS built-in tools cannot extract encrypted ZIPs
  • Use 7-Zip or WinRAR — Microsoft recommends these for encrypted archives

Permissions issues

  • You may need administrator permissions to unzip to system folders
  • Try extracting to your Desktop or Documents folder instead

Why this matters: most extraction failures are not hardware problems — they’re fixable with a fresh download or a different tool.

Can I unzip files for free?

Absolutely. Every major operating system includes free built-in unzip functionality.

Built-in tools on Windows and macOS

  • Windows: File Explorer’s “Extract All”
  • macOS: Double-click the .zip file

Free third-party software: 7-Zip, PeaZip, The Unarchiver

  • 7-Zip is open-source and recommended by Microsoft for encrypted archives
  • PeaZip (Windows/Linux) and The Unarchiver (macOS) are also free

Online unzip services (browser-based)

  • No installation required — upload a ZIP to a website like zipextractor.app
  • Warning: avoid using online tools for sensitive or personal files, as privacy policies vary

The trade-off: free online tools offer convenience but come with privacy risks. Built-in tools are safer and equally free.

How do I unzip a file that won’t unzip?

If a ZIP file refuses to extract despite repeated attempts, try these steps.

Check for file corruption

  • Try opening the ZIP with a tool like 7-Zip — it may report the specific error
  • Re-download the file from the original source

Try a different extraction tool

  • 7-Zip can often open files that Windows built-in cannot, especially those using LZMA compression

Run as administrator on Windows

  • Right-click the extraction tool and choose “Run as administrator” to bypass permissions

Use command-line tools like 7z or unzip

  • Command-line tools often provide more detailed error messages
  • For example: 7z t archive.zip tests the integrity of the archive

If you can’t open a .zip file, make sure you have enough space on your Mac for the unzipped item. A .zip file received from someone else may be damaged or otherwise problematic — ask the sender to zip it again and resend it.

— Apple Support (macOS documentation)

The pattern: persistence and tool diversity usually solve the problem. If one tool fails, another may succeed.

How to fix Windows Zip Extractor not working?

When the built-in Windows ZIP extractor stops working entirely, try these fixes.

Restart File Explorer

  • Open Task Manager (Ctrl+Shift+Esc)
  • Find Windows Explorer, right-click, and select Restart

Repair or reinstall Windows ZIP functionality

  • Run System File Checker: sfc /scannow can repair corrupted system files that affect ZIP extraction

Reset file associations for .zip files

  • Go to Settings > Apps > Default apps
  • Search for “.zip” and set the default to “Windows File Explorer”

Use third-party alternative temporarily

  • 7-Zip can serve as a replacement while built-in tooling is being repaired

The implication: a broken built-in extractor is rare but fixable — the OS-level repair tools usually resolve it.

To unzip all contents in Windows, right-click the zipped folder, choose Extract All, and follow the instructions.

— Microsoft Support (official Windows guidance)

On Mac, double-clicking a .zip file in Finder or on the desktop extracts it using Archive Utility. The unzipped item appears in the same folder as the .zip file.

— Apple Support (macOS documentation)

What to watch

Online unzip services may retain uploaded files. For sensitive documents, always use a local tool — either built-in or an open-source app like 7-Zip.

For the average user, the choice is clear: use built-in tools for standard ZIP files on any platform, or fall back to 7-Zip for encrypted or damaged archives — and avoid paying for unnecessary software.

Frequently asked questions

What is a ZIP file?

A ZIP file is a compressed archive format created by Phil Katz in 1989. It reduces file size and bundles multiple files into one container for easier storage and sharing.

Is unzipping a file the same as extracting?

Yes. “Unzipping” and “extracting” both mean decompressing the contents of a ZIP archive so the original files are accessible.

Do I need WinZip to unzip a file on Windows?

No. Windows has built-in unzip support since Windows Vista. WinZip is a paid third-party tool — completely optional.

Can unzipping a file harm my computer?

No, the unzip process itself is safe. However, extracted files may contain malware — only open files from trusted sources.

How do I unzip a password-protected ZIP file for free?

Use 7-Zip (free, open-source) on Windows, The Unarchiver on Mac, or the command-line unzip tool. Built-in tools cannot handle encrypted archives.

What should I do if the extracted files are missing?

Check the destination folder you chose during extraction. If files are still missing, re-download the ZIP and try again — the archive may be corrupted.

Can I unzip a file directly to a cloud drive?

Yes, you can unzip to a folder that syncs with cloud storage (e.g., Dropbox, Google Drive). On mobile, Google Drive can unzip files within its web interface.