Restoring a Wi-Fi hotspot on a laptop: From diagnostics to solution

Problems with a laptop's Wi-Fi hotspot are one of the most common issues users encounter when trying to share internet with other devices. Most often, failures occur after a system update, a new antivirus program, or an improper device shutdown. In 80% of cases, the culprit is incorrect network settings, conflicting drivers, or disabled system services. This article will help you restore your virtual router to working order without calling a service center.

We'll explore all possible causes—from something as simple as disabling a feature in Windows settings to hardware issues with the adapter. We'll pay special attention to diagnostics: you'll learn how to determine whether the problem is software or hardware-related. The instructions are suitable for laptops of all brands. ASUS, Lenovo, HP, Acer and others working under the management Windows 10/11For owners macOS At the end of the article there is a separate section with nuances.

Before you begin the recovery process, please check two key points: is the Wi-Fi on your laptop working (does it connect to other networks?) and is the function enabled? Mobile Hotspot in the settings. If the answer is "yes" to both questions, the problem lies in the access point settings. If the Wi-Fi doesn't pick up any networks at all, resolve this issue first, as internet sharing is impossible without a working adapter.

1. Checking the basic conditions for Wi-Fi distribution

Before conducting a thorough diagnostic, ensure that the minimum requirements for creating an access point are met. Users often miss obvious issues, spending hours troubleshooting non-existent problems.

  • 🔄 Restarting the deviceIt's trivial, but it helps in 30% of cases. Turn off your laptop (don't restart it!), wait 30 seconds, and turn it back on. This will clear temporary network service errors.
  • 📶 Active internet connectionThe access point won't be able to distribute traffic if the laptop itself isn't connected to the network (via Ethernet, mobile internet, or another Wi-Fi connection).
  • 🔧 No antivirus restrictionsPrograms like Kaspersky, Avast or ESET may be blocking network creation. Temporarily disable protection and check the functionality.
  • 🔒 Administrator rightsChanging network settings requires administrator rights. Make sure you're logged in with the appropriate account.

If all conditions are met, but the access point is still not created, proceed to the next section. Pay special attention to the antivirus section: in 2023 Avast And Bitdefender began aggressively blocking virtual networks, mistaking them for potential attacks.

📊 What caused the problem with the access point on your laptop?
Windows Update
Installing a new antivirus
Crash after sleep/hibernation
Unknown
Another option

2. Network adapter diagnostics

If the basic conditions are met, but the Wi-Fi network still won't create, first check the status of your network adapter. To do this:

  1. Click Win + X and select device Manager.
  2. Expand the tab Network adapters.
  3. Look for devices with names like Wireless, Wi-Fi, 802.11 or adapter model (for example, Intel Wi-Fi 6 AX200).

Please note the icons next to the adapter name:

  • ⚠️ Yellow triangle — the driver is not working properly or is missing.
  • Down arrow — the adapter is disabled.
  • 🔴 Red Cross — the device is disabled in BIOS or is physically damaged.
⚠️ Attention: If the adapter is not listed at all, this may indicate a hardware failure (for example, a broken antenna) or a BIOS disablement. On laptops Lenovo And HP Wi-Fi is sometimes turned off by keys Fn + F2 or Fn + F12 - Check this before disassembling the device.

To troubleshoot driver issues:

  1. Right-click on the adapter → Update driverAutomatic search.
  2. If the update does not help, download the driver from the laptop manufacturer's website (section Support or Downloads).
  3. Uninstall the current driver (right click → Remove device), then restart your laptop - Windows will install it again.

The adapter appears in Device Manager without errors|

The driver has been updated to the latest version|

Wi-Fi is turned on by a physical button or key combination|

Antivirus is temporarily disabled-->

3. Setting up an access point through Windows settings

If the adapter is working correctly but the access point isn't created, the problem may lie in the operating system settings. Windows 10 and 11 have a built-in tool. Mobile Hotspot, which often gets lost after updates.

To set up distribution:

  1. Open Settings → Network & Internet → Mobile Hotspot.
  2. In the field Sharing an Internet connection Select the source (Ethernet or Wi-Fi).
  3. Click Change next to Network name And Passwordto set your parameters.
  4. Turn on the switch Allow other devices to use my internet connection.

