Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 57 You must be signed in to star a gist
  • Fork 24 You must be signed in to fork a gist
  • Save HimDek/eb8704e2da1d98240153165743960e17 to your computer and use it in GitHub Desktop.
Save HimDek/eb8704e2da1d98240153165743960e17 to your computer and use it in GitHub Desktop.
This Guide will show you how to Install Windows Subsystem for Android or WSA on any Edition of Windows 11 non Insider release.

Install Windows Subsystem for Android on Windows 11 non Insider

WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator. The problem is Windows Subsystem for Android is currently only available through preview via the Beta Channel of the Windows Insider Program. But if you follow this guide, you don't have to be in Windows Insider Program to try it out. The only thing you need is Windows 11 installed and some patience.

Prerequisites:

  • A Device with any version and Edition of Windows 11 installed.
  • Internet Connection.
  • Hyper-V enabled.

Enable Hyper-V:

  • If Hyper-V is already enabled, click here to skip this part.
  • If your Windows Edition is Home, click here to know how to enable Hyper-V in Windows Home Edition.
  • If your Windows Edition is Pro, Enterprise or Education follow the bellow steps to enable Hyper-V:
    • Search for Turn Windows features on or off in the Start Menu search bar and open it. 10
    • In the Window, lookout for Hyper-V, Virtual Machine Platform and Windows Hypervisor Platform. Then check the check boxes before them and click OK. This will also take some time and then a Restart is necessary. After this step, Hyper-V will be enabled.

Follow these steps:

  • Go to https://store.rg-adguard.net/. You will see the page shown in the below screenshot. 1
  • Select ProductID from the first drop down list.
  • Enter 9p3395vx91nr in the box next to it.
  • Select Slow from the drop down box next to it. 2
  • Then click the checkmark icon.
  • A list of files will appear below as results.
  • You have to find MicrosoftCorporationII.WindowsSubsystemForAndroid_<version>.msixbundle from that list. In the list the <version> will be replaced by the current version number. As of writing this the file size is around 1.2GB.
  • Right Click this file and click Save link as... from the context menu as shown in the screenshot below. 3
  • Now save the file and remember its location. The file will be downloaded to that location.
  • If you see a warning that the file can't be downloaded securely as shown in the screen shot below, click the upward arrow icon and click keep. Then the download will start. 4
  • After the download is finished, browse to its location, Right click it and click Copy as path as shown in the screenshot below. 5
  • In the start menu, search powershell, right click Windows PowerShell and click Run as Administrator as shown in the screenshot below. 6
  • In the powershell window, type Add-AppxPackage and then paste the path that you copied by pressing Ctrl + V. The powershell window should look simillar to the screenshot below. Then press Enter. The installation will start. 7
  • After the installation is done, you can close the PowerShell window and the Windows Subsystem for Android Setting will appear on the Start Menu. 8
  • On running Windows Subsystem for Android Setting, the window shown in the screenshot below will appear. There, click on the icon in the extreme left side of the Files box. This will start Windows Subsystem for Android and open the File Manager App in Android. 9

You might also like:

@christofkaelin
Copy link

If you receive an error message telling you that Microsoft.UI.Xaml.2.6 is missing, check this out for troubleshooting: https://learn.microsoft.com/en-us/answers/questions/617012/#answer-732311

@4fthawaiian
Copy link

winget install 9p3395vx91nr works as well

@DennisWang917
Copy link

Thanks, that helps a lot!!!

@whong0951
Copy link

Thanks, it works well on windows 11!

@arekmoja
Copy link

Hi.. i go to https://store.rg-adguard.net/ and follow the next step,which is
Select ProductID from the first drop down list.
Enter 9p3395vx91nr in the box next to it.
Select Slow from the drop down box next to it.

But after I click the check mark, nothing appears other than symbol like it's being loading.
I even wait for an hour, reload, and redo the steps, but still nothing appears.

Could you guys help?
I'm running Windows 11 Home on HP Stream

@KParthSingh
Copy link

KParthSingh commented Mar 23, 2024

@arekmoja ik i'm late but select "url (link)" and paste this link https://apps.microsoft.com/detail/9p3395vx91nr?hl=en-us&gl=US :)

@marshallrichards
Copy link

Once you have the MSIXBUNDLE downloaded, is it possible to install WSA completely offline without an internet connection?
Use case: VM that cannot have internet access needs to install WSA to use an offline Android app.

@KParthSingh
Copy link

Yes, You don't need internet connection to install WSA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment