Archive utilities pack files into a single compressed package (smaller size, easier to email or back up) and extract them back to folders. Common extensions include .zip, .rar, .7z, .tar.gz, and .iso (disc images—treat carefully). Always unpack only archives you trust; malware is often hidden inside “password-protected” or misleadingly named downloads.
Windows built-in support
Windows Explorer can create and open .zip files without extra software: right-click file(s) > Send to > Compressed (zipped) folder, or double-click a .zip to browse it. For .rar, .7z, and many other formats, install one of the tools below.
Common third-party tools
Product marks below are loaded from src/assets/images/Compression-* in this project. Trademarks belong to their respective owners.
-
7-Zip
Free, open-source, widely used on Windows. Strong
.7zcompression and solid support for.zip,.rar(read),.tar,.gz, and more via its own format and plugins.- Strengths: No ads in the classic build; lightweight; command-line
7z.exefor scripts. - Trade-offs: Interface is utilitarian; creating proprietary
.rararchives still belongs to WinRAR’s licensing model.
- Strengths: No ads in the classic build; lightweight; command-line
-
WinRAR
Shareware famous for the
.rarand.revformats. After the trial period, reminders may appear, but many users continue with the same install for personal use per vendor messaging in some regions.- Strengths: Excellent compatibility with RAR volumes; repair and recovery options for damaged archives.
- Trade-offs: Not free for business use; nag screens unless licensed.
-
WinZip
Long-established commercial archiver, now often bundled with cloud and PDF tooling in subscription suites.
- Strengths: Familiar name; integrations (encryption, cloud upload) in paid editions.
- Trade-offs: Free trials are limited; basic zipping alone is often covered by Windows or 7-Zip for free.
Usage tips
- Prefer official download pages for installers; repackaged “speed download” wrappers often bundle adware.
- When extracting, choose Extract to … (a new folder) so you do not scatter hundreds of files on the Desktop.
- For very large backups, consider split volumes (e.g.
.zip.001) if your tool supports them, and verify checksums when provided.
Note: Product names and license terms change—confirm on each vendor’s site before classroom or workplace deployment.