Skip to main content

Command Palette

Search for a command to run...

Can't Uninstall Android Studio in Windows?

Simplest workaround when "Add and Remove Programs" in Windows doesn't work - can't find "uninstall.exe" in Android Studio program folder.

Updated
2 min read
Can't Uninstall Android Studio in Windows?
V

I'm a self-taught hobbyist Android developer who loves to build projects and share valuable tips for new Android developers.

Feel free to comment, share or connect with me!

It looks like the later version of Android Studio (Arctic Fox or later version), the "uninstall.exe" is missing from the installation. Thus, you have no way to uninstall the Android Studio in Windows if you install it from the installer.

You get the following error when you try to uninstall it.

How_to_Uninstall_Android_Studio_01.png

The easiest workaround is getting the older version of uninstall.exe and manually copy it to your Android Studio. Then, run uninstall program again.

1. Download Android Studio 4.2.2

The latest version of Android Studio that has uninstall.exe is version 4.2.2. So we download it from the archives page.

  • You first need to click "I agree to the terms", then search for version 4.2.2.
  • Choose "Windows (64-bit)" zip version

2. Manually Copy uninstall.exe

  • Open the zip file. At the root folder, copy uninstall.exe to your local Android Studio folder.
  • Go to windows control panel - "Add and remove programs". Uninstall Android Studio there.
  • The error should be gone now.

Some Thoughts

Because of this missing uninstall.exe issue, I'm thinking maybe I shouldn't need to install from the installer at all, although it is recommended way. It may be a better idea for me to just download the zip directly and copy the installation files manually.

To uninstall, I can also simply delete the installed folder and other user files manually if needed.

FYI - I have 4 versions of Android Studio now: How_to_Uninstall_Android_Studio_02.png

Since I keep multiple versions of Android Studio, it may be better this way. What do you think?

Android Studio

Part 11 of 17

From setup to advanced features, discover everything you need to know to take your skills to the next level with Android Studio.

Up next

How to Publish Android Library on JitPack.io with GitHub?

Many tutorials are outdated and incorrect. Thus, I create these most up-to-date guides to publish Android library on JitPack.io.