Table of Contents
This tip is about the how to Install Windows Subsystem for Android in Windows 11 PC. So read this free guide, How to Install Windows Subsystem for Android in Windows 11 PC step by step. If you have query related to same article you may contact us.
How to Install Windows Subsystem for Android in Windows 11 PC – Guide
Earlier this week, Microsoft released the first version of the Windows Subsystem for Android (WSA) to Insiders on the Beta and Release Preview channels. Although it was originally intended for internal testing, any supported installation of Windows 11 can get WSA up and running in no time.
Microsoft offers WSA through the Amazon Appstore. However, this currently only works with PCs configured for the US region and with an Amazon US account. The good news is that you don’t really need the Amazon Appstore to run the WSA.
In that tutorial, let’s show you how to get WSA up and working without the Amazon Appstore and how to load many popular Android apps via ADB. We also take it a step further and show you how to enable Google Play Services and use the Play Store with a little command line magic.
What is the Windows subsystem for Android?
The Windows subsystem for Android is a new technology on the Windows platform that makes it possible to run Android applications without an operating system emulator. The subsystem contains the Linux kernel and Android 11 operating system, it also contains the Amazon Appstore pre-installed and can easily install any available Android application as if it were a Windows application.
requirements
There are some requirements for installing WSA. You need a CPU that is capable of hardware virtualization. Most Windows 11 compatible CPUs have this feature, so this shouldn’t be a problem, but sometimes it’s not enabled in the BIOS by default.
Make sure virtualization is enabled
To check if virtualization is enabled in the BIOS, search and open the windows command prompt, in it, type “systeminfo” and press enter and wait for it to run, it may take a few seconds but once it’s finished, look for the “Hyper Requirements Section -V ” (usually last). If “Virtualization enabled in firmware” says “No”, you will need to enable virtualization in BIOS (more details in step 2), otherwise it is already enabled.
Enable virtualization
The virtualization enablement process can vary a lot depending on the motherboard manufacturer, but it can be summarized in a few steps:
Check your Windows edition
Another WSA requirement is Hyper-v, an optional feature Windows that allows the creation of virtual machines, if you have Windows Enterprise, Pro or Education, the process is very simple, it only requires a command, for windows home difficult, you need to update Windows or run a script to enable the feature manually. To check which version of Windows you have, open the settings, click on “system” and then on “about”, there you will find which edition of windows you have.
Enable Hyper-V (Windows Enterprise, Pro or Education):
Enabling Hyper-V on Windows Enterprise, Pro or Education is very simple, open PowerShell with admin rights, type the command below and press ENTER:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -AllOnce the installation is complete, restart your computer and Hyper-V should be installed. If you like, you can check the official Microsoft website guide clicking here.
Enable Hyper-V (Windows 11 Home):
Best option to enable Hyper-V if you have Windows Home it’s just upgrade to pro, but you can also force Windows to enable it by creating a .bat file with the script below and running it with admin rights. Once finished, restart your computer and Hyper-V should be enabled.
Installing Windows Subsystem for Android
The current preview version of the WSA is officially only available for Windows Insiders, if you are one of them, all you need to do now is search Amazon Appstore in the Microsoft Store and go! You can now install and run Android apps available from the Appstore, but if you are not a Windows Insider you will have to install it manually, but remember: this is a preview version of the WSA, bugs and issues are expected, I have not found none, but keep this in mind.
First, download the WSA package. To do this, click here to open an online tool that will generate a direct link to the Microsoft Store package. Select “productId” from the first drop-down menu on the left, enter “9P3395VX91NR”, the product ID for WSA and select “slow” for the drop-down menu on the right.
The link generator will come up with a list of all available links for this product id, what we’re looking for is a .msixbundle file just over 1GB, for me it was the last item on the list.
Right-click on the file name and select “save as…” and save it somewhere on your computer. Now it’s time to actually install WSA, to do that, open PowerShell with admin rights and run the following command:
Add-AppxPackage -Path
I saved the file to C: /, so the command for me was Add-AppxPackage -Path C: /MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32812.0_neural__8wekyb3d8bbwe.Msixbundle.
This will install WSA, restart your computer and should appear in the start menu.
Using the Windows subsystem for Android
With WSA finally installed, we can use Android apps on Windows! First, let’s open the “Windows Subsystem for Android™” app and check the available settings here.
In the settings, you can set subsystem resources to “continuous” to keep the WSA open at all times, or “on demand” to launch it whenever you open an application and then close it, recommend using it ” as needed” because this function is still in view and uses CPU and memory resources (~1 GB RAM) even if no applications are open. From Settings, you can also open the Files app to access the WSA’s internal file system, reset the default settings, turn it off, and even turn on developer mode!
To install apps, you can open the Amazon AppStore, which was installed by default with WSA, so you can search for it from the start menu, then simply log in with your Amazon account and download the apps you want.
Every app you download will appear in the start menu as if it were a native Windows app, you can even right click and uninstall directly from Windows!
Final note
I hope you like the guide How to Install Windows Subsystem for Android in Windows 11 PC. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.