How to sideload Android apps using WSA on Windows 11
You’re not limited to the Amazon Appstore. You can sideload virtually any Android apps, and here’s how on Windows 11.
When you purchase through links on our site, we may earn an affiliate commission.Here’s how it works.
TheWindows Subsystem for Android (WSA)continues to be available as a preview, finally bringing support for Android apps toWindows 11. Although the company has decided to collaborate with Amazon to download the apps using the Amazon Appstore, it’s possible to sideload Android apps you may have acquired from different sources.
The platform is currently available for devices in the United States and Japan, running the most up-to-date version of Windows 11 and meeting the memory, processor, and virtualization requirements, and using a United States-based Amazon account to access the Amazon Appstore.
Since the Amazon Appstore only offers a limited number of apps, and not everyone has an Amazon account or an account based in the U.S., you can use the Android Debugging Bridge (ADB) tools to install apps from any source using the “.apk” file.
Thisguidewill walk you through the steps to sideload Android apps on Windows 11.
How to install WSA on Windows 11
To sideload Android apps, you first need to confirm that your computer meets the minimum requirements, and then you need to install the Windows Subsystem for Android, which you can do by installing the Amazon Appstore.
System requirements
These are the additional system requirements for running Android apps on Windows 11:
Get the Windows Central Newsletter
All the latest news, reviews, and guides for Windows and Xbox diehards.
Check system requirements
To check the system requirements, use these steps:
Once you complete the steps, you want to make sure the device has the latest updates of Windows 11.
Check for Windows 11 updates
To download the latest updates of Windows 11, use these steps:
After you complete the steps, restart the computer to apply any pending updates.
Check for Microsoft Store update
If you want to install the Amazon Appstore app, the device must be using the Microsoft Store app version 22110.1402.6.0 or higher.
You can use these steps to update the store and check the current version:
Once you complete the steps, you can now enable the virtualization features on the motherboard and Windows 11.
Enable virtualization
The platform requires a device with virtualization enabled at the hardware and software level. Since each computer is different, you may want to check your manufacturer support website for the specific steps to check and enable virtualization in the UEFI firmware of the motherboard. If you have a computer with modern hardware, this feature may already be enabled. Once you confirm that virtualization is enabled, you can turn on the Virtual Machine Platform on Windows 11.
To enable the Virtual Machine Platform feature, use these steps:
After you complete the steps, you can proceed to install the Windows Subsystem for Android and the Amazon Appstore.
Install Amazon Appstore and WSA
To install the Amazon Appstore with WSA, use these steps:
After you complete the steps, you can finally proceed to sideload Android apps on Windows 11.
How to sideload Android apps on Windows 11
The process of installing and running Android apps has three steps. First, you need to set up the Android Debugging Bridge (ADB) tools to connect and install the apps. Then you need to provide the “.apk” file to install the application. Third, you need to use the ADB command to stream and install the package to the Windows Subsystem for the Android virtual machine.
Set up Android Debugging Bridge
To set up the ADB tools, use these steps:
Once you complete the steps, you need to download the Android app file you want to install on Windows 11.
Download Android apps
You will need to provide the “.apk” file to install the app you want through the Windows Subsystem for Android outside the Amazon Appstore.
Once you get the Android APK file from your favorite trusted repository, make sure to save it inside theplatform-toolsfolder.
Sideload Android apps on Windows 11
To install Android apps outside the Amazon Appstore on Windows 11, use these steps:
In the command, change the path of the location where you extracted the files. For example, this command opens the tool’s location inside the “Downloads” folder:cd C:\Users\yourusername\Downloads\platform-tools_r33.0.2-windows\platform-tools
In the command, replace “WSA-IP-ADDRESS” with the actual IP address of the Windows Subsystem for Android. For example, this command connects using the 127.0.0.1:58526 address:adb connect 127.0.0.1.137:58526
In the command, replace “ANDROID-APK-APPNAME"with the actual .apk package name. For example, this command installs the package called apple-music-app.apk located in the platform-tools folder:adb install apple_music.apk
After you complete the steps, the app will install, and you can then find it and run it from the Start menu like any other native app on Windows.
More resources
For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:
Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 15 years of experience writing comprehensive guides. He also has an IT background and has achieved different professional certifications from Microsoft, Cisco, VMware, and CompTIA. He has been recognized as a Microsoft MVP for many years.