.ACE

ACE File

WinAce Compressed Archive
Ask a question
QUICK ANSWER

An ACE file is a compressed archive - like ZIP or RAR - created by the old WinAce program, abandoned around 2007. To open one, use PeaZip or IZArc on Windows, or The Unarchiver on macOS. Do not use WinRAR or 7-Zip: WinRAR removed ACE support in 2019 over a serious security flaw, and 7-Zip never supported the format.

Developer: e-merge GmbH (Marcel Lemke) / WinAce Category: Compressed Files MIME: application/x-ace-compressed
OPENS ON Windows macOS Linux
Related: .RAR · .ZIP · .Z01 · .7Z

On this page

19k+ extensions indexed
Last reviewed Aug 29, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the ACE file format?

.ace files are associated with WinAce, a proprietary data archiving tool developed by e-merge GmbH. WinAce uses its own LZ77-based compression algorithm to reduce the size of input files or bundle them into a single multi-file archive. The format was a popular choice for file sharing in the early 2000s.

.ace files store data in binary format. WinAce allows users to create archives in other formats as well, such as ZIP or LHA. The .ace format itself offered a high compression ratio and speed, producing smaller output files than many contemporary alternatives. WinAce was also capable of decompressing archives such as RAR, ARC, ARJ, GZ, TAR, or ZOO, among others.

ACE 2.0 added optional Blowfish password encryption and support for multi-volume split archives (typically named .ace, .c00, .c01, and so on). Each archive header carries a ACE signature at byte offset 7, along with a CRC32 checksum for integrity verification.

WinAce was abandoned around 2007 and the format has since faded from widespread use. Support was further curtailed after the decompression library unacev2.dll was found to carry CVE-2018-20250, a path-traversal vulnerability exploited in the wild. WinRAR removed .ace support entirely in version 5.70 (2019), and today .ace files should be treated with caution.

Security & safety

RISK: HIGH

ACE has a serious security history. The closed-source decompression library unacev2.dll carried CVE-2018-20250, a path-traversal flaw disclosed by Check Point Research in 2019: a crafted .ace archive could write a file to an arbitrary location (e.g. the Windows Startup folder) and gain code execution. Exploits were used in real targeted attacks, and over 100 unique exploit samples appeared within a week. Because of this, WinRAR removed ACE support in v5.70 and 7-Zip never had it. Open .ace files only from sources you trust, with a fully updated extractor, and prefer extracting in a sandbox/VM. Also beware fake "ACE opener" download sites that bundle adware/PUPs - stick to PeaZip, IZArc, or The Unarchiver. After extracting, re-pack to ZIP/7z and delete the .ace.

Format details

in a nutshell
FULL NAMEWinAce Compressed Archiveaka ACE archive, WinACE archive
DEVELOPERe-merge GmbH (Marcel Lemke) / WinAcesince 1998-1999 (ACE 1.0 / WinAce); ACE 2.0 added stronger compression
MIME TYPEapplication/x-ace-compressed
TYPEProprietary compressed archive (binary)
This extension is also used by…
  • Sage ACT! / Steinberg WaveLab project - Some legacy apps used .ace for their own project/data files; unrelated to WinAce archives.
  • FProt / antivirus quarantine - A few security tools historically named quarantine or temp files .ace; not user archives.
MAGIC BYTES · FILE SIGNATURE
OFFSET
0708090a0b0c0d
HEX
2A2A4143452A2A
ASCII
**ACE**
The "ACE" signature sits at offset 7 (after a 4-byte header CRC and a 2-byte header size), NOT at offset 0. Tools detect ACE by reading the main header and checking for "ACE" at byte 7. There is no plain magic at the very start of the file.

Programs that open ACE files

