Skip to content

CAB Converter

FileFlip converts CAB files into 11 other formats entirely inside your browser, using libarchive compiled to WebAssembly. The CAB file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. There is no file-size limit and no account to create.

Convert CAB to

How do I convert a CAB file?#

  1. Drop your CAB file onto the converter at the top of this page, or click it to pick one from your computer.
  2. Choose the format you want out of it. FileFlip downloads the engine that conversion needs, once, and your browser caches it.
  3. Conversion starts the moment you pick the format, and the result is yours to download. The work happens in this tab, so nothing is uploaded and nothing is queued.

Is it safe to convert CAB files online?#

Yes, because nothing is uploaded. FileFlip converts CAB files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.

You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.

How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.

What happens to a CAB file#

FileFlip converts CAB into 11 formats with libarchive, all of it inside the browser tab. Each conversion below names the engine it uses, what it downloads, and exactly what that conversion keeps or drops.

CategoryArchives
File extension.cab
FileFlip supportRead only, so it is a source rather than a target
Conversions available11
Engineslibarchive
Downloaded to your browser1.0 MB on the first conversion, then cached

What is a CAB file?#

A CAB file is Microsoft's cabinet archive, a single compressed container that Windows Setup, Windows Installer and driver packages use to hold the files they install.

CAB is the format to reach for when building a Windows driver package or installer component, since Windows Setup and Windows Installer both expect it.

Convert a CAB archive to ZIP when its contents need to be handled on a system without Windows' built-in cabinet support.

The CAB file format reference covers the specification, the programs that open one, and what each conversion keeps or drops.

CAB questions people ask#

What is a CAB file used for?

A CAB file is Microsoft's cabinet archive format, used to package the files inside Windows installers, Windows Update packages and printer or device driver bundles. Windows extracts one natively without any extra software.

How do I open a CAB file on Windows?

Right-clicking a CAB file in File Explorer and choosing Extract All unpacks it directly, since Windows has built-in cabinet support. The command-line expand.exe tool does the same thing for scripting.

Can I open a CAB file on macOS or Linux?

Yes. The cabextract command-line tool handles CAB files on Linux and macOS, and 7-Zip's Linux and macOS port, p7zip, reads them as well, since Microsoft's cabinet format has been reverse-engineered thoroughly enough that third-party tools support it reliably.