I recently upgraded my computer from Windows 10 to Windows 11, and since then, Android Studio no longer works.
When I try to open it: Nothing happens at all - no error message, no IDE window.
I’ve already tried:
- Restarting the computer
- Running Android Studio as administrator
- Reinstalling Android Studio (latest version from JetBrains / Google)
- Deleting .android and .AndroidStudio* folders from my user directory
- Updating Java and environment variables
But none of these helped.
Has anyone faced this issue after upgrading to Windows 11? What could cause Android Studio not to start, and how can I fix it?
2 Answers 2
I fixed the issue by running two commands in Command Prompt (as Administrator):
netsh winsock reset
ipconfig /flushdns
Steps:
Press Start, type cmd
Right-click Command Prompt → Run as administrator
Run the two commands above one by one
Wait for both to complete
Restart your computer
Open Android Studio again
After this, Android Studio launched successfully on Windows 11.
2 Comments
This solution worked perfectly for me after upgrading to Windows 11.
Android Studio was not opening at all, no errors and no window.
I tried reinstalling Android Studio, updating Java, and deleting config folders, but nothing helped.
Running the netsh winsock reset command fixed the issue immediately.
I also ran ipconfig /flushdns as suggested.
After restarting the computer, Android Studio finally launched normally.
This saved me a huge amount of time and frustration.
I had already tried many different methods without success.
I didn’t expect a network reset to solve this problem.
One of the best answers I’ve seen on Stack Overflow - thank you 🙏
studio64.exein details list after starting Android Studio. If you see it then it is stuck somewhere before showing the first UI element. Check graphic drivers of your system if you need to update them. YOu can also check Android Studio log file inC:\Users\%username%\AppData\Local\Google\AndroidStudio<some version number>\log