My laptop can't connect to a Wi-Fi network: what to do and how to fix it

Many users are familiar with the situation when their laptop stops detecting available Wi-Fi networks. You open the list of connections, but they're empty, or the wireless icon has completely disappeared from the taskbar. This can happen suddenly, after a system update, a power surge, or simply for no apparent reason. In most cases, the problem stems from a software glitch or incorrect driver functionality, rather than physical hardware failure.

Before panicking or taking your device to a service center, it's worth running a basic diagnostic. Often, a simple reboot or reset of the network card settings is the solution. If your laptop can't detect any network, even the home network it was working reliably on yesterday, the steps to follow are sequential. We'll explore the main reasons why Wi-Fi has disappeared and how to restore your connection without unnecessary expense.

Checking the physical condition and switches

The first step is to rule out mechanical causes for the lack of signal. Many laptop models, especially business-class or older versions, have physical switches for disabling wireless modules. These switches can be located on the sides of the case or even on the front panel. Accidentally touching such a slider will result in Wi-Fi adapter turns off completely and the system stops detecting any networks.

It's also worth paying attention to the keyboard's function keys. Often, a key combination is used to turn wireless on and off, for example, Fn + F2 or the button with the antenna icon. If you accidentally pressed this combination, the laptop could enter Airplane mode or simply disable the radio module. Check the indicators on the keyboard: if the orange or red light is on, the module is disabled.

⚠️ Attention: On some laptop models, holding the Wi-Fi power button for a long time can completely disable the module, preventing it from being re-enabled by software. In this case, a full device reboot (powering off with the button and then powering it back on) will be required.

Don't ignore the router's status either. If your laptop can't see your home network, but your neighbors' networks can, the problem may be with your access point. Make sure the router's lights are blinking and not solid red. Sometimes, simply unplugging the device for 10-15 seconds to clear temporary errors can help.

Diagnostics via Windows Device Manager

If the physical switches are OK, the next step is to check the driver status. Windows has a powerful tool: Device Manager, which allows you to see how the system "sees" your hardware. To access it, right-click the Start icon and select the appropriate option from the menu.

In the window that opens, find the section Network adaptersExpand it and look for a device whose name includes the words "Wireless," "Wi-Fi," "802.11," or brands like Intel, Realtek, or Qualcomm. If you see a downward-facing arrow on the adapter icon, the device is disabled by software. If the icon has a yellow exclamation point or question mark, this indicates a driver issue.

