Home > Tips and Tricks > Android

How to Sideload Android Apps on Windows 11 [Without Amazon App Store]

In this guide, we will show you the steps to sideload Android apps on Windows 11 i.e. install apps without using Amazon App Store. Out of the truckload of features that the Silicon Valley giant had announced, there’s no denying the fact that its ability to support Android apps managed to gather the maximum attention. However, this feature didn’t roll out with the initial stable build and it took a few additional weeks before going live for the end-users.

But even then, not everyone is able to make full use of this feature. To begin with, quite a few users were facing issues with the installation of the Windows Subsystem for Android. While we were able to get rectify this issue, there is another one that needs to be addressed. Microsoft has partnered with the Amazon App Store for the download and installation of Android apps. However, as of now, this feature is only live for US users, so you will need to have a US-based Amazon account.

But this then makes it virtually impossible for the users of other regions to get hold of their preferred apps. Moreover, as of now, the Store only has a limited number of apps. So even if you are a US citizen, you wouldn’t be able to find most of the popular apps on the Store. So to overcome all these problems, there exists a nifty workaround- and that involves removing your dependency from the Amazon App Store. And in this guide, we will show you how to do just that. Follow along for the steps to sideload Android apps on Windows 11.

How to Sideload Android Apps on Windows 11 | Download Apps Without Amazon App Store

The below instructions are listed under separate sections for ease of understanding. Make sure to follow in the exact same sequence as mentioned.

STEP 1: Install Windows Subsystem for Android

To begin with, you will have to install Windows Subsystem for Android onto your Windows PC. If your PC supports it, then just you could directly install it from the Microsoft Store.

Install Windows Subsystem for Android

However, if it isn’t available in the Store, then your PC isn’t able to checkmark all the prerequisites. In that case, you would have to install the Subsystem using a workaround. So please refer to our guide on How to Install Windows Subsystem for Android on an Unsupported PC.

STEP 2: Find IP Address of Windows Subsystem for Android

  1. Head over to the Start Menu, search Windows Subsystem for Android, and open it.
  2. Then scroll to the Developer options and enable the toggle next to it.
    Sideload Android Apps on Windows 11
  3. You might now get a Windows Firewall prompt, make sure to allow the access.
    Sideload Android Apps on Windows 11
  4. After that, go to the IP Address section and hit the Copy button next to it. Now paste in somewhere, such as in Notepad.
    Sideload Android Apps on Windows 11
  5. If the IP Address isn’t displayed there, then click on “Manage developer settings” under the Developer Mode.
    Sideload Android Apps on Windows 11
  6. Now scroll to the Wireless Debugging option and enable its toggle. Then click on Wireless Debugging to access its menu.
    Sideload Android Apps on Windows 11
  7. Refer to the IP Address and Port section and only copy the IP Address value from it (the value before colon is your IP Address). For example, if you refer to my screenshot, the IP address is 172.25.144.18.
    Sideload Android Apps on Windows 11

STEP 3: Download Android SDK Platform Tools

Next up, download and install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.

install adb platform tools windows

STEP 4: Connect Windows Subsystem for Android via Wireless Debugging

  1. To begin with, head over to the platform-tools folder, type in CMD in its address bar, and hit enter. This shall launch the Command Prompt window inside the ADB directory.
    Sideload Android Apps on Windows 11
  2. Now execute the below command in this CMD window. Make sure to replace the IP-Address keyword with your IP Address that you had copied earlier:
    adb connect IP-Address
  3. So in my case, this command will transform to:
    adb connect 172.25.144.18

    Sideload Android Apps on Windows 11

  4. That’s it, the connection has been established. To verify it, execute the below command in this CMD window
    adb devices

    Sideload Android Apps on Windows 11

  5. If you get an IPAddress:Port value, then the connection has been successfully established.
  6. However, if there are any issues with the connection, then just retry executing the adb connect IP-Address command, the connection will be established in the second or third attempt.

STEP 5: Install Android Apps on Windows 11 via Sideload

  1. Now head over to the website of your choice and download the desired APK file. It’s better to download the x86_64 architecture APK, however, if you couldn’t find that architecture, then you could download the ARM64 as well.
  2. Once you have downloaded the APK file, right-click on it and select Copy as Path.
    Sideload Android Apps on Windows 11
  3. Finally, execute the below command to install that APK File. Make sure to replace the APK-Path keyword with the path that you had copied just now (the path should remain within double inverted commas).
    adb install APK-Path

    Sideload Android Apps on Windows 11

  4. In my case, the Path of the APK is “D:\in.startv.hotstar.dplus_12.2.3-1087_minAPI16(arm64-v8a)(nodpi)_apkmirror.com.apk”, so the command will transform to:
    adb install "D:\in.startv.hotstar.dplus_12.2.3-1087_minAPI16(arm64-v8a)(nodpi)_apkmirror.com.apk"
  5. Upon successful execution of the command, you shall get the Success message. This signifies that the app is now installed on your PC. You may now access it via the Start Menu.
    Sideload Android Apps on Windows 11

So with this, we round off the guide on how you could sideload Android apps on Windows 11 i.e. install apps without using Amazon App Store. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.

Share: