Skip to content

VirtWiFi has no internet access: Quick Fix

  • by
  • 4 min read

Windows Subsystem for Android is a great way to run Android apps natively on Windows, albeit with a catch. However, the feature is still in beta, and random bugs are expected. 

In this article, we’re looking at the “VirtWiFi has no internet access” issue that can prevent the Amazon app store from accessing the internet on Windows.

Also read: NMI hardware failure: 9 Fixes


Check your drivers

Your network adaptor’s (WiFi or ethernet) drivers could also be causing connectivity issues. Try connecting to the internet using either an ethernet connection or any other alternatives, and follow these steps to get your drivers in place.

Step 1: Press Windows key + R, type in devmgmt.msc and hit enter.

How to fix the 'wifi connected but no internet access' issue?

Step 2: Double click Network adaptors to expand it and right click your WiFi card or ethernet adaptor, depending upon what you need to fix. Click on Update driver.

How to fix the 'wifi connected but no internet access' issue?

Step 3: Select Search automatically for drivers, and Windows will find and install any available updates. 

How to fix the 'wifi connected but no internet access' issue?

Now restart your PC and try again. 


Use the Windows Internet troubleshooter

A lot of times, using the Windows troubleshooter can fix your issue. Right-click on the network icon in the taskbar, click on Troubleshoot problems and let the troubleshooter do its thing. 

How to fix the 'wifi connected but no internet access' issue?

Also read: Nike error code 98D2586B: 5 Fixes


Use command prompt to flush DNS

Misconfigured DNS settings can cause a lot of headaches. Here’s how you can reset them.

Step 1: Press the Windows key + R, type cmd, and hit enter.

How to fix the 'wifi connected but no internet access' issue?

Step 2: Type in ipconfig /flushdns to reset DNS settings to default.

How to fix the 'wifi connected but no internet access' issue?

If the above command doesn’t help, try entering these commands in the Command Prompt one at a time.

netsh winsock reset
netsh int ip reset

If you suspect an issue with your router’s DHCP assignment, use these commands to release your old IP and request a new one. 

ipconfig /release
ipconfig /renew

Use the following commands to reset your network stack if this doesn’t work.

ipconfig/flushdns
nbtstat -R
nbtstat -RR
netsh int ip reset C:\resetlog.txt
netsh winsock reset

Restart your PC and give it another go.


Reset your network settings

If nothing else works, try resetting the network settings on your PC, This should reset your entire network stack and help the data go through. 

Step 1: Press Windows Key + I to open Windows Settings. Click on Update and Security. 

How to fix the 'network discovery is turned off' error in windows 10?

Step 2: Scroll down to find the Network reset option. Click on it to reset your PC’s network stack.

How to fix the 'network discovery is turned off' error in windows 10?

Once the reset is complete, restart your PC and try again. 

Also read: Windows 11 Pro vs Home: 6 Key Differences

Yadullah Abidi

Yadullah Abidi

Yadullah is a Computer Science graduate who writes/edits/shoots/codes all things cybersecurity, gaming, and tech hardware. When he's not, he streams himself racing virtual cars. He's been writing and reporting on tech and cybersecurity with websites like Candid.Technology and MakeUseOf since 2018. You can contact him here: yadullahabidi@pm.me.

  • Fantastic. I have been banging my head against a wall for about 2 weeks. The Virtual WiFi suddenly stopped working with no error indication. Every other solution I tried failed until I found this link. Thank you.

  • >