.RAR

RAR File

RAR Archive (Roshal ARchive)
Ask a question
QUICK ANSWER

A RAR file is a compressed archive that bundles and shrinks one or more files into a single container, often split into parts or password-protected. To open one for free, use 7-Zip on Windows, Keka or The Unarchiver on Mac, or unrar/unar on Linux. Note that only WinRAR can create new RAR files - free tools extract RAR but compress to ZIP or 7z instead.

Developer: Eugene Roshal / win.rar GmbH (RARLAB) Category: Compressed Files MIME: application/vnd.rar
OPENS ON Windows macOS Linux Android
Related: .ZIP · .Z01 · .7Z · .001

On this page

19k+ extensions indexed
Last reviewed Jul 23, 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 RAR file format?

Files with the .rar extension contain data archives compressed with a proprietary algorithm. The format was first released in 1993 by Russian programmer Eugene Roshal and is currently developed and maintained by RARLAB alongside their WinRAR software. Two major format generations exist: RAR4 (dominant through the 2000s) and RAR5, introduced in 2013 with WinRAR 5.0, which brought stronger encryption and an updated archive structure.

.rar provides high compression and supports many additional functionalities, such as:

  • Recovering data after storage errors, using .rev recovery volume files
  • Splitting large archives into several smaller parts - continuation volumes use extensions like .r00, .r01, and so on
  • AES-256 encryption of archive contents (RAR5; AES-128 in the older RAR4 format)
  • CRC32 checksums and 256-bit BLAKE2sp hash verification for file integrity

Restrictions regarding RAR archives

RAR archives can be created only with the graphical WinRAR software on Microsoft Windows, or with the rar command-line program on other platforms. Third-party applications may also create .rar files if they hold a license agreement with RARLAB. Extraction is less restricted - RARLAB makes the unrar source code freely available, though it prohibits reverse-engineering. Because RAR4 and RAR5 use different structures, not all tools support both; older software may fail to open RAR5 files.

Security & safety

RISK: MEDIUM

The RAR format itself is safe, but archives are a classic malware-delivery wrapper: they hide the real file types until extracted and can sneak past basic filters, so a .rar from an untrusted source may contain executables or scripts - scan the contents before running anything. Two specific cautions: (1) RAR5 archives can be AES-256 encrypted and password-protected, which is also used to evade antivirus scanning, so be wary of password-protected RARs sent unsolicited; (2) self-extracting RAR .exe files run code by design - only open SFX archives from sources you trust. Extracting a normal RAR and inspecting its files first is the safe approach.

Format details

in a nutshell
FULL NAMERAR Archive (Roshal ARchive)
DEVELOPEREugene Roshal / win.rar GmbH (RARLAB)since 1993 (RAR 1.0); RAR4 format ~2002; RAR5 format 2013 (WinRAR 5.0)
MIME TYPEapplication/vnd.rar
TYPEProprietary compressed archive container
MAGIC BYTES · FILE SIGNATURE
OFFSET
000102030405
HEX
526172211A07
ASCII
Rar!··
Starts with "Rar!" (52 61 72 21 1A 07). The 7th byte distinguishes versions: ...1A 07 00 = RAR 1.5-4.x; ...1A 07 01 00 = RAR5 (since 2013). So the full RAR5 signature is 52 61 72 21 1A 07 01 00 and the older RAR4 is 52 61 72 21 1A 07 00.

Programs that open RAR files

Windows4 apps
WinRAR Paid Double-click to open; Extract To. The only program that also CREATES .rar files (40-day trial, nags but keeps working).
7-Zip Open-source Right-click the .rar > 7-Zip > Extract Here. Free; extracts RAR (cannot create RAR).
PeaZip Open-source Open the .rar and Extract; free, supports RAR4/RAR5 extraction and split archives.
NanaZip Open-source Modern 7-Zip fork with Windows 11 context-menu integration; right-click > Extract.
macOS2 apps
The Unarchiver Free Set as default for .rar, then double-click to extract. Free on the Mac App Store; handles RAR and split archives.
Keka Free Drag the .rar onto Keka to extract (RAR4 and RAR5). Free from the developer's site; the go-to Mac archiver.
Linux3 apps
unar / The Unarchiver CLI Open-source Run 'unar archive.rar' in a terminal; the free open-source unarchiver, handles RAR5.
unrar (RARLAB) Free Run 'unrar x archive.rar'. RARLAB's official extractor; reads every RAR variant. (Extract only.)
Xarchiver / Ark / File Roller Open-source GUI archive manager; open the .rar and Extract (needs unrar/unar backend installed).
Android1 app
RAR (RARLAB) Free Official RARLAB app; browse to the .rar, tick it, and tap Extract. Also handles ZIP/7z.

