How to Completely Uninstall Android Studio on Windows?
Last Updated :
23 Jul, 2025
Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains’ IntelliJ IDEA software. Android Studio provides many excellent features that enhance productivity when building Android apps. Maybe you are facing some problems or bugs while using Android Studio, so don't be afraid in this article we will learn how to completely uninstall Android Studio on Windows.
Step By Step Implementation
Step 1: Uninstalling through Control Panel
Search Control panel in window Start, Control Panel will appear then click on it.
Control Panel will window will be open, then click on the Uninstall a Program.
After clicking on it, It will list all the programs installed on our system. Find Android studio here and double-click on it.
Then it will ask for the confirmation, Click Yes. A new dialog box will appear.
Here, under the table, you can select what you want to uninstall. Android Studio is by default checked and second, is Android user Settings which basically a folder that contains your saved Android Virtual Devices (AVDs), Android SDK caches, and potentially app signing keystores. Here we are doing complete uninstallation so we will check both and then click on Next. Then again a new dialog box will be opened, just click on Uninstall to begin the process and wait for the uninstallation completes.
Step 2: Remove Android Studio Files
To delete all Android Studio settings files, go to your user folder in the file manager that is C:\Users\Your_UserName or you can simply search %USERPROFILE% in window start and press Enter to reach there.
In this directory delete .android, .AndroidStudio and any analogous directories with versions on the end, i.e.AndroidStudio1.2, as well as .gradle and .m2 if they exist. Then go to %APPDATA% and delete the JetBrains folder.
After deleting all these folders, go to C:\Program Files and delete the Android folder.
We have deleted all the Android Studio files now to delete any remains of SDK, go to %LOCALAPPDATA% and delete the Android folder.
So we have completely uninstalled Android Studio from our system. Now if you want you can do a clean installation. You may refer to Guide to Install and Set up Android Studio for this.
Similar Reads
How to Completely Uninstall Android Studio on Mac? Maybe you messed up with your current installation of Android Studio or maybe some nasty error came in even after restarting it several times, well, and doing all the troubleshooting steps didn't help you either...So...? Uninstalling seems the only way out, let's have a look at how to uninstall Andr
3 min read
How To Completely Uninstall Android Studio On Ubuntu? To entirely uninstall Android Studio from your Ubuntu system, you have to follow a lot of steps. These steps include: uninstalling the application, and removing associated files plus its configuration so that no traces of it remain behind after removal. This article aims to provide clear instruction
5 min read
How to Uninstall Firefox on Windows? If you're considering changing your web browser or facing problems, you might be interested in learning how to remove Firefox from your Windows computer. This manual offers a detailed method for thoroughly getting rid of Firefox from your Windows system, including instructions for both standard unin
2 min read
How To Uninstall Jenkins On Windows And Linux ? Jenkins is a popular open-source server automation that is used for continuous integration and continuous delivery (CI/CD) for building, deploying, and automating projects. Jenkins is one of the most popular tools used by DevOps to facilitate server automation tasks. Jenkins is highly extensible and
4 min read
How to Use Android on Windows 10? Android OS has been widely used in Smartphones and has become a huge part of our life and we have seen various applications on android which has not yet made their way to Windows OS and sometimes it would have been easy if we were able to use Android apps on our Windows PC. Well, there are various w
2 min read
How to Uninstall APK Automatically Before Run or Debug in Android Studio? In this article, we will discuss how we can uninstall the APK from the android device before we run or debug the app in android studio. We almost have to test that when a new user comes to our app, he/she will be shown a first-time login/welcome screen. To test this feature, we have to uninstall the
2 min read