Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HimDek/e09340eae2861e1ad8b7f6bdba5ee9ff to your computer and use it in GitHub Desktop.
Save HimDek/e09340eae2861e1ad8b7f6bdba5ee9ff to your computer and use it in GitHub Desktop.
This Guide will show you how to install and run apk files or Android apps in any Edition of Windows 11 using Windows Subsystem for Android. WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator.

Install Android apps or apk files in Windows using Windows Subsystem for Android

WSA or Windows Subsystem for Android is a Tool that allows Windows to run Android Apps directly without using any emulator. The problem is Windows Subsystem for Android is currently only available through preview via the Beta Channel of the Windows Insider Program. But if you follow my guide, you don't have to be in Windows Insider Program to try it out. The only thing you need is Windows 11 installed and some patience.

Prerequisites:

  • Windows Subsystem for Android or WSA must be Installed.

Click here to view the guide that shows how to install Windows Subsystem for Android in any Edition of Windows 11 (including Windows 11 Home) non Inider or stable release.

How to Install Android Apps or apk files in Windows Subsystem for Android:

  • First install Windows Subsystem for Android. Click here to know how to do that.
  • Search and run Windows Subsystem for Android Setting from Windows start menu.
  • The window shown in the screenshot below will appear. There, click on the icon in the extreme left side of the Files box. This will start Windows Subsystem for Android and open the File Manager App in Android. This can take some time so be patient.
  • Keep File Manager running otherwise Windows Subsystem for Android will terminate itself.
  • Enable Optional Diagnostic Data and Developer mode in Windows Subsystem for Android Setting Window and click the Refresh button in the IP address Section.
  • Click here to download the latest version of adb and extract the downloaded zip file.
  • Inside the extracted folder, there should be a file named adb.exe along with a plenty of other files.
  • Put the apk files of the Android apps that you want to install in this folder, and rename them to names that are easier to remember.

    Note: You can download apk files of Android apps from websites like APKPure, APKMirror or F-Droid. These are trusted websites.

  • Copy the path of this folder from the pathbox in Windows File Explorer as shown in the screenshot below: 11
  • Search for Command Prompt in Windows Start Menu and Open it.
  • Type cd "" in the command prompt. Inside those "", paste the copied path by pressing Ctrl + V. The windows should look something like the below screenshot. Then press Enter. 12
  • Now, type adb connect 127.0.0.1:58526 in the Command Prompt Window. Press Enter and wait for the connection.
  • Once connected, type adb install "name.apk" in the Command Prompt. Replace name with the name of the apk file that you want to install and press Enter. After successful install, the installed App will appear in Windows Start Menu. Repeat this step for all the apk files that you want to install and they will appear in Windows Start Menu as well.

Thats it! Thanks for using this Guide. I hope it helped.

@03319726465
Copy link

Yeh post Windows Subsystem for Android ka use kar ke bina emulator ke Android apps ya APK files ko Windows par install karne ka tareeqa batati hai. Faecapp Mod APK users ke liye yeh method bohot faida mand ho sakta hai, kyun ke is se aap apne favorite modded apps ko directly apne Windows PC par chala saktay hain. Yeh technique un users ke liye ideal hai jo Faecapp Mod APK ke features ka PC par bhi lutaf uthana chahte hain.

@Luqovichi
Copy link

If you get an error such as no emulator type in this one

adb kill-server

and click enter and type this one

adb start-server

and click enter

@roflsunriz
Copy link

I created GUI Python Program that performs installing APK for WSA. Supported Languages:English, Japanese
Just install latest python then double click .py file. It should work. Specify platform-tools folder and APK file then run. This installs APK.
WSAInstallAPK.py

@Afaq157
Copy link

Afaq157 commented Feb 15, 2025

If you're looking for an easy way to install and run Android apps on Windows without using an emulator, Windows Subsystem for Android (WSA) is a great option. It allows seamless integration of Android apps into Windows 11. If you want to enhance your experience with Lightroom Mod APK, you can follow this guide to install it on WSA.

For the latest modded versions of Lightroom, visit Lightroom Pro APK and unlock premium editing features for free. Our step-by-step tutorials make it simple to get started. 🚀📸

@saima32
Copy link

saima32 commented Feb 24, 2025

This method is perfect if you want to install FL Studio Mobile on Windows 11 without using an emulator. Just follow the steps to install the APK via Windows Subsystem for Android, and you’ll be able to run FL Studio Mobile directly on your PC like a native app

@photoroomaiapks
Copy link

PhotoRoom is a powerful photo editing app designed to help users remove backgrounds, enhance images, and create professional-quality content with ease. Whether you're an entrepreneur, social media creator, or simply someone who loves photography, PhotoRoom simplifies complex editing tasks with its AI-powered tools. https://photoroomaiapks.org/

@AlexRose77270
Copy link

Photoroom APK is a well Known AI photo editor with premium features unlocked. Read more about Photoroom MOD APK and follow instruction for perfect photo editing.

@winkapkk
Copy link

How to Install Wink Video Editor APK on Windows 11 Using Windows Subsystem for Android (WSA)

Windows Subsystem for Android (WSA) enables you to run Android apps on Windows 11 seamlessly. If you're interested in video editing, you can install the Wink Video Editor APK using this method. Follow these steps:

Step 1: Install Windows Subsystem for Android (WSA)
Ensure that WSA is installed on your Windows 11 system. If you haven’t set it up yet, follow a guide to install and configure it properly.

Step 2: Prepare the APK
Download the Wink Video Editor APK from a reliable source like winkmodapk.pro, APKPure, or APKMirror.

Place the APK file in a folder along with adb.exe from the latest version of ADB.

Step 3: Set Up WSA
Open Windows Subsystem for Android Settings from the Start menu.

Enable Optional Diagnostic Data and Developer Mode.

Click the Refresh button under the IP address section.

Open the File Manager in WSA and keep it running.

Step 4: Install the APK
Open Command Prompt and navigate to the folder containing the APK and adb.exe using:

bash
Copy
Edit
cd "path_to_folder"
(Replace path_to_folder with the actual folder path.)

Connect to WSA by entering:

nginx
Copy
Edit
adb connect 127.0.0.1:58526
Install the APK by running:

nginx
Copy
Edit
adb install "wink_video_editor.apk"
(Replace wink_video_editor.apk with the actual APK file name.)

Step 5: Verify Installation
Once the installation is complete, you should find Wink Video Editor in your Windows Start Menu. Now, you can enjoy video editing on a larger screen with the power of your PC’s hardware.

Happy editing! 🎬

4o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment