Update Without Losing Data
WSABuilds can be updated in-place while preserving all your installed Android apps and their data.Update Steps
Download the latest build
Go to the WSABuilds releases page and download the version you want to update to.
Turn off WSA
- Open Windows Subsystem For Android Settings
- Click “Turn off”
- Wait for the spinning loader to disappear completely
- Ensure WSA is fully shut down before proceeding
Open the archive
Using 7-Zip, WinRAR, or any archive tool, open the
.7z file you downloaded.Do not extract yet - just open the archive to browse its contents.Navigate to the WSA subfolder
Within the
.7z archive, open the subfolder that contains the WSA files.Example folder names:WSA_2xxx.xxxxx.xx.x_xxWSA_2xxx.xxxxx.xx.x_xx_Release-Nightly-with-magisk-xxxxxxx-MindTheGapps-xx.x-RemovedAmazon
Extract and replace files
- Select all files within the subfolder
- Extract them to your current WSA installation folder (where you originally installed WSA)
- When prompted to replace folders:
- Select “Do this for all current items”
- Click “Yes”
- When prompted to replace files:
- Click “Replace the files in the destination”
Run the installer
Navigate to your WSA folder and run
Run.bat.The script will update your installation while preserving all user data.Update Process Explained
When you runRun.bat on an existing installation:
- The installer detects your previous MagiskOnWSA installation
- It automatically uninstalls the old version
- All user data is preserved (apps, settings, files)
- The new version is installed with your data intact
- Your Android apps and their data remain untouched
The update process uses the
-PreserveApplicationData flag when removing the old package, ensuring your apps and data are not deleted.What Gets Updated
- Android system version
- WSA subsystem version
- Magisk version (if applicable)
- Google Play Services / MindTheGapps
- Kernel and system libraries
What Stays the Same
- All installed Android apps
- App data and settings
- Login sessions (Google account, app accounts)
- Downloaded files
- Magisk modules (usually compatible)
Troubleshooting Update Issues
Update fails with “WSA is running”
- Open WSA Settings and click “Turn off”
- Wait 30 seconds
- Open Task Manager (Ctrl+Shift+Esc)
- End any processes named:
WsaClient.exevmmemvmmemWSA
- Try the update again
Files won’t replace
Version number doesn’t match
If the version in WSA Settings doesn’t match what you installed:- Verify you extracted files to the correct folder
- Check that
Run.batran without errors - Try running
Install.ps1manually as administrator:
Apps disappeared after update
This should not happen with the standard update process. If it does:- Check if your
userdata.vhdxfile still exists: - If the file exists but apps are gone, you may need to restore from backup
- See the Backup and Restore guide
Downgrading
To downgrade to an older version:- Backup your userdata
- Uninstall WSA
- Install the older version
- Restore your backup if needed
Best Practices
Before major updates:
- Create a backup of
userdata.vhdx - Note your installed Magisk modules
- Take screenshots of important app data
- Check WSABuilds GitHub issues for known problems with the new version
After updating:
- Verify all critical apps still work
- Check Magisk modules are still active
- Test root access if you use it
- Report any issues to WSABuilds GitHub
Update Frequency
WSABuilds releases updates regularly:- Stable builds: Monthly or when major Android/WSA updates are available
- Nightly builds: More frequent, may be less stable
- Security updates: As needed for critical vulnerabilities
Next Steps
Backup Your Data
Create safety backups before major updates
Troubleshooting
Fix common update problems
