Why isn't my laptop's Wi-Fi working? Troubleshooting

The situation when the laptop refuses to broadcast A wireless signal often takes you by surprise, especially if your phone's mobile data connection is unavailable or your data plan has been exhausted. Users encounter cryptic error messages in the Network and Control Center that don't provide even the slightest clue as to the nature of the problem. The problem could be as simple as a software bug in the operating system or incorrectly functioning network card drivers.

Before panicking or taking your device to a service center, it's worth performing a basic diagnostic yourself. Windows 10 And Windows 11 Network connection management tools are quite flexible, but their operation often depends on numerous hidden parameters. Sometimes, simply restarting the computer is sufficient, but more often, a more in-depth analysis of the virtual adapter settings and system services is required.

In this article, we will examine in detail all the possible reasons why mobile hotspot may not start, and we'll offer step-by-step instructions for troubleshooting them. You'll learn how to check service status, update drivers manually, and use the command line to force internet sharing.

Checking mobile hotspot status and basic settings

The first step should always be to check the obvious: whether the sharing feature is even enabled in the operating system interface. In modern versions of Windows, managing this process is located in a separate section, easily found through search or the settings menu. Make sure the switch is in the "On" position, and an active connection is selected as the internet connection source, for example, Wi-Fi or Ethernet.

Users often forget that for Wi-Fi sharing to work properly, the original connection to the global network must be stable. If your laptop is connected to a Wi-Fi network with a poor signal or requires authorization on the provider's portal, it won't be able to share the internet. It's also worth checking the frequency range: some older devices won't see the network. 5 GHz, so it makes sense to forcefully switch to 2.4 GHz.

Pay attention to power saving settings, which can automatically disable the adapter to conserve battery life. In the power management section, find the wireless adapter settings and set it to maximum performance mode. This will prevent unexpected connection drops and allow the system to consistently maintain access point mode.

⚠️ Note: When you enable Wi-Fi sharing, the system may automatically change the network profile to "Public," which will limit your laptop's visibility to other devices. Make sure device discovery is enabled in your firewall settings.

If the basic settings are configured but the problem persists, it's worth checking whether you've reached the maximum number of connected clients. The operating system limits the number of simultaneously connected devices, and exceeding this limit will prevent new devices from connecting. Try disconnecting all unnecessary devices and restarting the hotspot.

📊 What is the internet connection status on your laptop?
There is wired Ethernet
There is Wi-Fi from the router
Mobile Internet via USB
There is no connection at all

Diagnosing network card and virtual adapter drivers

The most common reason why Wi-Fi is not distributed, is the incorrect operation of the drivers or the absence of the required virtual adapter. In the Device Manager, which can be opened with the command devmgmt.msc, you need to expand the "Network adapters" branch. Look for a device named Microsoft Wi-Fi Direct Virtual Adapter or similar.

If there's a yellow exclamation point next to the adapter, or it's not listed at all, the driver is corrupted or not installed. In this case, right-click the adapter and select "Uninstall device," then restart your computer. Upon restart, the system will attempt to automatically restore the driver.

It's also important to check the properties of your physical wireless adapter. Its settings, under the "Advanced" tab, may contain parameters related to the operating mode. Make sure these options are enabled. Virtualization or Hosted Network, if such items are present in the list. The lack of virtualization support at the driver level makes it impossible to create an access point.

Sometimes driver conflicts occur after updating the operating system. In this case, you can try rolling back the driver to the previous version.

Check the current version through the device properties. This often helps if the problem appeared immediately after installing Windows updates.

Using the command line to start distribution

When the graphical interface fails, the command line comes to the rescue. Launch the terminal as administrator by entering cmd in the search and selecting the appropriate option. First, check the current status of the hosted network with the command netsh wlan show hostednetworkIf the status is "Not configured", it means the network has not yet been initialized.

To create a network, enter the command to set the parameters: netsh wlan set hostednetwork mode=allow ssid=MyNetwork key=MyPassword123. Here ssid - this is the name of your future network, and key — a password that must be at least 8 characters long. After the command has successfully completed, you can try to start the network. netsh wlan start hostednetwork.

If you receive the error message "Failed to start the hosted network," this may indicate that the WLAN AutoConfig service is not running or the driver does not support this feature. In some cases, forcing a configuration update with the command netsh wlan set hostednetwork mode=allow before launch.

List of useful commands for diagnostics

netsh wlan show drivers — shows hosted network support; ipconfig /all — detailed information about all adapters; netsh interface ip show config — IP address settings

cpl), a new virtual connection will appear. You'll need to allow internet access to this connection through the "Access" tab in the primary adapter's properties if automatic switching doesn't occur.

Configuring Windows services and network settings

