How to Make a ZIP File
A complete beginner's guide to making ZIP files — in your browser and on every platform.
What's a ZIP File?
A ZIP file is a single archive that holds one or more files (and folders) inside it, often compressed to take up less space. It's the most universal archive format — every modern operating system, phone, and browser knows how to open one. Making one is easy and built into every device.
Quickest Way: In Your Browser
Works on every device, no install, no account: 1. Open tarpanda and switch to "Create" mode 2. Drag files (or a whole folder) onto the create zone 3. Pick a compression level: Fast, Normal, or Maximum 4. Click "Create ZIP" — the ZIP downloads to your device Files are processed in the browser, not uploaded.
Windows
1. Select your file(s) in File Explorer (hold Ctrl to multi-select) 2. Right-click → "Send to" → "Compressed (zipped) folder" 3. (Windows 11: right-click → "Compress to ZIP file") 4. Rename the new .zip if you want
Mac
1. Select your file(s) in Finder (hold Cmd for multiple) 2. Right-click → "Compress" 3. The ZIP appears in the same folder, named Archive.zip (or the filename with .zip if just one file)
iPhone & iPad
1. Open the Files app 2. Tap "Select", then tap each file you want 3. Tap the ⋯ menu → "Compress" 4. The new .zip appears in the same folder
Android
1. Open your file manager 2. Long-press to select files 3. Tap the menu → "Compress" or "ZIP" 4. Confirm — done (Steps vary slightly by file manager. Files by Google, Samsung My Files, and most third-party managers all support it.)
Chromebook
1. Open the Files app 2. Select the files (Ctrl+click for multiple) 3. Right-click → "Zip selection" 4. The .zip appears in the same folder (For locked-down school/work Chromebooks: use tarpanda in the browser — no install, no admin approval needed.)
Linux
GUI: select files in your file manager → right-click → "Compress" → choose .zip. Command line: zip -r archive.zip folder/ (or zip archive.zip file1 file2).
Try it now — free in your browser
No download. No signup. Your files never leave your device.
Create ZIP nowFrequently Asked Questions
No. Every modern OS makes ZIPs natively. And in any browser, tarpanda makes ZIPs with no install at all.
No. The originals stay where they are. The ZIP is a new file containing copies.
Standard ZIP supports files up to 4 GB and 65,535 entries. ZIP64 (used automatically by modern tools) lifts both limits to effectively unlimited.