{"id":3043,"date":"2026-08-08T02:00:37","date_gmt":"2026-08-07T23:00:37","guid":{"rendered":"https:\/\/picajet.com\/articles\/formats\/rar\/"},"modified":"2026-08-08T02:00:37","modified_gmt":"2026-08-07T23:00:37","slug":"rar","status":"publish","type":"format","link":"https:\/\/picajet.com\/articles\/formats\/rar\/","title":{"rendered":"RAR"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Eugene Roshal, a Russian software engineer, created the RAR format in 1993 \u2014 the name literally stands for Roshal Archive \u2014 and followed it with the WinRAR graphical archiver in 1995. RAR was built to beat ZIP&#8217;s compression ratio, and its later versions added features ZIP lacked at the time, including solid compression across an entire archive, recovery records that can repair a partially damaged file, and clean multi-volume splitting for distributing large archives across many smaller parts. Licensing sits in an unusual arrangement: Eugene Roshal&#8217;s older brother Alexander holds the copyright to the RAR compression algorithm, while win.rar GmbH licenses the WinRAR software itself, and RARLAB publishes the decompression code for others to use \u2014 but the compression algorithm stays proprietary and off-limits to reimplement.<\/p><p class=\"wp-block-paragraph\">In a DAM, RAR mainly shows up as an inbound format \u2014 assets a client, vendor, or archive downloaded from elsewhere arrive bundled in \u2014 rather than something a DAM should produce or store natively. Because no operating system ships built-in RAR support and the compression side of the format is closed, a DAM ingest pipeline typically shells out to RARLAB&#8217;s own unrar extractor to unpack RAR contents, catalogs the individual files, and then discards or archives the original RAR only for provenance, since it offers no long-term advantage over an open archive format like ZIP or 7z for storage.<\/p>","protected":false},"excerpt":{"rendered":"<p>A proprietary lossless archive format created by Eugene Roshal, known for higher compression ratios than ZIP, built-in error-recovery records, and the ability to split an archive across multiple volumes.<\/p>\n","protected":false},"author":0,"featured_media":0,"template":"","meta":{"footnotes":"","faq":[{"question":"Why doesn't Windows or macOS open RAR files natively?","answer":"RAR is a proprietary format owned by win.rar GmbH; unlike ZIP, its specification and creation tooling were never released for free reimplementation by OS vendors, so both platforms require a third-party tool like WinRAR, 7-Zip, or The Unarchiver."},{"question":"Is it free to extract RAR files, even if creating them isn't?","answer":"Yes \u2014 RARLAB provides a free unrar decompression tool and library, so extracting RAR archives costs nothing; creating new RAR archives requires WinRAR or the paid rar command-line tool."},{"question":"Should a DAM store assets as RAR archives long-term?","answer":"No \u2014 because the compression algorithm is proprietary and controlled by one company, RAR carries more long-term-support risk than open formats like ZIP or 7z; extract and re-catalog RAR contents rather than keeping RAR as the storage format."},{"question":"What does RAR do better than ZIP?","answer":"Historically, higher compression ratios (especially with solid compression across many similar files), built-in recovery records to repair a damaged archive, and cleaner multi-volume splitting for very large file sets."},{"question":"Can a corrupted RAR archive still be opened?","answer":"Sometimes \u2014 if the archive was created with a recovery record enabled, WinRAR can repair minor corruption; without one, a damaged RAR archive may be partially or fully unrecoverable, same as any other archive format."},{"question":"What are the .r00, .r01 files that sometimes come with a RAR archive?","answer":"Those are the classic multi-volume RAR naming scheme (older format), splitting one large archive into numbered parts; newer WinRAR versions instead use .part1.rar, .part2.rar naming for the same purpose."},{"question":"Who actually owns the RAR compression algorithm?","answer":"Copyright to the algorithm is held by Alexander Roshal, brother of RAR's creator Eugene Roshal, while win.rar GmbH licenses and sells the WinRAR software that implements it."},{"question":"Can RAR archives be password-protected and encrypted?","answer":"Yes \u2014 WinRAR supports AES-256 encryption for both file contents and, optionally, the archive's file list\/headers, which is stronger than the legacy ZipCrypto scheme still found in many ZIP tools."}],"checked_date":"2026-08-07","sources":[{"statement":"The RAR format was developed in 1993 by Eugene Roshal; the name stands for Roshal Archive, and he released the WinRAR graphical archiver in 1995.","source_name":"Wikipedia \u2014 RAR (file format)","url":"https:\/\/en.wikipedia.org\/wiki\/RAR_(file_format)","checked":"2026-08-07"},{"statement":"RARLAB publishes and permits redistribution of decompression (unrar) code, but the license explicitly prohibits using that source to recreate the proprietary RAR compression algorithm.","source_name":"HandWiki \u2014 RAR (file format)","url":"https:\/\/handwiki.org\/wiki\/RAR_(file_format)","checked":"2026-08-07"}],"kicker":"","fact_checker":0,"reading_time":0,"revisions":[],"seo_title":"","seo_description":"","noindex":false,"ext":"rar","full_name":"Roshal Archive","vendor_name":"Eugene Roshal \/ win.rar GmbH (RARLAB)","introduced":"1993","container_notes":"A RAR archive bundles and compresses files using Roshal's proprietary algorithm (a mix of LZSS-style dictionary compression and range\/PPM coding depending on version), and unlike ZIP's per-file compression, later RAR versions can apply solid compression across the whole archive for better ratios on many small similar files. It supports multi-volume splitting (the classic .r00, .r01\u2026 or .part1.rar, .part2.rar sets), optional recovery records that let a slightly corrupted archive still be repaired, and AES-256 encryption \u2014 but only the decompression algorithm is openly published, while the compression algorithm itself remains proprietary to RARLAB.","open_with":[{"platform":"Windows","how":"WinRAR (RARLAB's own tool, free to evaluate, paid license for continued use) or 7-Zip (extraction only)"},{"platform":"macOS","how":"The Unarchiver or Keka, both free, since macOS has no built-in RAR support"},{"platform":"Linux","how":"unrar (RARLAB's free command-line extractor) or the open-source unar for extraction; creating new RAR archives requires the non-free rar tool"},{"platform":"DAM\/asset pipeline","how":"RARLAB's official unrar library\/CLI, wrapped in a server-side script, extracts RAR contents for indexing since no fully open-source implementation of the compression side exists"}],"archive_advice":"RAR is not a recommended long-term archival format for a DAM: its compression algorithm is proprietary and only RARLAB controls the specification, so there's no guarantee of universal, license-free support decades out, unlike ZIP or the open 7z\/gzip formats. If a DAM receives assets bundled as RAR, extract and re-catalog the individual files (and re-archive as ZIP or 7z if bundling is still needed) rather than keeping RAR as the storage format.","related":[],"tool_link":""},"silo":[23],"class_list":["post-3043","format","type-format","status-publish","hentry","silo-formats"],"_links":{"self":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format\/3043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format"}],"about":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/types\/format"}],"version-history":[{"count":0,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/format\/3043\/revisions"}],"wp:attachment":[{"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/media?parent=3043"}],"wp:term":[{"taxonomy":"silo","embeddable":true,"href":"https:\/\/picajet.com\/articles\/wp-json\/wp\/v2\/silo?post=3043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}