If an error appears after switching on Failed to set up mobile hotspot, follow these steps:

  • 🔄 Restart the service WLAN Automatic Configuration Service:
    net stop WlanSvc
    

    net start WlanSvc

  • 📋 Check that in Settings → Network & Internet → Wi-Fi → Manage known networks There are no conflicting saved networks with the same name.
  • 🔧 Open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings, find an internet connection (for example, Ethernet), right-click → Properties → tab Access. Make sure the checkbox is checked. Allow other network users to share your Internet connection costs.
⚠️ Attention: On some laptops with Realtek built-in adapters Mobile Hotspot works unstable. In this case, use alternative distribution methods (see section 5).
Error Possible cause Solution
Failed to set up mobile hotspot IP address conflict or disabled service Restart the service WlanSvc and check your sharing settings
Devices cannot connect Incorrect password or firewall restrictions Reset your network settings or temporarily disable your firewall.
No internet access on connected devices The primary connection for distribution is not selected. Specify the correct internet source in the hotspot settings
The hotspot turns on but immediately turns off. Driver or power saving issues Update the driver and disable power saving for the adapter

4. Checking services and network settings

If the access point still isn't working, the problem may be related to disabled system services or incorrect network settings. Check the following:

  • 🔄 WLAN Automatic Configuration Service (WlanSvc): must be running and operating in the mode Automatically.
  • 🔗 Internet Connection Sharing Service (SharedAccess): is responsible for distributing the Internet.
  • 🛡️ Windows Firewall: Sometimes blocks the creation of virtual networks. Try temporarily disabling it or adding an exception for svchost.exe.

To check and enable services:

  1. Click Win + R, enter services.msc and press Enter.
  2. Find services WlanSvc And SharedAccess, double click on each one.
  3. Install Launch typeAutomatically.
  4. Click Launch, then Apply.

If the services do not start, run the command in Command prompt (administrator):

sc config WlanSvc start= auto

sc config SharedAccess start= auto

net start WlanSvc

net start SharedAccess

Also check the settings TCP/IP:

  1. Open Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings.
  2. Right click on Ethernet (or another primary connection) → Properties.
  3. Select Internet Protocol version 4 (TCP/IPv4)Properties.
  4. Make sure it is selected Obtain an IP address automatically And Obtain DNS server address automatically.

5. Alternative methods of distributing Wi-Fi

If built-in Mobile Hotspot If it doesn't work, try alternative methods. These are suitable for laptops with problematic drivers or outdated adapters.

Method 1: Command Line

This method works even if the GUI crashes:

netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678 keyUsage=persistent

netsh wlan start hostednetwork

Where MyHotspot — the network name, and 12345678 — password (minimum 8 characters). To stop seeding, use:

netsh wlan stop hostednetwork

Method 2: Third-party programs

If system tools fail, install one of the proven utilities:

  • 🌐 Connectify Hotspot — paid, but with a free trial. Supports bandwidth adjustments and device filtering.
  • 🔄 Virtual Router Plus — free, easy to use, but may conflict with some antiviruses.
  • 📡 MyPublicWiFi — allows you to create open or secure networks with connection logging.
⚠️ Attention: When using third-party programs, disable the built-in Mobile Hotspot in Windows settings to avoid conflicts. Also, check your programs (especially free versions) for built-in mining software.
How do I remove a virtual adapter if it conflicts with the main one?

If after using the command line or third-party programs in Device Manager an extra adapter appeared (for example, Microsoft Hosted Network Virtual Adapter), delete it:

  1. Open device Manager.
  2. Expand Network adapters.
  3. Find the virtual adapter, right-click → Remove device.
  4. Restart your laptop.

After that, create the access point again.

6. Hardware problems and their troubleshooting

If software methods don't help, the problem may be hardware-related. Most often, this is:

  • 🔌 Disconnected antennas — on laptops, they are connected to the Wi-Fi module with thin wires that can come loose if dropped or disassembled.
  • 🔥 Adapter overheating — If the laptop gets very hot, the Wi-Fi module may turn off for protection.
  • Malfunction of the module itself — rare, but it happens after power surges.

For diagnostics:

  1. Check if the Wi-Fi indicator on the laptop case is lit (if applicable). If not, there may be a problem with the module's power supply.
  2. Connect an external USB Wi-Fi adapter (for example, TP-Link TL-WN725N). If the distribution works with it, the problem is in the internal module.
  3. Disassemble the laptop (if you have experience) and check the antenna connections. On most models, the Wi-Fi module is located under a cover on the back.

