How to install Android apps on Windows 11

Ashwin
Oct 25, 2021
Updated • Nov 14, 2021
Windows
|
23

When Microsoft unveiled Windows 11, one thing that surprised users was support for Android apps. Up until now, the only way for users to run Android apps in Windows, was to use third-party solutions such as the Bluestacks emulator.

Windows 11 Android apps support

Naturally, many users were eagerly anticipating the feature to arrive when the new operating system shipped, but it wasn't to be. There were delays in the development cycle, and support for mobile apps was pushed back, in order to focus on stabilizing the core functionality of the OS.

A few days ago, Microsoft announced a new Windows 11 build for participants in the Insider Preview Program's Beta Channel. While that is good news, there are a couple of caveats here. For starters, it is only available in the US region. The second requirement is a US-based Amazon account, because that's what Windows 11 uses to download and install Android apps.

If you are in the U.S., head to the Microsoft Store to download the Amazon AppStore app. For those not in the U.S., you're probably going to get an error that says "This app will not work on your device." The only workaround is to sideload apps on your computer. Before we do that, we need to install the Windows Subsystem for Android, i.e. WSA.

This is going to be a long guide, take it piecemeal, and it will be easy to follow.

Note: If you are getting errors, e.g. "unable to start Windows Subsystem for Android", check if Virtualization is enabled in the BIOS of the computer. Virtualization is required and it may be off by default.

How to install WSA on Windows 11

1. Head to Adguard.net's Store app downloader.

How to install WSA on Windows 11

2. Paste the link for the WSA app in the URL box.

https://www.microsoft.com/store/productId/9P3395VX91NR

3. Click the drop-down menu to the right (it says RP), and set it to the Slow Channel.

4. Hit the check button, and the page will load a list of options.

Download the WSA MSIX Bundle

5. Scroll all the way to the bottom, and you will find the WSA MSIX Bundle, its size is 1.21GB. The name should appear like this: MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral_~_8wekyb3d8bbwe.msixbundle

6. Use your download manager to capture the URL, or right-click on the URL and "Save link as" to fetch the download from Microsoft's server.

7. Optionally rename the package to something simple. E.g. WSA.Msixbundle

8. Open a PowerShell window as an administrator, and use the following command.

Add-AppxPackage -Path C:\Enter_the_path\WSA.Msixbundle

Replace Enter_the_path with the actual location of the file. E.g. Add-AppxPackage -Path C:\Users\Ashwin\Downloads\WSA.Msixbundle

Installing WSA on Windows 11

9. Wait for the installation process to be completed. Once it is done, click the Start Menu and you will see Windows Subsystem for Android listed there, click it to launch the app.

WSA on Windows 11

10. Click the arrow button to the right of the Files option. It should open the following screen.

Windows Subsystem for Android interface

Unable to start Windows Subsystem for Android error

If it gives you an error that says "Unable to start Windows Subsystem for Android", you will need to enable the "Virtual Machine Platform" option, from Settings > Apps > Optional Features > More Windows Features. Reboot the computer and try running the app again.

WSA Windows 11 Virtual Machine Platform

It will display a pop-up with a message that reads, "Starting Windows Subsystem for Android". A few seconds later, the app should open like this.

Windows Subsystem for Android starting

credit: u/Coxxs

This will also install the Amazon Appstore app on your computer. If you have a US-based account, you can sign in to it and start using apps straight away.

Amazon AppStore on Windows 11

For those who wish to download and install APKs, you can't just install APKs by double-clicking on them like a normal EXE. So, we will need to install ADB to sideload apps.

Windows Subsystem for Android on Windows 11

Installing ADB on your Computer

1. Go to Google's Android Developers website, and download the Android SDK Platform-Tools for Windows.

2. It will result in a 12MB archive. Extract it to a folder that's easily accessible, like C:\ADB

Note: I already ADB installed on my computer, for installing custom ROMs. This is the BAT tool I used, it installs ADB without a hassle.

