September 18, 2025

Uninstall Android Studio from Mac: Three methods

Asya Karapetyan
Written by
A content marketer with 10+ years of experience specializing in macOS, focused on creating guides for Mac cleanup and optimization.

Asya Karapetyan

Vladimir Nuzhdin
Approved by
The content has been reviewed and approved by our team member, an Apple Certified Support Professional, who provides technical support to Nektony’s users.

Vladimir Nuzhdin

Share

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.

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

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

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

    Copy

    and press Return. Go to Library
  3. 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

      Copy

      (by removing this folder you will also uninstall Android SDK)
    • ~/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

    Library folder with the Android Studio cache files highlighted

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

  1. Download and launch Funter.
  2. Click on the Funter’s icon in the toolbar and in the search field type Android and press Return.
  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 the Funter’s app.

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. Terminal icon in Launchpad
  2. 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

    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

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.

Frequently asked questions

Should I uninstall Android Studio?

There are several reasons why you may need to remove Android Studio from your Mac:

  • Switching to a different development platform or tech stack
  • Performance issues or bugs after updates
  • Running out of storage space
  • Cleaning up after a short-term testing or learning project
  • Moving from Java/Kotlin development to another mobile platform

What are some alternatives to Android Studio?

If you're looking for other tools for Android or cross-platform development, here are a few popular alternatives:

  • Visual Studio Code
  • IntelliJ IDEA
  • Xamarin
  • Flutter with Dart
  • Unity

How to delete Android Studio cache on Mac?

You can use App Cleaner & Uninstaller to automatically find and remove all cache files in just a few clicks. Here's how:

  1. Run App Cleaner & Uninstaller.
  2. Swicth on the Expert mode.
  3. Locate and select Android Studio in the left panel.
  4. Select Caches in the right panel.
  5. Click the Remove button and confirm.
Scroll to Top