September 18, 2025
Uninstall Android Studio from Mac: Three methods
Android Studio is used by over 20 million developers, but uninstalling it on a Mac isn’t always straightforward. Simply dragging the app to the Trash can leave behind 1+ GB of hidden files, causing performance issues and bugs, especially if you plan to reinstall it later.
In this guide, you’ll learn three proven ways to fully remove Android Studio from your Mac.
This Article Contains
Before we start
If you don’t have time to read the article and you are looking for the quickest way to uninstall Android Studio from your Mac, we suggest using App Cleaner & Uninstaller from Nektony. This uninstaller will safely and completely remove any application from Mac with just two clicks.
Why it’s important to completely get rid of Android Studio
Android Studio leaves behind dozens of configuration files in locations such as:
- ~/Library/Preferences/
- ~/Library/Application Support/
- ~/.android/
Fact
According to our tests, Android Studio can leave behind more than 1.2 GB of data after simply moving the app to the Trash.
Not fully uninstallation can lead to:
- Conflicts with new versions of Android Studio
- Storage clutter caused by leftover files
- Retention of unnecessary caches and logs
Ways to uninstall Android Studio on Mac
There are several ways to uninstall Android Studio on your Mac, but each method comes with its own pros and cons. To help you choose the best option, we’ve compared manual removal, Terminal commands, and using App Cleaner & Uninstaller side by side.
Manual removal | Terminal | App Cleaner & Uninstaller | |
---|---|---|---|
Difficulty level | Medium | High | Low |
Complete removal? | Not always | Yes | Yes |
Risk of deleting unwanted files | High | Medium | Low |
Time required | 10–16 min | 5-6 min | 1 min |
How to uninstall Android Studio manually
Any application on Mac, including Android Studio, creates tons of service files. When you remove apps into the Trash, these service files remain on your Mac and occupy disk space.
To completely uninstall Android Studio, you have to find and remove all of its remaining files. Follow these steps:
Step 1: Quit the app
- Quit Android Studio by clicking its icon in the Dock bar and choosing Quit from the menu.
- Ensure that no processes related to Android Studio are running in the background. For this, open Activity Monitor → type Android in the search bar → if you see any related processes, select them and click the Close (X) button.
Step 2: Remove the app
- Go to the Applications folder.
- Locate and remove Android Studio into the Trash.
- If you want to delete your projects as well, find the AndroidStudioProjects folder in your Home folder and remove them.
Step 3: Remove Android Studio’s service files
- In Finder press Command+Shift+G.
- In the window that appears, type and press Return.
~/Library
Copy
- You will get to the Library folder. Here you need to find and remove all files associated with Android Studio. In our case, we found the following remaining files:
- (by removing this folder you will also uninstall Android SDK)
~/Library/Android
Copy
~/Library/Preferences/AndroidStudio
Copy
~/Library/Preferences/com.google.android
Copy
~/Library/Preferences/com.android
Copy
~/Library/Application Support/AndroidStudio
Copy
~/Library/Logs/AndroidStudio
Copy
~/Library/Caches/AndroidStudio
Copy
- As soon as you find and remove all the leftovers of Android Studio, empty your Trash for complete removal.
Important note!
Since some applications might spread their service files over a Mac’s hard drive, it might be complicated to manually find all of their service files. To make sure that you don’t leave any traces behind, we recommend that you use the free application, Funter, which finds all system hidden files in any location on Mac.
Follow the steps below to find Android Studio hidden service files with Funter.
- Download and launch Funter.
- Click on the Funter’s icon in the toolbar and in the search field type Android and press Return.
- In several seconds, you will get the list of all hidden and visible files that match your query. You can open these files in Finder or remove them immediately in the Funter’s app.
Another method to remove Android Studio’s remaining files is to use the Terminal command. Keep on reading to learn how to do this.
How to uninstall Android Studio using Terminal
As we mentioned before, you can’t just drag and drop the Android Studio app to Trash because applications leave their service files behind on your Mac. To uninstall Android Studio with all its service files at once, use the Terminal command line. Follow the steps below:
- Open Terminal. You can find it using Spotlight.
- Execute the following commands from the Terminal. Simply copy and paste each line and press Return.
rm -Rf /Applications/Android\ Studio.app
Copy
rm -Rf ~/Library/Preferences/AndroidStudio*
Copy
rm -Rf ~/Library/Preferences/com.google.android.*
Copy
rm -Rf ~/Library/Preferences/com.android.*
Copy
rm -Rf ~/Library/Application\ Support/AndroidStudio*
Copy
rm -Rf ~/Library/Logs/AndroidStudio*
Copy
rm -Rf ~/Library/Caches/AndroidStudio*
Copy
rm -Rf ~/.AndroidStudio*
Copy
rm -Rf ~/AndroidStudioProjects
Copy
rm -Rf ~/.gradle
Copy
rm -Rf ~/.android
Copy
rm -Rf ~/Library/Android*
Copy
This will delete all related files, including Android SDK.
If you are unfamiliar with Terminal and feel unsure about working with it, we have one more method of removing Android Studio to share with you. You will find this one the easiest and quickest of all. Moreover, you can use this way to safely uninstall any application on your Mac.
We are talking about a special program, App Cleaner & Uninstaller, which is designed to completely remove apps and their leftovers on a Mac.
How to uninstall Android Studio using App Cleaner & Uninstaller
App Cleaner & Uninstaller is a special software that can completely uninstall programs on Mac and find all remaining files of already deleted programs. With App Cleaner & Uninstaller, you don’t have to waste any time manually searching for temporary files. It will automatically find them in less than a minute!
- Download App Cleaner & Uninstaller and launch it.
- You will see a list of the apps installed on your Mac.
- Select the Android Studio app.
- If you switch to the Expert mode, you can see a list of all its service files.
- Click the Remove button and confirm the removal.
What is great about App Cleaner & Uninstaller is that it finds the leftovers of previously-removed apps as well. You can view them in the Remaining Files section.
As you can see, dragging and dropping apps to the Trash is not enough to completely remove them. Some apps come with their own uninstaller tools, but those may not always be effective. Use this guide to ensure you fully remove apps from your Mac.