Laptop won't connect to Wi-Fi: Causes and solutions

When your laptop suddenly refuses to connect to a wireless network, it can catch you at the most inopportune moment. You're trying to open an important page or finish work, but the Wi-Fi icon is either crossed out, shows "Limited," or isn't even listed as available. This is a common issue, most often caused by a software glitch in the operating system or a router settings conflict, rather than a hardware failure.

In most cases DHCP protocol It can't correctly assign an IP address to the device, or the network card driver has stopped responding to system requests after a Windows update. It's also worth considering that temporary configuration files may have become corrupted, preventing successful network authorization. Before panicking and taking the device to a service center, it's worth performing a few simple but effective diagnostic steps.

In this article, we'll walk you through a step-by-step procedure that will help restore the connection in 90% of cases. We'll cover both standard Windows diagnostic tools and more in-depth settings via the command line and Device Manager.

Quick diagnostics and equipment testing

The first step should always be a basic physical check of the device. Sometimes, simply flipping a switch or pressing a key combination can solve the problem. Many laptops, especially gaming or business laptops, have a physical wireless module switch. Make sure it's in the "On" position.

It's also worth checking the function keys on your keyboard. This is usually the button F2, F12 or a separate button with an image of an antenna. If the Wi-Fi indicator on the case is red or not lit at all, try pressing this button (sometimes in combination with Fn). In some models Lenovo or HP The "Airplane" mode is activated, which software blocks all radio modules.

  • 🔌 Check if the wireless network indicator on the laptop case is lit.
  • ✈️ Make sure that Airplane mode is disabled in the system.
  • 🔄 Reboot the router by unplugging the power cord for 10-15 seconds.
  • 📱 Try connecting your smartphone to the same network to rule out a problem with your provider.

If other devices in the house work fine via Wi-Fi, but the laptop remains silent, the problem is localized to it. If the network doesn't work anywhere, it's possible there's a problem with the internet service provider or the router itself is frozen.

📊 How does your laptop behave when you try to connect?
Doesn't see any networks at all
It sees the network, but says "Unable to connect."
Connects, but no internet access
It says "No network access"
Other

Troubleshooting network adapter driver issues

The most common reason for a connection failure is a faulty network card driver. This could occur after an automatic Windows update or installing a new program. To check, open device ManagerRight-click on the Start button and select the appropriate item from the menu.

In the window that opens, find the section Network adapters and open it. You are interested in the device whose name contains the words Wireless, Wi-Fi or 802.11If there's a yellow exclamation point next to the name, the driver is malfunctioning. In this case, right-click the adapter and select "Uninstall device."

⚠️ Attention: When uninstalling a driver, do not check "Delete the driver software for this device" unless you plan to completely reinstall the system from scratch. Simply uninstalling the device will ensure the system will attempt to reinstall it upon reboot.

After uninstalling, restart your laptop. The system will automatically detect the new hardware and attempt to install the default driver. If the issue was a software conflict, this will resolve the issue. If the default driver isn't suitable, you'll need to download the latest version from the laptop manufacturer's official website using a different device or an Ethernet cable.

It's also worth checking your power settings. Sometimes Windows turns off the adapter to save power and can't wake it up. In the network adapter properties (Power Management tab), uncheck "Allow the computer to turn off this device to save power."

  • 🖥️ Open Device Manager from the Start context menu.
  • 📡 Find your wireless adapter in the list of network devices.
  • 🗑️ Uninstall the device and restart your laptop to reinstall the driver.
  • 🔋 Disable power saving mode for the network adapter.

☑️ Driver check-up

Completed: 0 / 1

Resetting network settings in Windows

If the drivers are OK but you still can't connect, there may be errors in your network settings. Windows 10 and 11 have a built-in network reset feature. This will reset all network components to factory defaults and delete all saved Wi-Fi passwords.

To perform a reset, go to Settings → Network & Internet → Advanced network settings (in Windows 11) or simply find the "Network Reset" button at the bottom of the network status page. Click "Reset Now" and confirm. Your computer will prompt you to restart in 5 minutes.

This method is especially effective when the laptop displays "Can't connect to this network" or is endlessly trying to obtain an IP address. Resetting clears the DNS cache, resets the TCP/IP stack, and removes any erroneous static IP addresses that may have been previously set.

⚠️ Attention: After resetting your settings, you'll need to re-enter your Wi-Fi network password. VPN client and virtual adapter settings may also be deleted.

