The situation when laptop ceases to see available wireless networks, becoming critical in an era of widespread dependence on the Internet. You click on the icon, but the list is empty, or the desired network is not among dozens of other devices. This does not always mean hardware failure; often the problem lies in a software glitch or incompatible settings.

Before taking the equipment to a service center, it is worth carrying out an independent diagnostics systems. Many users are faced with the fact that the router is working properly, other devices are connecting, and your ASUS or HP stubbornly ignores the signal. In this article, we will analyze the main causes of the failure and propose specific action algorithms for restoring the connection.

Checking the physical condition of the adapter and drivers

The first step is to make sure that the laptop hardware is in working order. Modern models often have a physical switch or key combination that disables the wireless module to save power or for security reasons.

Look at your device's keyboard. On many models Lenovo or Dell There is a special button with an image of an antenna. If the light next to it is red or flashing, this may mean that the adapter has been forcefully turned off. Try pressing this button or combination Fn + F2 (or another function key with a Wi-Fi icon) to activate the module.

If the physical switch is fine, the problem may be in the software. Drivers are the connecting link between the operating system and the hardware. After a Windows update or power failure, the driver may “roll back” to a basic version that your router does not support.

Go to Device Manager via search in the taskbar. Expand the Network Adapters section and find the line containing the words Wireless, Wi-Fi or chip brand name like Intel, Realtek. If there is a yellow exclamation mark next to the icon, it means the device is not working correctly.

  • 🔍 Driver reboot: Right-click on the adapter and select "Disable Device", wait 10 seconds and click "Enable".
  • 🔄 Software update: use the “Update Driver” function in the manager so that the system tries to find the latest version automatically.
  • ⚙️ Complete reinstallation: If that doesn't help, remove the device and restart the laptop so that Windows can install the driver again.

⚠️ Warning: Do not remove network adapter drivers unless you have a backup copy or the ability to download them via a wired connection, otherwise you may lose network access completely.

📊 What brand is your laptop?
  • Asus
  • Lenovo
  • HP
  • Acer
  • Other

Energy Saving Settings and Windows Services

The operating system tries to optimize the device's performance, saving battery power. Sometimes this feature becomes too aggressive and turns off the Wi-Fi adapter when it appears to be inactive to the system, even if you are just watching a video in the browser.

Go to the properties of your wireless adapter via Device Manager. Go to the tab Power management. If there is a checkmark next to “Allow the computer to turn off this device to save energy,” be sure to uncheck it. This ensures that the module will work continuously.

Sometimes the problem is not with the adapter itself, but with the system services responsible for the network. The WLAN AutoConfig service must be running and running in automatic mode. You can check this through the utility services.msc, which you need to enter into the search.

Find a service WLAN AutoConfig. If its status is “Stopped”, start it. Also check that the startup type is set to Automatic. Without the correct operation of this service, the list of available networks simply will not be formed.

  • 🔋 Power check: Make sure your power settings are set to "High Performance" rather than "Energy Saver".
  • 🚦 Services: recheck the status of all network services that are stopped or running with errors.
  • 🔌 Hibernation Mode: After exiting hibernation, the adapter may not initialize; try updating the hardware configuration in the manager.

☑️ Checking power settings

Done: 0 / 4

IP Address Conflict and TCP/IP Settings

Even if the adapter sees the network, but cannot connect to it or does not see it at all, the problem may be in the logical configuration of the data transfer protocols. A failure in the TCP/IP stack often leads to the laptop losing connection with the router at the software level.

The most effective way to reset network settings is to use the command line. Run cmd on behalf of the administrator. Enter the command netsh winsock reset and press Enter. Then enter netsh int ip reset. After running these commands, you must restart your computer.

Sometimes the problem lies in a static IP address that was previously assigned, but now conflicts with the router settings. In the IPv4 protocol properties, make sure that “Obtain an IP address automatically” and “Obtain a DNS server address automatically” are selected.

If you are using a proxy server or special DNS settings, they may be blocking network searches. Open your browser or system settings and make sure the proxy is disabled. To clear the DNS cache, use the command ipconfig /flushdns.

⚠️ Attention: Resetting network settings via the command line will delete saved passwords from all Wi-Fi networks that you have previously connected to. Be prepared to re-enter them.

What is a network reset in Windows 10/11?

This is a feature that completely removes and reinstalls all network adapters and returns network settings to default values. Located in the “Network and Internet” -> “Status” -> “Network Reset” section.

Incompatibility of frequency and channel standards

Modern routers operate in two bands: 2.4 GHz and 5 GHz. Older or budget laptops may only support 2.4 GHz. If your router is configured to operate exclusively in the 5 GHz band or uses specific channels, the laptop simply will not “see” the network.

