.zip File Extension

Learn what a .zip archive is, how to open it safely, how Poly supports ZIP files, and when another archive format may fit better.

File extension details for .zip

Storage Only
File typeZIP archive
MIME type
EncodingBinary archive with per-member storage or compression
Operating systemsWindows, macOS, Linux, iOS, Android
Opens withWindows File Explorer, macOS Finder, 7-Zip, Archive Utility
Poly supportYes. Poly stores, syncs, shares, versions, and downloads .zip archives.
Indexed by PolyPartial. Poly indexes the archive's filename and ordinary file properties, not its members.
Preview in PolyNo. Download the archive to browse or extract it with a trusted utility.
Poly agentNo. The Poly agent cannot read files while they remain packed inside the archive.

What kind of file is a .zip?

A .zip file is a binary archive that bundles files and folders into one container. Its registered MIME type is application/zip. Each member can be compressed independently, stored without compression, encrypted, or digitally signed. DEFLATE is the compression method most ZIP tools use by default.1

Most non-empty ZIP archives start with 50 4B 03 04, the local-file-header signature. An empty archive may start with 50 4B 05 06, the end-of-central-directory signature.1 Those bytes are a useful clue, but a safe tool must validate the archive records and directory rather than trust the filename or first four bytes alone.

Renaming backup.7z, backup.tar, or another file to backup.zip does not convert it. Extract and repack the contents with an archive utility when you need a real ZIP file.

How do I open a .zip on my computer?

  • On Windows, File Explorer can open compressed folders and extract all or selected files.2
  • On macOS, double-click the archive in Finder to expand it. Finder's Compress command creates ZIP files.3
  • On Linux, desktop archive managers and command-line tools such as unzip are widely available.
  • On iPhone and iPad, Apple's Files app can create and extract ZIP archives.4
  • On Android, Files by Google can extract .zip files.5

For encrypted archives, split sets, ZIP64, or less common compression methods, use a current archive utility such as 7-Zip. Support for one ZIP feature does not guarantee support for every method or encryption profile.

Inspect archives from unfamiliar sources before opening extracted files. Extract into a new empty folder, reject paths that escape it, and watch for unexpectedly large expanded sizes or nested archives. IANA specifically warns that extraction can overwrite existing files.6

Poly support for .zip

Poly stores, syncs, shares, versions, and finds .zip archives by filename and ordinary file properties. It does not currently extract them, list member names, generate a ZIP preview, index packed content, or give the packed files to the Poly agent.

Download and extract the archive with a trusted utility when you need its contents. Add the extracted files to Poly separately so each supported format can receive its own preview, metadata, search, and agent features.

History of .zip

PKWARE first published the ZIP specification in 1989 and continues to maintain the format through its APPNOTE specification.1 The initials PK in ZIP record signatures point to PKWARE.

The application/zip registration dates to July 1993 and defines ZIP as binary data with no required or optional media-type parameters.6 ZIP64 later extended classic 32-bit size fields and 16-bit entry counts, allowing archives beyond 4 GiB and 65,535 members.1

Working with .zip and alternatives

ZIP is a strong default for exchanging several files because major desktop operating systems open it without extra software. Already-compressed JPEG, MP4, and many PDF files may shrink very little inside a ZIP.2

FormatBest fitTradeoff
.zipBroad cross-platform sharing and selective extractionUnix metadata and advanced features vary by tool
TAR + GzipUnix-style directory trees and distributionUses separate archive and compression layers
.7zMore compression choices and optional solid compressionLess universal built-in support

Repacking an archive can lose permissions, links, timestamps, comments, or encryption settings. Keep the original when exact preservation or provenance matters.

Footnotes

  1. PKWARE, Inc. .ZIP File Format Specification (APPNOTE). Defines record signatures, compression methods, CRC-32, encryption, central directories, and ZIP64. 2 3 4
  2. Microsoft Support. Zip and Unzip Files. Documents Windows ZIP creation and extraction and notes that already-compressed JPEGs usually shrink little. 2
  3. Apple Support. Zip and Unzip Files and Folders on Mac. Documents Finder's Compress command and double-click extraction.
  4. Apple Support. Create or Open ZIP Files on Your iPhone or iPad. Documents ZIP creation and extraction in the Files app.
  5. Google. Unzip Your Files. Documents .zip extraction with Files by Google.
  6. Internet Assigned Numbers Authority. application/zip Media Type Registration. Records the media type, 1993 registration date, binary encoding, and extraction warning. 2
© Poly Corp. 2026