.cab — Cabinet File
Microsoft · 1997
A CAB file is a compressed archive file format developed by Microsoft for storing multiple files in a single location.
Key Features
- Compressed storage behavior for typical archive workflows
- Common MIME type: application/vnd.ms-cab-compressed
- Recognizable file signature: 4D 53 43 46
- Associated with Microsoft
Best For
- Packaging files for download
- Backups and transfers
- Reducing storage overhead
Less Ideal For
- Direct viewing without extraction
- Live editing inside the package
- Formats requiring immediate preview
Common Use Cases
- Bundling many files together
- Reducing transfer size
- Preserving directory structure during sharing
How to Open It
- On Windows, open the file with Windows Explorer or 7-Zip.
- On macOS, open the file with The Unarchiver or Keka.
- If the file does not open, confirm that the extension really matches .cab and that the download or transfer completed without corruption.
What is a .cab file?
A CAB file is a compressed archive file format developed by Microsoft for storing multiple files in a single location. It is commonly used for distributing software updates, drivers, and system files on Windows operating systems. CAB files employ various compression algorithms to reduce file size, making them efficient for data storage and transfer.
Programs That Open .cab Files
| Platform | Program | ||
|---|---|---|---|
| Windows | Windows Explorer | Free | Official |
| 7-Zip | Free | ||
| WinRAR | Paid | ||
| PeaZip | Free | ||
| macOS | The Unarchiver | Free | |
| Keka | Free | ||
| Archive Utility | Free | Official |
Common Problems with .cab Files
Frequently Asked Questions
CAB files are primarily used by Microsoft for software distribution, acting as compressed archives to package installation files, drivers, and system updates for Windows.
Yes, you can open CAB files on macOS using third-party archive utilities like The Unarchiver or Keka, which support the CAB format.
Generally, yes, if downloaded from a trusted source like Microsoft. However, like any archive file, they can potentially contain malicious software if obtained from an untrustworthy website.
Technical Details
CAB files are typically identified by a specific header signature. They are internally structured using a folder index, a file index, and the compressed file data, often employing the Microsoft LZ compression algorithm.