Integration of mobile applications into the desktop operating system has become a reality with the advent of Windows Subsystem for Android (WSA). This technology allows you to run thousands of applications from the Amazon Appstore directly on your PC, creating a unified ecosystem for work and play. Users are able to use touch interfaces on large monitors, emulate mouse and keyboard controls, and work with multiple windows simultaneously. Windows 11, creating a unified ecosystem for work and entertainment. Users are able to use touch interfaces on large monitors, emulate mouse and keyboard controls, and work with multiple windows simultaneously.
The implementation process for this feature has undergone changes since the release of the first beta version, and there are currently several activation methods. Some users face difficulties due to regional restrictions or the lack of a pre-installed Amazon store. In this guide, we will look at the current installation methods, hardware requirements and subtleties of performance tuning.
It is worth noting that Microsoft officially stopped supporting this component in 2026, however, the functionality continues to work on already installed systems, and enthusiasts are finding ways to extend its life through third-party repositories. It is important to understand the differences between the official installation through the Microsoft Store and manual installation of the system image.
System requirements and preliminary preparation
Before you begin installation, you must ensure that your equipment meets the minimum requirements. The Android subsystem requires a processor that supports virtualization, sufficient RAM and an SSD drive for comfortable operation. Without these conditions being met, the system simply will not start or will work critically slowly.
The key element is to enable virtualization in the BIOS/UEFI of your computer. For processors this technology is called VT-x, and for processors it is called AMD-V. You can check the status through the Task Manager by going to the โPerformanceโ tab. If virtualization is disabled, you will need to reboot the PC and change the settings in the BIOS. Intel this technology is called VT-x, and for AMD - AMD-V. You can check the status through the Task Manager by going to the โPerformanceโ tab. If virtualization is disabled, you will need to restart your PC and change the settings in the BIOS.
โ ๏ธ Attention: Make sure that the Hyper-V or "Virtual Machine Platform" feature is enabled in Windows components, otherwise the subsystem will not be able to initialize the Linux kernel.
You also need to check the build version of the operating system. The function is available only in current releases Windows 11. To check, click Win + R and enter the command winver. If your version is outdated, update the system through the Update Center before continuing.
โ๏ธ The system is ready for installation
Official installation method via Microsoft Store
The easiest and safest way to get WSA is to use the official application store. However, since the Amazon Appstore service is geographically limited, users from the CIS countries often have to change their account region or use workarounds.
The process begins by searching for the โAmazon Appstoreโ application in the Microsoft Store. When you click the installation button, the system will automatically offer to download and install the subsystem itself Windows Subsystem for Android. This process is fully automated and does not require intervention in system files.
- ๐ฆ Open the Microsoft Store and search for the Amazon Appstore.
- โฌ๏ธ Click the โGetโ or โInstallโ button.
- ๐ Wait for the subsystem package to download and install it automatically.
- ๐ Launch the application to complete the initial setup.
After installation, a โWindows Subsystem for Androidโ shortcut will appear in the Start menu. When you launch it for the first time, a settings window will open where you can select the operating mode, developer settings and graphics settings. It is recommended to immediately enable developer mode if you plan to install applications manually via ADB.
Manual installation of the system image (MSIXBundle)
If the official method is not available due to regional restrictions, you can manually install the system image. This method requires downloading the file .msixbundle from a trusted source, such as Microsoft servers or trusted repositories on GitHub.
For installation, you will need PowerShell with administrator rights. Navigation to the folder with the downloaded file is carried out using the command cd. After this, the installation command is executed, which registers the package on the system.
Add-AppxPackage -Path "C:\Path\To\File\Microsoft.Windows.Subsystem.Android.msixbundle"
It is important to ensure that the path to the file does not contain Cyrillic characters, as this may cause an interpretation error teams. After successful execution of the script, the required component will appear in the list of installed applications.
โ ๏ธ Attention: When installing manually, updates do not arrive automatically. You will need to periodically download new versions of the images and reinstall them manually to receive security patches.
This method gives you more control over the version of the system you install, allowing you to choose between stable builds and developer channels. However, it requires a deeper understanding of the Windows command line.
What to do if the installation produces error 0x80073CF0?
This error often occurs due to a conflict with the antivirus or insufficient rights. Try temporarily disabling your security software and running PowerShell as an administrator. Also make sure that the file is not blocked by the system (file properties -> Unblock).
Configuring performance and operating modes
After successful installation, it is critical to correctly configure the subsystem parameters to balance between performance and power consumption. There are three main operating modes available in the WSA settings menu, each of which affects the behavior of the processor and resource allocation.
Mode Balanced is standard and is suitable for most tasks. It dynamically changes the processor frequency depending on the load. For games and heavy applications, it is better to choose the mode High performance, which fixes high frequencies, but increases the heat and noise of coolers.
| Parameter | Description | Recommendation |
|---|---|---|
| Operating mode | CPU frequency control | Balanced for office, High performance for gaming |
| Graphics | Selection video adapter | Automatic (uses discrete card if available) |
| Data | Data persistence | Enabled to save progress in applications |
| Developer | USB debugging | Enable only if you need to install APK |
Special attention should be paid to the graphics settings. If your PC has a discrete video card from NVIDIA or AMD, make sure that in the Windows graphics performance settings it is this that is selected for the WSA process, and not the integrated processor graphics.
For maximum FPS in games, go to the Windows graphics settings (Options -> System -> Display -> Graphics), find the "Windows Subsystem for" process Android" and set the mode to "High Performance".
Installing applications: APK and Amazon Appstore
The application ecosystem in WSA is based on the Amazon store, which contains significantly fewer applications than Google Play. To install popular software that is not in the official catalog, the file format is used APK.
There are several ways to install third-party applications. The simplest is to use utilities that integrate into Windows Explorer and allow you to install APKs with a double click. A more advanced method is to use ADB debugging (Android Debug Bridge).
- ๐ Download the APK file from a reliable source (for example, APKMirror).
- ๐ Make sure that "Developer Mode" is enabled in the WSA settings.
- ๐ป Connect to subsystem via ADB with the command
adb connect 127.0.0.1:58526. - ๐ฒ Install the application with the command
adb install file_name.apk.
Caution should be exercised when installing applications from unknown sources. Although the subsystem is isolated from the main Windows system, malware can access your data inside the emulated environment or try to exploit vulnerabilities in the network stack.
โ ๏ธ Warning: Store interfaces and installation methods are subject to change by developers. Always check the latest instructions in the official documentation or on specialized forums before performing complex operations.
For convenience, many users install alternative application stores, such as the Aurora Store, which allows you to access the Google Play catalog without the need to install Google services (GMS), which are not officially supported in WSA.
Using the Aurora Store is the best compromise for gaining access to the Google Play library without the complex installation of GMS services, which can be unstable in the Windows environment.
Solving common problems and startup errors
Despite the maturity of the technology, users may encounter various errors when operating the subsystem. One of the most common problems is the inability to launch applications or the window immediately closing after startup.
Often the reason lies in a conflict with other virtualization software, such as older versions of VMware or VirtualBox. In such cases, updating the hypervisor or disabling conflicting services through the command bcdedit /set hypervisorlaunchtype auto in the command line with administrator rights helps.
If the application crashes with a graphics error, try switching the rendering mode in the subsystem settings from DirectX to OpenGL or vice versa. This is especially true for video card owners AMDwho sometimes have problems with drivers when using a certain API.
Why does the Amazon Appstore not work after installation?
Most often the problem is related to the region of your Microsoft account. Make sure the US region is selected in your store settings. Also check if you have the latest version of the subsystem itself, as older versions may not be compatible with the current Amazon client.
Is it possible to install Google Services (GMS) on Windows 11?
Google does not officially support WSA, so installing GMS requires modifying the system image (Magisk). This is a complex process that can lead to system instability and data loss during updates. It is recommended to use alternatives like Aurora Store.
Why does the subsystem consume a lot of RAM?
WSA reserves a significant amount of RAM to ensure smooth operation of Android applications. This is normal behavior. You can limit the maximum amount of memory in the subsystem settings, but this can lead to slowdowns in heavy applications.
How to update Windows Subsystem for Android manually?
If automatic updating does not work, download a new .msixbundle file with the latest version. Before installing a new version, it is recommended to remove the old one via PowerShell using the Remove-AppxPackage command, specifying the full name of the package.
Will the function disappear after the end of Microsoft support?
Microsoft stopped supporting it in 2026, but the installed subsystem will continue to work. However, there will be no new security and compatibility updates for new versions of Android. A community of enthusiasts is already working on projects to keep the system up to date.