ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X |
| Last Crawled | 2026-04-06 02:04:36 (18 hours ago) |
| First Indexed | 2017-10-13 22:54:22 (8 years ago) |
| HTTP Status Code | 200 |
| Meta Title | 3 Ways to Open RAR Files on Mac OS X: Free Apps + More |
| Meta Description | Your guide to using free third-party tools to extract RAR files on your MacRAR files are a type of compressed archive file, similar to a ZIP or TAR file. While there's no built-in utility for opening or extracting RAR files, there are... |
| Meta Canonical | null |
| Boilerpipe Text | Download Article
Your guide to using free third-party tools to extract RAR files on your Mac
Download Article
Using The Unarchiver
|
Using Online Tools
|
Using Terminal
|
Video
|
Q&A
|
Tips
|
Warnings
RAR files are a type of compressed archive file, similar to a ZIP or TAR file. While there’s no built-in utility for
opening or extracting RAR files
, there are several free tools you can use to open RAR files on Mac OS X. In this article, we’ll talk you through simple methods like using the free The Unarchiver app or online extractor tools, as well as more complex techniques like extracting files in
Terminal
using Homebrew.
Things You Should Know
One of the best and simplest tools for opening RAR files on a Mac is a free app called The Unarchiver.
If you can’t install apps on your Mac, free online tools like the B1 Online Archiver or Archive Extractor are good alternatives.
You can also extract RAR files in the command line using Terminal, but you’ll need to install some third-party tools first.
The Unarchiver is a free app that allows you to quickly and easily open RAR files on your Mac. To download it, do the following:
Open your Mac's
App Store
. You can find it by clicking the
Launchpad
in the
Dock
at the bottom of your screen (the icon looks like a grid of colorful squares).
Click the search bar in the upper-left side of the App Store window.
Type
unarchiver
into the search bar, then press
⏎
Return
.
Click
Get
below the "The Unarchiver" heading.
Click
Install App
below the "The Unarchiver" heading when prompted.
Enter your password or verify your identity with Touch ID if prompted.
You can also download the install file directly from
https://theunarchiver.com/
.
Click the
Launchpad
icon. It's usually found in the
Dock
at the bottom of your Mac's screen.
Advertisement
If you don’t see it right away when you open
Launchpad
, go to the last screen by clicking the dots at the bottom of the grid of apps, or search for
unarchiver
in the search field at the top of the screen.
Go to the location of a RAR file which you want to open, then
Ctrl-click
the RAR file. A menu of options will open up.
If you are trying to extract a multi-part RAR file, start with the ".rar" or ".part001.rar" file. All the parts should be in the same folder.
A pop-out will appear.
You can also find
Open With
by clicking the RAR file to select it, then opening the
File
menu at the top of your Mac’s screen.
It's in the pop-out menu. Doing so will prompt your RAR file to open in The Unarchiver, which will begin extracting the RAR file's contents into the RAR's folder.
If the RAR file is password-protected, you'll be prompted to enter the password before the files can be extracted.
Once the file is extracted, a dialog box will pop up letting you know it is finished. Currently, at the top of this box is a message inviting you to click a
Stand with Ukraine
button. You will see the message that your file has been extracted underneath that message in small print.
Click the
magnifying glass
symbol next to the “[file name].rar extracted” message to open the location of the extracted file.
By default, The Unarchiver will extract the RAR's files into the same folder in which the RAR file was located. For example, if the RAR file was in the Desktop folder, you'll find the extracted files there.
There are a variety of apps available that claim to unarchive RAR files.
[1]
If you’re having trouble using The Unarchiver, or if you want an app with more advanced options, consider one of these alternatives:
Unzip – RAR ZIP 72 Unarchiver
. This is a free app with thousands of positive reviews. It can both archive and unarchive files in a variety of formats.
Unzip One: RAR ZIP Extractor
. This app is also free and well-reviewed. It claims to be able to securely extract all common archive formats.
RAR Extractor – Unarchiver
. Despite the title, this app also extracts many other types of archive files, including ZIP, TAR, and PKG. Users claim that it is fast and easy to use.
Advertisement
If you prefer to completely avoid installing any new apps on your Mac, you can extract your RAR files with one of these online tools. These resources are also a great option if you’re using a computer where you don’t have the administrative privileges to install new apps. Most of these websites are free to use. Some popular options include:
Archive Extractor
Unzip Online
To use an online extractor, you’ll need to upload the RAR file from your computer, extract it, and then download the contents. Follow the instructions on whichever site you choose to upload the file.
You’ll probably need to click a button that says
Choose file
,
Click here to select an archive
, or something similar. Browse your Mac to find the file you want to extract.
Follow the prompts to complete the process of extracting the file.
Once the extraction process is done, you’ll need to download the file or files you want. If there were multiple files inside the RAR, you may be given the option to select individual files or download all of them.
Advertisement
If you don’t want to install a third-party app from the App Store for whatever reason, you can set up Terminal to open RAR files from the command line. This is kind of complicated to set up, but once you’ve done so, it’s quick and easy to extract RAR files this way. Start by opening
Terminal
on your Mac.
[2]
The easiest way to find
Terminal
is to use the keyboard shortcut
Command + space bar
and type
terminal
into the
Spotlight Search bar
.
This method will still involve installing some third-party software on your Mac, but you can do it all through the Terminal interface.
Press
⏎
Return
to confirm the command. This will start the process of installing Apple’s Command Line toolkit, which you’ll need to use to install Homebrew.
[3]
A window will pop up asking if you want to install the command line developer tools. Click
Install
to confirm.
[4]
You’ll be prompted to agree to the Command Line Tools License Agreement. Click
Agree
to continue.
Wait for the software to download and install. This may take several minutes. Click
Done
once the installation is complete.
If you’ve already installed the Command Line Tools in the past, you will see an error message.
To install Homebrew, type or copy and paste the following command and press
⏎
Return
:
[5]
/bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
)"
Enter your administrator password and press
⏎
Return
when prompted, then press
⏎
Return
again.
It may take a while for the installation to complete.
If you’re using MacOS Catalina or above
, you’ll need to switch to the
bash
shell first for this to work. To do this, enter the command
chsh -s /bin/bash
, enter your computer’s administrator password, then restart
Terminal
before entering the code above.
You may see a warning saying that Homebrew is not in your PATH. If this happens, don’t worry. You’ll see a message instructing you to run the following two commands:
[6]
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/[your username]/.zprofile
eval "$(/usr/local/bin/brew shellenv)"
Type or copy and paste each command and press
return
to execute it.
If it installed successfully, you’ll see a message saying “Your system is ready to brew.”
[7]
If you get a warning message saying the installation didn’t work, check out the troubleshooting tips
here
.
This will install the tool you’ll need to extract RAR files from the command line. Type in the command and press
⏎
Return
.
[8]
Some sources will tell you to use the command
brew install unrar
, but this no longer works. Using the
brew install rar
command will allow you to both create and extract RAR files.
Make sure to use the actual name of your RAR file in the command. Press
⏎
Return
to execute the command. If the file extracts successfully, you’ll get a message saying “All OK.” You should see the extracted file(s) in the same directory as the RAR file.
[9]
Important:
Make sure the file you want to extract is in the right directory (typically
home/username
), or the Unrar tool won’t be able to find it. For example, if it’s in your Downloads folder or in iCloud, you’ll need to move it.
You may get a security alert saying that the command couldn’t be run because “Apple cannot check it for malicious software.” If this happens:
Click
OK
in the warning popup.
Click the
Apple menu
and select
System Settings
or
System Preferences
.
Click
Privacy & Security
in the sidebar menu.
Scroll down to the
Security
heading and look for a message about the attempt to open
unrar
. Click
Allow Anyway
.
Verify with Touch ID or your administrator password.
Run the command again. This time, click
Open
in the popup warning.
Advertisement
Search
Add New Question
Question
Where are programs stored on Apple computers?
Community Answer
In the Applications folder. Get to it by opening the Finder and clicking "Applications." Unlike Windows or Linux, all programs on macOS are stored in one file.
Question
I downloaded an .rar file that was not compressed. I have a Mac with OS High Sierra V1.13.6. What app can I use to view the files?
Thomas Kumar Raethel
Community Answer
The only app you need on Mac OS X to open archive files is The Unarchiver, which is available on the Mac app store and from theunarchiver.com
Question
How do you open .part.rar files?
Stephan Reek
Community Answer
First, be sure you have all parts (e.g., file.part1.rar, file.part2.rar). Install extraction software like WinRAR, 7-Zip (Windows), or The Unarchiver (macOS). Locate the first part (file.part1.rar) and right-click to select "Extract Here" or "Extract to [Folder]." The program will automatically combine and extract all parts. Be sure all parts are present, and be aware that missing or corrupt files may prevent extraction. If the archive is password-protected, you'll need the correct password to access the contents.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
RAR folders are similar to ZIP folders, with the main exception being that both Windows and Mac computers have built-in programs which can extract ZIP files.
Thanks
Some classic freeware apps that used to open RAR files, like StuffIt Expander, may no longer work properly.
Thanks
Thanks for submitting a tip for review!
Advertisement
RAR folders don't always have files that you can open, though some apps, like The Unarchiver, will allow you to view the files.
Thanks
Advertisement
References
About This Article
Article Summary
X
1. Download Unarchiver.
2. Open Unarchiver.
3. Click
Archive Formats
.
4. Check the ″RAR Archive″ box and close the window.
5. Click the RAR file once.
6. Click
File
.
7. Click
Open With
.
8. Click
The Unarchiver.app
.
Did this summary help you?
Thanks to all authors for creating a page that has been read 1,541,592 times.
Reader Success Stories
Bert L.
Dec 21, 2025
"Opened the download, it was good."
Rated this article:
Is this article up to date?
Keep up with tech in just 5 minutes a week!
Subscribe
You're all set!
X
For over two decades, we’ve been on a mission: to help everyone in the world learn how to do anything. Our articles are human written and expert endorsed to ensure readers like you get reliable, current information.
Before you get back to learning, we would be grateful if you could take a minute to support wikiHow. Any amount helps. Thank you.
-
- |
| Markdown | [Skip to Content](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#breadcrumb_1)
[Quizzes](https://www.wikihow.com/Quizzes)
- [PRO](https://www.wikihow.com/Pro)
[Courses Hot](https://www.wikihow.com/Course/Explore) [Guides](https://www.wikihow.com/Guides) [Tech Help Pro](https://www.wikihow.com/Tech-Help-Pro) [Expert Videos](https://www.wikihow.com/wikiHow:Videos-wikiHowPro) [About wikiHow Pro](https://www.wikihow.com/Pro) [Upgrade](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#wh-dialog-pro)
- [QUIZZES](https://www.wikihow.com/Quizzes)
[All Quizzes Hot](https://www.wikihow.com/Quizzes) [Love Quizzes](https://www.wikihow.com/Love-Quizzes) [Personality Quizzes](https://www.wikihow.com/Personality-Quizzes) [Trivia Quizzes](https://www.wikihow.com/Trivia-Quizzes) [Taylor Swift Quizzes](https://www.wikihow.com/Taylor-Swift-Quizzes)
- [EDIT](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#wh-dialog-edit)
[Edit this Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#wh-dialog-edit)
- [EXPLORE](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[Tech Help Pro](https://www.wikihow.com/Tech-Help-Pro)[About Us](https://www.wikihow.com/wikiHow:About-wikiHow)[Random Article](https://www.wikihow.com/Special:Randomizer)[Quizzes](https://www.wikihow.com/Quizzes)
[Request a New Article](https://www.wikihow.com/Special:RequestTopic)[Community Dashboard](https://www.wikihow.com/Special:CommunityDashboard)[Trending](https://www.wikihow.com/Trending)[Forums](https://www.wikihow.com/Forums)
[Arts and Entertainment](https://www.wikihow.com/Category:Arts-and-Entertainment)[Artwork](https://www.wikihow.com/Category:Artwork)[Books](https://www.wikihow.com/Category:Books)[Movies](https://www.wikihow.com/Category:Movies)
[Computers and Electronics](https://www.wikihow.com/Category:Computers-and-Electronics)[Computers](https://www.wikihow.com/Category:Computers)[Phone Skills](https://www.wikihow.com/Category:Phone-Skills)[Technology Hacks](https://www.wikihow.com/Category:Technology-Hacks)
[Health](https://www.wikihow.com/Category:Health)[Men's Health](https://www.wikihow.com/Category:Men%27s-Health)[Mental Health](https://www.wikihow.com/Category:Psychological-Health)[Women's Health](https://www.wikihow.com/Category:Women%E2%80%99s-Health)
[Relationships](https://www.wikihow.com/Category:Relationships)[Dating](https://www.wikihow.com/Category:Dating)[Love](https://www.wikihow.com/Category:Love)[Relationship Issues](https://www.wikihow.com/Category:Relationship-Issues)
[Hobbies and Crafts](https://www.wikihow.com/Category:Hobbies-and-Crafts)[Crafts](https://www.wikihow.com/Category:Crafts)[Drawing](https://www.wikihow.com/Category:Drawing)[Games](https://www.wikihow.com/Category:Games)
[Education & Communication](https://www.wikihow.com/Category:Education-and-Communications)[Communication Skills](https://www.wikihow.com/Category:Communication-Skills)[Personal Development](https://www.wikihow.com/Category:Personal-Development)[Studying](https://www.wikihow.com/Category:Studying)
[Personal Care and Style](https://www.wikihow.com/Category:Personal-Care-and-Style)[Fashion](https://www.wikihow.com/Category:Fashion)[Hair Care](https://www.wikihow.com/Category:Hair-Care)[Personal Hygiene](https://www.wikihow.com/Category:Personal-Hygiene)
[Quizzes](https://www.wikihow.com/Quizzes) [Love Quizzes](https://www.wikihow.com/Love-Quizzes) [Personality Quizzes](https://www.wikihow.com/Personality-Quizzes) [Fun Games](https://www.wikihow.com/Generators)
[Arts and Entertainment](https://www.wikihow.com/Category:Arts-and-Entertainment)[Finance and Business](https://www.wikihow.com/Category:Finance-and-Business)[Home and Garden](https://www.wikihow.com/Category:Home-and-Garden)[Relationship Quizzes](https://www.wikihow.com/Relationships#Quizzes)
[Cars & Other Vehicles](https://www.wikihow.com/Category:Cars-%26-Other-Vehicles)[Food and Entertaining](https://www.wikihow.com/Category:Food-and-Entertaining)[Personal Care and Style](https://www.wikihow.com/Category:Personal-Care-and-Style)[Sports and Fitness](https://www.wikihow.com/Category:Sports-and-Fitness)
[Computers and Electronics](https://www.wikihow.com/Category:Computers-and-Electronics)[Health](https://www.wikihow.com/Category:Health)[Pets and Animals](https://www.wikihow.com/Category:Pets-and-Animals)[Travel](https://www.wikihow.com/Category:Travel)
[Education & Communication](https://www.wikihow.com/Category:Education-and-Communications)[Hobbies and Crafts](https://www.wikihow.com/Category:Hobbies-and-Crafts)[Philosophy and Religion](https://www.wikihow.com/Category:Philosophy-and-Religion)[Work World](https://www.wikihow.com/Category:Work-World)
[Family Life](https://www.wikihow.com/Category:Family-Life)[Holidays and Traditions](https://www.wikihow.com/Category:Holidays-and-Traditions)[Relationships](https://www.wikihow.com/Category:Relationships)[Youth](https://www.wikihow.com/Category:Youth)
- [LOG IN](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#wh-dialog-login)
### Log in
Social login does not work in incognito and private browsers. Please log in with your username or email to continue.
[Facebook](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[Google](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[wikiHow Account](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#wh-dialog-login)
No account yet? [Create an account](https://www.wikihow.com/Special:UserLogin?type=signup)
- [RANDOM](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- [Home](https://www.wikihow.com/Main-Page)
- [Random](https://www.wikihow.com/Special:Randomizer)
- [Browse Articles](https://www.wikihow.com/Special:CategoryListing)
- [TrendingNew](https://www.wikihow.com/Trending)
- Quizzes & Games
- [All QuizzesHot](https://www.wikihow.com/Quizzes)
- [Love Quizzes](https://www.wikihow.com/Love-Quizzes)
- [Personality Quizzes](https://www.wikihow.com/Personality-Quizzes)
- [Fun Games](https://www.wikihow.com/Generators)
- [Dating Simulator](https://www.wikihow.com/Dating-Simulator)
- Learn Something New
- [Forums](https://www.wikihow.com/Forum)
- [Courses](https://www.wikihow.com/Course/Explore)
- [Happiness Hub](https://www.wikihow.com/Academy/Shawn-Achor)
- Explore More
- [Support wikiHow](https://www.wikihow.com/Special:Contribute)
- [About wikiHow](https://www.wikihow.com/wikiHow:About-wikiHow)
- [Log in / Sign up](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#wh-dialog-login)
[Terms of Use](https://www.wikihow.com/wikiHow:Terms-of-Use)
[wikiHow is where trusted research and expert knowledge come together. Learn why people **trust wikiHow**](https://www.wikihow.com/wikiHow:Delivering-a-Trustworthy-Experience)
- [Categories](https://www.wikihow.com/Special:CategoryListing "Special:CategoryListing")
- [Computers and Electronics](https://www.wikihow.com/Category:Computers-and-Electronics "Category:Computers and Electronics")
- [Operating Systems](https://www.wikihow.com/Category:Operating-Systems "Category:Operating Systems")
- [Mac](https://www.wikihow.com/Category:Mac "Category:Mac")
- [Mac OS X](https://www.wikihow.com/Category:Mac-OS-X "Category:Mac OS X")
# [How to Open RAR Files on Mac OS X: Free Apps, Online Tools, & More](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[ Download Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Your guide to using free third-party tools to extract RAR files on your Mac
**Written by** [Megaera Lorenz, PhD](https://www.wikihow.com/Author/Megaera-Lorenz-PhD)
[Last Updated: June 7, 2025](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Fact Checked](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[ Download Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- [Using The Unarchiver](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Using-The-Unarchiver)
- [Using Online Tools](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Using-Online-Tools)
- [Using Terminal](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Using-Terminal)
- [Video](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Video)
- [Q\&A](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#qa_headline)
- [Tips](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#tips)
- [Warnings](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#warnings)
\|Show more
\|Show less
X
This article was co-authored by wikiHow staff writer, [Megaera Lorenz, PhD](https://www.wikihow.com/Author/Megaera-Lorenz-PhD). Megaera Lorenz is an Egyptologist and Writer with over 20 years of experience in public education. In 2017, she graduated with her PhD in Egyptology from The University of Chicago, where she served for several years as a content advisor and program facilitator for the Oriental Institute Museum’s Public Education office. She has also developed and taught Egyptology courses at The University of Chicago and Loyola University Chicago.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 1,541,592 times.
[Learn more...](https://www.wikihow.com/wikiHow:Delivering-a-Trustworthy-Experience)
RAR files are a type of compressed archive file, similar to a ZIP or TAR file. While there’s no built-in utility for [opening or extracting RAR files](https://www.wikihow.com/Open-RAR-Files "Open RAR Files"), there are several free tools you can use to open RAR files on Mac OS X. In this article, we’ll talk you through simple methods like using the free The Unarchiver app or online extractor tools, as well as more complex techniques like extracting files in [Terminal](https://www.wikihow.com/Open-a-Terminal-Window-in-Mac "Open a Terminal Window in Mac") using Homebrew.
## Things You Should Know
- One of the best and simplest tools for opening RAR files on a Mac is a free app called The Unarchiver.
- If you can’t install apps on your Mac, free online tools like the B1 Online Archiver or Archive Extractor are good alternatives.
- You can also extract RAR files in the command line using Terminal, but you’ll need to install some third-party tools first.
## Steps
Method 1
Method 1 of 3:
### Using The Unarchiver
[ Download Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
1. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-1-Version-3.jpg)
1
**Download the Unarchiver application.** The Unarchiver is a free app that allows you to quickly and easily open RAR files on your Mac. To download it, do the following:
- Open your Mac's
[](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Iphoneappstoreicon.png)
**App Store**. You can find it by clicking the **Launchpad** in the **Dock** at the bottom of your screen (the icon looks like a grid of colorful squares).
- Click the search bar in the upper-left side of the App Store window.
- Type `unarchiver` into the search bar, then press `⏎ Return`.
- Click **Get** below the "The Unarchiver" heading.
- Click **Install App** below the "The Unarchiver" heading when prompted.
- Enter your password or verify your identity with Touch ID if prompted.
- You can also download the install file directly from <https://theunarchiver.com/>.
2. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-2-Version-3.jpg)
2
**Open Launchpad.** Click the **Launchpad** icon. It's usually found in the **Dock** at the bottom of your Mac's screen.
Advertisement
3. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-3-Version-3.jpg)
3
**Click **The Unarchiver** to launch the application.** If you don’t see it right away when you open **Launchpad**, go to the last screen by clicking the dots at the bottom of the grid of apps, or search for `unarchiver` in the search field at the top of the screen.
4. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-4-Version-3.jpg)
4
**Select a RAR file and **`Ctrl`**\-click it.** Go to the location of a RAR file which you want to open, then **Ctrl-click** the RAR file. A menu of options will open up.
- If you are trying to extract a multi-part RAR file, start with the ".rar" or ".part001.rar" file. All the parts should be in the same folder.
5. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-5-Version-3.jpg)
5
**Select **Open With**.** A pop-out will appear.
- You can also find **Open With** by clicking the RAR file to select it, then opening the **File** menu at the top of your Mac’s screen.
6. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-6-Version-3.jpg)
6
**Click **The Unarchiver**.** It's in the pop-out menu. Doing so will prompt your RAR file to open in The Unarchiver, which will begin extracting the RAR file's contents into the RAR's folder.
- If the RAR file is password-protected, you'll be prompted to enter the password before the files can be extracted.
- Once the file is extracted, a dialog box will pop up letting you know it is finished. Currently, at the top of this box is a message inviting you to click a **Stand with Ukraine** button. You will see the message that your file has been extracted underneath that message in small print.
- Click the **magnifying glass** symbol next to the “\[file name\].rar extracted” message to open the location of the extracted file.
7. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-7-Version-5.jpg)
7
**Open the extracted file(s).** By default, The Unarchiver will extract the RAR's files into the same folder in which the RAR file was located. For example, if the RAR file was in the Desktop folder, you'll find the extracted files there.
8. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-8-Version-5.jpg)
8
**Try other third-party apps if The Unarchiver doesn’t work.** There are a variety of apps available that claim to unarchive RAR files.[\[1\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-1) X Research source If you’re having trouble using The Unarchiver, or if you want an app with more advanced options, consider one of these alternatives:
- **Unzip – RAR ZIP 72 Unarchiver**. This is a free app with thousands of positive reviews. It can both archive and unarchive files in a variety of formats.
- **Unzip One: RAR ZIP Extractor**. This app is also free and well-reviewed. It claims to be able to securely extract all common archive formats.
- **RAR Extractor – Unarchiver**. Despite the title, this app also extracts many other types of archive files, including ZIP, TAR, and PKG. Users claim that it is fast and easy to use.
Method 2
Method 2 of 3:
### Using Online Tools
[ Download Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
1. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-9-Version-5.jpg)
1
**Try one of these options if you don’t want to install an app.** If you prefer to completely avoid installing any new apps on your Mac, you can extract your RAR files with one of these online tools. These resources are also a great option if you’re using a computer where you don’t have the administrative privileges to install new apps. Most of these websites are free to use. Some popular options include:
- [Archive Extractor](https://extract.me/)
- [Unzip Online](https://unzip-online.com/en)
2. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-10-Version-3.jpg)
2
**Upload your file to the website.** To use an online extractor, you’ll need to upload the RAR file from your computer, extract it, and then download the contents. Follow the instructions on whichever site you choose to upload the file.
- You’ll probably need to click a button that says **Choose file**, **Click here to select an archive**, or something similar. Browse your Mac to find the file you want to extract.
- Follow the prompts to complete the process of extracting the file.
3. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-11-Version-3.jpg)
3
**Download the extracted file(s).** Once the extraction process is done, you’ll need to download the file or files you want. If there were multiple files inside the RAR, you may be given the option to select individual files or download all of them.
Method 3
Method 3 of 3:
### Using Terminal
[ Download Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
1. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-12-Version-3.jpg)
1
**Launch the Terminal app.** If you don’t want to install a third-party app from the App Store for whatever reason, you can set up Terminal to open RAR files from the command line. This is kind of complicated to set up, but once you’ve done so, it’s quick and easy to extract RAR files this way. Start by opening
[](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Macterminal.png)
**Terminal** on your Mac.[\[2\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-2) X Research source
- The easiest way to find **Terminal** is to use the keyboard shortcut **Command + space bar** and type `terminal` into the **Spotlight Search bar**.
- This method will still involve installing some third-party software on your Mac, but you can do it all through the Terminal interface.
2. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-13-Version-3.jpg)
2
**Type the command `xcode-select --install`.** Press `⏎ Return` to confirm the command. This will start the process of installing Apple’s Command Line toolkit, which you’ll need to use to install Homebrew.[\[3\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-3) X Research source
3. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-14-Version-3.jpg)
3
**Click **Install**.** A window will pop up asking if you want to install the command line developer tools. Click **Install** to confirm.[\[4\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-4) X Research source
- You’ll be prompted to agree to the Command Line Tools License Agreement. Click **Agree** to continue.
- Wait for the software to download and install. This may take several minutes. Click **Done** once the installation is complete.
- If you’ve already installed the Command Line Tools in the past, you will see an error message.
4. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-15-Version-3.jpg)
4
**Run the script to install Homebrew.** To install Homebrew, type or copy and paste the following command and press `⏎ Return`:[\[5\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-5) X Research source
- `/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"`
- Enter your administrator password and press `⏎ Return` when prompted, then press `⏎ Return` again.
- It may take a while for the installation to complete.
- **If you’re using MacOS Catalina or above**, you’ll need to switch to the **bash** shell first for this to work. To do this, enter the command `chsh -s /bin/bash`, enter your computer’s administrator password, then restart **Terminal** before entering the code above.
5. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-16-Version-3.jpg)
5
**Enter the specified commands to add Homebrew to your PATH.** You may see a warning saying that Homebrew is not in your PATH. If this happens, don’t worry. You’ll see a message instructing you to run the following two commands:[\[6\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-6) X Research source
- `(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/[your username]/.zprofile`
- `eval "$(/usr/local/bin/brew shellenv)"`
- Type or copy and paste each command and press `return` to execute it.
6. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-17-Version-3.jpg)
6
**Type the command `brew doctor` to test the installation.** If it installed successfully, you’ll see a message saying “Your system is ready to brew.”[\[7\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-7) X Research source
- If you get a warning message saying the installation didn’t work, check out the troubleshooting tips [here](https://docs.brew.sh/Common-Issues).
7. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-18-Version-3.jpg)
7
**Enter the command `brew install rar`.** This will install the tool you’ll need to extract RAR files from the command line. Type in the command and press `⏎ Return`.[\[8\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-8) X Research source
- Some sources will tell you to use the command **brew install unrar**, but this no longer works. Using the **brew install rar** command will allow you to both create and extract RAR files.
8. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-19-Version-3.jpg)
8
**Type the command `unrar x filename.rar`.** Make sure to use the actual name of your RAR file in the command. Press `⏎ Return` to execute the command. If the file extracts successfully, you’ll get a message saying “All OK.” You should see the extracted file(s) in the same directory as the RAR file.[\[9\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-9) X Research source
- **Important:** Make sure the file you want to extract is in the right directory (typically **home/username**), or the Unrar tool won’t be able to find it. For example, if it’s in your Downloads folder or in iCloud, you’ll need to move it.
- You may get a security alert saying that the command couldn’t be run because “Apple cannot check it for malicious software.” If this happens:
- Click **OK** in the warning popup.
- Click the
[](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Macapple1.png)
**Apple menu** and select **System Settings** or **System Preferences**.
- Click **Privacy & Security** in the sidebar menu.
- Scroll down to the **Security** heading and look for a message about the attempt to open **unrar**. Click **Allow Anyway**.
- Verify with Touch ID or your administrator password.
- Run the command again. This time, click **Open** in the popup warning.
## Community Q\&A
Search
[Add New Question]()
- Question
Where are programs stored on Apple computers?

Community Answer
In the Applications folder. Get to it by opening the Finder and clicking "Applications." Unlike Windows or Linux, all programs on macOS are stored in one file.
**Thanks! We're glad this was helpful.**
**Thank you for your feedback.**
If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even \$1 helps us in our mission. [Support wikiHow](https://www.wikihow.com/wikiHow:Contribute)
[Yes](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [No](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[Not Helpful 5](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Helpful 6](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- Question
I downloaded an .rar file that was not compressed. I have a Mac with OS High Sierra V1.13.6. What app can I use to view the files?

Thomas Kumar Raethel
Community Answer
The only app you need on Mac OS X to open archive files is The Unarchiver, which is available on the Mac app store and from theunarchiver.com
**Thanks! We're glad this was helpful.**
**Thank you for your feedback.**
If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even \$1 helps us in our mission. [Support wikiHow](https://www.wikihow.com/wikiHow:Contribute)
[Yes](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [No](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[Not Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- Question
How do you open .part.rar files?

Stephan Reek
Community Answer
First, be sure you have all parts (e.g., file.part1.rar, file.part2.rar). Install extraction software like WinRAR, 7-Zip (Windows), or The Unarchiver (macOS). Locate the first part (file.part1.rar) and right-click to select "Extract Here" or "Extract to \[Folder\]." The program will automatically combine and extract all parts. Be sure all parts are present, and be aware that missing or corrupt files may prevent extraction. If the archive is password-protected, you'll need the correct password to access the contents.
**Thanks! We're glad this was helpful.**
**Thank you for your feedback.**
If wikiHow has helped you, please consider a small contribution to support us in helping more readers like you. We’re committed to providing the world with free how-to resources, and even \$1 helps us in our mission. [Support wikiHow](https://www.wikihow.com/wikiHow:Contribute)
[Yes](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [No](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[Not Helpful 1](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
[Submit]()
Advertisement
## Video
## Tips
- RAR folders are similar to ZIP folders, with the main exception being that both Windows and Mac computers have built-in programs which can extract ZIP files.
Thanks
[Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Not Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- Some classic freeware apps that used to open RAR files, like StuffIt Expander, may no longer work properly.
Thanks
[Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Not Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
[Submit](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Thanks for submitting a tip for review\!
Advertisement
## Warnings
- RAR folders don't always have files that you can open, though some apps, like The Unarchiver, will allow you to view the files.
Thanks
[Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Not Helpful 0](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Advertisement
## You Might Also Like
[ How to Open DMG Files ](https://www.wikihow.com/Open-DMG-Files)
[ How to Open RAR Files ](https://www.wikihow.com/Open-RAR-Files)
[ How to Unrar a File: A Step-by-Step Guide for Any Device ](https://www.wikihow.com/Unrar)
[ How to Use WinRAR ](https://www.wikihow.com/Use-WinRAR)
[ How to Open RAR Files in Linux using Unrar ](https://www.wikihow.com/Unrar-Files-in-Linux)
[ How to Extract a JAR File ](https://www.wikihow.com/Extract-a-JAR-File)
[ How to Open .Zip Files and Folders on Mac ](https://www.wikihow.com/Unzip-a-.Zip-File-on-a-Mac)
[ How to Combine RAR Files ](https://www.wikihow.com/Combine-RAR-Files)
[Easy Ways to Open TAR, TGZ, and TAR.GZ Files on PC & Mac ](https://www.wikihow.com/Open-a-TAR-File-on-PC-or-Mac)
[ How to Open a Tar File on iPhone or iPad ](https://www.wikihow.com/Open-a-Tar-File-on-iPhone-or-iPad)
[ How to Open a Tar File on Android ](https://www.wikihow.com/Open-a-Tar-File-on-Android)
[ How to Extract a GZ File on Windows, Linux, Mac, & Mobile ](https://www.wikihow.com/Extract-a-Gz-File)
[ How to Open an ISO Files on Windows and Mac ](https://www.wikihow.com/Open-ISO-Files)
[ How to Open 7z Files: PC, Mac, Android, iPhone, ChromeOS ](https://www.wikihow.com/Open-7z-Files)
Advertisement
## References
1. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-1) <https://www.winzip.com/en/learn/file-formats/rar/mac/>
2. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-2) <https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac>
3. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-3) <https://www.freecodecamp.org/news/install-xcode-command-line-tools/>
4. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-4) <https://www.freecodecamp.org/news/install-xcode-command-line-tools/>
5. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-5) <https://www.freecodecamp.org/news/install-xcode-command-line-tools/>
6. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-6) <https://www.freecodecamp.org/news/install-xcode-command-line-tools/>
7. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-7) <https://www.freecodecamp.org/news/install-xcode-command-line-tools/>
8. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-8) <https://kb.ictu.uk/extract-rar-file-on-mac-using-terminal/>
9. [↑](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_ref-9) <https://kb.ictu.uk/extract-rar-file-on-mac-using-terminal/>
## About This Article

Written by:
[Megaera Lorenz, PhD](https://www.wikihow.com/Author/Megaera-Lorenz-PhD)
wikiHow Staff Writer
This article was co-authored by wikiHow staff writer, [Megaera Lorenz, PhD](https://www.wikihow.com/Author/Megaera-Lorenz-PhD). Megaera Lorenz is an Egyptologist and Writer with over 20 years of experience in public education. In 2017, she graduated with her PhD in Egyptology from The University of Chicago, where she served for several years as a content advisor and program facilitator for the Oriental Institute Museum’s Public Education office. She has also developed and taught Egyptology courses at The University of Chicago and Loyola University Chicago. This article has been viewed 1,541,592 times.
How helpful is this?
Co-authors: 19
Updated: June 7, 2025
Views: 1,541,592
Categories: [Mac OS X](https://www.wikihow.com/Category:Mac-OS-X "Category:Mac OS X")
[Article SummaryX](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#summary_wrapper)
1\. Download Unarchiver.
2. Open Unarchiver.
3. Click **Archive Formats**.
4. Check the ″RAR Archive″ box and close the window.
5. Click the RAR file once.
6. Click **File**.
7. Click **Open With**.
8. Click **The Unarchiver.app**.
Did this summary help you?
Yes
No
[In other languages](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#other_languages)
[Spanish](https://es.wikihow.com/abrir-archivos-RAR-en-un-Mac-OS-X)
[French](https://fr.wikihow.com/ouvrir-un-fichier-RAR-sur-un-Mac-OS-X)
[Russian](https://ru.wikihow.com/%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D1%82%D1%8C-%D0%B2-Mac-OS-X-%D0%B0%D1%80%D1%85%D0%B8%D0%B2%D0%BD%D1%8B%D0%B9-%D1%84%D0%B0%D0%B9%D0%BB-%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%82%D0%B0-RAR)
[Dutch](https://nl.wikihow.com/RAR-bestanden-openen-op-Mac-OS-X)
[German](https://de.wikihow.com/Rar-Dateien-in-Mac-OS-X-%C3%B6ffnen)
[Chinese](https://zh.wikihow.com/%E5%9C%A8Mac-OS-X%E4%B8%8A%E6%89%93%E5%BC%80Rar%E6%96%87%E4%BB%B6)
[Indonesian](https://id.wikihow.com/Membuka-Berkas-RAR-di-Mac-OS-X)
[Thai](https://th.wikihow.com/%E0%B9%80%E0%B8%9B%E0%B8%B4%E0%B8%94%E0%B9%84%E0%B8%9F%E0%B8%A5%E0%B9%8C-Rar-%E0%B9%83%E0%B8%99-Mac-OS-X)
[Arabic](https://ar.wikihow.com/%D9%81%D8%AA%D8%AD-%D9%85%D9%84%D9%81%D8%A7%D8%AA-%D8%B1%D8%A7%D8%B1-%D8%B9%D9%84%D9%89-%D9%86%D8%B8%D8%A7%D9%85-%D9%85%D8%A7%D9%83%D9%86%D8%AA%D9%88%D8%B4)
[Vietnamese](https://www.wikihow.vn/M%E1%BB%9F-t%E1%BA%ADp-tin-RAR-tr%C3%AAn-Mac-OS-X)
[Korean](https://ko.wikihow.com/%EB%A7%A5%EC%97%90%EC%84%9C-RAR-%ED%8C%8C%EC%9D%BC-%EC%97%AC%EB%8A%94-%EB%B0%A9%EB%B2%95)
[Hindi](https://hi.wikihow.com/%E0%A4%AE%E0%A5%88%E0%A4%95-%E0%A4%93%E0%A4%8F%E0%A4%B8-%E0%A4%8F%E0%A4%95%E0%A5%8D%E0%A4%B8-\(Mac-OS-X\)-%E0%A4%AA%E0%A4%B0-RAR-%E0%A4%AB%E0%A4%BE%E0%A4%87%E0%A4%B2%E0%A5%8D%E0%A4%B8-%E0%A4%96%E0%A5%8B%E0%A4%B2%E0%A5%87%E0%A4%82-\(Open-RAR-Files-on-Mac-OS-X\))
[Japanese](https://www.wikihow.jp/macOS%E3%81%A7RAR%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%82%92%E9%96%8B%E3%81%8F)
[Turkish](https://www.wikihow.com.tr/Mac-OS-X%27te-RAR-Dosyalar%C4%B1-Nas%C4%B1l-A%C3%A7%C4%B1l%C4%B1r)
[Italian](https://www.wikihow.it/Aprire-un-File-RAR-su-Mac-OS-X)
- [Print](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- [Send fan mail to authors](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Thanks to all authors for creating a page that has been read 1,541,592 times.
## Reader Success Stories
- 
Bert L.
Dec 21, 2025
"Opened the download, it was good."
Rated this article:
[More reader stories](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Hide reader stories](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
[Share your story](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
## Is this article up to date?
Yes
No
Advertisement
Cookies make wikiHow better. By continuing to use our site, you agree to our [cookie policy](https://www.wikihow.com/wikiHow:Cookie-Policy).

Written by:
[Megaera Lorenz, PhD](https://www.wikihow.com/Author/Megaera-Lorenz-PhD)
wikiHow Staff Writer
Click a star to vote
Co-authors: 19
Updated: June 7, 2025
Views: 1,541,592

Bert L.
Dec 21, 2025
"Opened the download, it was good."
Rated this article:

Anonymous
Jul 6, 2017
"I just went to the websites for two of the three, and Unarchiver worked perfectly. UnrarX did not work out, even though I have used it in the past. I will try Stuffit at another time. Thank you so very much!"..." [more](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)

Frances T.
May 9, 2017
"I tried the first option, worked like a charm. Thank you!"

Vincent Chu
Apr 4, 2016
"The concise step-by-step instructions helped me the most."

Anonymous
Feb 6, 2017
"Method 1 was the easiest, the app was self-explanatory."
[Share yours\!](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [More success stories](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X) [Hide success stories](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
### Quizzes & Games
[ Emoji TestTake Quiz](https://www.wikihow.com/Emoji-Test)
[ Leetspeak Translator & GeneratorGenerate](https://www.wikihow.com/Leetspeak-Translator)
[ What Tarot Card Am I QuizTake Quiz](https://www.wikihow.com/What-Tarot-Card-Am-I)
[ What Kind of Minecraft Player Am I QuizTake Quiz](https://www.wikihow.com/What-Minecraft-Player-Am-I-Quiz)
### You Might Also Like
[ How to Open DMG Files](https://www.wikihow.com/Open-DMG-Files)
[ How to Open RAR Files](https://www.wikihow.com/Open-RAR-Files)
[ How to Unrar a File: A Step-by-Step Guide for Any Device](https://www.wikihow.com/Unrar)
[ How to Use WinRAR](https://www.wikihow.com/Use-WinRAR)
### Trending Articles
[ Am I a Princess, Angel, Supermodel, or Baddie?](https://www.wikihow.com/Am-I-a-Princess,-Angel,-Supermodel-or-Baddie)
[ How to Tell if Your Boyfriend Is Gay](https://www.wikihow.com/Tell-if-Your-Boyfriend-Is-Gay)
[ Am I a Rizzy Sigma?](https://www.wikihow.com/Am-I-a-Rizzy-Sigma)
[ What Greek Goddess Am I? Quiz](https://www.wikihow.com/What-Greek-Goddess-Am-I-Quiz)
### Trending Articles
[ Which Anime Do I Belong In?](https://www.wikihow.com/Which-Anime-Do-I-Belong-in)
[ 8 Reasons Girls Hug Guys Around Their Necks (Plus How to Respond)](https://www.wikihow.com/Why-Do-Girls-Hug-Guys-Around-the-Neck)
[ What Type of Insufferable Man Am I?](https://www.wikihow.com/What-Kind-of-Insufferable-Man-Am-I)
[ How Well Do I Know Gen Z Slang Quiz](https://www.wikihow.com/Gen-Z-Slang-Quiz)
### Your Results Will Be Uncomfortably Accurate
[ Am I Gay Quiz](https://www.wikihow.com/Relationships/Am-I-Gay-Quiz)
[ Soldier Poet King Quiz](https://www.wikihow.com/Soldier-Poet-King-Quiz)
[ Am I a Femboy Quiz](https://www.wikihow.com/Femboy-Quiz)
[ Am I a Lesbian Quiz](https://www.wikihow.com/Relationships/Am-I-A-Lesbian-Quiz)
[](https://www.wikihow.com/Main-Page)
- [Categories](https://www.wikihow.com/Special:CategoryListing "Special:CategoryListing")
- [Computers and Electronics](https://www.wikihow.com/Category:Computers-and-Electronics "Category:Computers and Electronics")
- [Operating Systems](https://www.wikihow.com/Category:Operating-Systems "Category:Operating Systems")
- [Mac](https://www.wikihow.com/Category:Mac "Category:Mac")
- [Mac OS X](https://www.wikihow.com/Category:Mac-OS-X "Category:Mac OS X")
wikiHow Newsletter
You're all set\!
Helpful how-tos delivered to
your inbox every week\!
[Sign me up\!](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
By signing up you are agreeing to receive emails according to our privacy policy.
- [Home](https://www.wikihow.com/Main-Page "Main Page")
- [About wikiHow](https://www.wikihow.com/About-wikiHow "About wikiHow")
- [Experts](https://www.wikihow.com/Experts)
- [Jobs](https://www.wikihow.com/wikiHow:Jobs "wikiHow:Jobs")
- [Contact Us](https://www.wikihow.com/wikiHow:Contact-Us "wikiHow:Contact Us")
- [Site Map](https://www.wikihow.com/Special:Sitemap "Special:Sitemap")
- [Terms of Use](https://www.wikihow.com/wikiHow:Terms-of-Use "wikiHow:Terms of Use")
- [Privacy Policy](https://www.wikihow.com/wikiHow:Privacy-Policy "wikiHow:Privacy Policy")
- [Do Not Sell or Share My Info](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- [Not Selling Info](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- [Contribute](https://www.wikihow.com/wikiHow:Contribute)
- [Privacy & Cookie settings](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Follow Us
Ă—
Keep up with tech in just 5 minutes a week\!
[Subscribe](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
You're all set\!
[X](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
#### Join us in our mission
For over two decades, we’ve been on a mission: to help everyone in the world learn how to do anything. Our articles are human written and expert endorsed to ensure readers like you get reliable, current information. **Before you get back to learning, we would be grateful if you could take a minute to support wikiHow. Any amount helps. Thank you.**
[Let’s do this\!](https://www.wikihow.com/wikiHow:Contribute?utm_source=wikihow&utm_medium=banner&utm_campaign=contribute2&aid=496344)
\-
\-

822
1
ACCOUNT
2
PAYMENT
3
CONFIRMATION
### ORDER SUMMARY
\$
***
\$
Total Due Today
Please select a payment method:
Processing payment...
1
ACCOUNT
2
PAYMENT
3
CONFIRMATION
### Sign Up
ALREADY HAVE AN ACCOUNT?[LOG IN]()
Continue with
Social login does not work in incognito and private browsers. Please create an account to continue.
[Facebook]()[Google]()
Create an account
or
1
ACCOUNT
2
PAYMENT
3
CONFIRMATION
### Log in
DON'T HAVE AN ACCOUNT?[SIGN UP]()
Social login does not work in incognito and private browsers. Please log in with your username or email to continue.
[Facebook]()[Google]()
or
1
ACCOUNT
2
PAYMENT
3
CONFIRMATION
Finish Account Setup
Please enter an email address to finish setting up your account:
## Save this image in high definition.
Download your own high definition file of this image so you can save, print, and use it anywhere.
### One-time purchase
- Get the HD PNG version of this image.
- Full resolution. Ideal for printing and sharing.
- Yours to keep forever.
By continuing, you agree to our [Terms of Service](https://www.wikihow.com/wikiHow:Terms-of-Use) and [Privacy Policy](https://www.wikihow.com/wikiHow:Privacy-policy). For personal, non-commercial use only. Questions? Please contact support@wikihow.pro.
## Thank You
We've emailed you a copy of your image, and you can also download it below.
[Download HD Image](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
By continuing to use wikiHow, you agree to our
[Terms of Service](https://www.wikihow.com/wikiHow:Terms-of-Use) and [Privacy Policy](https://www.wikihow.com/wikiHow:Privacy-Policy).
wikiHow Pro is intended only for your personal, non-commercial use. wikiHow, Inc. reserves the right to terminate subscriptions to wikiHow Pro at any time and for any reason.
Questions? Please contact [support@wikihow.pro](mailto:support@wikihow.pro).
Something went wrong
[Dismiss]() |
| Readable Markdown | [ Download Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
Your guide to using free third-party tools to extract RAR files on your Mac
[ Download Article](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
- [Using The Unarchiver](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Using-The-Unarchiver)
- [Using Online Tools](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Using-Online-Tools)
- [Using Terminal](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Using-Terminal)
- [Video](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#Video)
- [Q\&A](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#qa_headline)
- [Tips](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#tips)
- [Warnings](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#warnings)
RAR files are a type of compressed archive file, similar to a ZIP or TAR file. While there’s no built-in utility for [opening or extracting RAR files](https://www.wikihow.com/Open-RAR-Files "Open RAR Files"), there are several free tools you can use to open RAR files on Mac OS X. In this article, we’ll talk you through simple methods like using the free The Unarchiver app or online extractor tools, as well as more complex techniques like extracting files in [Terminal](https://www.wikihow.com/Open-a-Terminal-Window-in-Mac "Open a Terminal Window in Mac") using Homebrew.
## Things You Should Know
- One of the best and simplest tools for opening RAR files on a Mac is a free app called The Unarchiver.
- If you can’t install apps on your Mac, free online tools like the B1 Online Archiver or Archive Extractor are good alternatives.
- You can also extract RAR files in the command line using Terminal, but you’ll need to install some third-party tools first.
1. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-1-Version-3.jpg)
The Unarchiver is a free app that allows you to quickly and easily open RAR files on your Mac. To download it, do the following:
- Open your Mac's
[](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Iphoneappstoreicon.png)
**App Store**. You can find it by clicking the **Launchpad** in the **Dock** at the bottom of your screen (the icon looks like a grid of colorful squares).
- Click the search bar in the upper-left side of the App Store window.
- Type `unarchiver` into the search bar, then press `⏎ Return`.
- Click **Get** below the "The Unarchiver" heading.
- Click **Install App** below the "The Unarchiver" heading when prompted.
- Enter your password or verify your identity with Touch ID if prompted.
- You can also download the install file directly from <https://theunarchiver.com/>.
2. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-2-Version-3.jpg)
Click the **Launchpad** icon. It's usually found in the **Dock** at the bottom of your Mac's screen.
Advertisement
3. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-3-Version-3.jpg)
If you don’t see it right away when you open **Launchpad**, go to the last screen by clicking the dots at the bottom of the grid of apps, or search for `unarchiver` in the search field at the top of the screen.
4. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-4-Version-3.jpg)
Go to the location of a RAR file which you want to open, then **Ctrl-click** the RAR file. A menu of options will open up.
- If you are trying to extract a multi-part RAR file, start with the ".rar" or ".part001.rar" file. All the parts should be in the same folder.
5. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-5-Version-3.jpg)
A pop-out will appear.
- You can also find **Open With** by clicking the RAR file to select it, then opening the **File** menu at the top of your Mac’s screen.
6. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-6-Version-3.jpg)
It's in the pop-out menu. Doing so will prompt your RAR file to open in The Unarchiver, which will begin extracting the RAR file's contents into the RAR's folder.
- If the RAR file is password-protected, you'll be prompted to enter the password before the files can be extracted.
- Once the file is extracted, a dialog box will pop up letting you know it is finished. Currently, at the top of this box is a message inviting you to click a **Stand with Ukraine** button. You will see the message that your file has been extracted underneath that message in small print.
- Click the **magnifying glass** symbol next to the “\[file name\].rar extracted” message to open the location of the extracted file.
7. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-7-Version-5.jpg)
By default, The Unarchiver will extract the RAR's files into the same folder in which the RAR file was located. For example, if the RAR file was in the Desktop folder, you'll find the extracted files there.
8. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-8-Version-5.jpg)
There are a variety of apps available that claim to unarchive RAR files.[\[1\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-1) If you’re having trouble using The Unarchiver, or if you want an app with more advanced options, consider one of these alternatives:
- **Unzip – RAR ZIP 72 Unarchiver**. This is a free app with thousands of positive reviews. It can both archive and unarchive files in a variety of formats.
- **Unzip One: RAR ZIP Extractor**. This app is also free and well-reviewed. It claims to be able to securely extract all common archive formats.
- **RAR Extractor – Unarchiver**. Despite the title, this app also extracts many other types of archive files, including ZIP, TAR, and PKG. Users claim that it is fast and easy to use.
1. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-9-Version-5.jpg)
If you prefer to completely avoid installing any new apps on your Mac, you can extract your RAR files with one of these online tools. These resources are also a great option if you’re using a computer where you don’t have the administrative privileges to install new apps. Most of these websites are free to use. Some popular options include:
- [Archive Extractor](https://extract.me/)
- [Unzip Online](https://unzip-online.com/en)
2. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-10-Version-3.jpg)
To use an online extractor, you’ll need to upload the RAR file from your computer, extract it, and then download the contents. Follow the instructions on whichever site you choose to upload the file.
- You’ll probably need to click a button that says **Choose file**, **Click here to select an archive**, or something similar. Browse your Mac to find the file you want to extract.
- Follow the prompts to complete the process of extracting the file.
3. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-11-Version-3.jpg)
Once the extraction process is done, you’ll need to download the file or files you want. If there were multiple files inside the RAR, you may be given the option to select individual files or download all of them.
1. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-12-Version-3.jpg)
If you don’t want to install a third-party app from the App Store for whatever reason, you can set up Terminal to open RAR files from the command line. This is kind of complicated to set up, but once you’ve done so, it’s quick and easy to extract RAR files this way. Start by opening
[](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Macterminal.png)
**Terminal** on your Mac.[\[2\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-2)
- The easiest way to find **Terminal** is to use the keyboard shortcut **Command + space bar** and type `terminal` into the **Spotlight Search bar**.
- This method will still involve installing some third-party software on your Mac, but you can do it all through the Terminal interface.
2. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-13-Version-3.jpg)
Press `⏎ Return` to confirm the command. This will start the process of installing Apple’s Command Line toolkit, which you’ll need to use to install Homebrew.[\[3\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-3)
3. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-14-Version-3.jpg)
A window will pop up asking if you want to install the command line developer tools. Click **Install** to confirm.[\[4\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-4)
- You’ll be prompted to agree to the Command Line Tools License Agreement. Click **Agree** to continue.
- Wait for the software to download and install. This may take several minutes. Click **Done** once the installation is complete.
- If you’ve already installed the Command Line Tools in the past, you will see an error message.
4. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-15-Version-3.jpg)
To install Homebrew, type or copy and paste the following command and press `⏎ Return`:[\[5\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-5)
- `/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"`
- Enter your administrator password and press `⏎ Return` when prompted, then press `⏎ Return` again.
- It may take a while for the installation to complete.
- **If you’re using MacOS Catalina or above**, you’ll need to switch to the **bash** shell first for this to work. To do this, enter the command `chsh -s /bin/bash`, enter your computer’s administrator password, then restart **Terminal** before entering the code above.
5. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-16-Version-3.jpg)
You may see a warning saying that Homebrew is not in your PATH. If this happens, don’t worry. You’ll see a message instructing you to run the following two commands:[\[6\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-6)
- `(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/[your username]/.zprofile`
- `eval "$(/usr/local/bin/brew shellenv)"`
- Type or copy and paste each command and press `return` to execute it.
6. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-17-Version-3.jpg)
If it installed successfully, you’ll see a message saying “Your system is ready to brew.”[\[7\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-7)
- If you get a warning message saying the installation didn’t work, check out the troubleshooting tips [here](https://docs.brew.sh/Common-Issues).
7. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-18-Version-3.jpg)
This will install the tool you’ll need to extract RAR files from the command line. Type in the command and press `⏎ Return`.[\[8\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-8)
- Some sources will tell you to use the command **brew install unrar**, but this no longer works. Using the **brew install rar** command will allow you to both create and extract RAR files.
8. [](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Open-RAR-Files-on-Mac-OS-X-Step-19-Version-3.jpg)
Make sure to use the actual name of your RAR file in the command. Press `⏎ Return` to execute the command. If the file extracts successfully, you’ll get a message saying “All OK.” You should see the extracted file(s) in the same directory as the RAR file.[\[9\]](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#_note-9)
- **Important:** Make sure the file you want to extract is in the right directory (typically **home/username**), or the Unrar tool won’t be able to find it. For example, if it’s in your Downloads folder or in iCloud, you’ll need to move it.
- You may get a security alert saying that the command couldn’t be run because “Apple cannot check it for malicious software.” If this happens:
- Click **OK** in the warning popup.
- Click the
[](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#/Image:Macapple1.png)
**Apple menu** and select **System Settings** or **System Preferences**.
- Click **Privacy & Security** in the sidebar menu.
- Scroll down to the **Security** heading and look for a message about the attempt to open **unrar**. Click **Allow Anyway**.
- Verify with Touch ID or your administrator password.
- Run the command again. This time, click **Open** in the popup warning.
Search
[Add New Question]()
- Question
Where are programs stored on Apple computers?

Community Answer
In the Applications folder. Get to it by opening the Finder and clicking "Applications." Unlike Windows or Linux, all programs on macOS are stored in one file.
- Question
I downloaded an .rar file that was not compressed. I have a Mac with OS High Sierra V1.13.6. What app can I use to view the files?

Thomas Kumar Raethel
Community Answer
The only app you need on Mac OS X to open archive files is The Unarchiver, which is available on the Mac app store and from theunarchiver.com
- Question
How do you open .part.rar files?

Stephan Reek
Community Answer
First, be sure you have all parts (e.g., file.part1.rar, file.part2.rar). Install extraction software like WinRAR, 7-Zip (Windows), or The Unarchiver (macOS). Locate the first part (file.part1.rar) and right-click to select "Extract Here" or "Extract to \[Folder\]." The program will automatically combine and extract all parts. Be sure all parts are present, and be aware that missing or corrupt files may prevent extraction. If the archive is password-protected, you'll need the correct password to access the contents.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
[Submit]()
Advertisement
## Video
- RAR folders are similar to ZIP folders, with the main exception being that both Windows and Mac computers have built-in programs which can extract ZIP files.
Thanks
- Some classic freeware apps that used to open RAR files, like StuffIt Expander, may no longer work properly.
Thanks
Thanks for submitting a tip for review\!
Advertisement
- RAR folders don't always have files that you can open, though some apps, like The Unarchiver, will allow you to view the files.
Thanks
Advertisement
## References
About This Article
[Article SummaryX](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X#summary_wrapper)
1\. Download Unarchiver.
2. Open Unarchiver.
3. Click **Archive Formats**.
4. Check the ″RAR Archive″ box and close the window.
5. Click the RAR file once.
6. Click **File**.
7. Click **Open With**.
8. Click **The Unarchiver.app**.
Did this summary help you?
Thanks to all authors for creating a page that has been read 1,541,592 times.
Reader Success Stories
- 
Bert L.
Dec 21, 2025
"Opened the download, it was good."
Rated this article:
## Is this article up to date?
Keep up with tech in just 5 minutes a week\!
[Subscribe](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
You're all set\!
[X](https://www.wikihow.com/Open-RAR-Files-on-Mac-OS-X)
For over two decades, we’ve been on a mission: to help everyone in the world learn how to do anything. Our articles are human written and expert endorsed to ensure readers like you get reliable, current information. **Before you get back to learning, we would be grateful if you could take a minute to support wikiHow. Any amount helps. Thank you.**
\-
\-
 |
| Shard | 92 (laksa) |
| Root Hash | 12431216878206919092 |
| Unparsed URL | com,wikihow!www,/Open-RAR-Files-on-Mac-OS-X s443 |