Technical details

deep spec
Magic bytes`52 61 72 21 1A 07` ("Rar!" + 0x1A 0x07) at file offset 0
Version signature byte7th byte `00` = RAR 1.5-4.x; bytes `01 00` = RAR5 (introduced with WinRAR 5.0, 2013)
MIME type`application/vnd.rar`
Compression algorithmProprietary; PPMd variant for text, LZSS-based for binary data; files share one compression dictionary in solid mode
EncryptionAES-128 CBC (RAR4) / AES-256 CBC with PBKDF2 key derivation (RAR5)
Integrity verificationCRC32 per file (RAR4); CRC32 or optional 256-bit BLAKE2sp hash per file (RAR5)
Multi-volume namingLegacy: `.r00`, `.r01`, … ; modern: `.part1.rar`, `.part2.rar`, … (default in RAR5)
Recovery volumes`.rev` files store parity data allowing reconstruction of missing volumes without re-downloading the entire set
Solid compressionAll files share one compression dictionary - improves ratio significantly for many small, similar files
Self-extracting archivesWinRAR can produce `.exe` SFX archives with an embedded decompressor requiring no separate tool on Windows
Filename encodingUTF-8 natively in RAR5; code-page-dependent in RAR4, which may garble names across different locales
Archive commentsPlain-text comments up to 64 KB can be embedded in the archive header
Header encryptionOptional feature that encrypts the file listing, hiding filenames until the correct password is supplied
License modelProprietary creation requires WinRAR or a licensed SDK; `unrar` source available for extraction only - reverse-engineering prohibited
Released1993 (RAR 1.0); RAR4 format ~2002; RAR5 format 2013 (WinRAR 5.0)
Specificationwww.rarlab.com

RAR conversions

Community Q&A

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

Frequently asked questions

How do I open a RAR file for free?
On Windows use 7-Zip (right-click > 7-Zip > Extract Here). On Mac use Keka or The Unarchiver. On Linux use unar/unrar or a GUI like Ark/File Roller. All are free and extract RAR archives.
How do I open a RAR file on a Mac?
macOS has no built-in RAR support, so install a free app: Keka (from keka.io) or The Unarchiver (Mac App Store). Set it as the default for .rar, then double-click or drag the file onto it to extract.
Can I create a RAR file for free?
No. Only WinRAR (or RARLAB's RAR tool) can create .rar files - the compression algorithm is proprietary. Free tools like 7-Zip and Keka can extract RAR but compress only to open formats like ZIP or 7z. If you don't specifically need RAR, use ZIP/7z.
How do I extract a split RAR archive (part1.rar, part2.rar)?
Put all the parts in the same folder, then open the FIRST part (part1.rar or .rar / .001) with 7-Zip/WinRAR/Keka - it automatically pulls in the rest. If any part is missing, extraction fails.
What's the difference between RAR and ZIP?
ZIP is an open format every OS handles natively; RAR is proprietary, usually compresses a bit better, and adds recovery records, strong encryption, and easy splitting. But only WinRAR creates RAR, while anything can create ZIP.
My RAR file won't extract or says it's corrupt - what now?
Check you have all parts of a split archive and that the download finished. If a part is genuinely damaged, WinRAR's Repair (or DataNumen Advanced RAR Repair) can sometimes recover it, especially if the archive has a recovery record. Otherwise re-download.

References

1RARLAB - WinRAR official site and RAR formatwww.rarlab.com
2RARLAB - RAR technical note (format/signatures)www.rarlab.com

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

.ZIPZIP Archive
.Z01Split ZIP Archive - First Part
.7Z7-Zip Archive
.001Split / multi-volume archive - first part (.001)
.ZIRenamed / Truncated ZIP Archive
.CBRComic Book RAR 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