If the adapter is showing an error, try the following:

  • 🔄 Right-click on the adapter and select "Disable device", wait a few seconds, and then select "Enable device" again.
  • 🛠️ Select "Remove device" (don't worry, the system will try to restore it when you reboot), and then restart your laptop.
  • 📡 Check the "Power Management" tab in the adapter properties and uncheck "Allow the computer to turn off this device to save power."

If the wireless module isn't listed at all in the network adapters list, but there's an unknown device with a yellow triangle in the "Other devices" section, this is a sure sign that the driver has failed or is corrupted. In this situation, Windows doesn't know how to work with the hardware.

☑️ Diagnostics in Device Manager

Completed: 0 / 5

Updating and reinstalling Wi-Fi drivers

Missing or incorrectly installed drivers are the most common reason why a laptop stops detecting Wi-Fi networks. The standard Windows drivers that the system installs automatically often perform poorly or don't support all the features of your adapter. To resolve this, download the latest software from the laptop manufacturer's official website.

Since the affected laptop may not have internet access, you'll need to download drivers from another device (smartphone, another PC) and transfer them via USB flash drive. You'll need to know the exact model of your laptop. Enter it in a search engine and go to the support page. Find the "Drivers" or "Support" section, select your operating system version (Windows 10/11), and download the file named WLAN Driver or Wireless LAN Driver.

The installation process is usually simple:

  1. Run the downloaded installation file.
  2. Follow the installation wizard instructions, agreeing to the license terms.
  3. Wait for the process to complete and be sure to restart your computer.

Sometimes automatic installation doesn't help. In this case, you can try updating the driver manually through Device Manager. Right-click the adapter, select "Update driver," then "Browse my computer for driver software," and navigate to the folder where you unzipped the files. If that doesn't help, try searching for the driver not on the laptop manufacturer's website, but on the website of the chip manufacturer (for example, Intel or Realtek), as they often release the driver faster.

⚠️ Attention: When installing drivers from different manufacturers (for example, you initially installed a Realtek driver, but then installed an Intel one), conflicts may occur. If installing a new driver doesn't work, first completely uninstall the old one using "Programs and Features" in Control Panel, and then install the new one.
What to do if the driver is not installed?

If the installer displays an error or freezes, try running the file as administrator. You should also temporarily disable your antivirus software, as it may be blocking changes to system files. In rare cases, running the installation in compatibility mode for a previous version of Windows may help.

Configuring services and power options

A special service in the Windows operating system is responsible for detecting wireless networks. If it is stopped or its startup type is changed, the laptop will not physically scan the air. Checking this service is a mandatory diagnostic step when other methods have failed.

To check the service status:

  1. Press the key combination Win + R, enter the command services.msc and press Enter.
  2. In the list, find the service with the name WLAN AutoConfig (or "WLAN AutoConfig Service").
  3. Double-click it. Make sure the "Startup type" is set to "Automatic" and the service is running (status "Running").
  4. If it is stopped, click the "Start" button.

Another hidden cause of problems could be an aggressive power saving policy. The laptop may "put the Wi-Fi module to sleep" to conserve battery power, after which it cannot wake it up. In addition to unchecking the box in Device Manager (as mentioned earlier), it's worth checking the power plan. Go to Control Panel → Power Options → Change plan settings → Change advanced power settingsIn the "Wireless Network Adapter Settings" section, set the mode to Maximum Performance.

Resetting network settings and command line

If software issues affect the Windows network stack, standard solutions may not help. In such cases, a complete network reset is effective. This will return all network settings to factory defaults, delete saved Wi-Fi profiles, and reset the TCP/IP stack.

The fastest way to do this in Windows 10 and 11 is through the system settings. Go to Start → Settings → Network & InternetAt the very bottom of the page (or in the "Advanced network settings" section) you will find a button Network resetClick it and confirm the action. The computer will restart in 5 minutes.

For more advanced users, or if the graphical interface is unresponsive, you can use the command line. Launch it as administrator and enter the following commands one by one, confirming each one with Enter:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands flush the DNS cache, reset socket settings, and renew the IP address. After running all commands, be sure to restart your laptop. A comprehensive reset often helps when the laptop sees other networks but not a specific one, or when the network list is empty due to accumulated registry errors.

The table below lists the main commands and their purpose for diagnostics:

Team Purpose When to use
netsh winsock reset Resetting the Winsock catalog In case of connection errors and protocol failures
ipconfig /flushdns Clearing the DNS cache If websites don't open, but there is a network
netsh interface set interface name="Wi-Fi" admin=disabled Disabling the adapter To reboot the module programmatically
netsh interface set interface name="Wi-Fi" admin=enabled Turning on the adapter To turn on the module after reset
📊 Have you ever encountered the problem of Wi-Fi disappearing on your laptop?
Yes, all the time.
It happened a couple of times
Never happened before
I only have a cable

Problems with the router frequency range and channel

Sometimes the problem isn't with your laptop, but with your router settings, which aren't compatible with your adapter's capabilities. Modern routers often operate in two bands: 2.4 GHz And 5 GHzIf your laptop is an older model, it may simply not support the 5 GHz frequency and, therefore, not see networks broadcast only in this range.

The Wi-Fi channel also plays a crucial role. In some regions (for example, the US), channels 1 through 11 are allowed, while in Russia and Europe, channels 1 through 13 are allowed. If the router is configured for channel 12 or 13, and the laptop's network card is regionally locked to the US, the laptop won't see that network. The solution is to go to the router settings (usually at 192.168.0.1 or 192.168.1.1) and, in the Wireless Settings section, change the channel to a fixed one (for example, 1, 6, or 11) and disable auto-selection.

It's also worth checking the security and encryption type. Older laptops may not support modern encryption standards. WPA3If the router is configured for WPA3 only, the device simply won't detect the network. Try switching the security mode to mixed. WPA2/WPA3 or temporarily only on WPA2 for testing.

⚠️ Attention: Router interfaces and menu item names may vary depending on the model and firmware version. If you're unsure about how to configure your router, it's best to consult the specific device's manual or your provider's consultant to avoid disrupting your internet access settings.

Wi-Fi module hardware failure

If none of the software methods help, the drivers have been reinstalled, services are running, and a network reset hasn't worked, there's a high probability of a hardware problem. The internal Wi-Fi module is a small circuit board that can become disconnected, corroded, or burn out.

Signs of hardware failure:

  • 💻 In Device Manager, the adapter is displayed as "Unknown device" with error code 43, even after reinstalling the drivers.
  • 🔌 The laptop does not respond at all to turning Wi-Fi on/off using the buttons.
  • 📉 The signal is extremely weak only in close proximity to the router (less than 1 meter).

In such cases, you can try carefully removing the laptop's back cover (if the design allows) and checking the antenna wires' connections to the module. Sometimes, simply reconnecting the connectors (black and white wires) is enough to restore contact. If the module is burned out, replacing it is inexpensive, or you can use an external USB Wi-Fi adapter, which will solve the problem permanently.

Is it worth buying an external USB Wi-Fi adapter?

Yes, this is a great temporary or permanent solution. Small nano adapters are inexpensive, don't require cumbersome driver installation (they often work right out of the box), and allow you to continue working while you wait for your laptop to be repaired or order a new module.

Frequently Asked Questions (FAQ)

Why can my laptop see my neighbors' networks but not mine?

The problem is most likely related to the frequency band or channel. Your router may be broadcasting on a 5 GHz frequency, which your laptop doesn't support, or it may be using a channel (12-14) that's prohibited by your network card's regional settings. Also, check if your network is hidden (check the "Hide SSID" option).

Wi-Fi disappeared after updating Windows 10/11, what should I do?

Updates often break old drivers. Go to Device Manager, uninstall the Wi-Fi adapter driver by checking "Delete driver software," then select "Scan for hardware changes" from the Action menu. If that doesn't help, download the driver from the manufacturer's website.

Can a virus cause Wi-Fi to disappear?

Yes, some malware blocks network services or modifies registry settings to prevent network access. We recommend running a full system scan with an antivirus and the Dr.Web CureIt! utility.

What is error code 10 or 43 in Device Manager?

These codes mean that the device cannot start. Code 10 often indicates a resource or driver conflict, while code 43 indicates that the hardware has reported a malfunction to the operating system. In both cases, reinstalling the drivers or replacing the module is required.