.ARJ

ARJ File

ARJ Compressed Archive
Ask a question
QUICK ANSWER

An ARJ file is a compressed archive created by the ARJ archiver, a popular DOS-era tool by Robert K. Jung. To open one today, use 7-Zip on Windows, The Unarchiver or Keka on Mac, or 7z on Linux - no original ARJ program needed. If you have a multi-part set (.ARJ, .A01, .A02), put all parts in one folder and open the first file.

Developer: Robert K. Jung / ARJ Software, Inc. Category: Compressed Files MIME: application/x-arj
OPENS ON Windows macOS Linux
Related: .RAR · .ZIP · .Z01 · .7Z

On this page

19k+ extensions indexed
Last reviewed Aug 6, 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 ARJ file format?

.arj is a compressed archive format developed in 1991 by Robert K. Jung. ARJ is an acronym for "Archived by Robert Jung" and is also the name of the command-line tool that created and extracted these archives. It is rarely used for new work these days, as formats like ZIP, RAR, and 7z have become far more popular, but .arj files remain common in legacy software collections and BBS archives.

ARJ was hugely popular on dial-up bulletin board systems (BBSes) during the early-to-mid 1990s, thanks to solid compression ratios and robust multi-volume spanning - letting large archives be split across multiple floppy disks as .arj, .a01, .a02, and so on.

The format was developed for DOS and later ported to Windows as ARJ32, which added support for long filenames. The DOS version was constrained by the 8.3 naming convention, where base names could be at most 8 characters and extensions 3 characters. ARJ32 continued to receive updates well beyond Windows XP.

ARJ supports several compression methods - from stored (uncompressed) through LZ77+Huffman variants - optional password protection, self-extracting archives (.exe), and CRC-32 integrity verification per file.

Security & safety

RISK: MEDIUM

The ARJ format itself is benign, but like any archive it can hide malware until extracted - and ARJ archives are common in abandonware/DOS collections of unknown provenance, so scan contents before running anything. Two specific cautions: (1) ARJ self-extracting archives are .exe files that run code by design - only open SFX from trusted sources; (2) ARJ's "garble" password is weak legacy scrambling, NOT real encryption - never rely on it to protect sensitive data.

Format details

in a nutshell
FULL NAMEARJ Compressed Archiveaka Archived by Robert Jung, ARJ archive
DEVELOPERRobert K. Jung / ARJ Software, Inc.since 1991 (ARJ for MS-DOS)
MIME TYPEapplication/x-arj
TYPEProprietary compressed archive container (DOS-era)
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001
HEX
60EA
ASCII
`·
Every ARJ archive and each member header starts with the 2-byte marker 0x60 0xEA, followed by a 2-byte little-endian header size. Multi-volume parts are named .ARJ, .A01, .A02, etc.

Programs that open ARJ files

Windows4 apps
WinRAR Paid Double-click to open and Extract To; WinRAR extracts ARJ archives (cannot create them).
7-Zip Open-source Right-click the .arj > 7-Zip > Extract Here. Free; extracts ARJ including multi-volume sets.
PeaZip Open-source Open the .arj and Extract; free GUI archiver with ARJ support.
ARJ32 (ARJ Software) Free The original Windows tool: 'arj32 x archive.arj'. The only program that also CREATES/garbles ARJ; needed for some legacy/password cases.
macOS2 apps
The Unarchiver Free Set as default for .arj, then double-click to extract. Free; handles ARJ and split archives.
Keka Free Drag the .arj onto Keka to extract. The go-to free Mac archiver.
Linux3 apps
7-Zip / p7zip Open-source Run '7z x archive.arj' (modern 7zip build extracts ARJ).
unarj / arj Open-source Run 'arj x archive.arj' or 'unarj e archive.arj'; classic CLI extractors in most repos.
Xarchiver / Ark / File Roller Open-source GUI archive manager; open the .arj and Extract (needs arj/unarj backend).

Technical details

deep spec
Magic bytes0x60 0xEA at offset 0 - every archive and each per-file header begins with this 2-byte marker, followed by a 2-byte little-endian header size
Byte orderLittle-endian throughout
File encodingBinary
Compression methodsMethod 0 = stored (no compression); methods 1-4 use LZ77 combined with Huffman coding variants of increasing aggressiveness
Password protectionOptional garble scrambling - legacy XOR-style cipher applied to file data; not equivalent to modern cryptographic encryption
MIME typeapplication/x-arj (also registered as application/arj)
Multi-volume spanningLarge archives split across sequentially named parts: .arj, .a01, .a02 … - originally designed for floppy-disk distribution
Integrity verificationCRC-32 checksum stored per file in the local header; verified automatically on extraction
Filename supportDOS version limited to 8.3 names (8-character base + 3-character extension); ARJ32 for Windows supports long filenames
Self-extracting archivesSupported via ARJ-SFX; produces a standalone .exe that decompresses without requiring a separate archiver
Archive structureMain archive header → sequence of per-file local headers with compressed data blocks → end-of-archive marker
Header version fieldsEach header stores the archiver version and minimum required extractor version; ARJ 2.x (DOS) and ARJ32 3.x (Windows)
Maximum member sizeUp to 4 GB per individual file entry under ARJ32; earlier DOS versions constrained by FAT file-system limits
Associated platformsMS-DOS (native origin), Windows via ARJ32, Linux/Unix via unarj or 7-Zip, macOS via The Unarchiver
Recovery and chapter archivesSupports recovery records for damaged-archive repair and chapter-mode archives for incremental backup-style extraction
Released1991 (ARJ for MS-DOS)
Latest versionARJ 2.90 (MS-DOS) and ARJ32 3.31 (Windows), updated November 3, 2025
Specificationgithub.com

ARJ conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with ARJ 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 ARJ files.

Frequently asked questions

How do I open an .arj file?
Use a free modern archiver: 7-Zip on Windows (right-click > Extract Here), The Unarchiver or Keka on Mac, or 7z/unarj on Linux. You don't need the original ARJ program just to extract.
How do I extract a multi-volume ARJ (.ARJ, .A01, .A02)?
Put all the volumes in the same folder and open the first one (the .ARJ) with 7-Zip/PeaZip - it automatically pulls in .A01, .A02, etc. If any part is missing, extraction fails.
Is ARJ still used / can I still download the ARJ tool?
Rarely used today, but ARJ Software still maintains it: arj32.com offers ARJ 2.90 for DOS and ARJ32 3.31 for Windows (updated November 2025). For just opening archives, 7-Zip is easier.
How do I create an .arj archive?
Only the original ARJ/ARJ32 tool (from arj32.com) can create .arj files - free archivers extract ARJ but won't make it. Unless you specifically need ARJ, use ZIP or 7z instead.
My ARJ is password-protected - how do I open it?
It uses ARJ's 'garble' option. Extract with the original ARJ/ARJ32 tool and supply the password (-g). Note this scrambling is weak by modern standards.
What's the difference between ARJ and ZIP/RAR?
ARJ is an older DOS-era format with strong multi-volume support; ZIP is universal and built into every OS; RAR is a later proprietary format. ARJ survives mainly in legacy/abandonware downloads.

References

1Wikipedia - ARJen.wikipedia.org
2ARJ file format reference (fileformat.info)www.fileformat.info

Keep exploring

across the database

Top extensions this week

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

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