Hotspot toggle grayed out? Error 0x80070422? Turns on but devices can’t connect? Here are 8 tested fixes that restore Windows 11 mobile hotspot completely.
📋 Table of Contents
🔍 Why Does Mobile Hotspot Fail in Windows 11?
Verify Hotspot Settings and Source Connection
The most overlooked cause of hotspot failure: Windows is trying to share the wrong connection, or the hotspot band is set incorrectly.
- Press
Win + I→ Network & Internet → Mobile hotspot - Under Share my internet connection from → select your active internet connection (WiFi or Ethernet — whichever currently has internet)
- Under Share over → select WiFi
- Toggle Mobile hotspot to On
- Check the Network name and Password — note these for connecting other devices
Fix Error 0x80070422 — Start Required Services
Error 0x80070422 is a specific error meaning the Internet Connection Sharing (ICS) service is stopped. Starting it instantly enables the hotspot.
- Press
Win + R→ typeservices.msc→ Enter - Find Internet Connection Sharing (ICS) → double-click
- Set Startup type to Manual → click Start → OK
- Also find WLAN AutoConfig → set to Automatic → Start if stopped
- Also find Windows Mobile Hotspot Service → set to Manual → Start
- Return to Settings → toggle hotspot On
net start wlansvc
Enable Internet Connection Sharing on Source Adapter
Even when hotspot is on, connected devices get no internet if ICS is not enabled on the source adapter. This step manually enables traffic sharing.
- Press
Win + R→ typencpa.cpl→ Enter - Right-click your main internet connection (WiFi or Ethernet) → Properties
- Go to Sharing tab
- Check “Allow other network users to connect through this computer’s Internet connection”
- In the dropdown, select the hotspot adapter (usually labeled Local Area Connection* X)
- Click OK → toggle hotspot Off then On → test from other device
Update or Reinstall WiFi Adapter Driver
Windows updates sometimes replace WiFi drivers with generic versions that do not support hosted network (hotspot) mode. The manufacturer driver restores this capability.
- Press
Win + X→ Device Manager → Network Adapters - Right-click your WiFi adapter → Uninstall device → check delete driver → Uninstall
- Download latest WiFi driver from your PC manufacturer (Dell, HP, Lenovo, ASUS support page)
- Install → Restart PC → try hotspot again
netsh wlan show drivers → look for Hosted network supported: Yes. If it says No, the driver or adapter does not support hotspot.Reset TCP/IP Stack and Winsock
TCP/IP corruption causes hotspot routing failures where the connection appears active but traffic cannot flow between the host PC and connected devices.
netsh winsock reset
ipconfig /flushdns
Restart PC → try enabling hotspot again.
Allow Mobile Hotspot Through Windows Firewall
Windows Firewall can block hotspot connections from other devices, allowing the hotspot to broadcast but refusing connections.
netsh advfirewall firewall set rule group=”Network Discovery” new enable=Yes
Or via GUI:
- Open Windows Security → Firewall & network protection
- Click Allow an app through firewall
- Enable Internet Connection Sharing for all profiles
Reinstall Microsoft Wi-Fi Direct Virtual Adapter
The Microsoft Wi-Fi Direct Virtual Adapter is the virtual network adapter Windows creates to run the hotspot. When it is corrupted, hotspot cannot start regardless of settings.
- Press
Win + X→ Device Manager - Click View → Show hidden devices
- Expand Network Adapters
- Right-click Microsoft Wi-Fi Direct Virtual Adapter → Uninstall device
- Also uninstall Microsoft Wi-Fi Direct Virtual Adapter #2 if present
- Click Action → Scan for hardware changes
- Windows reinstalls the virtual adapter → try hotspot again
Full Network Reset — Last Resort
Reinstalls all network adapters including the Wi-Fi Direct Virtual Adapter and resets all networking to Windows 11 factory defaults.
- Press
Win + I→ Network & Internet → Advanced network settings - Click Network reset → Reset now → PC restarts
- After restart: apply Fix 2 (start services) and Fix 3 (enable ICS)
| # | Fix | Level | Time | Best For |
|---|---|---|---|---|
| 1 | Verify Settings and Source | Easy | 1 min | Wrong source connection selected |
| 2 | Start ICS and WLAN Services | Easy | 2 min | Error 0x80070422 — most common |
| 3 | Enable Internet Connection Sharing | Medium | 2 min | Devices connect but no internet |
| 4 | Update WiFi Driver | Medium | 5 min | Driver lost hosted network support |
| 5 | Reset TCP/IP + Winsock | Medium | 3 min | Routing conflicts |
| 6 | Allow Through Firewall | Easy | 2 min | Devices see hotspot but can’t connect |
| 7 | Reinstall Wi-Fi Direct Adapter | Medium | 3 min | Corrupted virtual hotspot adapter |
| 8 | Full Network Reset | Medium | 5 min | Nothing else worked |
❓ Frequently Asked Questions
Why is Windows 11 mobile hotspot not working?
How do I fix error 0x80070422 for mobile hotspot?
Mobile hotspot is on but devices cannot connect — why?
Devices connect to hotspot but have no internet — how to fix?
How do I check if my Windows 11 WiFi adapter supports hotspot?
✅ Bottom Line
Mobile hotspot not working in Windows 11 is almost always a service or virtual adapter issue — not hardware. If you see Error 0x80070422, Fix 2 (start ICS service) resolves it in 90 seconds. If devices connect but get no internet, Fix 3 (enable ICS on source adapter) is the specific solution. Your PC’s WiFi hardware is almost certainly fine — Windows just needs one service started.