CAB to TAR Converter

Convert Windows CAB archives to TAR format online free

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

Cross-Platform Ready

Move files from Windows-only CAB archives into TAR — the native format for Linux, macOS, and other Unix-based systems.

Cloud Conversion

The entire CAB to TAR process runs on our servers, keeping your device free from heavy processing and software installs.

Multiple Files at Once

Need to convert a batch of CAB archives? Upload them all in one go and receive individual TAR files for each one.

How to convert CAB 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

CAB (Cabinet) is a compressed archive format developed by Microsoft) for efficient software distribution and Windows component packaging. Introduced around 1996, CAB files serve as the container format for Windows Installer packages (.msi), Windows system updates, driver distributions, and ActiveX component downloads. The format supports three compression algorithms — MSZIP (Microsoft's Deflate implementation), Quantum (statistical compression), and LZX (an LZ77 variant with Huffman coding optimized for executable files) — with LZX typically delivering the highest ratios. CAB archives organize files into folders (compression units) where files within the same folder are compressed as a continuous stream for improved ratios, and archives can span multiple volumes for distribution on size-limited media. One advantage is deep Windows ecosystem integration — CAB files are handled natively by Windows without third-party software, used in everything from OS installation media to driver packages and system updates. The LZX compression algorithm provides another strength, achieving particularly strong compression on compiled code and PE executables, which is ideal for the format's primary role in software distribution. Microsoft's makecab tool ships with every Windows installation, and CAB extraction is built into Windows Explorer. The format continues to serve as infrastructure for Windows deployment and update mechanisms across enterprise and consumer environments.
Developer: Microsoft
Initial release: 1996
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 would someone convert CAB to TAR?

TAR is the standard archive format on Linux and Unix systems. If you need to deploy CAB contents on those platforms, TAR is the way to go.

How do I open a TAR file after conversion?

On Linux and macOS, the built-in tar command handles it. On Windows, 7-Zip or PeaZip can extract TAR archives without any trouble.

Does TAR compress files like CAB does?

TAR itself is a pure archiver with no compression. It bundles files together and preserves Unix permissions, but does not reduce size.

Will the internal file structure be maintained?

Absolutely. All files and folders from the CAB archive are transferred into the TAR with their original directory layout intact.

Can I convert CAB to TAR on a Mac or Linux machine?

Yes — convertio.co runs in any modern browser regardless of your operating system, so Mac and Linux users are fully supported.