Android emulator not launching on windows 11

Faleti Sulaimon 11 Reputation points
2021-11-20T13:43:06.983+00:00

Please I will be glad if I anybody can help me, it's getting really too much, I installed windows 11 using the insider preview September before the launch since then my Android studio emulator stopped working not until last week when I decide to do a factory reset for my laptop then it's start to work, today again it's has stopped working I don't know what's happening but am really regretting upgrading to windows 11, or if anyone can help me solve the problem I will be really happy all I get is "
qemu-system-x86_64.exe is not responding" please kindly help

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,602 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Matthew Wood 16 Reputation points
    2022-01-10T19:03:21.92+00:00

    Also just a note for others out there, I have found that even if you disable Hyper-V and install HAXM you can still be blindsided if you are working on any Dockerized projects. If you install Docker Desktop it will silently turn Hyper-V back on. It wont show in the Windows features section either. You have to manually run

    bcdedit /set hypervisorlaunchtype off

    to turn it off and then restart. Buuuuut when you do that, you've now made it so that you cant develop your docker projects locally....

    3 people found this answer helpful.

  2. Limitless Technology 39,611 Reputation points
    2021-11-23T09:10:25.447+00:00

    Hi there,

    There are many reports regarding this issue and hopefully a official fix might be released .
    Meanwhile you can try out the below steps and see if they are helpful to you .

    Disable Hyper-V (Keep in mind WSL2 or any VM won't work without this)
    To disable Hyper-V you must follow these steps:

    Open Turn Windows features on or off.
    Uncheck Hyper-V and Windows Hypervisor platform (it may be required to uncheck Windows Sandbox).
    Open Android Studio and SDK Manager.
    In SDK tools, install Android Emulator Hypervisor Driver for AMD Processors (installer)


    --If the reply is helpful, please Upvote and Accept it as an answer--


  3. Reza-Ameri 16,971 Reputation points
    2021-11-23T15:57:51.263+00:00

    I believe this is a bug, try open start and search for feedback and open the Feedback Hub app and report this issue.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.