The quickest way to zip a folder

On Windows, right-click the folder you want to compress, select "Send to," then click "Compressed (zipped) folder." Windows creates a new zip file in the same location with the folder's name plus .zip. On Mac, right-click the folder and select "Compress [folder name]" — the zip file appears next to it. On Linux, right-click the folder, choose "Compress," pick zip format from the menu, and confirm.

All three methods take about 10 seconds and don't require installing anything. The original folder stays where it is — zipping creates a copy in compressed form. You can then move, email, or upload the zip file while keeping the original folder untouched.

Key Takeaways

  • Right-click the folder and use your operating system's built-in compress option — Windows, Mac, and Linux all have one without extra software.
  • The zip file appears in the same location as the original folder and contains everything inside it, including subfolders.
  • Zipping does not delete the original folder; it creates a separate compressed copy you can move or share.
  • A folder with 500 MB of files typically compresses to 400–450 MB depending on file types, since photos and videos compress less than documents.

Windows: Using the built-in compress feature

Open File Explorer and navigate to the folder you want to zip. Right-click it once. A menu appears with many options. Look for "Send to" — it's usually near the bottom. Hover over "Send to" and a submenu opens. Click "Compressed (zipped) folder." Windows creates a new file with the same name as your folder, plus .zip at the end. This happens when ready for small folders and takes a few seconds for large ones.

The new zip file sits in the same folder as the original. You can rename it, move it to a different location, or email it. If you want to check what's inside before sending it anywhere, double-click the zip file and Windows opens it like a regular folder — you can see all the files without extracting anything.

Mac: Using Compress from the right-click menu

Open Finder and locate the folder. Right-click it (or Control-click if your mouse has one button). A menu appears. Select "Compress [folder name]" — the exact wording includes your folder's actual name. Mac creates a zip file when ready, usually within a second or two. The zip file appears right next to the original folder in Finder.

If you have multiple folders to zip, you can select them all at once — click the first one, hold Shift, and click the last one to select a range, or hold Command and click each folder individually. Then right-click and choose "Compress [number] items." Mac creates a single zip file containing all of them.

Linux: Using the file manager's compress option

Open your file manager (Files, Nautilus, Dolphin, or Thunar depending on your desktop). Find the folder you want to zip. Right-click it. A context menu appears. Look for "Compress" or "Create Archive." Click it. A dialog box opens asking what format you want — select "zip" from the dropdown menu if it's not already selected. Click "Create" or "Compress." The zip file appears in the same location as the original folder.

If your file manager doesn't have a compress option, you can use the command line instead. Open a terminal, navigate to the folder containing the folder you want to zip, and type: zip -r foldername.zip foldername (replacing "foldername" with your actual folder name). Press Enter. The zip file is created in your current directory.

What happens to file size when you zip a folder

A zipped folder is smaller than the original, but how much smaller depends on what's inside. Text files, spreadsheets, and Word documents often shrink by 50–80% because they contain a lot of repeated data that compression can eliminate. Photos and videos shrink much less — usually 5–15% — because they're already compressed by the camera or video software. A folder with a mix of file types typically shrinks by 10–30%.

If you have a folder with 500 MB of mixed files, expect the zip to be around 400–450 MB. If it's mostly documents, it might be 300 MB. If it's mostly photos, it might be 475 MB. The only way to know for certain is to zip it and check the file size — right-click the zip file and select "Properties" (Windows) or "Get Info" (Mac) to see the compressed size.

Moving and sharing a zipped folder

Once you have a zip file, you can email it, upload it to cloud storage, or move it to an external drive. Most email services accept zip files up to 20–25 MB without issue. If your zip is larger, use a cloud service like Google Drive, Dropbox, or OneDrive to share a read link instead. The person receiving the zip file can extract it on their computer using the same right-click method — Windows, Mac, and Linux all extract zip files without extra software.

If you're moving the zip file to external storage or a different computer, remember that the original folder stays on your computer. You're only moving the compressed copy. If you want to free up space, you can delete the original folder after confirming the zip file is complete and readable on the destination.

When zipping doesn't work the way you expect

Sometimes a folder zips but the file size barely changes. This usually means the folder contains files that are already compressed — like .jpg photos, .mp4 videos, or .zip files themselves. Zipping them again won't make them smaller. If you're trying to reduce storage space and zipping isn't helping, the files themselves are already as small as they can be without losing quality.

If you zip a folder and the zip file is larger than the original, something unusual happened — this is rare but can occur with certain file types or corrupted data. In this case, the zip file is still valid and safe to use; it just didn't compress as expected. You can delete the zip and try again, or straightforward use the original folder.

Frequently Asked Questions

Can I zip a folder that's currently open or being used?

Yes. Zipping creates a snapshot of the folder at that moment, so open files don't interfere. If you're actively writing to a file inside the folder while zipping happens, the zip file will contain the version of that file from when zipping started, not any changes you made during the process. Close the file first if you want the latest version included.

What if I zip a folder and then add more files to the original?

The zip file doesn't update automatically. It contains only the files that were in the folder when you created it. If you add new files to the original folder, you need to create a new zip file to include them. The old zip file stays the same size and contents.

Can I password-protect a zip file?

Windows and Mac's built-in tools don't offer password protection when creating zip files. You can use third-party software like 7-Zip (Windows), Keka (Mac), or the Linux command line with additional flags to add passwords. For most sharing needs, password-protecting the zip file itself is less common than password-protecting cloud storage links or using encrypted email.

Does zipping a folder delete the original?

No. Zipping always creates a new file; it never deletes the original folder. You have both the original folder and the zip file taking up space until you manually delete one of them. If you want to free up space, delete the original folder only after confirming the zip file works on another computer or device.

What's the difference between zip and other compression formats?

Zip is the most widely supported format — Windows, Mac, and Linux all open it without extra software. Other formats like .rar, .7z, or .tar.gz are more efficient at compressing but require special software to open. For sharing with others, zip is almost always the safest choice because nearly everyone can open it.