Guide to Install google play on windows 11

One of the most wonderful features in Windows 11 is the ability to install Android applications directly without the need to install an Android emulator on your computer. This feature uses the Amazon Store which is an Android app store.

Android applications available on the Amazon store are very limited, in addition to Google Play services are not available, and this means that many applications that may interest you will not be available and you cannot install them directly. Therefore, in this guide, we will explain how to install Google Play on Windows 11, and thus you will have the Google Play Store on your computer just like the phone, and you can install any Android application you want directly and quickly.

Install google play on windows 11 (Quick Answer)

To install Google Play on Windows 11, we first need to uninstall the Windows Subsystem for Android (remove the official system based on the Amazon Store), and then install a modified Windows Subsystem for Android that includes Google Play Services, thus providing us with all Android applications without exception.

How to install google play on windows 11

There are several steps to install Google Play on Windows 11. One of these steps is to prepare the Android emulator subsystem files; So you need to download all the necessary files to do this. Finally, carry out the installation process, so that the Google Play Store is ready for use on your computer.

The method we explain to install Google Play on Windows 11 is taken from the MagiskOnWSALocal project on GitHub. You should keep in mind that you must have the latest version of Windows 11 installed on your computer for the steps mentioned in this guide to work for you.

This method works by modifying the Windows subsystem for the Android system, and replacing it with another modified system. It is important to focus on applying the steps so as not to cause any technical issues on your computer.

First Step) Uninstall Windows Subsystem for Android

As mentioned above, we first need to remove the current version of Windows Subsystem for Android. To do this, follow these steps:-

  1. Click the Start menu, search for Windows Features, and then click the first search result that appears.
Windows Features
Windows Features
  1. Scroll down and make sure that the Virtual Machine Platform option is enabled.
Virtual Machine Platform
Virtual Machine Platform
  1. Click on OK button.
  2. Reboot your computer.
  3. After restarting the device, open Settings.
  4. Go to Apps.
  5. From the sidebar, tap Apps & features.
  6. Scroll down, go to Windows Subsystem for Android, tap the three vertical dots, and select Uninstall from the drop-down menu.
  7. Or click on the Start menu, search for Windows Subsystem for Android, right-click it, and hit Uninstall.
Uninstall Windows Subsystem for Android
Uninstall Windows Subsystem for Android
  1. Then click Uninstall to confirm.
Uninstall
Uninstall

Step 2) Download the modified Windows Subsystem files for Android

The Windows Subsystem for Android does not include the Google Play Store by default; So we will have to install a modified version. Fortunately, a volunteer programmer built code that automates the editing process, as we mentioned in the GitHub link to the project earlier. Unfortunately, the code will only work on a Linux distribution. So we can’t run it directly on Windows.

But don’t worry, we’re creating a Windows subsystem for Linux (a subsystem on Windows that emulates Linux), so we have the Ubuntu command line on Windows 11. Let’s get started.

  1. Go to the Ubuntu app page within the Microsoft Store, and install this app.
Ubuntu install
Ubuntu install
  1. After the download is complete, open the Ubuntu app as administrator.
Ubuntu run as administrator
Ubuntu run as administrator
  1. A command prompt window will appear, enter your Ubuntu installation username and press Enter.
  2. Then you will be asked to enter a password for this account. (Choose a password different from your default Windows password.)
  3. remember the data (username and password) you entered; Because we will need it soon.
username - password
username – password
  1. In the end, you’ll see a message telling you Installation successful. After that, a command line appears to enter any codes that we want to run.
  2. Enter the following code, then press Enter. Wait for the download process to finish.
    • git clone https://github.com/LSPosed/MagiskOnWSALocal.git
git clone URL git
git clone URL git
  1. Enter the following code, then press Enter.
    • cd MagiskOnWSALocal
  2. Enter the following code, then press Enter.
    • cd scripts
