DEV Community

Cover image for Can't Uninstall Android Studio in Windows?
Vincent Tsen
Vincent Tsen

Posted on • Updated on • Originally published at vtsen.hashnode.dev

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.

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?


Originally published at https://vtsen.hashnode.dev.

Oldest comments (2)

Collapse
 
eterychan profile image
Eternia

I wonder if we can simply delete Android Studio folders from Program Files and User\AppData?

Collapse
 
vtsen profile image
Vincent Tsen

Yes, that will work, I guess in both \AppData\Local\Google\AndroidStudio* and \AppData\Roaming\Google\AndroidStudio* folders.

But I'm not sure if anything could be missed. Maybe the \AppData\Local\Android folder as well? Also, the short-cut start menu (which links to Android Studio) may need to be deleted too.