How to install Google Play Store on Windows 11 (2024)

How to install Google Play Store on Windows 11 (1)

Edgar Cervantes / Android Authority

If you’ve upgraded to Windows 11, you may have heard about native Android emulation, which will let you run Android apps on Windows 11 without needing to install a third-party app. The feature officially uses Amazon’s App Store for Android apps, embedded inside the Microsoft Store. While Amazon’s App Store is fine, it has a much more limited app selection. You can sideload APK files, but many apps rely on Google Play Services, which means they simply won’t work. So to avoid all of these problems, here’s a quick guide on how to install the Google Play Store on Windows 11.

Editor’s note: An earlier version of this guide offered a simpler way of installing the Play Store on Windows 11 using GitHub Actions. However, that counted towards the original project’s limited resource quota, which eventually ran out. We have revamped the instructions to the latest known working method, which carries out the build process on your own machine.

QUICK ANSWER

To install the Google Play Store on Windows 11, you first need to uninstall Windows Subsystem for Android. Then, compile and install the modified Windows Subsystem for Android on your computer. Keep reading for detailed instructions

JUMP TO KEY SECTIONS

  • How to install Google Play Store on Windows 11
  • Uninstall Windows Subsystem for Android
  • Getting and packaging the modified Windows Subsystem for Android
  • Install the modified Windows Subsystem for Android with Play Store

Step 0: How to install Google Play Store on Windows 11

How to install Google Play Store on Windows 11 (2)

Palash Volvoikar / Android Authority

There are many steps to installing Google Play Store on Windows 11. Many of these steps include getting your system and the subsystem files ready. It will take you some time to download all the necessary files, get the system ready, and carry out the final installation process. If you want to install some simple apps that don’t require Google Play Services, you might want to sideload APKs to the unmodified Windows Android Subsystem, as detailed in our guide.

Notes and credits

The following method for installing the Google Play Store on Windows 11 comes courtesy of the MagiskOnWSALocal project on GitHub. Remember, you will need to meet the minimum system requirements and be on the latest Windows 11 build for this to work.

This method works by modifying the Windows Subsystem for Android and replacing the kernel with a modified one. Therefore, this method is risky and may result in data loss. Consider yourself warned.

Step 1: Uninstall Windows Subsystem for Android

For this method to work, you’ll need to uninstall the current version of Windows Subsystem for Android on your Windows 11 system. Here’s how:

  1. Head over to the Settings app in Windows 11.
  2. Click on the Apps tab from the left pane and select Apps & featuresin the right menu.
  3. It should be the first tab in the Apps section.

Scroll down to Windows Subsystem for Android in the apps list. Click the three-dot menu, and click Uninstall.

How to install Google Play Store on Windows 11 (3)

Palash Volvoikar / Android Authority

Step 2: Getting and packaging the modified Windows Subsystem for Android

Windows Subsystem for Android doesn’t include the Play Store by default, so we’ll have to build and install a modified version ourselves. Luckily, the open-source community has built a script that automates the entire modding process for us. Unluckily, however, the script will only run on a Linux distribution so we cannot run it directly on Windows. But don’t worry — using the Windows Subsystem for Linux, we can get the Ubuntu command line on Windows 11.

To get started, navigate to the Microsoft Store page for Ubuntu and click Install. This should open a Microsoft Store Window, where you can actually start the installation.

Once the installation is complete, click the Open button. A command prompt window will show up (pictured below). If you get an error that reads “The Windows Subsystem for Linux has not been enabled”, hit the Windows button on your keyboard, search and open the Terminal app, type in wsl --install and hit the Enter key. Follow the instructions until you’ve successfully enabled the Windows Subsystem for Linux. You may have to reboot your system for the change to take effect.

In the Ubuntu window, enter a username and hit enter. After that, you’ll be prompted to enter a password for that account. This doesn’t have to match your Windows account password, but don’t forget it! We’ll need it in a bit.

How to install Google Play Store on Windows 11 (4)

Calvin Wankhede / Android Authority

Eventually, you’ll see the Installation successful message, followed by an empty command line waiting for your input.

Type git clone https://github.com/LSPosed/MagiskOnWSALocal.git and hit the Enter key. Wait for the download to complete.

How to install Google Play Store on Windows 11 (5)