If the adapter is physically damaged, it can be replaced. The cost of a new module for popular laptops (Intel AX200, Qualcomm Atheros QCA61x4) — from 1,500 to 3,000 rubles. It's best to entrust the replacement to a service center, as careful soldering of the antennas is required.

7. Features for macOS (if you have a MacBook)

On laptops Apple Wi-Fi sharing is configured differently. To create an access point:

  1. Open System Preferences → Sharing.
  2. Select Public Internet in the left menu.
  3. In the field General connection Specify the source (Ethernet or Wi-Fi).
  4. In the section For computers using mark Wi-Fi.
  5. Click Wi-Fi settings, set the network name and password.
  6. Enable the checkbox General access in the left menu.

If the access point does not turn on:

  • 🔄 Restart your MacBook.
  • 🔧 Reset network settings: System Preferences → Network → Management → Remove Service (for Wi-Fi).
  • 📱 Update macOS to the latest version (older versions had bugs with Internet sharing).

8. Preventing access point problems

To avoid recurring crashes, please follow these guidelines:

  • 🔄 Update your Wi-Fi adapter drivers regularly (every 3–6 months).
  • 🛡️ Don't use pirated Windows builds—they often break network services.
  • ⚡ Avoid abruptly turning off your laptop (for example, by pulling out the power cord) while distributing Wi-Fi.
  • 📡 Periodically “forget” unnecessary networks in Settings → Wi-Fi → Manage known networks.

If you use a hotspot frequently, create one bat file for quick launch:

@echo off

netsh wlan set hostednetwork mode=allow ssid=MyHotspot key=12345678

netsh wlan start hostednetwork

pause

Save the file with the extension .bat and run as administrator.

FAQ: Frequently asked questions about restoring an access point

Why doesn't my laptop see the "Mobile Hotspot" option?

This can happen for three reasons:

  1. Do you have it installed? Windows 10 LTSC or the enterprise version without this feature. Solution: Use the command line or third-party programs.
  2. The Wi-Fi adapter driver does not support the mode AP (Access Point)Update the driver or install an external adapter.
  3. Service WlanSvc disabled. Turn it on through services.msc.
Is it possible to share Wi-Fi without a password?

Technically yes, but it's not secure. In Windows, when creating an access point via Mobile Hotspot A password is required. To make the network open:

  1. Use command line: netsh wlan set hostednetwork mode=allow ssid=OpenHotspot key= (without password after key=).
  2. Or set it up via Virtual Router Plus, leaving the password field blank.

⚠️ Warning: Open networks are vulnerable to attacks like MITM (traffic interception). Do not use them to transmit confidential data.

How to increase the signal range of an access point?

The range depends on the adapter's power and interference. Try this:

  • 📶 Move your laptop closer to the center of the room.
  • 🔌 Connect your laptop to a 220V power source—the adapter can operate in power-saving mode when running on battery power.
  • 🛠️ Use an external Wi-Fi adapter with an antenna (for example, TP-Link Archer T4U).
  • 📡 Change the Wi-Fi channel manually (via netsh wlan set hostednetwork channel=6) to avoid interference from neighboring networks.
Why do devices connect to the access point, but the Internet doesn’t work?

This is a sharing settings issue. Please check:

  1. IN Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings Right click on the main connection (for example, Ethernet) → PropertiesAccess. Make sure the checkbox is checked. Allow other network users to share your Internet connection is on, and the connection to your access point is selected in the drop-down list (usually Local Area Connection* X).
  2. Disable your firewall and antivirus software—they may be blocking traffic.
  3. Check that the Internet is working on the main connection (for example, via cable).
Is it possible to distribute Wi-Fi from a laptop at 5 GHz?

Yes, but with some reservations:

  • The adapter must support 5 GHz (check in Device ManagerAdapter propertiesIntelligenceRadio type).
  • In Windows 10/11, by default, the access point is created on 2.4 GHzTo force selection of a range, use the command:
    netsh wlan set hostednetwork mode=allow ssid=MyHotspot5G key=12345678 channel=36

    Where channel=36 — channel in the 5 GHz range (available channels: 36, 40, 44, 48, 149, 153, 157, 161, 165).

  • Please note that at 5 GHz the signal range is shorter, but the speed is higher.