TGZ to TAR Converter

Extract TGZ to plain TAR archive online — free and instant

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Instant Decompression

Stripping the gzip layer from a TGZ file is a lightweight operation — expect your plain TAR archive to be ready in seconds.

Metadata Preserved

File permissions, ownership details, symbolic links, and directory structure all carry over from TGZ to TAR without any loss.

Runs in the Cloud

Decompression happens entirely on convertio.co servers, keeping your local machine free from CPU load and temporary file clutter.

How to convert TGZ to TAR

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose tar or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your tar file right afterwards

About formats

TGZ (also written as .tar.gz) is the most widely used compound archive format on Unix-like systems, combining TAR) archiving with gzip compression. Gzip was created by Jean-loup Gailly and Mark Adler, first released on October 31, 1992 as a free, patent-unencumbered replacement for the Unix compress utility. The TAR layer bundles files with full Unix metadata (permissions, ownership, timestamps, symlinks, hard links) into a single sequential stream, and gzip compresses it using the Deflate algorithm — a combination of LZ77 dictionary matching and Huffman coding. The resulting .tar.gz or .tgz file is the standard format for distributing source code, creating system backups, and packaging software on Linux and Unix platforms. One advantage is near-universal support — TGZ files can be created and extracted on every Unix system, Windows (via 7-Zip, WinRAR), and macOS natively, making it the safest choice when the recipient's platform is unknown. Fast decompression is another practical strength: gzip extraction is significantly faster than bzip2 or xz, important for CI/CD pipelines, container image layers, and automated deployments where extraction time matters. GNU tar supports TGZ natively with the -z flag, and the format serves as the basis for many higher-level packaging systems. While XZ offers better compression ratios, TGZ remains the default choice when broad compatibility and extraction speed are priorities.
Initial release: October 31, 1992
TAR (Tape Archive) is a Unix archive format originating in Version 7 Unix) at AT&T Bell Labs in January 1979, originally designed for writing file backups to magnetic tape drives. Unlike ZIP or RAR, TAR is a pure archiving format that concatenates multiple files into a single stream without applying compression — each file is preceded by a 512-byte header block containing the filename, permissions, ownership, size, modification time, and checksum, followed by the file data padded to 512-byte boundaries. The format has evolved through several standards: the original V7 format, the POSIX.1-1988 ustar format (extending path lengths and adding support for more file types), and the POSIX.1-2001 pax format supporting extended attributes, arbitrary-length paths, and large file sizes. TAR is almost always paired with a compression tool — gzip (.tar.gz/.tgz), bzip2 (.tar.bz2/.tbz2), xz (.tar.xz), or others — producing a two-layer structure where compression operates on the entire stream for maximum efficiency. One advantage is exceptional Unix metadata fidelity — TAR preserves permissions, ownership, symbolic links, hard links, device files, and extended attributes with greater precision than most competing formats. Universal availability is another core strength: tar is a POSIX-mandated utility present on every Unix-like system, and tools on Windows and macOS handle TAR files natively. TAR remains the standard distribution format for source code, Linux filesystem images, container layers, and system backups.
Developer: AT&T / Unix
Initial release: January 1979

Frequently Asked Questions

Why convert TGZ to TAR?

Removing the gzip layer gives you a plain TAR that is easier to inspect, append to, or combine with a different compressor like xz or bzip2 for better ratios.

What software opens TAR files?

The tar command-line utility is available on Linux, macOS, and Windows (via WSL or Git Bash). GUI tools like 7-Zip and PeaZip also handle TAR natively.

Does the conversion preserve Unix permissions?

Yes. TAR retains ownership, permission bits, and symlinks from the original TGZ archive — the only change is removing the gzip compression wrapper.

Can I convert multiple TGZ files at once?

Yes. Convertio supports batch processing, letting you queue several TGZ archives and strip them to TAR in a single session.

Is this conversion truly free?

It is. You can convert TGZ to TAR on convertio.co at no cost — no registration and no credit card required.

Will the output TAR be larger than the TGZ?

Yes, because gzip compression is removed. The TAR file is the uncompressed container, so expect it to be noticeably larger than the original TGZ.

TGZ to TAR Quality Rating

4.8 (16 votes)
You need to convert and download at least 1 file to provide feedback!