RAR Files
Multi-Part (Split) RAR Files Explained
A multi-part RAR archive splits one large compressed file into several smaller pieces that must all be present in one folder to extract correctly.
Multi-part, or multi-volume, RAR archives break a large archive into a series of smaller files instead of one big one. You'll see this with two common naming patterns: the newer archive.part1.rar, archive.part2.rar, archive.part3.rar scheme, or the older archive.rar, archive.r00, archive.r01 scheme.
Why archives get split
- Some upload platforms or email systems cap the size of a single file, so splitting a large archive lets it fit within that limit.
- Smaller individual files are easier to re-download individually if one transfer fails, instead of restarting a huge single download.
- Distributing large content across removable media or slow connections was historically easier in smaller chunks.
How to extract a multi-part archive correctly
- 1Download every part into the same folderAll the .partN.rar (or .rNN) files need to sit together — extraction won't work with only some of them present.
- 2Do not rename any of the part filesThe extractor identifies related volumes by their file names, so renaming a part can break the sequence.
- 3Open only the first partThat's
archive.part1.rar, or plainarchive.rarin the older naming scheme — never start from.part2.raror.r00. - 4Extract as normalThe extractor automatically reads through all subsequent parts in the folder to reconstruct the full archive.
- 5Verify the extracted outputCheck that the extracted files and folders match what you'd expect from a complete archive.
Missing-part errors
What happens if a part is truly missing
Unlike a recovery record, which can patch small errors, a completely missing volume generally can't be reconstructed from the other parts alone — each part contains a distinct chunk of the compressed data stream. If a .rev recovery volume was provided alongside the set, it may be able to reconstruct one missing or damaged part; otherwise, you'll need to re-download the missing piece from the original source. See corrupted RAR file for related repair guidance.
How to Open a Multi-Part RAR Archive
Multi-part (or multi-volume) RAR archives split one large archive into smaller, fixed-size files, often to work around upload limits or make transfer easier. For background on why this splitting exists, see multi-part RAR files.
Keep all parts in one folder
Before extracting, make sure every volume of the set is downloaded and sitting in the same folder, with none renamed. Extraction tools locate the other volumes automatically based on the naming pattern and the folder they're in; a missing or misplaced file causes the extraction to stop partway through.
Two common naming patterns
| Pattern | Example files | What to open |
|---|---|---|
| Modern (.partN.rar) | archive.part1.rar, archive.part2.rar, archive.part3.rar | Open archive.part1.rar |
| Legacy (.rar/.rNN) | archive.rar, archive.r00, archive.r01 | Open archive.rar |
Steps to extract
- 1Confirm all volumes are presentCount the files against what you expect, or check the archive listing if you have one.
- 2Right-click the first volume onlyThat's .part1.rar in the modern pattern, or plain .rar in the legacy pattern.
- 3Choose Extract All or Extract HereThe tool automatically reads the remaining volumes from the same folder.
- 4Verify the extracted outputConfirm the expected files and folders appear once extraction finishes.
Common mistakes
- Trying to extract a later part (like .part2.rar) directly, instead of the first volume.
- Downloading only some of the volumes.
- Renaming volume files, which breaks the pattern the extractor relies on to find the rest of the set.
- Mistaking several independent archives for one multi-part set — see extracting multiple RAR files at once for that distinction.
What Is a Multi-Volume RAR Archive?
Multi-volume archives, also called split archives or multi-part RAR files, exist because file size limits are common: email attachments, USB drives formatted with FAT32, upload limits on file-sharing sites, and older removable media all cap how large a single file can be. WinRAR solves this by splitting one logical archive into a series of numbered volumes.
- To fit under a file-size limit imposed by email, a website, or a storage device.
- To make transfer more manageable — smaller files can resume or retry more easily on a flaky connection.
- To distribute across multiple disks or drives when the total content is larger than any single one.
How volumes are named
| Format | Example sequence |
|---|---|
| RAR5 | archive.part1.rar, archive.part2.rar, archive.part3.rar ... |
| RAR4 (older) | archive.rar, archive.r00, archive.r01 ... |
See why RAR archives have .part1.rar files for more on this naming and which file to double-click.
Why every part is needed
A split archive is one continuous stream of compressed data cut into pieces — it is not several independent archives. Extraction reads the volumes in order and reassembles that stream, so if even one volume is missing or damaged, extraction stops or fails at that point. This is different from, say, a folder of separate ZIP files, where each file stands alone.
Recovery volumes
WinRAR can also create separate .rev recovery volumes alongside a split set. These aren't part of the data itself; they hold redundant information that can reconstruct one or more missing or damaged regular volumes, similar in concept to a RAR recovery record but spread across whole extra files instead of embedded in one archive.
Why RAR Archives Have .part1.rar Files
This naming scheme shows up whenever an archive is too large or was deliberately split into smaller chunks. RAR5 numbers the parts explicitly in the file name itself, which makes it obvious how many pieces there are and in what order they belong.
Split-set naming: old vs new
| Format | Example files | Notes |
|---|---|---|
| RAR5 (current) | archive.part1.rar, archive.part2.rar, archive.part3.rar | Part number is in the file name; sorts naturally |
| RAR4 (older) | archive.rar, archive.r00, archive.r01 | First file has no number; extension increments after that |
See RAR5 vs RAR4 for the broader differences between these two archive versions.
Which file to open
Always open .part1.rar (or, in the older scheme, the plain .rar file with no number). That's the volume that contains the archive's index and instructs the extractor to pull in the rest of the parts automatically, in order. If you try to open .part2.rar or later directly, most extractors will either refuse or prompt you for the missing earlier volume.
Why all parts are required
A split RAR archive is one continuous compressed data stream cut into separate files — it isn't a collection of independent archives. If .part2.rar is missing, extraction will get partway through and then stop, since the data that continues from that point simply isn't available. See multi-volume RAR archives for more on why this is, and RAR missing volume if you're actually missing a piece.
Frequently asked questions
Do I need to extract each part of a multi-part RAR archive separately?
No. You open only the first part (part1.rar or the plain .rar file), and the extractor automatically reads through the rest of the parts in the same folder.
Can I extract a multi-part archive if one part is missing?
Generally no, unless a `.rev` recovery volume is also present and can substitute for the missing piece. Otherwise you'll need to obtain the missing part.
Why do I see both .r00 and .part1.rar naming in different downloads?
These are two different naming conventions for the same concept — split archive volumes — used by different software or archive settings. See [RAR file extension](/rar-files).
Is it safe to rename multi-part archive files to reorganize them?
No, renaming can break the sequence the extractor relies on to find the next volume. Leave the file names exactly as downloaded.
Which file do I open in a multi-part RAR set?
Always the first volume: archive.part1.rar in the modern naming pattern, or plain archive.rar in the legacy .r00/.r01 pattern.
Do I need to extract each volume separately?
No. Opening the first volume with all others present in the same folder extracts the whole set in one action.
What happens if one volume is missing?
Extraction will fail or stop partway through; you need every volume present to get the complete original files.
Can I rename the volume files?
No, avoid renaming them. Extraction tools rely on the naming pattern to find the rest of the set automatically.
Do I need every volume to extract a split RAR archive?
Yes. All volumes must be present in the same folder for extraction to succeed, since they together form one continuous compressed stream.
Which file do I open to extract a multi-volume archive?
Open the first volume — the one ending in `.part1.rar`, or the plain `.rar` file in the older `.r00`/`.r01` scheme. The extractor pulls in the rest automatically.
Can I rename the volumes?
No. Renaming breaks the sequence the extractor relies on to find and order the parts.
What is a .rev file?
A recovery volume created alongside a split archive. It stores redundant data that can rebuild a missing or corrupted regular volume, if enough recovery volumes were created.
Do I need to extract each .partN.rar file separately?
No. Double-click or select only `.part1.rar` and extract; the tool automatically reads through the rest of the parts in sequence.
What if I only have .part2.rar and .part3.rar, not .part1.rar?
You're missing the volume the extractor needs to start with. See [RAR missing volume](/guides/rar-missing-volume) for what to try.
Can I rename archive.part1.rar to something else?
It's safest not to. Some extractors tolerate renaming the shared base name consistently across all parts, but it's easy to break the sequence, so leave the original names as they are.
Why does one archive use .part1.rar and another use .r00?
It depends on which RAR format version created the split: RAR5 uses the `.partN.rar` numbering, while the older RAR4 format uses the `.rar`/`.r00`/`.r01` scheme. See [RAR5 vs RAR4](/guides/rar5-vs-rar4).
Related guides
- What Is a RAR File?A RAR file (.rar) is a compressed archive that bundles one or more files together using RARLAB's proprietary compression format.
- How to Fix a Corrupted RAR ArchiveA corrupted RAR archive can sometimes be repaired, and sometimes can't. Here's how to test one, what recovery tools actually do, and when re-downloading is the real fix.
- How to Extract a RAR FileExtracting a RAR archive turns its compressed contents back into normal, usable files. Here's how to do it correctly across platforms.
- RAR File Opener: Which Programs WorkOpening a RAR file requires a program built to read the RAR format — here's what works on each platform and how the free and paid options compare.
- The RAR File Format ExplainedRAR is a proprietary archive format with its own header structure, versioning, and optional features like solid compression and recovery records.
WinRAR is a trademark of its respective owner. RareExplorer is an independent resource and is not affiliated with or endorsed by RARLAB or win.rar GmbH. Read our editorial policy to see how this page was researched.