If you want to preserve your data from the previous installation (official or MagiskOnWSA), you can backup
Userdata.vhdx before uninstallation and restore it after installation. See the Backup and Restore guide for details.Backup location: %LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdxInstallation Steps
Download WSABuilds
Go to the Releases page and download the Windows Subsystem For Android™ version of your choosing from the Assets section.Do not download “Source code” - only download the
.7z archive files.Extract and prepare folder
- Extract the
.7zarchive - Rename the extracted folder to
WSA - Delete the
.7zarchive - Move the folder to a suitable location (Documents folder is recommended)
If you’re updating WSA, merge the folders and replace the files for all items when asked.
Run the installer
Open the Windows Subsystem For Android™ folder and double-click
Run.bat.- If you previously have a MagiskOnWSA installation, it will automatically uninstall the previous one while preserving all user data
- The script handles installation automatically with administrator privileges
Complete installation
- Once installation completes, Windows Subsystem For Android™ will launch
- On first-time install, a consent window for diagnostic information will appear
- Click OK (sometimes two identical windows show - this is normal)
- Click on the PowerShell window and press any key to close it
- Close File Explorer
Manual Installation (If Run.bat Fails)
If the popup windows disappear without asking for administrative permission and WSA is not installed successfully, manually run the installation script:What the Installer Does
TheInstall.ps1 script performs these operations:
- Checks administrator privileges - Automatically elevates to admin if needed
- Validates files - Ensures all required files are present
- Enables developer mode - Registers development license in Windows registry:
- Enables Virtual Machine Platform - Checks and enables if not already active:
- Installs dependencies - Checks and installs required dependency packages
- Removes conflicting installations - Prompts to uninstall official WSA if detected
- Registers the AppX package:
- Launches WSA apps - Opens Magisk and Google Play Store after successful installation
Important Notes
System Requirements
- Windows 10 (22H2 or later) or Windows 11
- Virtual Machine Platform feature enabled
- Administrator access
- At least 8GB RAM recommended
- 10GB free disk space minimum
Troubleshooting Failed Installation
If the installation fails, follow these diagnostic steps:Next Steps
Update WSA
Learn how to update to newer builds
Backup Your Data
Protect your apps and settings
Install Apps
Start installing Android apps
Configure Magisk
Set up root access and modules
