Why Wi-Fi isn't working on my computer: from drivers to router settings

A sudden loss of wireless connection can catch you off guard at the most inopportune moment, whether it's an important video conference or an online game. Users often find the network icon in the system tray is crossed out or missing entirely, and the list of available access points remains empty. Before panicking and calling your provider, it's worth running a basic diagnostic, as in most cases the problem stems from software glitches or temporary hardware issues.

Modern operating systems such as Windows 10 or Windows 11, have built-in self-diagnostic tools that can automatically fix a number of common errors. However, sometimes the system reports "network adapter not found," which indicates a deeper hardware or driver issue. Understanding the nature of the error is the first step to successfully resolving it without wasting time.

In this article, we'll detail the action algorithms for various scenarios: from the simple disabling of a module to complex manipulations with the registry and command line.

⚠️ Important: If you are using a corporate network or have specific security settings (such as static IP addresses), make sure you have up-to-date information from your system administrator before making any changes.

Diagnostics of physical condition and indicators

The first step is to rule out trivial physical causes for the lack of signal. Many laptops and some PCs with external modules have hardware switches or key combinations that completely disable the radio module. Check the device's case for sliders with an antenna or network icon, and also try pressing the function key (often this Fn + F2 or F12, depending on the model HP, Lenovo or Asus).

If the Wi-Fi indicator on the keyboard is red or off, this is a sure sign that the module is disabled at the hardware level. For desktop computers with USB adapters, check the port connection and try relocating the device to a USB 2.0 port, as some older models may not work correctly with USB 3.0 ports due to frequency interference.

📊 What type of Wi-Fi connection do you have?
Built-in module in a laptop
USB adapter on PC
PCI-E card inside the system unit
I don't know / Other

Visually inspecting the router's indicator lights can also provide valuable information. If the WLAN (or Wi-Fi) light on the router isn't blinking or is red, the problem may lie with the receiving device or the router itself. Restarting the router by disconnecting the power for 10-15 seconds often helps reset frozen processes and restore normal wireless network operation.

Problems with network adapter drivers

The most common software reason why Wi-Fi isn't working on a computer is incorrect driver functionality. A driver is specialized software that allows the operating system to communicate with the network card. If the file is corrupted, outdated, or conflicts with Windows updates, the adapter stops responding to system requests.

To check the status of the drivers, you need to open device ManagerYou can do this by right-clicking the Start menu and selecting the appropriate item. In the list of devices, find the "Network adapters" section. If you see a yellow exclamation mark next to the name of your device (e.g., Realtek RTL8822CE or Intel Dual Band Wireless), this indicates an error.

In this case, we recommend reinstalling the driver. Don't rely solely on Windows' automatic search, as it often finds the wrong version. It's best to download the latest version from the official website of your laptop or motherboard manufacturer. After downloading the installation file, run it and follow the instructions in the installation wizard.

☑️ Checking drivers

Completed: 0 / 4

Sometimes, forcing a driver rollback to a previous version can help if the problem appeared after a system update. In the network adapter properties in Device Manager, go to the "Driver" tab and click the "Roll Back Driver" button. This will return the system to a state when the network was working stably.

Windows Services and Network Settings

The Windows operating system manages network connections through special background processes called services. If the "WLAN AutoConfig" service (for Windows) is stopped or not running correctly, the computer simply won't see wireless networks, even if the drivers are installed correctly.

You can check the service status using the command services.msc, which must be entered into the Run window (called by the combination Win + R). In the list that opens, find "WLAN AutoConfig Service." Make sure the "Startup Type" column is set to "Automatic" and the service status is "Running." If it is stopped, click "Start."

It's also worth checking your power settings. Windows may disable your network adapter to save power, which can cause unstable performance or even a complete disconnection of Wi-Fi after waking from sleep mode. In the network adapter properties (Power Management tab), uncheck "Allow the computer to turn off this device to save power."

⚠️ Note: In corporate networks, service settings may be managed by group policies. Attempting to change them without administrator rights may be blocked by the security system.

Resetting network settings and working with IP

Accumulated errors in the TCP/IP network stack or incorrect DNS settings can prevent internet connectivity, even if a connection to the router is established. In such cases, a complete reset of network settings to factory defaults is an effective solution.

In Windows 10 and 11, this can be done through the settings menu: Settings → Network & Internet → Advanced network settings → Network resetHowever, a deeper cleanup can be performed via the command line. Launch Terminal as administrator and enter the following commands in sequence:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running these commands, be sure to restart your computer. This will flush the DNS cache, reset the socket settings, and update the IP addressing. If the issue was an IP address conflict or protocol error, this method should restore access.

What to do if a static IP interferes with the connection?

If you previously assigned a static IP address and the router changed the address range, your computer will not be able to connect. In the IPv4 protocol properties (under Network Connections), check "Obtain an IP address automatically" and "Obtain DNS server address automatically."

Router frequency ranges and channels

Modern routers operate in two main ranges: 2.4 GHz And 5 GHzThe 2.4 GHz band has a longer range, but is more susceptible to interference from household appliances and neighboring networks. The 5 GHz band offers faster speeds but is less effective at penetrating walls. If your computer is older, it may simply not support the 5 GHz standard.

It's also worth paying attention to broadcast channels. If all neighbors are using the same channel (for example, channel 6), collisions occur and speed drops to zero. It's recommended to use Wi-Fi analysis apps (for example, WiFi Analyzer on your smartphone) to find the least loaded channel and switch the router to it via the web interface.

The table below summarizes the main differences that can affect network visibility:

Parameter 2.4 GHz band 5 GHz band
Transfer speed Up to 450 Mbps Up to 1300 Mbps and higher
Range of action High (up to 100 m) Medium (up to 50 m)
Penetration ability Good Low
Susceptibility to interference High (microwaves, Bluetooth) Low

Antivirus software and firewalls

Sometimes the problem is caused by overly aggressive protection. Third-party antiviruses (Kaspersky, ESET, Avast) have built-in network monitoring modules that can block connections they deem suspicious. The built-in Windows firewall can also interfere with certain network services.

To diagnose the issue, try temporarily disabling your antivirus software. If Wi-Fi works again after this, check your antivirus firewall settings. Your network profile may have been mistakenly identified as "Public" instead of "Private," which imposes severe device detection restrictions.

In some cases, uninstalling your antivirus and using standard Windows security while troubleshooting helps. This eliminates software conflicts. Remember, after the problem is resolved, you should re-enable your security.

FAQ: Frequently Asked Questions

Why does Wi-Fi work on my phone but not on my computer?

This indicates that the problem is localized to the computer, not the router or ISP. Most likely, the PC's network adapter settings are incorrect, the drivers are out of date, or airplane mode is enabled. Check to see if the computer has a static IP address that conflicts with the current network.

The computer sees neighboring networks, but not mine. What's wrong?

Most likely, your router broadcasts in the 5 GHz band, but your computer's network adapter only supports 2.4 GHz. It's also possible that the SSID (network name) is hidden, or a non-standard broadcast channel is selected that the old adapter doesn't scan.

How to completely reset network settings in Windows 10/11?

Go to Settings → Network & Internet → Advanced network settings → Network reset. Click "Reset now." Your computer will restart in 5 minutes, resetting all network adapters and clearing Wi-Fi passwords.

Can a virus disable Wi-Fi?

Yes, some malware can modify registry settings, block services, or change DNS addresses, which can cause internet downtime. We recommend running a full system scan with an up-to-date antivirus scanner.