Virtual adapter Microsoft Virtual Wi-Fi — is a hidden network component that Windows creates automatically for functions like mobile hotspot, Wi-Fi Direct or virtual networks. In most cases, it works unnoticed, but sometimes it starts to conflict with the main Wi-Fi module, causing connection errors, slow internet, or even the complete disappearance of networks from the list of available ones. Worst of all, the standard removal via device Manager It often doesn't work: the adapter comes back after a reboot as if it had never been touched.
If you encounter this problem, don't rush to reinstall Windows or take your laptop to a service center. In 90% of cases, the virtual adapter can be permanently removed without drastic measures—you just need to know which tools to use and in what order. In this article, we'll cover the procedure. 5 working methods (from simple to advanced), we'll explain why the adapter keeps reappearing and show you how to prevent it from being automatically created. You'll also learn when to remove it. not worth it - so as not to lose useful system functions.
What is Microsoft Virtual Wi-Fi Adapter and why is it needed?
This is a software network interface that Windows generates dynamically for:
- 🔄 Internet distribution via Wi-Fi (Mobile Hotspot feature). Without a virtual adapter, your PC won't be able to share your network with other devices.
- 📱 Wi-Fi Direct support — technologies for directly connecting devices without a router (for example, for printing on a printer or transferring files).
- 🌐 Working with virtual networks, including VPN tunnels and Docker containers if they use Wi-Fi.
- 🔧 Network diagnosticsSome Microsoft utilities (for example, Network Troubleshooter) create temporary adapters for tests.
In normal condition the virtual adapter does not appear in the list of network connections and does not interfere with work. Problems begin when:
- 🚨 It conflicts with the main Wi-Fi module driver (often after Windows updates).
- 🔄 A duplicate connection appears with an error
"No network access". - 🐢 Internet speed drops significantly or connection is lost after sleep/hibernation.
- 🔧 In
Device Managerthere is an exclamation mark hanging next to Microsoft Wi-Fi Direct Virtual Adapter.
Before removing the adapter, check whether you're using any features that depend on it. For example, if you regularly share internet from your laptop to your phone, removing it will prevent this from happening until the next reboot (or until the adapter is automatically restored).
When deleting a virtual adapter is dangerous
It's not always worth getting rid of Microsoft Virtual Wi-Fi AdapterIn some scenarios, removing it will result in loss of functionality:
| Use case scenario | What will break after removal? | Recommendation |
|---|---|---|
| Internet distribution via "Mobile hotspot" | The function will stop working until reboot. | Fix driver conflicts without uninstalling your adapter |
| Usage Wi-Fi Direct (for example, for printing on a printer) | Devices will not be able to connect directly | Update the main Wi-Fi module driver |
| Working with WSL 2 (Linux subsystem for Windows) | Virtual machines will lose access to Wi-Fi. | Configure the network bridge manually |
Usage Docker with the network host |
Containers will not be able to access the internet via Wi-Fi. | Switch to bridge-net |
⚠️ Attention: If you use Windows 11 with function Automatically connect to open networks, deleting a virtual adapter can disrupt this logic. The system creates temporary interfaces to scan available networks.
If you are not sure if you need this feature, try disable the adapter temporarily (through device Manager) and check if any critical features are lost. If everything works fine, you can delete it.
Method 1: Uninstall via Device Manager (temporary solution)
This is the simplest method, but it will only work until the next reboot or hotspot activation. However, it's worth trying first—sometimes the adapter doesn't recover on its own.
Disable mobile hotspot in Windows settings|
Close all programs using Wi-Fi (Torrent, VPN, Docker)|
Create a system restore point (just in case)|
Connect to the internet via Ethernet (if possible)-->
Instructions:
- Click
Win + Xand select device Manager. - Expand the section Network adapters.
- Find devices with names:
- Microsoft Wi-Fi Direct Virtual Adapter
- Microsoft Virtual WiFi Miniport Adapter
- Microsoft Hosted Network Virtual Adapter
After uninstalling, restart your computer and check if the adapter is back. If so, proceed to the next method.
Method 2: Disabling via the command line (for experienced users)
This method allows you to forcefully remove the adapter without going through the GUI restrictions. Suitable if device Manager refuses to remove the device or it appears immediately after reboot.
Open Command prompt as administrator (Win + X → Terminal (Administrator)) and execute the commands in order:
netsh wlan stop hostednetworknetsh wlan set hostednetwork mode=disallow
devcon remove "PCI\CC_*0280*"
devcon remove "USB\CC_*0280*"
If after entering devcon an error appears "command not recognized", download the utility DevCon from the official Microsoft website and place it in a folder C:\Windows\System32, or specify the full path to the file in the command.
To prevent Windows from automatically creating a virtual adapter the next time you turn on the hotspot, run:
reg add "HKLM\SYSTEM\CurrentControlSet\Services\WlanSvc\Parameters\HostedNetworkSettings" /v HostedNetworkMode /t REG_DWORD /d 0 /f
⚠️ Attention: Changing the registry may cause Wi-Fi instability. Before running the command create a backup copy of the registry (File → Export V regedit).
Method 3: Update or roll back the primary Wi-Fi driver
Often the virtual adapter conflicts with the main Wi-Fi module due to incompatible driversThis happens after Windows updates or manually installing drivers. The solution is to restore the working version of the driver.
How to check and fix:
- Open
device Managerand find your main Wi-Fi adapter (for example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4). - Right click → Properties → Driver.
- Take a look development date And driver versionIf the date is recent (for example, today), and the problems started recently, the automatic update is likely to blame.
- Click Roll back (if the button is active) or Update driver → Browse my computer for driver software → Select from the list and install an older version.
- 🖥️ For Intel Wi-Fi: Intel Driver & Support Assistant
- 🖥️ For Qualcomm Atheros: Qualcomm support page
- 💻 For laptops Lenovo/Dell/HP: look for the driver by model on the manufacturer's website.
If rolling back doesn't help, download the driver from the official website of your laptop or Wi-Fi module manufacturer (not from Windows Update!). For example:
How to find out the model of a Wi-Fi adapter?
Open device Manager, find your Wi-Fi adapter in the "Network adapters" section, right-click → Properties → DetailsIn the drop-down list, select Equipment IDThe top line will contain a code like this: PCI\VEN_8086&DEV_2723 - Copy it and search it on Google. The first two digits after VEN_ (for example, 8086) is the manufacturer (Intel), the second (2723) is the chip model.
Method 4: Disable WLAN AutoConfig service
Windows automatically manages Wi-Fi connections through a service WLAN AutoConfigSometimes it gets overzealous and creates unnecessary virtual adapters. Disabling this service may solve the problem, but will prevent you from automatically connecting to saved networks.
How to disable:
- Click
Win + R, enterservices.mscand pressEnter. - Find a service WLAN AutoConfig Service (WLAN AutoConfig).
- Right click → Properties.
- In the field Launch type select Disabled.
- Click Stop (if the service is running) and OK.
After disabling, restart your PC. The virtual adapter should disappear. However, you will now have to use third-party utilities (for example, NetSetMan) or enable the service manually.
⚠️ Attention: On some laptops (especially with Killer Networking) disabling this service may result in complete loss of Wi-Fi before turning it on again. Before doing this, check if your system has alternative network management utilities (e.g. Killer Control Center).
Method 5: Cleaning the system of "junk" network profiles
Sometimes a virtual adapter is created due to damaged Wi-Fi profiles, which Windows is trying to restore. Clearing these profiles may solve the problem.
How to delete all saved networks:
- Open Command Prompt (Administrator).
- Run the command to view all profiles:
netsh wlan show profiles - Delete all profiles one by one (replace
NETWORK_NAMEto the real name):netsh wlan delete profile name="NETWORK_NAME" - Restart your computer.
After cleaning, Windows will create new profiles the next time you connect. This often resets virtual adapter settings.
If the problem persists, try reset network settings completely:
- Open
Settings → Network & Internet → Status. - Scroll down and click Network reset.
- Confirm the action and restart your PC.
FAQ: Frequently asked questions about the Microsoft Virtual Wi-Fi Adapter
Why does the virtual adapter reappear after being removed?
Windows restores it automatically when:
- Turning on mobile hotspot.
- Use Wi-Fi Direct (for example, for printing or transferring files).
- Launch WSL 2 or Docker with network access.
- Updating Wi-Fi drivers via Windows Update.
To prevent this, disable the service. WLAN AutoConfig (Method 4) or block the creation of the adapter through the registry (Method 2).
Is it possible to permanently remove the adapter without disrupting the system?
Technically Yes, but this requires:
- Disabling all functions that depend on it (hotspot, Wi-Fi Direct).
- Blocking automatic creation via registry or group policy.
- Regularly check after Windows updates (they can reset settings).
If you don't use the features listed above, keep an eye on your Wi-Fi drivers—conflicts often resolve after updating them.
The virtual adapter won't be removed—it says "device required for boot." What should I do?
This means the adapter is currently in use by the system. Try:
- Disable mobile hotspot and all VPN connections.
- Close programs that may be using the network (Docker, VirtualBox, torrent clients).
- Perform removal via safe mode:
Restart your PC while holding Shift, select Diagnostics → Advanced options → Startup settings → Restart → F5 (Safe mode with networking). Then repeat the deletion after device Manager.
After removing the adapter, my internet connection disappeared. How can I get it back?
Most likely you deleted Basic Wi-Fi driver along with the virtual one. To restore:
- Connect to the Internet via Ethernet or USB modem.
- Open
device Manager, find the section Network adapters. - Right-click on an empty space → Update hardware configuration.
- If Wi-Fi does not appear, download the driver from the laptop/motherboard manufacturer's website and install it manually.
Are there any programs to automatically remove virtual adapters?
Yes, but use them not recommended — they often remove unnecessary software or install unnecessary software. Instead:
- Use built-in tools Windows (Methods 1–5 from this article).
- For advanced users: PowerShell script that removes adapters by
Equipment ID:
Get-NetAdapter | Where-Object {$_.Name -like "virtual"} | Disable-NetAdapter -Confirm:$false
Get-NetAdapter | Where-Object {$_.Name -like "virtual"} | Remove-NetAdapter -Confirm:$false
Run the script as administrator.