Hero Background

Next-Gen App & Browser Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud

How to run Android apps on Windows 10?

Windows 10 cannot run Android apps natively, so you need a layer that provides an Android runtime. The three working approaches in 2026 are to install an Android emulator (BlueStacks, LDPlayer, Android Studio, or Genymotion), mirror apps from a connected Android phone with Microsoft Phone Link, or stream a remote Android device through a cloud Android emulator in your browser. Windows Subsystem for Android (WSA), which older guides recommended, was discontinued by Microsoft in March 2025 and was never officially available on Windows 10.

Your Options at a Glance

Each method runs Android apps in a different way. The table below summarizes how they work and who they suit best, so you can jump straight to the section that fits your goal.

MethodHow it worksBest for
Desktop emulatorRuns a full Android system locally on your PCGaming and everyday consumer apps
Developer emulator (AVD / Genymotion)Official Android images with configurable device profilesApp development and debugging
Phone Link mirroringMirrors apps running on a connected Android phoneQuick access to apps you already use on your phone
Cloud Android emulatorStreams a remote Android instance to your browserNo-install access and app testing

Method 1 - Install an Android Emulator

An Android Emulator for Windows recreates a complete Android device, both its hardware and software, on top of Windows 10. Apps install and run as though they were on a real phone. This is the most popular route for consumers because it works fully offline once installed, though it consumes a meaningful slice of your PC's CPU, GPU, and RAM.

Step-by-step:

  • Pick an emulator that matches your need: BlueStacks or LDPlayer for gaming, NoxPlayer or MEmu Play for general apps.
  • Confirm hardware virtualization (Intel VT-x or AMD-V) is enabled in your BIOS, as emulators rely on it for acceptable speed.
  • Download the installer from the emulator's official website and run it.
  • Sign in with a Google account inside the emulator to enable the Play Store.
  • Search the Play Store for your app, or drag an APK file onto the emulator window to sideload it.
  • Launch the app and map your keyboard or controller if it is a game.

Best for: Running games and consumer apps locally with full keyboard, mouse, and gamepad control, plus the ability to run several app instances side by side.

Trade-off: Emulators are resource hungry and many free versions show ads. Only download installers from the vendor's official domain, as fake emulator builds are a common malware vector.

Method 2 - Use Android Studio or Genymotion (For Developers)

If you are building or testing an Android app rather than just running one for fun, a developer-grade emulator gives you far more control. Android Studio's bundled emulator (AVD) and Genymotion both let you choose specific Android versions, screen sizes, and device profiles, and they integrate with debugging tools.

Step-by-step:

  • Install Android Studio, then open the Device Manager to create an Android Virtual Device (AVD).
  • Select a hardware profile (for example, Pixel 8) and download a system image for the Android version you need.
  • Start the virtual device, then drag an APK onto the running emulator or install it with adb install app.apk.
  • For wider device coverage, install Genymotion and pick from its catalog of pre-built device templates.
  • Use Logcat and the Android Debug Bridge to inspect logs and reproduce issues.

Best for: Developers and QA engineers who need official system images, sensor simulation, and a tight feedback loop with their IDE.

Trade-off: These emulators are heavier to set up than consumer apps, and Genymotion's full feature set requires a paid license.

Method 3 - Mirror Apps from Your Phone with Phone Link

Microsoft Phone Link does not run Android apps on the PC. Instead, it mirrors apps that are running on your physical Android phone and forwards your clicks and keystrokes back to the device. The benefit is that you avoid heavy emulators entirely, but the phone must stay powered on and connected. Full app mirroring works best on supported Samsung and HONOR phones.

Step-by-step:

  • Open the Phone Link app on Windows 10 (search for it in the Start menu).
  • On your Android phone, install or open the Link to Windows app (preinstalled on many Samsung and HONOR devices).
  • Pair the two devices by scanning the QR code shown on the PC and granting the requested permissions.
  • Open the Apps panel in Phone Link to see your phone's apps; on supported phones you can pin individual apps to the Windows taskbar.
  • Click an app to mirror it, then control it with your mouse and keyboard.

Best for: Reading notifications, replying to messages, and using a few of your phone's apps from the desktop without installing anything extra.

Trade-off: It is mirroring, not a local Android runtime, so apps cannot be installed independently on the PC and responsiveness depends on your Wi-Fi quality.

Method 4 - Run Android Apps in a Cloud Emulator

