Why Wi-Fi Lost on My Laptop, But Works on Another Device: A Complete Guide

It's understandably frustrating when the internet on your smartphone or tablet works reliably, but your laptop stubbornly refuses to connect to the wireless network. This is a classic sign that the router is working properly and the provider isn't experiencing any issues, and the source of the problem lies specifically in the configuration or hardware of your laptop. Unlike global network failures, a local problem requires a detailed diagnosis of the operating system settings and driver status.

Most often, the cause lies in a software conflict that arose after a recent Windows update, or a malfunction of the network connection management service. It's also possible that the module has been physically disconnected if the laptop has recently been hit or dropped, which could have caused it. contact waste Antennas inside the case. However, before taking the device in for service, it's worth going beyond simple software checks to a more in-depth system analysis.

In this article, we'll detail the steps to restore internet access. We'll cover both standard recovery methods through the system interface and hidden settings that many users aren't aware of. In 85% of cases, the problem is solved by reinstalling the driver or resetting the TCP/IP stack without the need for complex repairs.

Initial diagnostics and physical connection check

Before delving into the depths of system settings, you need to ensure that the wireless module is actually enabled and not blocked at the hardware level. Many modern laptops are equipped with dedicated function keys or even physical switches on the case that can be accidentally triggered. If the Wi-Fi indicator is red or doesn't appear in the system tray at all, checking for mechanical restrictions is the first step.

Note the row of F1-F12 keys: one of them usually has an antenna or airplane icon. Pressing this key (sometimes in combination with Fn) toggles the adapter's operating mode. In some models HP, Lenovo or Asus There is a software blocking through the Mission Control Center, which takes precedence over Windows system settings.

⚠️ Attention: If the keyboard has a physical slider on the edge of the case, make sure it's not in the OFF position. Software methods won't help if the module's power supply is mechanically interrupted.

It's also worth checking if Airplane Mode is activated. This system state completely disables all wireless interfaces, including Bluetooth. Even if the router is transmitting a signal, the laptop in this mode simply ignores the surrounding radio waves. You can disable this mode through the notification panel or in the [Settings] section. Settings → Network & Internet.

📊 How often do you have problems with Wi-Fi on your laptop?
Daily
Once a week
Rarely, after updates
I encountered it for the first time

Analyzing the status of wireless adapter drivers

The most common reason for Wi-Fi loss is incorrect driver functionality. After updating the operating system, Windows may automatically replace the default driver with a generic one that is unstable or doesn't support certain features of your device. network cardTo check, you need to open the Device Manager.

Press the combination Win + R, enter the command devmgmt.msc and press Enter. In the window that opens, find the "Network Adapters" section. If you see a device with a yellow exclamation point or the message "Unknown Device," the driver is corrupted or missing. A complete absence of a wireless adapters section is also a warning sign.

In this case, a manual software installation will be required. It's best to download the latest driver from the laptop manufacturer's official website using another device with internet access and transfer the file via USB. Universal driver packs may install the wrong version, which will only make the situation worse.

☑️ Checking drivers

Completed: 0 / 1

If the device displays normally but doesn't work, try rolling back the driver. In the device properties, go to the "Driver" tab and select the "Roll Back Driver" button if it's enabled. This will revert the system to the previous stable software version, which may have been automatically replaced.

Windows Services and Power Management

A specialized service in the operating system is responsible for wireless networking. If it is stopped or its startup type is changed to "Disabled," the Wi-Fi icon will disappear, and searching for networks will become impossible. Users often inadvertently disable unnecessary services to speed up the system, forgetting the critical importance of some processes.

To check, click Win + R, enter services.mscFind the "WLAN AutoConfig" service in the list. Make sure its status is "Running" and its startup type is set to "Automatic." If not, change the settings and restart your computer.

Another important aspect is power settings. Laptops tend to conserve battery power and may disable the Wi-Fi module to save power, but then not wake it up correctly. In Device Manager, under the properties of your wireless adapter, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."

⚠️ Attention: The Services and Device Manager interface may vary slightly across different Windows 10 and 11 builds. If you can't find the item you're looking for, consult the official Microsoft documentation for your OS version.

