ZIP Files
How to Create a ZIP File
You don't need any extra software to build a ZIP file — both Windows and macOS include the feature natively.
Windows 11 and Windows 10
- 1Select the files or foldersIn File Explorer, select everything you want to include (hold Ctrl to select multiple items).
- 2Right-click the selectionOn Windows 11, choose Compress to → ZIP file. On Windows 10, choose Send to → Compressed (zipped) folder.
- 3Rename if neededThe new
.zipfile appears with an editable name; rename it, then press Enter.
macOS
- 1Select the items in FinderClick, or Cmd-click for multiple files or folders.
- 2Right-click and choose CompressFinder labels it Compress N Items or Compress "name".
- 3Locate the resultA file named Archive.zip (or matching the single item's name) appears in the same folder.
Command line
| Platform | Command |
|---|---|
| macOS / Linux | zip -r archive.zip folder/ |
| Windows PowerShell | Compress-Archive -Path .\folder -DestinationPath .\archive.zip |
Third-party tools
Dedicated archive programs such as WinRAR or 7-Zip can also create ZIP files, and add options the built-in tools lack: choosing compression level, splitting into volumes, or adding a password. If you're deciding which tool to use for this, WinRAR vs. 7-Zip compares the two directly, and best archive software rounds up more options.
Naming and organization
- Avoid spaces and special characters in the ZIP's name if it will be shared across platforms or uploaded to a system that parses filenames.
- Keep a clear top-level folder inside the ZIP so extraction doesn't scatter files into whatever folder the recipient extracts into.
- Very large collections can be split into multiple ZIP volumes using third-party tools, similar to how multi-part RAR files work, though built-in Explorer and Finder compression do not support splitting.
How to Create a ZIP File on Windows 11
To create a ZIP file on Windows 11, select the files or folder, right-click, and choose Compress to > ZIP file from the context menu. This is a redesigned version of the older 'Send to > Compressed folder' command and produces the same standard .zip format.
Steps
- 1Select the items to includeClick one file, or Ctrl+click multiple files and folders.
- 2Right-click the selectionWindows 11's redesigned context menu appears.
- 3Choose Compress toThis opens a submenu with format options.
- 4Select ZIP fileWindows creates the archive immediately in the same folder.
- 5Rename the archiveThe filename is editable right away; give it a descriptive name before it's easy to lose track of.
Naming
Windows names the new ZIP after the first selected item by default. Rename it immediately if that name is unclear, since ZIP files don't carry any other label describing their contents beyond the file list itself.
Adding files after creation
You can add more files to an existing ZIP without recreating it: open the ZIP in File Explorer and drag additional files into the window, or copy files and paste them directly inside the open archive. Windows updates the archive in place. This does not work for RAR files, which require a dedicated tool like WinRAR to modify.
Size expectations
A ZIP made from documents or text typically ends up noticeably smaller than the original folder. A ZIP made mostly from photos, video, or already-compressed files (like other ZIPs or MP4s) will end up close to the original size, since there's little redundancy left to remove. Windows' built-in compressor uses standard DEFLATE compression, similar to what most ZIP tools use, so results are consistent across programs.
For the reverse operation, see how to extract ZIP files on Windows 11. For a general overview of compressing files across formats, see how to compress files and ZIP file format.
Frequently asked questions
Can I password-protect a ZIP created in File Explorer or Finder?
No, neither built-in tool offers password protection. You need a third-party archive tool to add a password.
How do I add more files to an existing ZIP?
On Windows, drag additional files into the open ZIP window. On macOS, you generally need to recreate the archive with Compress, since Finder does not support adding to an existing ZIP.
Can I split a ZIP file across multiple parts?
Built-in Explorer and Finder compression cannot split archives. A third-party tool such as WinRAR or 7-Zip can create split/multi-volume ZIP archives.
Does compressing already-compressed files (like photos) save space?
Usually very little. Formats like JPEG and MP3 are already compressed, so a ZIP mainly bundles them into one file rather than shrinking them further.
Where is the Compress to option on Windows 11?
Right-click any selected file or folder and it appears directly in the context menu, or under 'Show more options' on some builds.
Can I add files to a ZIP after creating it?
Yes, open the ZIP in File Explorer and drag or paste more files directly into the window.
Will Windows 11 ZIP files open on other computers?
Yes. ZIP is a universal format supported natively by Windows, macOS, and virtually all archive tools.
Why is my new ZIP file almost the same size as the original folder?
If the folder mostly contains already-compressed files like photos or videos, there's little left to compress further.
Related guides
- ZIP Files Explained: The Universal ArchiveZIP is the one archive format that opens on almost any device without installing anything extra. Here is what it actually does and when to reach for it.
- How to Extract a ZIP FileExtracting a ZIP file needs no extra software on Windows or macOS — here is the exact process on each, plus command-line options.
- How to Create a RAR FileOnly RARLAB's own tools can create a genuine RAR archive. Here's how to do it in WinRAR, and what to consider if you'd rather not use it.
- WinRAR vs 7-ZipWinRAR and 7-Zip are the two archive tools people ask about most on Windows. Here is how they actually differ, feature by feature.
- The ZIP File Format ExplainedZIP's internal layout is what makes it possible to read a listing of an archive's contents without decompressing the whole file first.
WinRAR is a trademark of its respective owner. RareExplorer is an independent resource and is not affiliated with or endorsed by RARLAB or win.rar GmbH. Read our editorial policy to see how this page was researched.