An alternative reset method is via the command line. Launch Terminal as administrator and enter the command netsh winsock reset, and then netsh int ip resetAfter executing the commands, be sure to reboot the system.

What to do if resetting doesn't help?

If a standard reset through Windows settings doesn't work, try manually clearing the DNS cache using the ipconfig /flushdns command in the command line. It's also worth checking whether a static IP address has been manually set in the IPv4 protocol properties. In 99% of cases, the address acquisition mode should be set to automatic.

Router settings and band compatibility

The problem may lie not with the laptop, but with the router configuration. Modern routers often operate in two bands: 2.4 GHz And 5 GHzOlder laptops or models with budget network cards may simply not see 5 GHz networks, even though modern operating systems support them.

Go to your router settings (usually via 192.168.0.1 or 192.168.1.1 in your browser). Check which wireless network standard (Wireless Mode) is selected. If the mode is set to 802.11ax (Wi-Fi 6) or only 5 GHz, and your laptop only supports 802.11n or ac, there will be no connection. It is recommended to set the mode to Mixed, for example, 802.11 b/g/n/ac.

It's also worth paying attention to the broadcast channel. If all neighbors in an apartment building use the same channel, there may be significant interference. Try changing the channel in your router settings from "Auto" to a fixed channel (for example, 1, 6, or 11 for the 2.4 GHz band).

Another common cause is an overflowing DHCP table on the router. If many devices (phones, TVs, smart bulbs) are connected to the network, the router may stop issuing new IP addresses. In this case, rebooting the router or increasing the address pool in the DHCP server settings can help.

Diagnostics via command line

For advanced users and those who want detailed information about the cause of a failure, the command line is ideal. It allows for in-depth diagnostics of the TCP/IP stack and updating IP address leases.

Launch the command prompt (cmd) as administrator. Enter the command ipconfig /all and carefully examine the output. Find your wireless adapter. If in the "IP address" line you see an address like 169.254.x.x, this means that the laptop was unable to obtain an address from the router (APIPA error).

To correct this, reset the network protocols sequentially. Enter the following commands one by one, pressing Enter after each:

ipconfig /release

ipconfig /renew

ipconfig /flushdns

netsh winsock reset

The first command releases the current IP address, the second requests a new one from the router, the third clears the DNS cache, and the fourth reboots the Windows network socket. A reboot is required after completing all these steps.

Table of errors and their solutions

To quickly navigate through potential issues, use the summary table. It will help you quickly identify the symptom and find a solution without rereading the entire text.

Symptom Probable cause Solution
Cross on the Wi-Fi icon The adapter is disabled or the driver has been removed. Check the device manager, enable the adapter
"No internet access" DNS or router error Reset TCP/IP, check ISP cable
The laptop doesn't see the network. 5GHz band or hidden SSID Change the router channel and check visibility.
Constant disconnections Interference or energy saving Disable power saving in the driver
Password prompt in a loop Invalid encryption type Delete the network and add it again

If none of these methods help, the problem may be hardware-related. The network card may be physically damaged. In this case, the simplest solution is to purchase an external USB Wi-Fi adapter that will bypass the built-in module.

Can a virus block Wi-Fi?

Yes, some types of malware can change proxy or DNS settings, blocking access. We recommend scanning your system with an antivirus and resetting proxy settings using the netsh winhttp reset proxy command.

Frequently Asked Questions (FAQ)

Why does my laptop see neighboring networks but not mine?

Most likely, your router is operating on a channel that your laptop's network card doesn't support (for example, channels 12-14 in the 2.4 GHz band), or the network name (SSID) contains special characters that the system can't process correctly. Try renaming the network using Latin characters without spaces.

What should I do if my Wi-Fi driver disappeared after a Windows update?

Windows may have installed an incompatible universal driver. Visit the laptop manufacturer's website, find your model in the support section, and download the WLAN/Wireless driver specifically for your version of Windows. Install it manually.

Can antivirus software block Wi-Fi connections?

Yes, some "Network Protection" or "Firewall" features in third-party antivirus programs may mistakenly classify your home network as public and block the connection. Try temporarily disabling your antivirus to check.

How to check if the Wi-Fi module is physically working?

Boot a LiveCD with a different operating system (e.g., Linux). If the module isn't detected or doesn't see any networks, there's a high probability of physical damage to the antenna or the module itself inside the case.