1

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?

1
  • Check taskmanager if you see studio64.exe in 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 in C:\Users\%username%\AppData\Local\Google\AndroidStudio<some version number>\log Commented Oct 23 at 7:13

1 Answer 1

2

I fixed the issue by running two commands in Command Prompt (as Administrator):

netsh winsock reset

ipconfig /flushdns

Steps:

  1. Press Start, type cmd

  2. Right-click Command Prompt → Run as administrator

  3. Run the two commands above one by one

  4. Wait for both to complete

  5. Restart your computer

  6. Open Android Studio again

After this, Android Studio launched successfully on Windows 11.

Sign up to request clarification or add additional context in comments.

2 Comments

This worked perfectly! Saved me a ton of time, thank you 🙏
Super Answer ! I had no way to run android studio with many methods, but I couldn't. This is 100% perfect answer !!!!!!!!!!!!!!!!!!!!!!!!!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.