Windows3 apps
PeaZip Open-source Open the .ace and Extract; PeaZip provides ACE support via its bundled backends. Update to the latest build first.
ALZip Freemium Open the .ace and extract; ALZip historically supports ACE among many archive formats.
IZArc Free Right-click the .ace > Extract Here; IZArc retains ACE extraction. Decline bundled offers during install.
macOS1 app
The Unarchiver Free Right-click the .ace > Open With > The Unarchiver to extract; it reads ACE among dozens of legacy formats.
Linux2 apps
unace + Xarchiver / Engrampa Open-source Install the 'unace' package, then open the .ace in Xarchiver/Engrampa (or run 'unace x file.ace') to extract.
PeaZip (Linux) Open-source Open the .ace and Extract; the Linux build also handles ACE.

Technical details

deep spec
File encodingBinary (proprietary format)
Byte orderLittle-endian
MIME typeapplication/x-ace-compressed
Archive signature"**ACE**" (ASCII) at byte offset 7 in the main header, preceded by a 4-byte CRC and 2-byte header size field
Compression algorithmProprietary LZ77-based algorithm (ACE 1.0 and ACE 2.0); historically offered a higher compression ratio than ZIP and was competitive with RAR
EncryptionOptional Blowfish password encryption, introduced in ACE 2.0
Integrity checksCRC32 checksum per compressed file entry plus a separate header CRC; optional recovery record for repairing damaged archives
Format versionsACE 1.0 and ACE 2.0; version byte stored in the main archive header
Multi-volume supportYes; split archives use the first-volume extension .ace followed by .c00, .c01, .c02, etc.
Typical archive sizeTens of KB to several GB; no hard size cap defined by the format
Platform supportOriginally Windows-only (WinAce); later readable on macOS via The Unarchiver and on Linux via unace
Security statusCVE-2018-20250: path-traversal flaw in unacev2.dll exploited in the wild; WinRAR dropped ACE support entirely in v5.70 (2019)
Developere-merge GmbH (Marcel Lemke)
Format statusAbandoned; WinAce discontinued around 2007; format effectively frozen at ACE 2.0 with no active development
Related extensions.c00, .c01 (additional split volumes); format largely superseded by .rar, .zip, and .7z
Released1998-1999 (ACE 1.0 / WinAce); ACE 2.0 added stronger compression
Latest versionACE 2.0 (format effectively frozen; WinAce abandoned ~2007)

ACE conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with ACE files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about ACE files.

Frequently asked questions

How do I open an ACE file?
Use a tool that still supports ACE: PeaZip or IZArc on Windows, The Unarchiver on macOS, or the 'unace' package with Xarchiver on Linux. Then extract the contents. Only do this for files from a trusted source.
Why can't WinRAR or 7-Zip open my ACE file anymore?
WinRAR removed ACE support in version 5.70 (2019) because of the CVE-2018-20250 vulnerability in the ACE library, and 7-Zip never supported ACE. Use PeaZip, IZArc, or The Unarchiver instead.
Are ACE files dangerous?
They can be. A flaw in the ACE decompression code (CVE-2018-20250) let malicious archives plant files outside the extraction folder and run code. Extract only trusted .ace files with an updated tool, ideally in a VM, then convert them to ZIP/7z.
How do I convert an ACE file to ZIP?
There's no direct converter - extract the .ace with PeaZip/IZArc (or The Unarchiver on Mac), then re-compress the extracted files into a new ZIP. This also gets you off the obsolete, risky ACE format.
Is WinAce still available?
No - WinAce was abandoned around 2007 and its site is dead. Don't try to install it; it's the source of the vulnerable code. Use a maintained archiver like PeaZip to handle old .ace files.
What is the .c00 / .c01 file that came with my ACE?
Those are continuation volumes of a multi-volume ACE archive. Keep them in the same folder as the main .ace and extract the main file - the tool joins the volumes automatically.

References

1Check Point Research - Extracting a 19-Year-Old Code Execution from WinRAR (CVE-2018-20250)research.checkpoint.com
2BleepingComputer - WinRAR removes ACE support after CVE-2018-20250www.bleepingcomputer.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.RARRAR Archive (Roshal ARchive)
.ZIPZIP Archive
.Z01Split ZIP Archive - First Part
.7Z7-Zip Archive
.001Split / multi-volume archive - first part (.001)
.ZIRenamed / Truncated ZIP Archive

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z