Just a few years ago, running mobile applications on a personal computer required the use of bulky emulators, which often slowed down and consumed huge amounts of RAM. With the release Windows 11 the situation has changed dramatically: Microsoft has integrated a native subsystem that allows you to run applications directly. This solution, known as Windows Subsystem for Android (WSA), provides much higher performance and smoother operation than third-party alternatives. Users get access to a huge library of mobile software right on their desktop.

However, the setup process does not always go smoothly, especially given changes in Microsoft's policy regarding Amazon Appstore support in different regions. You will need to follow a number of specific steps to activate the Android virtual machine and begin installing applications. In this article, we will go through all the steps in detail: from checking system requirements to manually installing files if the official store is not available in your country. Ready to turn your PC into a hybrid device? Let's start by checking whether your hardware is ready to work with the new subsystem. Ignoring this step may result in installation errors or unstable applications in the future. .apk files if the official store is not available in your country.

Ready to turn your PC into a hybrid device? Let's start by checking whether your hardware is ready to work with the new subsystem. Ignoring this step may result in installation errors or unstable applications in the future.

Checking system requirements and preparing the BIOS

Before downloading any installation files, you must ensure that your computer meets the minimum requirements for virtualization to work. WSA requires an Intel or AMD processor that supports virtualization technologies. Without this component, the subsystem simply will not be able to launch the Android virtual machine. The type of drive is also critically important: installation on a traditional hard drive (HDD) is possible, but the system will be extremely slow.

For correct operation, the virtualization function must be activated in the BIOS or UEFI. On Intel processors it is called Intel VT-x, and on AMD - AMD-V or SVM Mode. Often this option is disabled by default for security reasons or compatibility with older software. You need to restart your computer, enter the BIOS settings (usually the Del, F2 or F10 keys) and find the corresponding item in the processor settings section.

⚠️ Attention: If you have a VMware or VirtualBox hypervisor installed, they may conflict with the Windows virtualization platform. It is recommended to temporarily disable their services or update to the latest versions that support resource sharing.

In addition to the processor, pay attention to the amount of RAM. Although the minimum requirement is 8 GB, for comfortable work it is recommended to have at least 16 GB RAM. The Android subsystem reserves a significant part of the memory for its needs, and if there is not enough of it, the main Windows applications will begin to work unstable.

☑️ System readiness for WSA installation

Done: 0 / 5

Activation of the virtualization platform in Windows

After checking the BIOS, you need to enable the corresponding components within the operating system itself. Windows 11 uses the platform Hyper-V to isolate the Android environment. Even if you have a home version of the system, the necessary components must be activated through the control panel. Go to menu Start and start typing “Turn Windows components on or off.”

In the list that opens, find and check the following items: Virtual machine platform and Windows hypervisor platform. Activation may also be required, although this is not always necessary for basic WSA operation. After selecting all the necessary options, click “OK” and agree to restart the computer. Windows sandboxes, although this is not always necessary for basic WSA operation. After selecting all the necessary options, click “OK” and agree to restart the computer.

💡

If after reboot you see an error message 0x80370102, Check to see if virtualization is disabled again in the BIOS. Sometimes resetting the BIOS settings after updating the firmware returns the settings to factory settings.

For advanced users, there is an activation method via the command line. This avoids long menu searches and ensures that all hidden dependencies are included. Run the terminal as administrator and enter the command to enable the platform:

dism.exe /Online /Enable-Feature /FeatureName:VirtualMachinePlatform /All /NoRestart

Then run the command to enable the hypervisor:

dism.exe /Online /Enable-Feature /FeatureName:HypervisorPlatform /All /NoRestart

After running these commands, be sure to reboot the system manually, even if the installer does not require it immediately. This ensures that the virtualization drivers are correctly loaded into the system kernel before attempting to install the Android subsystem.

Installation through the Microsoft Store and Amazon Appstore

The official and easiest way to get Android on Windows 11 is to use the store Microsoft Store. However, there is an important caveat here: the Windows Subsystem for Android application is often not available for direct download in a number of countries, including Russia and the CIS countries. It is tied to the account region and requires the installation of a store Amazon Appstore as entry points.

To bypass regional restrictions, you can temporarily change the system region. Go to Settings → Time and language → Region and set the country to “USA”. After that, restart Microsoft Store. Now type “Amazon Appstore” in the search. In the store description you will see information that the Android subsystem will be installed with it.

Component Purpose Required
Amazon Appstore Application store and WSA installation trigger Yes (official method)
WSA Package The subsystem itself (virtual machine) Yes
Intel Bridge Technology Translation of ARM instructions to x64 Automatic
Microsoft Store Platform for component updates Yes

Click the “Get” or “Install” button. The process may take a long time, since the system image of several gigabytes is downloaded. Once the installation is complete, Amazon Appstore will appear in the Start menu. When you first launch the store, you will be prompted to sign in to your Amazon account. This is necessary to download applications, but the Android subsystem itself will start automatically in the background.

📊 Which installation method are you planning to use?
Official via Microsoft Store
Manual installation via PowerShell
Using a third-party installer WSATools
I haven’t decided yet, I’m reading the article

Manual installation of WSA without being tied to a region

