Table of Contents
This tip is about the how to Sideload Android Apps on Windows 11 PC. So read this free guide, How to Sideload Android Apps on Windows 11 PC. If you have query related to same article you may contact us.
How to Sideload Android Apps on Windows 11 PC – Guide
Android subsystem for Windows 11 is one of the biggest new ones features which was originally supposed to happen on October 5th. It turns out that Microsoft needs more time to test the subsystem and has started to release the feature for Insiders, but a simple trick now lets you load Android apps on Windows 11 without joining the beta channel. Microsoft has confirmed that testers in the US can download and install Android apps from the Amazon AppStore on Windows 11. However, the Android Subsystem for Windows 11 is being implemented in stages, so the Amazon AppStore may not download when the App Store does not is up to date.
The Windows 11 Android subsystem is available on qualified devices with Intel, AMD, and Qualcomm processors. Also, a minimum of 8GB RAM is required to sideload Android APKs on Windows 11, while 16GB RAM is recommended for the best experience on supported devices.
Thanks to the WSA, we can sideload Android apps on Windows 11 without the Google Play Store. It also allows you to install and use mobile apps you can’t find in app stores like Amazon, Google, or Samsung. What’s great about the Android subsystem for Windows is that it allows you to install almost all Android apps without making changes to the device settings. The process is similar to sideloading apps on your phone, but you should be familiar with the Command Prompt.
How to sideload apps on the Windows subsystem for Android
Remember that the entire Windows subsystem for Android is beta quality software. Amazon and Microsoft’s curated apps are likely highly optimized for the environment, which is why they managed to secure their spots in the first batch. That said, many other Android apps should work fine out of the box. The only way to test compatibility is to download them, and this is where this tutorial will be helpful.
To sideload any Android app on the Windows 11 subsystem for Android, follow these steps:
- Download the APK file of your desired app or game from a reputable source.1. If it’s a community-developed project, check the topic on the XDA forums or similar platforms.2. Open source app APKs are often found through their GitHub repository or in stores like F-Droid as well. Lastly, there are third-party APK hosting features like APK Mirror and APKPure that are worth looking into.
- Once you have the APK file in hand, start the Windows subsystem for the Android environment. Click on the Start menu and on the “All Apps” button and find the shortcut labeled “Windows Subsystem for Android™ ️.” You can also type “subsystem” into the search box to make it faster.
- At this point, you should see the Windows Subsystem settings screen for Android. Scroll down and activate the “Developer Mode” toggle button.
- Since this particular Android instance is running alongside the host Windows kernel, we can access it through the localhost interface (127.0.0.1). In fact, the Android layer also binds to a random IP from the private network 172.30.0.0/24, which can be seen in the IP address field.– If you cannot see the IP address in the form of 172.30.xx , click on “Files” option at the top of the Settings screen to launch the Android layer by opening its built-in file explorer app. Then click on the “Update” button button to get the IP address listed. Now you can copy it with the click of a button.
- Once the Android layer is running, we can connect it using ADB from the Windows 11 host operating system. You can use localhost (127.0.0.1) with port 58526 or the IP address shown in the Settings window to establish the connection. Whereas you defined up ADB To use it from anywhere on your PC, open a new Windows Terminal window and enter one of the following options: adb connect 127.0.0.1:58526 or adb connect
- Now we can install our desired APK through ADB. The command should be as follows: adb install
- If all goes well, an Android app shortcut will be created in the Windows Start menu – just like any normal Windows app. Click on the shortcut to launch the application.
If you cannot find the Android application shortcut, you can run it manually using the following command:
%LOCALAPPDATA% Microsoft WindowsApps MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe WsaClient.exe / launch wsa: //
For example, to run Subway Surfers, type the following at the Windows Run prompt:
%LOCALAPPDATA% Microsoft WindowsApps MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe WsaClient.exe / launch wsa: //com.kiloo.subwaysurf
You can also invoke the application directly from a connected ADB shell window:
adb shell monkey -p
1
To start Subway Surfers, for example, the command would be:
adb shell monkey -p com.kiloo.subwaysurf 1
That’s it!
Final note
I hope you like the guide How to Sideload Android Apps on 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.