How to uninstall Android Studio on Mac

April 21, 2025
Asya Karapetyan
Written by
Asya Karapetyan
info
A content marketer with 10+ years of experience specializing in macOS, focused on creating guides for Mac cleanup and optimization.
A content marketer with 10+ years of experience specializing in macOS, focused on creating guides for Mac cleanup and optimization.
Vladimir Nuzhdin
Approved by
Vladimir Nuzhdin
info
The content has been reviewed and approved by our team member, an Apple Certified Support Professional, who provides technical support to Nektony’s users.
The content has been reviewed and approved by our team member, an Apple Certified Support Professional, who provides technical support to Nektony’s users.

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.

Ways to remove Android Studio:

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.
“App

App Cleaner & Uninstaller

Free Download


Comparison table: Ways to uninstall Android Studio on Mac

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

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/

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
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.

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

  1. Quit Android Studio by clicking its icon in the Dock bar and choosing Quit from the menu.
  2. Ensure that no processes related to Android Studio are running in the background. For this, open Activity Monitor > in the search bar, type Android > if you see any related processes , select and click the Close “X” button

Step 2: Remove the app

  1. Go to the Applications folder.
  2. Locate and remove Android Studio into the Trash.
  3. removing Android Studio from the Applications folder
  4. 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

  1. In Finder press Command+Shift+G.
  2. In the window that appears, type ~/Library and press Return.
  3. Go to Library

  4. 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:

    • ~/Library/Android (by removing this folder you will also uninstall Android SDK)
    • ~/Library/Preferences/AndroidStudio
    • ~/Library/Preferences/com.google.android
    • ~/Library/Preferences/com.android
    • ~/Library/Application/Support/AndroidStudio
    • ~/Library/Logs/AndroidStudio
    • ~/Library/Caches/AndroidStudio
    Library folder with the Android Studio cache files highlighted
  5. As soon as you find and remove all the leftovers of Android Studio, empty 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.

  1. Download and launch Funter.
  2. Click on the Funter’s icon in the toolbar and in the search field type Android and press Enter.
  3. 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 this window by clicking the Trash button.
Funter window showing Android Studio hidden files

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:

  1. Open Terminal. You can find it using Spotlight.
  2. Terminal icon in Launchpad

  3. Execute the following commands from the Terminal. Simply copy and paste each line and press Return.
    • rm -Rf /Applications/Android\ Studio.app
    • rm -Rf ~/Library/Preferences/AndroidStudio*
    • rm -Rf ~/Library/Preferences/com.google.android.*
    • rm -Rf ~/Library/Preferences/com.android.*
    • rm -Rf ~/Library/Application\ Support/AndroidStudio*
    • rm -Rf ~/Library/Logs/AndroidStudio*
    • rm -Rf ~/Library/Caches/AndroidStudio*
    • rm -Rf ~/.AndroidStudio*
    • rm -Rf ~/AndroidStudioProjects
    • rm -Rf ~/.gradle
    • rm -Rf ~/.android
    • rm -Rf ~/Library/Android*

    Terminal window with commands to remove Android studio support files

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!

  1. Download App Cleaner & Uninstaller and launch it.
  2. You will see a list of the apps installed on your Mac.
  3. Select the Android Studio app.
  4. If you switch to the Expert mode, you can see a list of all its service files.
  5. Click the Remove button and confirm the removal.

uninstall android studio mac
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.

App Cleaner & Uninstaller showing leftovers of Android studio


Video Guide: How to uninstall apps on a Mac


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.


FAQs

Should I uninstall Android Studio?

What are some alternatives to Android Studio?

How to delete Android Studio cache on Mac?



Scroll to Top