Microsoft recently added Android app support to Windows 11, but it comes with the Amazon Appstore, which currently doesn’t offer many apps. That’s why we posted a tutorial on how to sideload any Android app in Windows 11. Likewise, we bring you this guide to install Google Play Store on Windows Subsystem for Android (WSA) to make it easier to download Android apps to your Windows. 11 computers. Thanks to a developer named ADeltaX, now you can directly install apps from Google Play Store and enjoy all Google apps as well. So, if you are looking for a way to install the Google Play Store in Windows 11, follow our guide below.
note: If you have already installed WSA on your Windows 11 PC, be sure to uninstall it before proceeding with this guide.
Install Google Play Store on Windows Subsystem for Android (2022)
In this post, we have explained the step-by-step process of installing Google Play Store on Windows Subsystem for Android in Windows 11. While the tutorial is a bit technical, if you have some Linux, Android and Windows knowledge, it can easily get it working. You can expand the table below for easier navigation.
Requirements for Installing Google Play Store on Windows 11
Before we look at the steps to get the Google Play Store working on Windows 11, you need to download the following files and software on your Windows 11 machine:
1. First of all, go ahead and download the GApps package from: here. Select “x86_64”, “Android 11”, “pico” and click the download button.
2. Next, install WSL 2 (Windows Subsystem for Linux) on your Windows 11 PC by following our guide.
3. Download 7-Zip (free) or any WinZip alternative Windows Subsystem for Android MSIX package, which we will show you how to download in the following section.
4. Finally, download the WSAGA script developed by ADeltaX. click this connection To visit and open the GitHub page Code -> Download ZIP.
Download Windows Subsystem for Android (WSA) Package
If you already have the MSIX package Windows Subsystem for Android, you’re set. If not, open this Web site and follow the steps below to get the package officially from Microsoft servers.
1. After opening the RG-Adguard website, select “Product ID” from the drop-down menu to the left of the text box. Next, you need to paste the WSA’s Microsoft Store product ID, 9P3395VX91NR, in the text area. After that, select the “Slow” ring from the drop-down menu to the right of the text box and click the OK button.
2. You will get a long list of results. Scroll down Find a msixbundle file around 1.21 GB in size. To download the file, right-click and select “Save link as”. Note that clicking the link will not download the file in some popular Windows browsers.
Managing Windows Subsystem for Android (WSA) Files
Now that we have all the files we need to install the Google Play Store on Windows 11, we will need to rearrange them before we continue. Just follow the steps closely to get started.
1. Now that you have downloaded the WSA package, Open 7-Zip and find the MSIX package In the Downloads folder. Note that trying to unpack MSIX with 7-Zip from the context menu will not work in this case and may result in an error. You will have to rely on 7-Zip software to find the file.
2. When you open the MSIX package, look for a file that ends with “.Release-nightly.msix“. The filename will have two files, one for ARM64 and one for x64. Select the x64 one and open it.
3. Next, open the C: drive and create a folder named WindowsSubsystemAndroid
(without spaces).
4. Next, go back to the 7-Zip window and copy everything except AppxMetadata, AppxBlockMap.xml, AppxSignature.p7x, and so on. [Content_Types.xml]. After selecting them all via the Windows 11 keyboard shortcut Ctrl + A, you can press the Ctrl key and click on those filenames to deselect them.
5. Now paste these files into the “WindowsSubsystemAndroid” folder.
6. Similarly, to create GAppsWSA
file inside the C: drive.
7. Now, Extract the WSAGA script which we downloaded above and pasted the content into the GAppsWSA folder.
8. Next, locate and copy the GApps (pico) ZIP file we downloaded above. After that go to the GAppsWSA folder and navigate to the #GAPPS folder. Paste the GApps ZIP file here. No need to take it out.
9. Go back to the WindowsSubsystemAndroid folder and Copy vendor.img, system.img, system_ext1.img and product.img.
10. Now go to the GAppsWSA folder and Paste these four .img files into the #IMAGES folder.
Patching WSA to Include Google Apps in Windows 11
1. After moving all the files as described in the section above, continue and Open Linux in Windows Terminal. Medicine sudo su
and press Enter. Now, enter the password for Linux. This will grant root privileges to Linux.
2. Then enter the commands below to install some essential packages on Linux. You may need to press the “Y” key to allow the installation.
apt install lzip unzip apt install dos2unix
3. After that run the following commands one by one. Move it to the GAppsWSA folder The one we created on the C: drive. Note that there is a space between cd and the dots.
cd .. cd .. cd GAppsWSA/
4. After entering the GAppsWSA folder, execute the following commands one by one.
dos2unix apply.sh dos2unix extend_and_mount_images.sh dos2unix extract_gapps_pico.sh dos2unix unmount_images.sh dos2unix VARIABLES.sh
5. After doing this, run the following commands one by one. The whole process will take some time, so be patient.
./extract_gapps_pico.sh ./extend_and_mount_images.sh ./apply.sh ./unmount_images.sh
6. Now open the #IMAGES folder under GAppsWSA and copy all four IMG files.
7. Go back to the WindowsSubsystemAndroid folder on the C: drive and paste the four files. Select “Change”.
8. Again go back to the GAppsWSA folder and navigate to the misc folder. Here, copy the “core” file.
9. Now go to the WindowsSubsystemAndroid folder and Open the tools folder. Here you will find an existing “core” file. rename kernel_bak
. Then paste the kernel file we copied from the misc folder under GAppsWSA. This much. Finally we are ready to install Google Play Store on Windows 11.
Install Google Play Store on Windows Subsystem for Android
Now comes the part you have been waiting for, install Play Store to easily install Android apps on your Windows 11 PC and sign in using your Google account. Just follow the steps below to continue.
1. Press the Windows key, search for PowerShell in the Start Menu and click “Run as administrator” to open it.
2. Then run the following command. It will start installing modified WSA on your Windows 11 PC.
Add-AppxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml
3. If you get any error, you need to enable Developer Mode in Windows 11 to fix the problem. Open Windows Settings -> Privacy and security -> For developers. Here, turn on the “Install apps from any source, including loose files” toggle under Developer Mode. Now run the above command and it should work fine.
4. Now open the Start Menu and you will see that the Windows Subsystem for Android has been successfully installed on your Windows 11 computer. Open to continue.
5. At the bottom of the WSA window, Enable “Developer mode” To assign an IP address to the Android container. Make a note of the IP address as we will need it later. After that, click “Files” at the top so that the Windows Subsystem for Android really starts working on your Windows 11 PC. You can now close the Files window.
6. If the IP address is not visible in WSA settings, click “Manage developer settings” under Developer mode. After that, scroll down in the Developer options menu and Click on “Wireless debugging”. Note down the IP address shown here under the wireless debugging settings.
6. Next, what you need to do install ADB on your Windows 11 PC to connect to WSA. We are really close to accessing the Google Play Store to install Android apps with ease.
7. After installing ADB, open Command Prompt in platform-tools folder (by typing CMD in the address bar of File Explorer) and run the following command. Be sure to replace the “ipaddress” with the one you specified above. If you get a failed error, run the command again, this time you will be connected.
adb connect ipaddress
8. Then run the following commands one by one. This will allow you to enter WSA’s Shell mode and grant superuser rights.
adb shell su
9. Finally, run the command below to change the SELinux mode to permission.
setenforce 0
10. Now go ahead and search for Play Store in the Start menu and open it.
11. You will now be able to sign in with your Google account and install Android apps directly from the Google Play Store on your Windows 11 PC. This is how you can install Google Play Store on Windows Subsystem for Android.
Restore the kernel Windows Subsystem for Android
While everything is done and the Play Store is running on your Windows 11 machine, you need to restore the original core file. To do this, follow the steps below closely:
1. Close all windows and open WSA’s Settings page. Here, Turn off Windows Subsystem for Android. You must wait until the download mark disappears.
2. Now navigate to the WindowsSubsystemAndroid folder on the C: drive and open Tools. Here, rename the core file to: kernel_root
and for kernel_bak kernel
. You’re done.
Get Google Play Store on Your Windows 11 PC
So, this is how you can install Google Play Services and other Google frameworks on Windows Subsystem for Android in Windows 11. It not only lets you officially download Android apps from the Google Play Store, but also lets you use apps that depend on Google Play Services for notifications. and other services. Anyway, that’s it for us. If you run into any issues, let us know in the comment section below.