What is a .ace file?
WinAce Compressed Archive · Archive · Marcel Lemke (e-merge) · 1998
An .ace file is a WinAce archive, a late-1990s rival of RAR and ZIP that compressed slightly better at the time. The format is proprietary, WinAce is abandoned, and ACE support was dropped from most tools.
What is a .ace file used for?
ACE had a real following around 2000 thanks to strong compression, but it never opened its specification, and development stopped. The marker bytes **ACE** sit at offset 7 of the header rather than at the start of the file.
The format's afterlife is a security story: in 2019 the unacev2.dll library that nearly every unpacker used to read ACE turned out to have a path-traversal flaw (CVE-2018-20250), after which WinRAR simply removed ACE support. Extract old archives with a current, patched tool only.
How to open a .ace file
The .ace format opens in the following apps, grouped by operating system. If one app does not work, try another from the same list. For a step-by-step walkthrough, see how to open a .ace file.
Windows
- 7-Zip (via plugin) or WinRAR 5.61 and older (not recommended)
- PeaZip
macOS
- The Unarchiver
Linux
- unace (nonfree package)
How to convert a .ace file
You can convert a .ace file to zip, 7z using a conversion tool or the export menu of an app that opens it.
.ace file signature (magic bytes)
Programs recognise a .ace file by the bytes at the start of the file, not by its name. These are the signatures for ACE. For a full breakdown, see the ACE file signature page.
| Hex signature | Offset | Note |
|---|---|---|
| 2A 2A 41 43 45 2A 2A | 7 | **ACE** marker |
See the full magic-numbers reference for every format.
Frequently asked questions
What is a .ace file?
An .ace file is a WinAce archive, a late-1990s rival of RAR and ZIP that compressed slightly better at the time. The format is proprietary, WinAce is abandoned, and ACE support was dropped from most tools.
How do I extract an .ace file today?
On Windows, PeaZip handles most ACE archives; on macOS, The Unarchiver; on Linux, the unace utility. Repack anything you keep as ZIP or 7z.
Why did WinRAR remove ACE support?
Because of CVE-2018-20250: the bundled unacev2.dll could write files outside the extraction folder (into Startup, for example). WinRAR 5.70 dropped the DLL entirely.
Is the ACE format still used?
No. WinAce is abandoned and no modern archiver creates ACE files, so the extension only appears on old downloads and backups.
Related formats
Sources
Details on this page were checked against authoritative references: