About CAB Files
Windows Cabinet
CAB (Cabinet) is a Windows archive format used for software installers.
Family
Archives & Compressed
Extension
.cab
MIME Type
application/vnd.ms-cab-compressed
Can Use As
HOW CAB
CAME TO BE.
CAB — Microsoft Cabinet — shipped in 1994 with Windows 95 setup as the installation-archive format that replaced the DIZ/ARJ/ZIP patchwork of the DOS era. The format supports LZX compression (originally from Jonathan Forbes, licensed by Microsoft), MSZIP (a DEFLATE variant), and Quantum. A .cab file can span multiple disks — a design detail that mattered when Windows 95 shipped on 13 floppy disks.
CAB became the backbone of Windows installations for three decades. Every Windows Update, every .msi installer, every Office setup disk, every Service Pack: all built on CAB. Even today, many Windows system files are distributed as CAB archives, and the format is supported natively in Windows 10/11 via the `expand.exe` tool and Windows Explorer.
CURIOSITIES &
TRIVIA.
Windows 95 shipped on 13 floppy disks — every one a CAB file segment of the installer.
The LZX compression inside CAB came from a program called LZX, originally for Amiga archives, which Microsoft licensed in the early 1990s.
Every Microsoft Office installer (MSI) is backed by CAB archives for the binary payload.
Windows Update delivers patches as CAB files — the Windows Update Agent downloads and extracts them silently.
The format can span disks: a single archive can be split across multiple .cab files with the same basename.
STRENGTHS &
LIMITATIONS.
Strengths
- Multi-volume — designed for disk-spanning archives.
- Multiple compression algorithms in one format.
- Native Windows support for 30+ years.
- Authenticode signing integrates with Windows security stack.
- Microsoft-maintained tooling (MAKECAB, EXTRAC32, expand.exe).
Limitations
- Windows-only ecosystem — limited Mac/Linux tooling.
- Proprietary container with partial public documentation.
- Overtaken by MSI (which uses CAB internally) for new installers.
- Compression ratios lag modern formats (zstd, xz).
Typical Sizes & Weights
Single driver package
100 KB - 20 MB
Windows Update patch
1-500 MB
Service pack archive
200 MB - 2 GB
Technical Specifications
- MIME type
- application/vnd.ms-cab-compressed
- Extension
- .cab
- Compression
- MSZIP (DEFLATE), Quantum, LZX
- Max volume size
- 2 GB per file
- Multi-volume
- Yes (split archive spanning)
CONVERT FROM
CAB
Common Use Cases
Windows installers, drivers
Related Formats
Popular comparisons
CAB vs 7Z
Differences, file size, and when to choose each format.
CAB vs TAR
Differences, file size, and when to choose each format.
CAB vs GZ
Differences, file size, and when to choose each format.
CAB vs BZ2
Differences, file size, and when to choose each format.
CAB vs XZ
Differences, file size, and when to choose each format.
CAB vs LZMA
Differences, file size, and when to choose each format.
Popular CAB conversions
The most-requested destinations when starting from CAB.
Frequently Asked Questions about CAB
Frequently Asked Questions
CAB (Windows Cabinet) is an archive format used to bundle multiple files and folders into a single compressed file. The archive preserves the directory structure and typically reduces total size via compression. CAB sits in the archives & compressed family and has specific strengths around compression ratio, speed, or platform support.
7-Zip, WinRAR, The Unarchiver (macOS), and the built-in archive utilities on Windows and macOS open most CAB files. For command-line extraction, 7z, unar, or the format-specific tool handles CAB cleanly. If your extractor does not recognise CAB, convert to ZIP first — ZIP opens on every operating system without extra software.
Upload the CAB to KaijuConverter and pick ZIP, 7Z, TAR.GZ, or RAR as the target. Our pipeline extracts the original archive and re-compresses the contents into the target format. File permissions, timestamps, and directory structure are preserved where both formats support them.
Depends on the goal. ZIP is the universal baseline — every OS extracts it out of the box. Formats like 7Z or TAR.GZ compress better but require specific tools. CAB may win on compression ratio, password support, or OS integration for specific workflows; ZIP wins on raw compatibility.