Third-party emulators used to be the only way to run Android applications on Windows computers. The Windows Subsystem for Android (WSA) in Windows 11 now lets you install Android apps through the Amazon Appstore.

Unlike the Google Playstore, Amazon Appstore has a limited number of Android applications. You also need a U.S-based Amazon account to use the Amazon Appstore. Sideloading apps from unofficial sources allows you to bypass this requirement and install any Android application on your PC. This tutorial highlights different ways to sideload Android apps in Windows 11.

Table of Contents
    How to Sideload Android Apps in Windows 11 image 1

    To sideload apps, your PC must have Hardware Virtualization enabled. Additionally, your device’s region must be set to the United States. Refer to our tutorial on installing Android apps on Windows 11 for more details about these requirements.

    You can sideload Android apps in Windows 11 either through Command Prompt or third-party Android installers. We’ll show you how to do both.

    Sideload Android Apps in Windows Using Command Prompt

    First, you’ll need to set up the Android Software Development Kit (SDK) and Android Debugging Bridge (ADB) on your computer.

    Visit the SDK Platform Tools page on the Android developer website on your web browser and follow the steps below.

    1. Scroll to the “Downloads” section of the Android developer website and select Download SDK Platform-Tools for Windows.
    How to Sideload Android Apps in Windows 11 image 2
    1. Check I have read and agree with the above terms and conditions and select Download Android SDK Platform-Tools for Windows.
    How to Sideload Android Apps in Windows 11 image 3
    1. Right-click the downloaded ZIP file and select Extract All.
    How to Sideload Android Apps in Windows 11 image 4
    1. Select the Extract button to extract the files to the folder displayed in the box. Select the Browse button to extract the files to a different folder.
    How to Sideload Android Apps in Windows 11 image 5
    1. Open the platform-tools folder.
    2. Select the address bar and press Ctrl + C to copy the folder path.
    How to Sideload Android Apps in Windows 11 image 6
    1. Press the Windows key and type windows subsystem in the Windows Search bar. Select Open below the Windows Subsystem for Android Settings app.
    How to Sideload Android Apps in Windows 11 image 7
    1. Select Developer on the sidebar and toggle on Developer mode.
    How to Sideload Android Apps in Windows 11 image 8
    1. Select the Copy button in the IP address row.
    How to Sideload Android Apps in Windows 11 image 9
    1. Select the Refresh button if the IP address reads “Unavailable.”
    How to Sideload Android Apps in Windows 11 image 10

    If the IP address remains unavailable, select Manage developer settings, wait for 10-20 seconds, and select the Refresh button again. That helped reveal our test computer’s Windows Subsystem for Android’s IP address.

    How to Sideload Android Apps in Windows 11 image 11

    Close and reopen Windows Subsystem for Android if the IP address remains unavailable after refreshing multiple times.

    1. Download the APK file of the Android app you want to install on your computer. APKMirror, APK4Fun, and APKPure are some of the safest platforms to download APK files for Android apps. Ensure you save the app’s APK file in the platform-tools folder (see step #6).
    2. Open the Start menu, search for command prompt, and select Run as administrator to open Command Prompt with admin privileges.
    How to Sideload Android Apps in Windows 11 image 12
    1. Type cd, leave a space, paste the platform-tools folder path (see step #6), and press Enter. The command should look like this:

    cd C:\Users\Lenovo\Desktop\platform-tools_r33.0.2-windows\platform-tools

    How to Sideload Android Apps in Windows 11 image 13
    1. Type adb connect IPAddress (replace IPAddress with the IP address copied in step #11) and press Enter. The command should look like this:

    adb connect 192.163.6.172

    How to Sideload Android Apps in Windows 11 image 14
    1. Next, type adb install ApkName (replace ApkName with the name and extension of the APK file you want to sideload). Press Enter to run the command.

    We’re sideloading the Subway Surfers app on our Windows 11 computer, so we’ll run this command: adb install subway-surfers.apk.

    How to Sideload Android Apps in Windows 11 image 15

    Command Prompt will display a “Performing Streamed Install” message when installing the app. Check your PC’s app list for the sideloaded app when you get a “Success” message.

    How to Sideload Android Apps in Windows 11 image 16

    The app should appear as a recently added item in the “Recommended” section of the Start Menu.

    How to Sideload Android Apps in Windows 11 image 17
    1. Select the app to run it on your computer just as you open regular Windows apps. You can also pin the app to the Start Menu or Taskbar.
    How to Sideload Android Apps in Windows 11 image 18

    If you’re having difficulties sideloading APK files, close the Command Prompt and Android Subsystem, and restart the process from scratch. Remember to move the APK file you want to sideload to the platform-tools folder.

    Sideload Android Apps on Windows 11 Using WSATools

    WSATools is third-party software that lets you sideload Android apps in Windows 11 without running Command Prompt commands. Download the APK file of the Android file you want to sideload and follow the steps below.

    1. Open the Microsoft Store app, type wsatools in the search bar, and press Enter.
    How to Sideload Android Apps in Windows 11 image 19
    1. Microsoft Store should open the WSATools app preview. Select the Get button to install the app on your PC.
    How to Sideload Android Apps in Windows 11 image 20
    1. Open WSATools to proceed.
    How to Sideload Android Apps in Windows 11 image 21
    1. Select the Install an APK button.
    How to Sideload Android Apps in Windows 11 image 22
    1. You’ll get a prompt to download and install the Android Debug Bridge. Select the Install button to proceed.
    How to Sideload Android Apps in Windows 11 image 23
    1. When ADB gets downloaded, select the Select Folder button to choose a destination folder where WSATools should install ADB.
    How to Sideload Android Apps in Windows 11 image 24
    1. Choose a destination folder and select Install ADB here.
    How to Sideload Android Apps in Windows 11 image 25
    1. Locate and select the APK file of the app you want to sideload and select Load APK.
    How to Sideload Android Apps in Windows 11 image 26
    1. Select Install.
    How to Sideload Android Apps in Windows 11 image 27

    WSATools should display a success message when the installation is complete. Open your PC’s Start Menu to launch the newly installed applications. If WSATools gets stuck on the installation progress page, close and reopen WSATools, and try again.

    Your PC Isn’t an Android Device

    Not all Android apps will work on your computer, particularly Google apps that require Google services. Presently, there are over 1,000 Android apps in the Amazon Appstore. Amazon and Microsoft promise to keep developing the marketplace, so it supports more apps.

    So, in the near future, you may barely need to sideload or install apps from unofficial sources. Until then, use the tools and techniques in this tutorial to run Android apps on your Windows PC.