.tar File — Tape Archive
application/x-tar
Drop any file to identify its extension and type — runs entirely in your browser
Drop a .tar file here or click to choose
Or drop any file to identify its extension
application/x-tarQuick Facts
| Extension | .tar |
| Full Name | Tape Archive |
| MIME Type | application/x-tar |
| Category | Archive |
| Type | Binary |
| Typical Size | 1 KB – 100 GB |
| First Appeared | 1979 |
What Is a .tar File?
TAR (Tape Archive) is a file archive format that bundles multiple files and directories into a single file while preserving Unix file system metadata including permissions, ownership, timestamps, symbolic links, and directory structures. Created in 1979 for Unix tape backup operations, tar itself performs no compression — it simply concatenates files sequentially with header blocks. Compression is typically applied as a separate step using gzip (.tar.gz/.tgz), bzip2 (.tar.bz2/.tbz2), xz (.tar.xz/.txz), or zstd (.tar.zst), following the Unix philosophy of composable tools. TAR remains the fundamental archive format on Linux and Unix systems, used for software distribution (source tarballs), system backups, container images (Docker layers are tar archives), and file transfer. The format has evolved through several standards: V7, POSIX.1-1988 (ustar), POSIX.1-2001 (pax), and GNU tar extensions. TAR's streaming design allows creation and extraction without seeking, making it suitable for tape drives and piped operations. The GNU tar implementation is the most widely used and supports transparent compression/decompression.
How to Open .tar Files
Related File Extensions
More Archive File Extensions
Other archive formats you might encounter
Browse File Extensions by Category
Explore our reference of 259 file extensions with details, programs, and related formats.