.CAB File Extension
Windows Cabinet File
Developer | Microsoft |
Popularity |
3.9 | 107 Votes |
Category | System Files |
Format | Binary |
What is a CAB file?
A CAB file is a Windows Cabinet file saved in an archive format native to Microsoft Windows. The CAB format supports the .ZIP, Quantum, and LZX data compression algorithms. CAB files contain compressed data and are used for Windows software installations, such as system files, network components, and device drivers.
Typically, CAB files contain Windows system or device driver updates. For example, a CAB file might contain driver updates for a printer. Windows often automatically downloads and installs the updates CAB files contain, using installers such as Setup API, Device Installer, and AdvPack. However, users can also manually download CAB files from the Microsoft Update Catalog.
Additionally, Windows users can create their own CAB files using a command-line utility called makecab. To use makecab, open a Command Prompt window, enter makecab.exe, and press Enter. This will show instructions for how to use makecab.
NOTE: The .PUZ file format, which is used by Microsoft Publisher's Pack and Go Wizard, is essentially identical to the CAB file format.
How to open a CAB file
In Windows, you can simply double-click a CAB file to examine the file's contents in Windows File Explorer. You can also open a CAB file using a variety of archive management tools. For example, Corel Winzip (Windows, Mac), 7-Zip (Windows), The Unarchiver (Mac), and ZDevs ZArchiver (Android) all allow users to decompress CAB files and examine their contents.
How do I install a CAB file?
If you want to install the Windows software a CAB file contains, run the Microsoft System Configuration Utility (msconfig.exe) and then enter dism /online /add-package /packagepath: path/to/your/CABfile.cab. For example, if your CAB file is located in your Downloads directory, you would enter dism /online /add-package /packagepath: Downloads/CABfile.cab. (To run msconfig.exe, select Run from the Windows Start menu, type "msconfig," and press Enter.)