A cloud-based Android emulator runs the Android instance on a remote machine and streams the video to your browser. Because nothing installs on your Windows 10 PC, this is the lightest option and it does not consume your local CPU or GPU. You can switch Android versions and device profiles in seconds, which makes it especially handy for quick checks and for testers.

Step-by-step:

  • Open a browser on your Windows 10 PC and go to an online Android emulator such as TestMu AI Android Emulator Online.
  • Sign in or start a free session.
  • Choose an Android version and a device profile (for example, a recent Pixel or Galaxy model).
  • Upload your APK or open an app inside the streamed Android instance.
  • Interact with the app in the browser tab using your mouse and keyboard.

Best for: Trying an app without a local install, working on low-spec hardware, and testing how an app behaves across multiple Android versions.

Trade-off: Streaming latency depends on your connection, and pure cloud emulators that run AOSP images may not perfectly reproduce apps that lean on Google Play Services.

A Note on Windows Subsystem for Android (Discontinued)

Many older tutorials point you to Windows Subsystem for Android (WSA) and the Amazon Appstore. That advice is now out of date. Microsoft removed WSA and the Amazon Appstore from the Microsoft Store after March 5, 2025, and apps that depended on the subsystem no longer receive support. Just as importantly, WSA was a Windows 11-only feature, so it was never officially available on Windows 10 in the first place. If a guide tells you to enable WSA on Windows 10, skip it and use one of the four methods above.

Testing Android Apps from a Windows 10 Machine

Running an app is one thing; validating it is another. Local emulators cannot fully reproduce real hardware behavior around camera APIs, biometric prompts, push notifications, GPS, and OEM skins such as Samsung One UI, Xiaomi MIUI, and OPPO ColorOS. For release-grade quality, you want both quick emulator checks and real-device runs.

From any Windows 10 browser you can upload an APK to TestMu AI's Android Emulator Online for fast functional checks, or run it on physical handsets through the Real Device Cloud to capture logs, record video, and reproduce device-specific bugs without buying or maintaining a device lab.

Frequently Asked Questions

Is Windows Subsystem for Android (WSA) still available?

No. Microsoft discontinued Windows Subsystem for Android and removed it from the Microsoft Store after March 5, 2025, and apps that depended on it no longer receive support. WSA was also a Windows 11-only feature, so it was never officially available on Windows 10. Use an Android emulator, Phone Link, or a cloud Android emulator instead.

What is the best Android emulator for Windows 10?

For general use and gaming, BlueStacks and LDPlayer are the most popular and run well even on modest hardware. For app development and testing, Android Studio's emulator and Genymotion are the better fit because they offer official system images, configurable device profiles, and IDE integration.

Can Windows 10 run Android apps without an emulator?

Not natively. Without an emulator, your options are Microsoft Phone Link, which mirrors and controls apps running on a connected Samsung or HONOR phone rather than running them on the PC, or a cloud Android emulator that streams a remote Android instance to your browser so nothing installs locally.

Does Phone Link actually run Android apps on the PC?

No. Phone Link mirrors apps that are running on your physical Android phone and forwards your clicks and keystrokes back to the phone. The app still executes on the phone, so the phone must stay powered on and connected. Full app mirroring works best on supported Samsung and HONOR devices.

What are the system requirements to run an Android emulator on Windows 10?

Most desktop emulators want a 64-bit Windows 10 install, hardware virtualization (Intel VT-x or AMD-V) enabled in the BIOS, at least 8 GB of RAM, and a dedicated or modern integrated GPU for smooth rendering. Lighter emulators like LDPlayer can run on lower-end machines, while Android Studio's emulator benefits from more RAM and CPU cores.

Is an emulator good enough for testing an Android app on Windows 10?

An emulator is fine for early development and quick functional checks, but it cannot reproduce real hardware behavior such as camera APIs, biometric prompts, push notifications, GPS, or OEM skins like Samsung One UI and Xiaomi MIUI. For release-grade validation, run the app on real Android devices in a device cloud.

Related Questions

Test Your Website on 3000+ Browsers

Get 100 minutes of automation test minutes FREE!!

Test Now...

KaneAI - Testing Assistant

World’s first AI-Native E2E testing agent.

...

TestMu AI forEnterprise

Get access to solutions built on Enterprise
grade security, privacy, & compliance

  • Advanced access controls
  • Advanced data retention rules
  • Advanced Local Testing
  • Premium Support options
  • Early access to beta features
  • Private Slack Channel
  • Unlimited Manual Accessibility DevTools Tests