3. Open the WSA app, and toggle Developer Mode. It should read "ADB can be connected on 127.0.0.1:58526". That indicates ADB is working correctly.

WSA Windows 11 Developer Mode

How to install Android apps in Windows 11

1. Open a command prompt window and type,

adb connect 127.0.0.1:58526

Now the window should say that it is already connected to the Local IP.

Note: If it gives an error stating adb is an unrecognized command, you need to include the path of adb.exe. E.g. C:\ADB\adb.exe connect 127.0.0.1:58526. This is why I prefer installing ADB, it's simpler.

 

2. Use the following command to install APKs in Windows 11.

adb install APP_PATH_AND_NAME.APK

Replace APP_PATH_AND_NAME with the path of the app's location and path. E.g. adb install C:\Users\Ashwin\Downloads\F-Droid.apk

How to install Android apps on Windows 11

3. Press enter, and the app should get installed. It will appear in the Start Menu, click on it and your Android app will open.

Android apps on Windows 11

Here's a screenshot of the F-droid app running on my computer.

Android app running on Windows 11

Shortcut to install Android apps in Windows 11

This is completely optional, but it can save you the manual effort of typing the app's name, path, etc.

1. Open Notepad and paste the following code in it.

echo off
adb connect 127.0.0.1:58526
adb install %1

2. Save the document as a .BAT file.

3. Download an Android app's APK on your PC, and drag it over the BAT file that you created. You should see the command prompt open, install the app and close.

Do I need to be in the Windows 11 Insider Preview Program to install Android apps?

No, it works in the stable release channel too.

Can I install the Google Play Store on Windows?

No, but you can use the open-source Aurora Store that's available on F-droid. It will download apps from the Play Store and install them for you.

Aurora Store Android apps

Please be careful about where you are getting your APKs from, Android apps from third-party stores can be malicious. We have even seen malware on apps in the Play Store, so pay attention to it.

