lookup> .zip

.ZIP·File Extension

ZIP ArchivePopular lossless archive format with optional compression.

Extension.zip
File typeZIP Archive
CategoryArchive
Charset
CompressibleNo
Format familyzip

What is a .zip file?

A .zip file is a ZIP Archive — Popular lossless archive format with optional compression.

In the mime-db registry it maps to application/zip, and it is marked as non-compressible. When serving .zip over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to application/zip — and is delivered over HTTP via the Content-Type header.

  • Use 7-Zip or WinRAR to open and edit .zip files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: application/zip

Common software that reads/writes .zip:

7-ZipWinRARmacOS Archive Utility
.zipextension of
format
zipserved as
mime type
application/zipsent via header
http header
  • File distribution
  • Backup bundles
  • Software installation packages
  • Open the file with 7-Zip, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .zip extension, or export this format from 7-Zip.

What programs can open .zip files?

Common options include 7-Zip, WinRAR, macOS Archive Utility. You can also open many of these files with built-in viewers or a browser.

How do I create a .zip file?

Create a new file in any text editor or the app that owns the format and save it with the .zip extension.

What is the relationship between .zip and the application/zip MIME type?

application/zip is the media type identifier used for .zip files during network transfer (for example in the HTTP Content-Type header).

Related extensions

Related MIME types

Related headers

Related methods

Related status codes