Many users are familiar with the situation where a laptop in one room has reliable network coverage, but a desktop computer in the next room doesn't even detect the router. This is a classic scenario that often leads to confusion, as the router, judging by the indicators, appears to be working properly. The problem isn't a magical disappearance of the signal, but rather differences in the configuration and status of the network adapters on individual devices.
Differences in hardware and software create a unique environment for each device. While one device successfully negotiates protocols, another may stubbornly ignore broadcast packets due to a simple address conflict. To troubleshoot the issue, it's necessary to successively rule out factors ranging from a software glitch to a physically damaged antenna.
In this article, we'll take a detailed look at why Wi-Fi works on one computer but not on another, and offer specific diagnostic steps. You'll learn to distinguish between software driver glitches and hardware frequency limitations. Understanding these mechanisms will allow you to resolve 90% of connection issues yourself, without calling a technician.
Hardware limitations and differences between network adapters
The first thing to consider is the physical differences between network cards. Older laptops or cheap USB dongles may simply not support modern encryption standards or frequency ranges. For example, if a router only broadcasts within the [band/frequency range] 5 GHz, and the adapter on the problematic PC is designed only for 2.4 GHz, the connection is physically impossible.
Users often forget that built-in antennas in system cases can be poorly connected or shielded by metal. While a laptop with antennas located in the display lid receives a signal perfectly, a desktop PC may be in a "dead zone" due to the case design and motherboard placement.
Transmitter power also matters. Dual-band adapters of the standard 802.11ac or Wi-Fi 6 have a different operating algorithm than the old cards 802.11nIf the router is configured to only support new devices, the old adapter may simply not see the network.
⚠️ Note: When purchasing a new router, always check the specifications of your old devices. Standard support WPA3 may block the connection of gadgets released more than 5-7 years ago.
Wi-Fi module overheating shouldn't be discounted either. If the adapter is installed in a well-ventilated area on one computer and sandwiched between a hot graphics card and processor on another, it may go into protection mode and shut down. Thermal throttling is a common cause of unstable operation, particularly in desktop setups.
Problems with drivers and software
The most common reason why one PC has internet access but another doesn't is software-related. Drivers are the intermediaries between the operating system and the hardware. If the working laptop has the latest version of the manufacturer's software, while the problematic computer is using the standard Microsoft driver, conflicts are inevitable.
The operating system may independently update drivers on one device, ignoring the other if it was turned off at the time of the update. This leads to a desynchronization of security protocol versions. To check the driver status, open the Device Manager using the command devmgmt.msc.
Find your wireless module in the "Network Adapters" list. If there's a yellow triangle next to the name or the device is listed as "Unknown Device," the problem is definitely with the driver. Sometimes, a simple version rollback or a complete reinstallation of the software from the motherboard manufacturer's official website can help.
How to properly uninstall a Wi-Fi driver
To perform a complete cleanup, go to Device Manager, right-click the adapter, select "Uninstall device," and be sure to check "Delete the driver software for this device." Then restart your computer.
Antivirus programs and firewalls can also selectively block connections. Firewall rules on one computer may allow a home network, while on another, they may block incoming packets, treating the network as public. Check your network settings in the section Settings → Network & Internet → Status.
IP address conflicts and TCP/IP settings
On a local network, each device must have a unique identifier. If one computer has a static IP address that conflicts with the address of another device or the router itself, a conflict will occur. As a result, one of the devices will lose network access or experience constant disconnects.
Resetting the TCP/IP stack often resolves the issue. This is especially true if virtualization or VPN software was previously installed on the computer, which could have altered system settings. To reset the stack, use the command prompt with administrator privileges.
netsh int ip resetnetsh winsock reset
ipconfig /flushdns
After executing the commands, a full system reboot is required. It's also worth checking the IP address acquisition settings. In the protocol properties IPv4 It should be set to automatic if your router distributes addresses via DHCP.
If automatic configuration does not work, try entering a static address manually, choosing a free range, for example, 192.168.1.150Make sure the subnet mask and DNS servers are correct. A single DNS digit error can result in Wi-Fi working, but pages not loading.
Impact of the 2.4 GHz and 5 GHz frequency bands
Modern routers often broadcast two networks with the same name (Smart Connect technology), but on different frequencies. A computer with a powerful adapter can reliably operate on the 5 GHz frequency, ensuring high speeds. Meanwhile, a device with a weaker module or located further away from the router may attempt to connect to the 2.4 GHz band but encounter interference.
The 2.4 GHz band is heavily polluted by noise, including microwaves, Bluetooth devices, and neighboring routers. If one PC has a high-quality antenna, it will overcome this interference. On another, less sensitive device, the signal strength may drop below the connection threshold, creating the illusion of a malfunction.
Try separating the networks in your router settings by giving them different names, for example, HomeWiFi And HomeWiFi_5GThis will force the problematic computer to connect to a less crowded band. Often, older adapters simply don't see 5 GHz networks unless the router's mode is switched to mixed.
| Parameter | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Range | High (up to 50 m) | Medium (up to 20-25 m) |
| Permeability of walls | Good | Bad |
| Transfer speed | Up to 450 Mbps | Up to 1300+ Mbps |
| Interference level | High | Short |
It's important to understand that channels in the 2.4 GHz band often overlap. If a neighboring router is using the same channel, your computer may experience packet loss. Using Wi-Fi analyzers can help you find a clear channel and manually configure it in your router settings.
Router DHCP server malfunctions
The router acts as a manager, distributing IP addresses to connected clients. Sometimes the address pool can become exhausted, especially if many gadgets are connected to the network, including smart lamps and guest phones. In this case, a new device (or one whose address lease has expired) simply won't be allocated an IP address.
On one computer, the connection may remain active because it previously obtained an address and is holding it. However, another computer attempting to connect again will remain stuck in the "Obtaining IP Address" status indefinitely. The solution is to reboot the router, which will clear the table of leased addresses.
It's also worth checking the lease time settings. If it's set too high and the address pool is too small, new devices will be unable to join the network. Reduce the lease time to 2-4 hours in the settings. DHCP Server often solves the problem in guest networks.
⚠️ Note: Router interfaces may vary depending on the manufacturer (Keenetic, TP-Link, Asus). Look for the "Local Network" or "LAN" sections to configure DHCP. Do not change any settings unless you are sure of their meaning.
In rare cases, MAC address cloning can help. Some providers bind the internet connection to the MAC address of the first device connected. If you've changed computers, the internet may not appear on the new computer until you clone the old one's MAC address in the router settings or call your provider.
Windows system services and energy saving
The Windows operating system has its own power management mechanisms that can interfere with Wi-Fi. The power saving feature often disables the adapter to reduce power consumption, but then fails to enable it correctly. This is a common reason why Wi-Fi on a laptop works on battery power but not when plugged in, or vice versa.
To fix this, go to Device Manager, open the network adapter properties, and find the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This will force the adapter to run in permanent mode.
Also, check the service operation WLAN AutoConfigIf it's stopped or running in manual mode, wireless networks won't function. You can start it using the command services.msc, finding the appropriate service in the list and selecting the startup type “Automatic”.
☑️ Windows service diagnostics
Sometimes recent Windows updates are to blame. Microsoft periodically releases patches that change the network priority logic. If the problem appeared immediately after an update, try uninstalling the latest service pack or using a system restore point.
Physical damage and external interference
A simple malfunction can't be ruled out. Laptop antennas often become detached when the lid is opened frequently or after dust cleaning. Inside the system unit, the antenna connectors (usually the black and white wires leading to the card) can become corroded or loose due to vibration.
USB adapters, which are often used on desktop PCs, are prone to overheating and failure. If the adapter is hot to the touch and is no longer detected by the system, even with a beep signal indicating a new device is connected, it's likely burned out. Replacing it with an external adapter with an antenna will solve the problem.
External sources of interference, such as wireless CCTV cameras, baby monitors, or powerful electric motors, can create a "noise barrier." Moving the router or computer even half a meter can sometimes dramatically change the connection situation.
Why is Wi-Fi slow on only one device?
This could be due to speed limitations in the adapter's settings (for example, 802.11g mode instead of n/ac), background downloads on the PC, or damage to the antenna cable inside the device. It's also possible that the device is located in an interference zone where other devices don't reach.
Can a virus block Wi-Fi on a specific PC?
Yes, some types of malware modify proxy server or DNS settings, redirecting traffic or blocking network access. Check your browser and system proxy settings, and scan your computer with an antivirus program.
Should I reset my router to factory settings?
This is a last resort. Resetting will erase all your settings, including your ISP password. Only do this if you're confident you can reconfigure your internet connection, or if the problem is clearly rooted in a firmware bug in your router that can't be fixed by rebooting.
How can I check if my computer can even see Wi-Fi networks?
Press the key combination Win + I, go to "Network & Internet." If the "Wi-Fi" option isn't there at all, or the power button is grayed out and inactive, the system isn't detecting the adapter (driver issue or malfunction). If the network is visible but won't connect, the problem is with the settings or password.