Skip to main content

Post-Installation Issues

This guide covers common problems that occur after WSA has been successfully installed.

No Internet

Problem

WSA and Android apps have no internet connectivity, or show “No Internet” in the WSA Settings.
Internet issues can be caused by firewall settings, Hyper-V network adapters, antivirus software, or DNS configuration.

Solution 1: Uninstall Hyper-V Network Adapters

Proceed with caution. Follow these steps carefully as they modify system drivers.
1

Open Device Manager

Press Win + X and select “Device Manager”
2

Show hidden devices

Click “View” → “Show hidden devices”
3

Uninstall Hyper-V adapters

  1. Find all drivers with “Hyper-V” in the name
  2. Right-click each one
  3. Select “Uninstall Driver”
4

Restart computer

Reboot your PC for changes to take effect

Solution 2: Check Firewall Settings

1

Open Windows Firewall

  1. Press Win + R
  2. Type WF.msc and press OK
2

Check Inbound Rules

  1. Go to “Inbound Rules” tab
  2. Find entries for “Windows Subsystem for Android”
  3. Ensure they are Enabled and set to Allow for both TCP and UDP
3

Check Outbound Rules

  1. Go to “Outbound Rules” tab
  2. Find entries for “Windows Subsystem for Android”
  3. Ensure they are Enabled and set to Allow for both TCP and UDP
The number of firewall entries may vary on your device. Ensure all WSA-related entries are enabled.

Solution 3: Change Android DNS Settings

1

Open Android Settings

  1. Press Win + R
  2. Type wsa://com.android.settings
  3. Press OK
2

Configure Private DNS

  1. Go to “Network and Internet”
  2. Select “Private DNS”
  3. Choose “Private DNS provider hostname”
  4. Enter: dns.google
  5. Click Save
3

Reconnect to network

  1. Go to “Internet” section
  2. Click on “VirtWifi”
  3. Click “Disconnect”
  4. Click “Connect”

Solution 4: Toggle Advanced Networking

1

Open WSA Settings

Search for “Windows Subsystem for Android” in the Start Menu
2

Find Advanced Networking setting

  • WSA 2305+: Go to “Advanced settings” → “Experimental features”
  • WSA 2304 and older: Located in the “System” tab
3

Toggle the setting

  • If Enabled: Disable it, restart WSA, and test
  • If Disabled: Enable it, restart WSA, and test

Virtualization Errors

Problem

WSA fails to start with virtualization-related errors, even when virtualization is enabled in Task Manager.
This can occur even when virtualization appears enabled in Windows. The solution requires carefully disabling and re-enabling virtualization features.

Solution

1

Remove WSA

  1. Right-click “Windows Subsystem for Android Settings”
  2. Select “Uninstall”
  3. Delete the extracted WSA folder
2

Disable Windows features

Go to “Turn Windows features on and off” and disable:
  • Hyper-V
  • Virtual Machine Platform
  • Windows Hypervisor Platform
  • Windows Subsystem for Linux
3

Restart computer

Reboot your PC.
4

Disable virtualization in BIOS

  1. Boot into BIOS/UEFI
  2. Disable virtualization (VT-x, AMD-V, SVM)
  3. Save and exit
Guide for Windows 11 | Guide for Windows 10
5

Enable Control Flow Guard

Go to: Windows Security → Apps & browser control → Exploit protectionEnsure Control Flow Guard is enabled.
6

Modify registry

Open Registry Editor (regedit) and make these changes:Location 1: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends
  • Change Start value from 3 to 0
Location 2: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard
  • Set EnableVirtualizationBasedSecurity to 0
  • If it doesn’t exist, create a new DWORD (32-bit) value with this name
7

Run CMD command

Open Command Prompt as Administrator and run:
bcdedit /set hypervisorlaunchtype auto
8

Re-enable Windows features

Go to “Turn Windows features on and off” and enable the features from Step 2.Restart your computer.
9

Enable virtualization in BIOS

  1. Boot into BIOS/UEFI
  2. Enable virtualization
  3. Save and exit
10

Final restart

Restart your computer one more time.
11

Reinstall WSA

Run Run.bat to reinstall WSA.
If the steps above don’t work:
  1. Go to the AtlasOS configuration folder
  2. Run the “Enable Hyper-V and VBS” CMD file
  3. Restart your PC
  4. Try running WSA again

WSA Crashes

Problem: WSA Stopped Working

WSA was working fine, but suddenly stops working or crashes on startup.

Solution

Follow the same steps as Virtualization Errors, but you do not need to remove WSA first.
1

Disable Windows features

Turn off: Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform, Windows Subsystem for Linux
2

Restart and disable BIOS virtualization

Reboot, then disable virtualization in BIOS.
3

Enable Control Flow Guard

Windows Security → Apps & browser control → Exploit protection
4

Modify registry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends
  • Change Start from 3 to 0
You can change it back to 3 if it makes no difference
5

Run hypervisor command

bcdedit /set hypervisorlaunchtype auto
6

Re-enable features

Enable Windows features from Step 1, then restart.
7

Enable BIOS virtualization

Boot into BIOS and enable virtualization.
8

Restart and test

Restart computer and try running WSA via Run.bat or WSA Settings app.

Settings App Crashes

Problem

WSA Settings app crashes and Android apps do not load after installation. Refer to the detailed guide for this specific issue.

WSA Does Not Load After Install

Problem

No splashscreen appears and WSA doesn’t load after installation. Refer to the detailed guide for this specific issue.

Missing Icons

Problem

Android app icons are missing from the Start Menu. Refer to the Missing Icons guide for the solution.

Keyboard Not Working

Problem

Keyboard input doesn’t work in WSA or Android apps. Refer to the Keyboard Not Working guide for the solution.

Target Machine Actively Refused Connection

Problem

ADB connection fails with “target machine actively refused connection” error. Refer to the detailed guide for this specific issue.

Google Play Issues

Problem

Google Play Store or Google Play Services not working properly. Refer to the Google Play Issues guide for solutions.

Need More Help?

Join Discord

Get help from the community

Open Issue

Report bugs on GitHub

Build docs developers (and LLMs) love