Summary
How to install Android apps on Windows 11
Article Name
How to install Android apps on Windows 11
Description
We show you how to install Android apps on Windows 11, in easy-to-follow steps.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Andrew Sadler said on January 5, 2022 at 11:52 pm
    Reply

    i keep on getting a can not find path C:\Users\MYNAME\Downloads

  2. Barry said on October 28, 2021 at 11:08 pm
    Reply

    Doesn’t work in a Hyper-V VM if you’ve an AMD CPU unfortunately because AMD incompatible with nested virtualisation. I wonder if this works in Win 10?

    1. Eugene said on January 6, 2022 at 2:13 pm
      Reply

      I’m on amd 3000 with vmware win11 vm no problem.

      Awesome guide btw. I just switched the end to use wsatools, it’s quicker.

  3. Rui said on October 28, 2021 at 2:17 am
    Reply

    Can anyone guide me on how to resolve this, i had followed above steps and it prompt this when i trying to do adb install.

    Performing Push Install
    adb: error: failed to get feature set: more than one device/emulator

  4. aissa said on October 27, 2021 at 10:40 pm
    Reply

    Can’t start Windows Subsystem for Android, I have only 4GB of RAM installed o my PC, is there any way to start Windows Subsystem for Android without 8GB+ of RAM?
    Please find me a way to run Windows Subsystem for Android on my computer, I have 4GB RAM

  5. Larry said on October 27, 2021 at 4:59 am
    Reply

    Something about this doesn’t seem right. The source you’re pulling the msix from seems like it could distribute viruses or malware. Firefox threw up a warning when i tried to download the file saying that it’s not secure and the file could be tampered with which validated my initial concern.

  6. KeKyKo said on October 26, 2021 at 6:01 pm
    Reply

    I get “This app package is not supported for installation by App Installer because it uses certain restricted capabilities.”

    1. KeKyKo said on October 26, 2021 at 6:02 pm
      Reply

      Then I also get “Add-AppxPackage: The ‘Add-AppxPackage’ command was found in the module ‘Appx’, but the module could not be loaded. For more information, run ‘Import-Module Appx’.”

      What am I doing wrong :(

      1. Rick M said on November 15, 2021 at 11:37 pm
        Reply

        you will need to download the other associated *.appx packages you get from search results on rg-adguard.net
        ex: Microsoft.UI.Xaml.2.6_2.62108.18004.0_x64__8wekyb3d8bbwe.appx

        Make sure you only download the architecture you have (x86/x64) I believe their is a package that has two versions just dl later of them.

        Once you have them install them prior to WSA.package
        ex: Add-AppxPackage -Path C:\Directory Name\Microsoft.UI.Xaml.2.6_2.62108.18004.0_x64__8wekyb3d8bbwe.appx

      2. skrzat said on October 27, 2021 at 12:30 pm
        Reply

        Don’t use GitHub’s Powershell and use built-in version

  7. curio said on October 26, 2021 at 2:17 pm
    Reply

    1.2 GB is effing a massive bunch of code.
    How is this justified?
    Any way to remove any and all Amazon components post install?

    Just want the bare essentials for side-loading apps and F-Droid and Aurora store.
    Anyone?

    1. Ray said on October 26, 2021 at 9:21 pm
      Reply

      The image is pretty barebones already. It’s basically AOSP version of Android 11.

      Only the Amazon Store APK and a few Amazon-related things are in the image. You can uninstall these things with “adb uninstall” but this doesn’t decrease the image size.

      Also an Android app will take up anywhere between 2GB – 4GB of RAM when in use, so keep that in mind.

  8. Miss Chief said on October 26, 2021 at 12:48 pm
    Reply

    So, IF I install an android app from a dubious source and it is most likely malicious..what damage can it do? Can I block it with windows firewall? Clean installed Windows 11 with no microsoft account, also obviously no google play account. Exactly what can for example a tampered-with picture gallery or music player DO to my supersafe NSA certified Fort Knox Windows 11 machine? I mean android malware shouldn’t be able to do anything on windows right? Just like a windows virus is useless on a linux computer. You know, I’m not gonna use this android functionality on windows to sideload facebook tiktok instagram etc etc.. Let’s get real: this is gonna get used 99% by kids to play STOLEN android games on windows. There. I said it.

  9. Trey said on October 26, 2021 at 12:29 am
    Reply

    Great guide Ashwin. Thanks

  10. Ronen said on October 25, 2021 at 11:04 pm
    Reply

    Wow very nice
    This works on windows 11 stable and unsupported cpu
    Thanks

    1. Ronen said on October 26, 2021 at 6:38 pm
      Reply

      you can add Google play here
      https://github.com/ADeltaX/WSAGAScript

      and mabe install some Luncher for esey work with apps

  11. semce said on October 25, 2021 at 11:01 pm
    Reply

    Got to the adb connect 127.0.0.1:58526 and received this error message –

    “cannot connect to 127.0.0.1:58526: No connection could be made because the target machine actively refused it. (10061)”

    1. Boris said on November 20, 2021 at 9:35 am
      Reply

      getting the same..

    2. Ashwin said on October 26, 2021 at 6:31 am
      Reply

      Have you enabled Developer Mode in the WSA app? Is the app running in the background?

      1. majed said on November 23, 2021 at 12:03 am
        Reply

        cannot connect to 127.0.0.1:58526: No connection could be made because the target machine actively refused it. (10061)

      2. semce said on October 26, 2021 at 2:49 pm
        Reply

        yes

  12. ROM said on October 25, 2021 at 9:26 pm
    Reply

    And how to install this without installing ANY store, just manually sideloading apps?

    1. Ashwin said on October 26, 2021 at 6:36 am
      Reply

      Yes, sideloading is the way to go. Download the APKs from GitHub or wherever they are available. Store apps are useful for getting app updates though, which is why I recommended Aurora Store and F-Droid.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.