7Zip

Screenshots

Description

7-Zip — The Free Open-Source Archive Utility

7-Zip is the free file archiver developed by Igor Pavlov, in active development since 1999 and downloaded by hundreds of millions of users. It compresses files into its own .7z format with the LZMA2 algorithm — which typically produces smaller archives than ZIP or RAR — and handles a wider range of archive formats than almost any other tool. Unlike most competitors, 7-Zip is genuinely free, open-source under the GNU LGPL, has no nag screens, and is free to use for both personal and commercial purposes without licensing fees.

Why 7-Zip Is the Standard Free Archiver

For more than two decades 7-Zip has been the recommended free alternative to WinRAR, and the reasoning hasn't changed. The .7z format with LZMA2 compression and solid archive mode routinely beats RAR by 5 to 15 percent on text-heavy and source-code data. The codebase is open and has been audited many times over the years. There is no shareware reminder, no trial period, no commercial license to buy — a small business can deploy 7-Zip to every workstation legally and at zero cost. The trade-off is the interface: it looks the same as it did in 2005, and that's not changing.

Key Features

The .7z format with LZMA2

The native format of 7-Zip uses LZMA2 by default, with PPMd available as an alternative for text-heavy data. Compression levels range from "store" (no compression) to "ultra" (maximum compression, slow). Solid archive mode treats many files as a single stream for noticeably better ratios on collections of small files such as source code, log archives, or document folders.

AES-256 encryption

Both archive contents and file names can be encrypted with AES-256. Without the password, an observer sees neither the files nor their names — the archive looks like opaque encrypted data. The same encryption is also available when creating ZIP archives.

Universal extraction

7-Zip opens an unusually wide list of archive formats: 7Z, ZIP, RAR (read only), TAR, GZ, BZ2, XZ, ZSTD, LZH, WIM, ISO, MSI, NSIS installers, CAB, ARJ, CHM, DMG, RPM, DEB, CPIO, VHD, VMDK, FAT and NTFS images. For inspecting installers, firmware images, and disk dumps, 7-Zip is often the fastest way in.

Shell integration

On Windows, 7-Zip integrates into the File Explorer context menu — right-click any file or folder to compress it, or any archive to extract it directly. The context menu is configurable: you can hide entries you never use or pin the most common operations to the top level.

Command-line and scripting

7-Zip ships with the 7z.exe command-line utility (and the standalone 7za.exe / 7zr.exe builds with reduced format support for embedding). Full scripting support makes it a fixture in build pipelines, backup scripts, and software installers.

7-Zip vs WinRAR — Honest Comparison

The most common question, answered directly:

Compression ratio: 7-Zip's .7z format compresses better than RAR on most data types, particularly source code, text, and uncompressed media. RAR wins on a few specific workloads where its multimedia compression filters help. For everyday use, the .7z advantage is real but rarely dramatic.

Speed: roughly comparable. 7-Zip uses multi-threading effectively. RAR is sometimes faster on archives with the recovery-record feature enabled.

RAR support: 7-Zip reads RAR archives but cannot create them. RAR is a proprietary format owned by RARLAB and no third-party tool can write it. If you need to send someone a RAR file, you need WinRAR.

Interface: WinRAR's interface is noticeably more modern and friendly to first-time users. 7-Zip's is utilitarian.

Price: 7-Zip is free, including for commercial use. WinRAR is officially $29 per seat for businesses.

Recovery records: RAR archives can include recovery data that repairs corrupted archives. The .7z format does not have an equivalent feature — if a .7z archive is damaged, partial recovery is sometimes possible but not guaranteed.

For most users, 7-Zip covers everything they need. WinRAR remains worth it for users who must create RAR archives, work with recovery records, or want a polished interface.

Security and Updates — Keep 7-Zip Current

7-Zip is open-source and has historically had a strong security track record, but a few vulnerabilities have surfaced over the years that are worth knowing about:

  • CVE-2022-29072 — a privilege escalation flaw involving the 7-Zip Help file on Windows. Patched in 21.07.

  • CVE-2023-31102 — a heap-based buffer overflow in the LZMA2 decoder. Patched in 23.00.

  • CVE-2024-11477 — an integer underflow in the Zstandard decoder allowing arbitrary code execution from a crafted archive. Patched in 24.07.

Any version older than 24.07 should be updated. The latest stable release is published on the official 7-zip.org website, and 7-Zip does not auto-update — you have to download and install the new version manually. The whole process takes about thirty seconds.

7-Zip Alternatives Worth Knowing