Calvin Wankhede / Android Authority

Next, we need to navigate to the folder we just downloaded. The script we need to run is in the scripts directory. Enter the folder using the command: cd MagiskOnWSALocal/scripts.

Type ./run.sh and hit the Enter key to execute the script. You’ll be asked to enter your Ubuntu account password from a couple steps ago. The next stage will involve downloading and installing a few packages.

How to install Google Play Store on Windows 11 (6)

Calvin Wankhede / Android Authority

Once the packages have been installed, you’ll be presented with a few options. You can proceed with the defaults here – simply press Enter until you reach the step that asks whether you’d like to enable root access. Select No here. Finally, when asked whether you want to install GApps, select the Yes option. You can choose whether or not you want to keep the Amazon app store. At the step where it asks whether you want to compress the output, select No.

After the final prompt, you’ll have to wait for the script to download the required files and compile the modified Windows Subsystem for Android.

Once it’s successful, you’ll see an empty command line prompt once again. We’re now ready to copy and install this modified build.

Step 3: Install the modified Windows Subsystem for Android with Play Store

We now have to navigate to the output folder in the main MagiskOnWSALocal folder. Type cd ../output and hit Enter.

Now that we’re in the output folder, we need to open it in File Explorer. To do this, simply enter explorer.exe . and hit the Enter key. Don’t miss the space and period after explorer.exe!

In the output folder, double click on the WSA_… folder and look for the Run.bat file (pictured below). Double-click this file and provide it with administrative permissions when prompted.

How to install Google Play Store on Windows 11 (7)

Calvin Wankhede / Android Authority

A minute or two later, the installation should be completed. The Play Storestart screen will now appear on your screen. That’s it — we’ve reached the end!

How to install Google Play Store on Windows 11 (8)

Calvin Wankhede / Android Authority

Final step: Using Google Play Store on Windows 11

The rest of the usage will be similar to using Play Store on a phone or an Android emulator. Just search for the app, and download it. Note that this is still a modified build, so you’re likely to run into issues. However, we had no problems downloading chat apps like Telegram and WhatsApp on our machine.

Guides

Android appsGoogle Play StoreMicrosoft WindowsWindows 11

As an expert in the integration of Android apps on Windows 11, I'd like to shed light on the intricate process outlined in the article. The author discusses a method for installing the Google Play Store on Windows 11, leveraging a modified version of the Windows Subsystem for Android. The detailed steps involved in this process demonstrate a deep understanding of the underlying systems and the challenges posed by the absence of Google Play Services.

Firstly, the article emphasizes the limitations of using Amazon's App Store for Android apps on Windows 11, citing its more restricted app selection. The need for sideloading APK files is acknowledged, but the article highlights the common issue of many apps relying on Google Play Services, rendering them incompatible.

The provided solution involves uninstalling the existing Windows Subsystem for Android, paving the way for the installation of a modified version that includes the Google Play Store. The step-by-step guide is meticulous, ensuring that users are well-prepared for each phase of the process. Notably, the method is attributed to the MagiskOnWSALocal project on GitHub, adding credibility and transparency to the procedure.

The author doesn't shy away from cautioning users about the risks involved in modifying the Windows Subsystem for Android, rightfully pointing out the potential for data loss. This warning not only showcases a responsible approach but also underscores the author's awareness of the potential consequences.

The article navigates through critical sections, including uninstalling the current Windows Subsystem for Android, obtaining and packaging the modified version, and finally, executing the installation. The use of Ubuntu through the Windows Subsystem for Linux is introduced to facilitate the execution of scripts required for the modification process. This choice demonstrates a sophisticated understanding of cross-platform interactions and showcases the author's proficiency in navigating these environments.

In summary, the depth of knowledge exhibited in the article, coupled with the meticulous step-by-step guide, positions the author as a credible source for anyone looking to integrate the Google Play Store into their Windows 11 environment. The emphasis on potential risks and the transparent attribution to an open-source project further solidify the expertise demonstrated in this comprehensive guide.

How to install Google Play Store on Windows 11 (2024)

References

Top Articles
Latest Posts
Article information

Author: Greg O'Connell

Last Updated:

Views: 5829

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Greg O'Connell

Birthday: 1992-01-10

Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

Phone: +2614651609714

Job: Education Developer

Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.