7-Zip

7-Zip

File archiver with a high compression ratio

Category
Archive
License
GNU LPGL
Platforms
Windows
Released
1999
Path
c:\7-Zip\7za.exe
Version
Latest known: 26.01 (2026-04-27)

Examples

1. Creates (or updates) a zip archive with all files in the source directory and deletes files after successful archiving

7za.exe a -bd -sdel d:\output.zip d:\imagesToZip\*

2. Creates an archive of all log files

7za.exe a -r d:\logs.zip d:\logs\*.log

3. Uses 7z format. Compression is incremental and only updates are compressed. Also flags deleted archived files to be removed from filesystem upon extraction. https://superuser.com/a/591539/326177

7za.exe u -up0q3r2x2y2z1w2 d:\archive.7z d:\myProject

4. Calculates CRC32, CRC64, SHA56, SHA1, XXH64 hex hashes for all files within a sub-directory path.

7za.exe h -scrc* d:\downloads\*.* -r

Try it

Agree to terms to run demos.