Archive
An archive is a file container that stores one or more files or folders together.
Archives are commonly used to bundle content into a single file for storage, transfer, backup, packaging, or distribution. Some archive formats also apply compression, while others may focus more on packaging than size reduction.
What it does
An archive groups files and folders into one logical package.
It is commonly used to:
- Combine many files into one file
- Reduce size when the format supports compression
- Preserve folder structure during transfer or storage
- Package software, assets, or backups for distribution
- Protect content with passwords or encryption in formats that support it
Core concepts
Archive vs compression
An archive and compression are related but not identical.
An archive is the container. Compression is the process of reducing data size. Some formats do both, while some only package files together.
Archive format
The format defines how the archive stores data and what features it supports.
Common examples include 7z, ZIP, and RAR.
Archive software
An archive format is not the same as the software used to open it.
For example, 7-Zip and WinRAR are applications, while 7z, ZIP, and RAR are formats.
Common use cases
- Sending multiple files as one download
- Packaging project folders
- Creating compressed backups
- Distributing installers or software releases
- Moving files between systems more conveniently
Practical notes
- Most people use the word
archivebroadly for both the container file and the compressed package. - Many archives preserve file names and folder structure, which makes extraction straightforward.
- Format choice usually depends on compatibility, compression ratio, features, and available software.
- ZIP is broadly compatible, while formats such as 7z may prioritize stronger compression or additional features.
Sources Used
Frequently Asked Questions
Is an archive always compressed?
No. An archive is the container. Some archive formats also use compression, but not all archives are primarily about compression.
Is ZIP an archive?
Yes. ZIP is one of the most common archive formats.
Is 7-Zip an archive?
No. 7-Zip is software used to create and open archives. 7z is the archive format most closely associated with it.