The situation when a built-in function mobile hotspot The problem of refusing to activate in Windows 10 is familiar to many users. You flick the switch, but it either immediately returns to the "Off" position, or the system displays the error "Unable to set up mobile hotspot." This often occurs after a major operating system update or when there is a network card driver conflict. The user is left without internet access on other devices, and standard troubleshooting methods seem futile.
Fortunately, the operating system Windows 10 has a comprehensive set of network connection management tools hidden from view. If the graphical interface doesn't work, it doesn't mean your laptop's hardware is faulty. DHCP protocol and wireless modules may function correctly, requiring only an alternative activation method. In this guide, we'll cover proven workarounds for system errors that will help you set up an access point even in the most challenging situations.
Before moving on to more complex steps, it's worth checking basic power-saving settings. The system often automatically disables the network adapter to conserve battery power, which prevents data sharing. Make sure the adapter is allowed to run in the background in Device Manager. If this doesn't help, you'll need to use more powerful administrative tools.
Diagnostics of network adapters and drivers
The first step to restoring functionality is a deep health check. network driversOften, the problem isn't with Windows itself, but with incorrect operation of the software that controls the Wi-Fi module. Open "Device Manager" from the Start button context menu and find the "Network Adapters" section. Make sure there are no yellow exclamation marks or errors next to your wireless device.
⚠️ Attention: If you see a device named "Microsoft Wi-Fi Direct Virtual Adapter" with an error status, deleting this virtual adapter may resolve the issue. The system will automatically recreate it the next time you try to start the hotspot.
Drivers from laptop manufacturers such as HP, Dell, or Lenovo, sometimes conflict with standard Microsoft modules. Try forcing a driver update by selecting "Update Driver" → "Browse my computer for driver software" → "Choose from a list of available drivers." Select the most recent version or, conversely, try rolling back to a previous stable version if the problem recently appeared.
It's also important to check whether your adapter supports hosted network mode. To do this, use the command line. Enter the command netsh wlan show drivers and find the line "Hosted network support." If it says "No," you won't be able to start sharing software—you'll need to replace the Wi-Fi module or reflash it.
- 🔍 Check for yellow marks in Device Manager.
- 🔄 Try removing Microsoft Wi-Fi Direct virtual adapters.
- 📉 Roll back the driver to the previous version if the update caused a crash.
- ✅ Make sure hosted network support is active.
Launching a hotspot via the command line
When Windows 10's GUI crashes, the command line comes to the rescue. cmdThis is the most reliable way to get your laptop to broadcast a WiFi signal without running errant system services. First, launch the Command Prompt as administrator. Right-click the Start menu and select the appropriate option.
First, let's create a new virtual network. Enter the command: netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword123. Here MyNetwork - This is the name of your network that other devices will see, and MyPassword123 — connection password. Make sure the password contains at least 8 characters, otherwise the system will return an error.
netsh wlan start hostednetwork
After entering the startup command, you should see a message indicating that the hosted network has started. If you receive the error "Failed to start the hosted network," try updating your wireless adapter driver or checking the WLAN AutoConfig service. In some cases, re-running the command with administrator privileges helps.
Creating a network is only half the battle. Now you need to share the internet connection. Go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. Find the adapter your laptop uses to connect to the internet (Ethernet or USB modem), right-click it, and select Properties → the Sharing tab.
☑️ Setting up distribution via CMD
Setting up Windows sharing and services
A critical element of access point operation is correct configuration. Windows servicesIf the service responsible for the wireless network is stopped or running in manual mode, the hotspot will not turn on. Click Win + R, enter services.msc and find the WLAN AutoConfig service in the list.
Make sure the startup type is set to "Automatic" and the service is running. If it's stopped, click "Start." It's also worth checking the Internet Connection Sharing (ICS) service. Although it's often hidden in modern versions of Windows 10, a frozen service can block network connectivity.
⚠️ Attention: Settings interfaces and service names may vary slightly across Windows 10 builds (Home, Pro, Enterprise). If you can't find an exact match, refer to the service description or its name (WlanSvc).
After starting the services, you need to return to the sharing settings. In the properties window for your primary internet connection (where you get your data), check "Allow other network users to connect through this computer's Internet connection." In the "Home networking connection" drop-down list, select the virtual adapter you created earlier (usually called "Local Area Connection*" with a number).
Why does access disappear after reboot?
Often, after a computer reboot, the virtual adapter's IP address or index changes. In this case, the checkbox in the sharing settings (ICS) disappears, and you need to re-check it, selecting the correct virtual adapter.
Reset network settings and TCP/IP parameters
If the previous methods did not help, it may be in the protocol stack TCP/IP Critical configuration errors have accumulated. Windows 10 offers a built-in network reset mechanism, which returns all settings to factory defaults. This is a drastic, but often effective, method.
Go to Settings → Network & Internet → scroll down to Network Reset. Click Reset Now. The system will warn you that your computer will restart in 5 minutes. After the restart, all network adapters will be reinstalled and your settings will be reset.
An alternative, more targeted method is to use the command prompt to reset specific protocols. Open the command prompt as administrator and run the following commands in sequence:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running these commands, be sure to restart your computer. Reset Winsock Cleans the socket directory, which often resolves connection and internet sharing issues caused by corrupted system files or malware.
- 💻 Use the built-in network reset in Windows settings.
- 🧹 Clear your DNS cache with this command
ipconfig /flushdns. - 🔄 Reset the TCP/IP stack via
netsh. - ⚡ Be sure to restart your PC after resetting the settings.
Problems with the 5 GHz frequency band
One of the common reasons why the hotspot is not visible on older smartphones or tablets is the operation in the range 5 GHzWindows 10 can select this range by default for network sharing if your adapter supports it. However, many devices simply cannot scan for networks in this range or require manual configuration.
To switch to the more compatible 2.4 GHz mode, use the command line. Enter the command: netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword channel=1Specifying a channel (e.g. 1, 6 or 11) forces the network to the 2.4 GHz band.
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Compatibility | High (all devices) | Low (new only) |
| Signal range | Big | Smaller |
| Speed | Up to 300-450 Mbps | Up to 1000+ Mbps |
| Noise immunity | Low (many neighbors) | High |
Using third-party software
When Windows 10's built-in tools have exhausted their resources and refuse to work, specialized programs come to the rescue. They take over driver management and create an access point using their own methods, often ignoring hotspot system errors. One of the most popular solutions is Connectify Hotspot.
This utility has a powerful engine that can work even with outdated drivers. It not only allows you to share Wi-Fi but also monitor the traffic of connected clients, limit speeds, and select which adapter to use for sharing. The free version is usually sufficient for basic tasks.
Another option is MyPublicWiFiThis is a completely free and lightweight application that requires no installation (it's portable). It's ideal for one-time internet sharing when you need to quickly set up a network without extensive system configuration. The program automatically configures the firewall and necessary services.
⚠️ Attention: When installing third-party software, carefully check the boxes in the installer. Some programs may attempt to install additional unnecessary software or change your browser's start page.
Frequently Asked Questions (FAQ)
Why doesn't my laptop see the 5 GHz network when creating a hotspot?
Most likely, your Wi-Fi adapter doesn't support monitor mode or hosted network mode in the 5 GHz band, or the driver doesn't allow it. Try updating the drivers from the manufacturer's website or force switching to the 2.4 GHz channel via the command line.
Is it possible to share WiFi if the laptop is connected to the Internet via Wi-Fi?
Yes, this is possible if you have a dual-band adapter. It can receive a signal on one frequency (for example, 5 GHz) and broadcast on another (2.4 GHz). If you only have one adapter and it's single-band, your speed may drop significantly, or the system won't allow you to start the hotspot.
How do I know how many devices are connected to my hotspot?
In the command line, enter netsh wlan show hostednetworkThe "Clients" section will display the number of connected devices and their MAC addresses. In third-party programs, this information is usually displayed on the main screen.
Why does the "No Internet Access" icon appear on my connected phone?
This means there's a WiFi connection, but Internet Sharing (ICS) isn't configured. Go back to the properties of your primary internet adapter and make sure "Allow other network users to connect to this network..." is checked and the correct virtual adapter is selected.