Why isn't my laptop's Wi-Fi working on my phone? Diagnostics and solutions

It often catches you by surprise when a laptop with an internet connection refuses to share its connection with mobile devices. You set up a virtual router, enter the password, but your phone simply doesn't see the network or displays the error "Unable to connect." This is a common problem that can be caused by a dozen different factors, from something as simple as a disabled adapter to antivirus software blocking the connection.

Before you panic and reinstall drivers, it's worth understanding the nature of the problem. Virtual router This is a software-based access point emulation that requires several Windows services to function correctly. If even one component in this chain fails, traffic distribution will become impossible. In this article, we'll examine all possible causes and troubleshooting methods in detail.

Often, users don't even suspect that the problem lies in energy saving settings or a network protocol conflict. Windows 10 And Windows 11 have their own network interface management features that can block the creation of an access point. Let's go through all the diagnostic steps step by step.

Problems with the network adapter and drivers

The most common reason why Wi-Fi isn't working is due to the hardware itself or its software. To create a hotspot, your Wi-Fi module must be capable of operating in wireless mode. Hosted NetworkIf the driver is outdated, corrupted, or simply does not support this function, the system will not be able to start distribution.

You can check for mode support via the command line. This is the first step to eliminating hardware incompatibility. Open a terminal as administrator and enter the following command to check:

netsh wlan show drivers

In the window that opens, find the line "Hosted network support." If it says "No," you won't be able to start the router software-based without replacing the driver or adapter. Sometimes, a complete software reinstallation from the laptop manufacturer's official website, rather than through Windows Device Manager, can help.

⚠️ Important: If you're using a USB Wi-Fi adapter, make sure it's connected directly to the motherboard port and not through a USB hub. Insufficient power may cause unstable access point operation.

It's also worth paying attention to the adapter's status in Device Manager. If there's a yellow exclamation point over the wireless network icon, it means the device is not working properly. In this case, removing the device and subsequent scanning of the hardware configuration often resolves the problem.

Errors in sharing settings

Even if the adapter is working properly, Windows needs to know which connection to share. Many users connect to the internet via an Ethernet cable but try to share their Wi-Fi adapter in the settings, or vice versa. This can lead to confusion over connection names.

For proper operation, you need to go to the network control panel. The path usually looks like this: Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsFind the connection through which the laptop receives internet (for example, "Ethernet"), right-click and select "Properties".

In the window that opens, go to the "Access" tab. This is where the key setting is located. You need to check the box next to "Allow other network users to connect through my internet connection." Below, in the drop-down list, select your virtual adapter (usually labeled "Wireless Network" with a number).

Parameter Value for distribution Possible error
Internet source Ethernet / 3G / 4G Wi-Fi adapter selected
Home network Wireless connection (Virtual) Not selected or LAN
Access permission Enabled (check mark) Off

168.137.1. If you manually assigned static addresses, this may cause a conflict. In this case, it's best to reset the settings to obtain an IP address automatically.

📊 What type of connection do you have to your laptop?
Ethernet cable
Mobile Internet (USB)
Other Wi-Fi
Don't know

Windows Services and Their Impact on the Network

Specialized services are responsible for the creation and maintenance of wireless networks in the operating system. If the service WLAN AutoConfig Service (Wlansvc) is stopped or running in manual mode, you will not be able to start the access point.

You can check the status of services by pressing a key combination Win + R and entering the command services.mscFind the following services in the list and make sure they are running and the startup type is set to "Automatic":

  • 🔹 WLAN AutoConfig Service
  • 🔹 Network List Service
  • 🔹 Internet Connection Sharing (ICS)

It often happens that the service freezes. In this case, restarting it helps: right-click and select "Restart." If the startup type is "Disabled," change it to "Automatic" and click "Apply."

⚠️ Warning: Changes to the registry and services may affect the stability of the entire operating system. We recommend creating a restore point before making any changes.

The ICS service deserves special attention. If it's not running, the network address translation (NAT) mechanism won't work, and phones will be able to connect to the laptop, but the internet won't be transmitted. This often appears in Windows event logs as a 700-number error.

Conflicts between the 2.4 GHz and 5 GHz frequency bands

Modern laptops are often equipped with dual-band adapters that support standards 802.11ac And 802.11axHowever, when creating an access point, a band conflict may occur. For example, a laptop receives internet on the 5 GHz band but only transmits on the 2.4 GHz band, or vice versa.

Some older smartphones simply don't detect 5 GHz networks. If your phone doesn't detect your laptop's network, try forcibly switching the adapter's operating mode. You can do this in the Device Manager, under the Wi-Fi module properties, on the "Advanced" tab.