cd MagiskOnWSALocal - cd scripts
cd MagiskOnWSALocal – cd scripts
  1. Then enter the following code, then press Enter.
    • ./run.sh
.run.sh
.run.sh
  1. You will be asked to enter your Linux account password (which you created earlier).
  2. Wait until the download of the required files is finished. These files are about 1 GB, so it takes some time depending on the internet speed on your computer.
  3. After completing the download of the required files, the Build Arch window will appear, choose X64, then press OK.
X64
X64
  1. Then the WSA Release Type window appears, choose Retail, then press OK.
Retail
Retail
  1. Then the magisk version window appears, choose Stable, then click OK.
Stable
Stable
  1. Then the Do You want to install GApps window appears, choose Yes.
Do You want to install GApps
Do You want to install GApps
  1. Then the Which GApps do you want to install window appears, choose OpenGApps, then click OK.
OpenGApps
OpenGApps
  1. Then it will ask you if you prefer to keep the Amazon Store, choose Yes.
remove Amazon store
remove Amazon store
  1. It suggests you to root Android or not, select None and then click OK.
None
None
  1. The Do you want to compress Output window appears, choose NO.
NO
NO
  1. Wait a while for it to finish. In the end, you will see the last line, Finishing building… done command prompt, and the line after it Cleanup Work Directory…done. Now close the command prompt window.
close cmd
close cmd

Step 3) Install Modified Windows Subsystem for Android with Google Play installed on Windows 11

  1. Open File Explorer.
  2. Click Linux from the sidebar.
  3. Then open the Ubuntu folder.
  4. Then open the home folder.
Linux - Ubuntu - home
Linux – Ubuntu – home
  1. Click on the folder with your Linux username.
  2. Then open the MagiskOnWSALocal folder.
MagiskOnWSALocal
MagiskOnWSALocal
  1. Then open the output folder.
output
output
  1. Then open the WSA folder.
WSA Linux
WSA Linux
  1. Select all the contents of this folder by using the keyboard shortcut Ctrl + A.
  2. Then use Ctrl + C shortcut to copy all contents of the folder.
copy all contents in this folder
copy all contents in this folder
  1. Then go to the drive C where Windows 11 is installed.
  2. Create a new folder named WSA.
create folder WSA
create folder WSA
  1. Then paste the files you copied into this folder. Use the shortcut Ctrl + V.
paste in WSA Folder
paste in WSA Folder
  1. Close File Explorer, then go to the Start menu.
  2. Find developer settings, then head to it.
developer settings
developer settings
  1. Enable developer mode.
developer mode
developer mode
  1. Then press Yes to confirm.
  2. Go back to the Start menu, search for cmd, and open Command Prompt as administrator, select run as administrator.
cmd run as administrator
cmd run as administrator
  1. After the command prompt opens, type the following code, and then press Enter.
    • cd C:\WSA
  2. Then type the following code, then press Enter.
    • PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
cd CWSA
cd CWSA
  1. A pop-up window will appear, click on Continue button.
Continue
Continue
  1. Go back to the start menu, search for windows subsytem for Android, and click on the first search result that appears.
windows subsytem for Android
windows subsytem for Android
  1. Then go to Developer from the sidebar, and enable the Developer mode option.
Developer mode enable
Developer mode enable
  1. Click on the Start menu, search for Play Store, and open it.
open google play
open google play
  1. You are required to sign in with your Google account, Also you can create an account again by clicking on the Create account button. The same steps as on your mobile phone.
sign in
sign in
  1. Then the Google Play Store is ready for use, and you can install any Android application you want directly from within the store.
Now You can install any android app you want
Now You can install any android app you want

Install google play on windows 11 in conclusion

In this guide, we explained how to install Google Play on Windows 11. Once you install Google Play on your computer, it is treated as if you were using Google Play on your Android phone. If you encounter any technical problems while applying the steps or when installing any application from within the Google Play Store, you can leave a comment for me below, I am pleased to contact with you to help you.

More References

Leave a Comment