Go to your router settings and check if the 2.4 GHz band is enabled. Also pay attention to the channel selection. In some regions, only certain channels are allowed (1-13), and if the router is set to channel 14 or auto-select in 5 GHz mode, the adapter may ignore the signal.

It is important to consider safety standards. If your router uses the new WPA3 encryption standard, but your laptop only supports WPA2, the connection may not be possible or the network may not appear. Try temporarily switching the security mode to WPA2/WPA3 Mixed.

  • 📡 Range: Make sure the router broadcasts the network in the 2.4 GHz band for compatibility with older devices.
  • 🔢 Channels: Manually set channel 1, 6 or 11 for the 2.4 GHz band, avoid "auto" selection.
  • 🔐 Encryption: change the security type to WPA2-Personal if you suspect incompatibility with WPA3.
💡

Use a Wi-Fi analysis app on your smartphone to see what channel your router is broadcasting on and whether there is interference from neighbors.

Impact of Interference and Physical Distance

Sometimes the reason is simple: the signal is too weak for the adapter to recognize it and display it in the list. Walls, metal structures, microwave ovens and even aquariums can shield radio waves.

Get as close to the router as possible. If the network does not appear even from a distance of one and a half meters, the problem is definitely not in interference, but in the settings or hardware. If the network appears only in the immediate vicinity, it means that the transmitter power of the laptop or router is insufficient.

Try to remove the source of interference. A microwave oven operating in a nearby kitchen creates powerful noise in the 2.4 GHz range. Bluetooth devices, wireless speakers and baby monitors can also jam the signal. Try disabling them temporarily.

In some cases, changing the position of the router helps. Place it in the center of the room, higher and without obstructions. If your router has external antennas, try changing their angle: one vertically, the other horizontally.

⚠️ Attention: Do not place the router in a metal cabinet or behind a TV, as metal completely blocks the radio signal, making connection impossible.

System reset and BIOS update

If all of the above methods did not help, there may be a deep glitch in the firmware of the laptop itself. The BIOS (or UEFI) controls the basic operation of the hardware, and an outdated version may not interact correctly with new drivers or routers.

Go to the official website of your laptop manufacturer. Find the support section for your specific model. Download the latest BIOS and update utility. Follow the manufacturer's instructions exactly.

You can also perform a hard network reset through Windows settings. In the Network and Internet section there is an option to Reset Network. It will reinstall all network adapters and return the settings to factory settings. This often solves problems that manual editing of the registry or services could not fix.

  • 💾 BIOS update: download the firmware from the official website and install it by connecting the laptop to the network with a charger.
  • 🔧 Network reset: Use a built-in Windows feature to completely reconfigure your network stack.
  • 🧹 System cleaning: remove unnecessary antiviruses or network management programs that may conflict with standard Windows tools.
💡

If updating the BIOS did not help and resetting the network did not work, most likely the problem is hardware and the Wi-Fi module needs to be replaced.

Adapter hardware failure

In rare cases, the problem is purely physical. The Wi-Fi module could have moved away from the connector, oxidized, or completely failed. In modern laptops this is often a separate Mini-PCIe or M.2 card that can be replaced.

If you know how to disassemble equipment, try disconnecting and reconnecting the antenna and the Wi-Fi module itself. The contacts may have oxidized or become loose from vibration. Clean the contacts with an eraser and reinsert the card firmly.

If replacing the module is impossible or does not help, the simplest solution is to purchase an external USB Wi-Fi adapter. This is a cheap device that solves the problem of the lack of a built-in module or its breakdown without requiring complex manipulations.

Problem Probable Cause Solution
No Wi-Fi icon Adapter or driver is disabled Enable in Device Manager or update driver
There is a network, but it does not connect IP or password failure Reset the network or forget the network and enter the password again
Slow signal Interference or distance Change the router channel or move closer to it
The network is only visible nearby Weak receiver Install an external USB adapter with an amplifier

Remember that adapter hardware failure is confirmed only if none of the software settings help, and the device is not detected even in the BIOS.

What to do if the laptop sees other people's networks, but not its own?

This often indicates a problem with the router's channel or bandwidth. Try changing the channel in the router settings to a fixed one (for example, 6) and the channel width to 20 MHz instead of 40 MHz or 80 MHz.

Does rebooting the router help?

Yes, in 80% of cases, a simple reboot of the router and laptop solves problems with freezing services and IP address conflicts. Disconnect the router from power for 30 seconds and turn it on again.

Can an antivirus block Wi-Fi?

Yes, some antiviruses have built-in firewalls that can block network adapters. Try temporarily disabling your antivirus to check.

How to check if the adapter is working 100%?

Connect the USB adapter to your laptop. If everything works fine with it, then the problem is definitely in the built-in module of your laptop.