Find the "802.11n Mode" or "Wireless Mode" setting and try changing its value. It's also worth checking the "Preferred Band" setting. If it says "5 GHz," change it to "2.4 GHz" or "No Preference." This will improve compatibility with mobile devices.

Why is 5 GHz reception worse?

The 5 GHz band has a shorter range of penetration through walls. If the laptop and phone are in different rooms, the 5 GHz signal may be too weak for a stable connection, even if the indicator shows full strength.

Additionally, the broadcast channel may be occupied by neighboring routers. If the access point settings are set to "Auto," the system may select a noisy channel. You can try specifying a specific channel in the command line, such as 1, 6, or 11, which have the least interference.

Diagnostics via command line

The Windows graphical interface doesn't always display real errors. The most reliable way to figure out why Wi-Fi isn't working is to use console commands. They provide instant feedback on the virtual router's status.

First, check the current status of the hosted network. Enter the command:

netsh wlan show hostednetwork

If the status says "Not running," the service isn't activated. If the status says "Running" but there's no internet, the problem lies with your DNS or gateway settings. Try resetting your network settings with the command netsh int ip reset and restart the computer.

  • 🔹 netsh wlan set hostednetwork mode=allow — enables access point mode
  • 🔹 netsh wlan set hostednetwork mode=disallow - disables the mode (resets settings)
  • 🔹 netsh wlan start hostednetwork - forced launch

If the error "Failed to start hosted network" occurs at startup, this almost always indicates a driver or antivirus blocking it. In the event logs (eventvwr.msc) in the section "Windows Logs → System" you can find a more detailed description of the error with the code.

☑️ Diagnostics via CMD

Completed: 0 / 1

Resetting network settings as a radical solution

When trying all the settings fails, the last resort is a full reset of network settings. This will return all network components to factory defaults, delete saved Wi-Fi profiles, and reset the TCP/IP stack.

In Windows 10 and 11, you can do this through the settings menu. Go to Settings → Network & Internet → Advanced network settings → Network resetThe system will warn you about a reboot. Afterward, you'll have to re-enter passwords for all Wi-Fi networks.

This method is effective when configuration errors have accumulated in the registry and cannot be corrected manually. Often, a reset will reinstall the correct versions of Microsoft drivers, resolving the compatibility issue.

Remember that after resetting, you'll need to re-enable sharing and recreate the access point. The old virtual router settings will be deleted. This is guaranteed to resolve software conflicts, but it will take time to reconfigure.

Table of error codes and solutions

During diagnostics, you may encounter specific error codes. Below is a table of the most common problems and their solutions.

Code / Message Probable cause Solution method
Error 1 Invalid command line parameter Check the syntax of the netsh command
Error 3 Resource not found (driver) Update your Wi-Fi adapter driver
Error 21 Device is not ready Restart the adapter in Device Manager.
No internet access DNS or gateway error Manually enter DNS 8.8.8.8 on your phone

Pay close attention to system messages. Windows often prompts you to identify the component causing the problem, but the user ignores the pop-up notification, focusing solely on the internet issue.

FAQ: Frequently Asked Questions

Why does my phone connect to my laptop's Wi-Fi, but the internet doesn't work?

The issue is most likely with the sharing settings (ICS). Check that "Allow other users to..." is checked on the primary adapter and that the correct virtual adapter is selected in the list. Also, try entering Google's DNS servers (8.8.8.8) in the Wi-Fi settings on the phone itself.

Is it possible to distribute Wi-Fi if the laptop itself is connected via Wi-Fi?

Theoretically, yes, it's called a repeater, but most standard Wi-Fi adapters can't simultaneously receive and transmit signals in the same band. For stable operation, it's best for the laptop to receive internet via an Ethernet cable or USB modem and broadcast via Wi-Fi.

How to increase the range of a wireless connection from a laptop?

The range is limited by the laptop's transmitter power. It can't be increased programmatically. You can try changing the channel to a less crowded one or raising the laptop's antenna (if it's external). As a last resort, use a USB Wi-Fi adapter with an external antenna.

Does antivirus affect the creation of an access point?

Yes, many antivirus programs (Kaspersky, ESET, Avast) have built-in network protection modules that block the creation of virtual adapters. Try temporarily disabling your antivirus's firewall or adding an exception for the sharing service.

Why does the network disappear 2-3 minutes after launch?

This is the Windows power saving feature at work. The system disables the adapter to save power. Go to Device Manager, find your Wi-Fi adapter, and in the "Power Management" tab, uncheck "Allow the computer to turn off this device."