The foundation of wireless networking in Windows is the service WLAN AutoConfigIf it's disabled or malfunctioning, none of the internet sharing methods will work. You can find it through the service services.msc, where you need to make sure that the startup type is set to “Automatic” and the service itself is active.

In addition to the main service, Internet Connection Sharing (ICS) components may be responsible for internet access. Check whether your antivirus or firewall is blocking the creation of a local network. Sometimes, temporarily disabling third-party security solutions to test their impact on the network can help.

It's important to check your DNS settings in your network settings. Try entering static DNS server addresses, such as those from Google (8.8.8.8) or Yandex (77.88.8.8), in the IPv4 protocol properties. This can resolve connection issues where the network is visible but pages don't open.

☑️ Service diagnostics

Completed: 0 / 5

It's also worth paying attention to TCP/IP settings. Resetting the protocol stack often resolves mysterious network issues. To do this, run the reset and flush DNS cache commands in the command prompt (administrator), which will return the network settings to their default values.

IP address conflicts and IPv4 protocol parameters

One of the hidden causes of ineffective sharing may be an IP address conflict. When a laptop shares the internet, it acts as a DHCP server for connecting devices. If there's already a device on the local network with the same gateway or range address, a conflict will occur, and the connection will fail.

You can check the current settings in the adapter properties. Make sure that the protocol IPv4 Automatic IP address acquisition is set. In rare cases where the automatic IP address fails, you can manually set the gateway address. 192.168.137.1, which is standard for Microsoft virtual adapters.

The table below shows the default values ​​used by the system when setting up a mobile hotspot. Checking this data will help you determine if your adapter is working correctly.

Parameter Default value Description
Gateway IP address 192.168.137.1 The laptop's address in the created network
Subnet mask 255.255.255.0 Standard class C
DNS server 1 8.8.8.8 Google Public DNS
DHCP range 192.168.137.x Addresses for clients

If you've manually changed network settings, try resetting all settings to automatic. Manually changing TCP/IP settings often causes the laptop to stop routing traffic correctly.

The impact of antivirus and firewall software on the network

Third-party antivirus programs often have their own firewall modules, which can block the creation of an access point. If you're using a third-party antivirus, try temporarily pausing its protection or disabling the "Network Protection"/"Firewall" feature. This will help determine whether the software is causing the problem.

The built-in Windows Firewall can also block connections if the network profile is set to "Public." In this mode, the system strictly limits incoming connections. Switching the profile to "Private" in the network settings can instantly resolve the issue.

Check the firewall's list of allowed applications. Ensure that system services related to Wi-Fi and network sharing are allowed to operate on both private and public networks. Failure to check these boxes can completely isolate your access point.

Specifics of working in Windows 10 and Windows 11

IN Windows 10 And 11 The distribution mechanism has been significantly redesigned compared to the seven. Now it uses technology Wi-Fi Direct, which requires hardware support. If your adapter is very old, it may not physically support creating a hotspot in newer operating systems.

Newer versions of Windows also feature the "Data Saver" feature, which can limit background activity and data sharing. Check the settings under "Status" -> "Data Usage." If the limit is set too low, the system may block data transfers to other devices.

Security updates sometimes change network policies. For example, after a major update, permissions for virtual adapters may be reset. In this case, performing a network reset in Windows Settings can help, restoring all network components to factory settings.

⚠️ Note: Settings interfaces and menu item names may vary slightly depending on your Windows build version (Home, Pro, Enterprise) and the latest updates installed. If you can't find the item you're looking for, use the settings search.

Frequently Asked Questions (FAQ)

Why does my laptop see the network, but it says "Unable to connect"?

Most often, the problem is an incorrect password or encryption type. Try changing the security type in the hotspot settings to WPA2-Personal. It's also possible that an old network profile with different settings is saved on the client device—delete the network on your phone and reconnect.

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

Yes, modern network cards support simultaneous operation in client and access point modes. However, if you only have one adapter and it's very old, it may not be able to handle the double load, and speeds will be extremely slow. Ideally, an Ethernet cable connection is best.

How to increase the distribution range?

Increasing the range using software is difficult, as it is limited by the laptop's transmitter power. Make sure the laptop isn't placed in a niche or behind a metal object. Using an external USB Wi-Fi adapter with an antenna can significantly improve the signal.

Why does the Internet disappear on connected devices?

This may be related to the laptop's network adapter's sleep mode. In Device Manager, under the adapter's properties, on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."

What should I do if the Mobile Hotspot button is grayed out and unpressable?

This indicates that the driver doesn't support the function or the WLAN service is disabled. The button may also be unavailable if the Wi-Fi module itself is disabled using a hardware button on the laptop or a key combination (e.g., Fn+F2).