After changing power settings, be sure to reboot for the changes to take effect. Sometimes the system caches old settings, and the module remains in sleep mode until a full shutdown cycle.

Resetting network settings and the TCP/IP stack

If software issues persist, a full reset of network settings to factory defaults may be necessary. This will delete saved Wi-Fi passwords, VPN settings, and static IP addresses, returning the configuration to its original state. This is an effective method when other methods fail.

You can perform a reset via the graphical interface: Settings → Network & Internet → Advanced network settings → Network resetThe system will warn you about a reboot in 5 minutes. After turning on, the computer will behave as if it were brand new and just connected to the network.

A more in-depth method is a reset via the command line. Launch Terminal as administrator and run the following commands to clear the DNS cache and reset the protocols:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands recreate key registry entries responsible for networking. A reboot is also required after running them. If the problem was caused by corrupted configuration files, this method should resolve it.

What to do if resetting doesn't help?

If even a full TCP/IP stack reset doesn't restore Wi-Fi, the issue may be a conflict with your antivirus or firewall. Try temporarily disabling your third-party antivirus and checking if the networks are working again. It's also worth checking your registry for blocking entries, but this requires a high level of expertise.

Diagnostics via command line and registry

Advanced users can check the status of the WLAN service through the registry. Sometimes viruses or malware modify registry keys, preventing the service from starting. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc must have a parameter Start with meaning 2 (Automatic start).

It's also worth checking for IP address conflicts. If multiple devices on your network are attempting to obtain the same static address, a conflict will occur. Ensure that the IPv4 protocol properties are set to obtain IP and DNS automatically. Entering static data should only be done if your network administrator specifically requests it.

Using the command line allows you to get detailed information about why the adapter is not working. The command netsh wlan show drivers This will show the hosted network support status and driver version. If the output contains errors or the status is "Not supported," this is a direct link to updating the adapter's firmware.

Hardware faults and frequency ranges

Don't discount hardware issues. If the laptop is old, the Wi-Fi module may simply be faulty. The antenna wire may also be disconnected from the module's circuit board inside the case, dramatically reducing the signal strength to zero. In such cases, software solutions are ineffective.

Another common issue is frequency band incompatibility. Modern routers often operate in the 5 GHz band, while older laptops only support 2.4 GHz. If the router is configured to operate only in the 5 GHz band, the older laptop simply won't see the network. The solution is to enable 2.4 GHz support or mixed mode in the router.

Symptom Probable cause Solution
The Wi-Fi icon has disappeared. WLAN service is disabled Start the services.msc service
There are networks, but it doesn't connect. Incorrect password or driver Forget the network and update the driver
The signal is very weak Antenna waste inside Disassembling and checking contacts
It only sees 2.4 GHz. Old Wi-Fi module Buy a 5GHz USB Wi-Fi adapter

If you suspect a hardware problem, the simplest and cheapest solution is to purchase an external USB Wi-Fi adapter. This device bypasses the built-in module and is often even faster and more stable than the stock one, especially if you choose a model with an external antenna.

Frequently Asked Questions (FAQ)

Why does my phone have Wi-Fi, but my laptop doesn't, even though they're both nearby?

This indicates a local issue with the laptop. Most likely, the driver settings are corrupted, the WLAN service is disabled, or the module has entered power-saving mode and won't exit. The router isn't to blame, as it's successfully servicing other devices.

Can a virus disable Wi-Fi on a laptop?

Yes, some malware blocks network adapters to prevent infection reports or for mining purposes. The virus can also change proxy or DNS settings. A full system scan with an antivirus is recommended.

How to check if the Wi-Fi module is burned out?

If there are no unknown devices in Device Manager, but the adapter doesn't appear after resetting the BIOS and reinstalling the OS, the module is likely physically damaged. A burning smell or sparking near the antennas (rare) may also indicate this.

Will uninstalling Windows updates help?

If the problem appeared immediately after a system update, then removing the latest patch (via Update Center → Update history → Uninstall updates) often solves the driver compatibility issue.