If changing the region does not help or you do not want to use an Amazon account, there is a manual installation method. It involves downloading the complete subsystem package in .msixbundle format from reliable third-party resources, such as repositories on GitHub. This method gives you more control over the version of Android and allows you to install the system without unnecessary software from Amazon.

After downloading the archive, unpack it into a convenient folder. Inside you will find several files, but the key one is the installation script. To install, you will need to enable "Developer Mode" in Windows settings. Go to Settings → System → For Developers and activate the switch. This permission is required to install applications not from a certified store.

⚠️ Attention: Download WSA images only from trusted open source sources. Modified assemblies from unknown authors may contain malware or unstable drivers that can damage your system.

The installation is started via PowerShell. Open a terminal as an administrator, go to the folder with the extracted files and run the installation command. The system will ask for confirmation to install the certificate and the application itself. Agree with all warnings.

Add-AppxPackage -Register .\AppxManifest.xml

After successfully executing the command, the “Windows Subsystem for Android” icon will appear in the Start menu. Launch it to complete the initial setup. This method often works more stable, since you get a “clean” version of the subsystem without imposed services.

What to do if installation via PowerShell produces error 0x80073CF0?

This error often occurs due to a conflict with an already installed version of the subsystem. Completely uninstall the previous version via Settings → Applications, restart your PC and try again. Also make sure that the folder path does not contain Cyrillic characters.

Configuring performance and operating modes

After successful installation, it is important to correctly configure the subsystem parameters to achieve maximum performance. Go to the Windows Subsystem for Android application through the Start menu. In section System you will find resource allocation settings. By default, the system can operate in compatibility mode, which limits its capabilities.

It is recommended to switch the operating mode to High performance. This will force the subsystem to use more CPU and GPU resources, which is critical for games and heavy applications. You can also configure the sleep mode here: select “Never” if you want applications to remain running in the background, or “When minimized” to save the laptop’s battery.

Pay special attention to the graphics settings. If you have a discrete video card from NVIDIA or AMD, make sure that in the video driver control panel for WSA processes it is the discrete card that is selected, and not the integrated graphics of the processor. This can increase FPS in games several times.

💡

Switching the mode to “High Performance” increases energy consumption, but eliminates micro-freezes in the Android interface and speeds up the launch of applications.

In the “Applications” section you can manage permissions for each installed software. Here you can deny access to the microphone, camera or geolocation for specific apps, increasing the level of security of your system. These settings are synchronized with the settings inside Android itself, but it is more convenient to manage them from the Windows main menu.

Installing APK files and managing applications

One ​​of the main advantages of manual installation or configuration through developer tools is the ability to install applications directly from .apk files, bypassing the Amazon store. This opens access to Russian applications (Yandex, Sber, VK), which are not available in Western stores. To do this, you will need a third-party tool, for example WSATools from the Microsoft Store or a command line utility ADB.

The easiest way for the average user is to use the WSATools application. After installing it, open any APK file through the context menu (“Open with” → WSATools). The app will automatically contact the subsystem and install the application. The icon will appear in the Start menu along with regular Windows apps.

  • 📱 Direct installation: Simply double-click on the APK file if the association with WSATools is configured.
  • 🛠 Via ADB: Enable USB debugging in the subsystem settings and use the command adb install app_name.apk.
  • 🔄 Updates: When manually installing APK, updates do not come automatically, you need to download new versions manually.
  • 🗑 Removal: You can remove applications in the standard way through “Settings” → “Applications” in Windows.

For those who prefer the classic method, you can use Android Debug Bridge (ADB). Download Platform Tools for Windows, extract them and open a terminal in this folder. First, enable “USB Debugging” in the Android subsystem settings. Then connect to the local address:

adb connect 127.0.0.1:58526

After a successful connection, you will have full access to the Android file system and will be able to install, delete and manage applications like on a real smartphone. This is especially useful for advanced users who need fine-tuning of the system.

⚠️ Warning: Installing APKs from unknown sources carries security risks. Scan your files with an antivirus before installation, as malware in a WSA environment can access your files in Windows shared folders.

Frequently asked questions (FAQ)

Is it possible to run Google Play Store on Windows 11?

Google Play Store is not officially supported in W.S.A. However, there are modified assemblies of the subsystem (for example, from the MagiskOnWSA project), into which Google services are embedded. Their installation requires advanced skills and is performed at your own peril and risk, as this violates Microsoft's terms of use.

Why does the Android subsystem not start or crashes?

The most common reason is disabled virtualization in the BIOS or a conflict with another hypervisor (VirtualBox, VMware). The problem may also be due to outdated video card drivers. Try updating your GPU drivers and re-creating the virtual machine by resetting the application in Windows settings.

Do banking applications work in this environment?

Most banking applications work correctly because WSA emulates a certified device. However, some highly secure applications may detect emulation or absence of Google SafetyNet and refuse to launch. In such cases, only installing a modified assembly with security patches will help.

How to free up space if WSA takes up too much disk space?

The subsystem dynamically expands its virtual disk. To reduce its size, you need to turn off the subsystem, find the virtual disk file (usually in the hidden AppData folder) and use the diskpart utility to compress the VHDX file, or simply remove heavy applications inside Android.

Will the microphone and camera work?

Yes, WSA has access to the hardware microphone and webcam of your PC. The first time you launch an application that requires these devices, the system will ask for access permission. The quality of work depends on the drivers of your devices in Windows.