NanaZip — a modern fork of 7-Zip with a refreshed Windows 11 interface, available in the Microsoft Store. It uses the same compression engine as upstream 7-Zip but ships with proper dark mode, modern icons, and a context menu that integrates cleanly into the Windows 11 right-click experience. Recommended if 7-Zip's classic look bothers you. Free and open-source.

PeaZip — another free, open-source archiver with a more polished interface than 7-Zip. Reads and writes more formats and has secure-deletion features. Internally uses the 7-Zip engine for many operations.

WinRAR — the commercial standard. Required if you need to create RAR archives or want recovery records on your archives.

Native Windows 11 support — since the 23H2 update in October 2023, Windows 11 extracts 7Z, RAR, TAR, and several other formats directly through File Explorer. For occasional extraction without installing anything, this is enough.

Keka — the recommended GUI archiver for macOS, which is not officially supported by 7-Zip itself. Keka uses the 7-Zip engine internally for .7z handling.

System Requirements

Windows

  • Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7, or Windows Vista

  • Windows Server 2008 through Windows Server 2025

  • x86, x64, or ARM64 processor

  • Approximately 5 MB of disk space

  • No notable RAM or CPU requirements

Linux and macOS

  • Official 7zz command-line build for Linux (x86, x64, ARM64) and macOS (Intel and Apple Silicon)

  • p7zip — older community port maintained in most distribution repositories; use the official 7zz for new installs

  • For macOS GUI, use Keka, which wraps the 7-Zip engine

Pricing

7-Zip is free in every sense. There is no paid version, no Pro tier, no commercial license, no donation prompt, and no telemetry. Igor Pavlov accepts voluntary donations through the project website but never asks for them inside the application. Small businesses, freelancers, and corporations all use 7-Zip without licensing concerns under the GNU LGPL with the unRAR license restriction (which only limits how the RAR-extraction code can be reused in other projects).

Who 7-Zip Is For

Practically everyone on Windows. Developers and IT administrators who scripts archive operations. Companies looking to standardize on a free, properly licensed archiver across hundreds or thousands of workstations. Privacy-conscious users who want AES-256 archive encryption without paying. Power users who care about squeezing the last few percent out of compression ratios. Anyone who occasionally needs to peek inside an MSI installer, an ISO image, or a DMG file.

The only category where 7-Zip falls short is users who must create RAR archives — that requires WinRAR. And users who can't stand the dated interface — for them, NanaZip is the answer with the same engine underneath.

Download 7-Zip

7-Zip is distributed officially from 7-zip.org. The installer is roughly 1.5 MB. Separate builds are available for 32-bit, 64-bit, and ARM64 Windows, plus command-line versions for Linux and macOS. The Windows interface is available in 90+ languages, including English, German, French, Spanish, Italian, Polish, Russian, Ukrainian, Japanese, Korean, and Simplified Chinese.

Related Apps

WinRAR
v7.22

WinRAR

WinRAR is the legendary archive utility from RARLAB, used by over 500 million people worldwide since 1995. It creates and extracts RAR and ZIP archives and reads 15+ other formats including 7Z, TAR, GZ, and ISO. Officially shareware at $29, WinRAR keeps working after the 40-day trial — only a reminder window appears. Strong AES-256 encryption, recovery records, and unmatched RAR compression. Update to the latest version: older builds have the CVE-2023-38831 vulnerability patched only in 6.23+.

WindowsmacOS
0
Download
Driver Booster
v13.2.0.184

Driver Booster

IObit Driver Booster is a Windows utility that scans your PC for outdated, missing, or faulty drivers and updates them from a database of over 9 million drivers. The free version handles basic driver updates; Driver Booster Pro adds automatic updates, game-component fixes, driver backups, and priority access to game-ready drivers. Works on Windows 11, 10, 8, and 7. Useful for older laptops and gaming PCs with legacy components — though Windows Update and direct manufacturer sites remain the safe

WindowsmacOS
0
Download
Steam
vLatest

Steam

Steam is the world's largest PC gaming platform, developed by Valve Corporation since 2003. It hosts over 100,000 games, has 132 million monthly active users, and reached 38 million concurrent online players in 2024. Steam is free to download and use — you only pay for the games you choose to buy, and around 30% of the catalog is free-to-play. Available for Windows, macOS, and Linux, with deep integration for Steam Deck and SteamOS. Includes a 14-day refund policy, Steam Workshop modding, family

WindowsmacOS
0
Download
Download 7Zip 26.01 Free | DesktopBay | DesktopBay