The situation when wireless network A problem that works reliably on a smartphone, tablet, or smart TV, but completely refuses to launch on a desktop computer or laptop, is one of the most common problems in a home local network. This creates a sense of paradox: the router is working properly, the ISP provides access, but your PC stubbornly ignores the internet, leaving the user perplexed. Most often, the cause lies not in hardware failure, but in a software conflict or incorrect settings within the router itself. Windows.
The difference in device behavior is explained by their operating architecture. Mobile devices use more modern, energy-efficient protocols and automatically adapt to network changes, while desktop operating systems They can store old configurations, cached errors, and incompatible drivers for years. If the phone connects instantly, then there's a radio signal, and the problem is localized solely to your computer's software or its physical receiver.
In this article, we'll take a detailed look at all possible causes, from simple software glitches to complex driver conflicts. You'll learn how to diagnose the problem. Wi-Fi adapterWhy resetting network settings is often the only correct solution, and how to avoid common mistakes when updating system software. We won't use complex terminology where simple steps can be used, but we will focus on technical nuances for advanced users.
Diagnostics of adapter and driver status
The first step should always be to check the physical presence of the device in the system and the state of its software. It often happens that after an update Windows After installing a new antivirus program, the wireless network driver either crashes or conflicts with system files. Unlike a phone, where firmware updates are centralized and rarely cause problems, on a PC, each component is updated individually.
Open device Managerto see the real picture. Press the key combination Win + X and select the appropriate item in the menu. Find the "Network Adapters" section and expand it. If you see a device with a yellow exclamation point or a name like "Unknown Device," the problem is with the driver. The system recognizes the hardware, but doesn't know how to work with it properly.
⚠️ Important: If the "Network Adapters" section is missing from the Device Manager or the Wi-Fi module isn't showing up even as an unknown device, the adapter may be physically disconnected or faulty. On laptops, check the keyboard shortcut for enabling Wi-Fi (often
F2,F12or a separate switch on the body).
To fix the situation, try uninstalling the current driver and letting the system reinstall it automatically.
- 🔍 Right-click on the problematic adapter and select "Uninstall device".
- 🔄 In the window that opens, check the box next to "Delete the driver software for this device," if this option is available.
- 🔌 Restart your computer. When Windows starts, it will try to find and install the basic driver.
If automatic installation doesn't work, you need to download the latest driver from the official website of your laptop or motherboard manufacturer. It's important to look for the driver specifically for your model. Wi-Fi module (For example, Intel Dual Band Wireless-AC or Realtek RTL8822BE), and not just for the laptop model, since the configuration may differ.
Reset Windows network settings
When the drivers are OK, but the connection is still not there, it is likely that critical errors have accumulated in the operating system's network stack. TCP/IP protocols They could receive incorrect addresses, and the DNS cache could contain outdated records that block a new connection. In this situation, the phone simply requests new data from the router, while the computer tries to use the old, inoperative settings.
The most effective way to fix this is to perform a full reset of network settings. In modern versions Windows 10 and 11 This is done through a graphical interface, which eliminates the risk of errors when entering commands. Go to Settings → Network & Internet → Advanced network settings (or just search for "Network reset").
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Running these commands in Command Prompt as administrator clears the cache and recreates network sockets. However, the built-in reset function in Windows settings does the same thing more safely for inexperienced users. After clicking "Reset Now," the computer will restart in 5 minutes.
☑️ Network Reset Checklist
After rebooting, the system will behave as if it were "cleaned" in terms of networking: all saved Wi-Fi passwords will be deleted, and you'll have to re-enter them. This is normal behavior and ensures that old configurations won't interfere with the new connection.
Frequency and band conflicts (2.4 GHz vs. 5 GHz)
One of the most common reasons why a phone sees a network but a computer doesn't is frequency band incompatibility. Modern routers often broadcast two networks: 2.4 GHz And 5 GHzMobile devices typically switch between them easily or see a unified network name (Band Steering technology), while older Wi-Fi adapters in PCs may not physically support the 5 GHz band.
If your router only distributes the network in the 5 GHz range, and your computer has a standard module installed 802.11n (which only operates on 2.4 GHz), it simply won't detect the network. Conversely, if your router is configured for 2.4 GHz, and you're trying to connect a modern laptop that "prefers" 5 GHz and ignores the noisy band, you may experience visibility issues.
How can I find out the supported frequencies of my adapter?
In the command prompt, enter the command: netsh wlan show drivers. Find the line "Supported radio types." If it only lists 802.11n or 802.11g, 5 GHz is not supported. If it lists 802.11ac or 802.11ax, 5 GHz is supported.
A solution might be to separate the network names (SSIDs) in your router settings. Name them, for example, HomeWiFi_24 And HomeWiFi_5GThen you can force your computer to connect to the desired frequency. It's also worth checking the region settings in the adapter properties: sometimes changing the region to the US or Japan unlocks additional channels.
- 📡 Go to Device Manager → Adapter Properties → Advanced tab.
- 🌍 Find the parameter Country Region or Region.
- 🔀 Try changing the value to another one (for example, from RU to US) and restart your PC.
IP addressing and DNS issues
Even if the computer sees the network and tries to connect, the process may fail when obtaining an IP address. While the phone successfully requests an address from the router's DHCP server, the computer may have a static IP address that's inappropriate for the current subnet, or the DHCP service may simply be frozen.
Check your protocol settings IPv4. Click Win + R, enter ncpa.cpl, find your wireless connection, right-click it, and select "Properties." Double-click "Internet Protocol Version 4 (TCP/IPv4)." Make sure "Obtain an IP address automatically" and "Obtain DNS server address automatically" are checked.
⚠️ Note: If you're using a corporate network or specific ISP equipment, static addresses may be required. On a home network, using a static IP address unnecessarily often leads to conflicts when two devices attempt to use the same address.
Often, the problem is solved by forcing the use of reliable DNS servers, such as those from Google or Cloudflare. This helps if the ISP is blocking access or their DNS servers are malfunctioning.
| Service | Preferred DNS | Alternative DNS |
|---|---|---|
| Google Public DNS | 8.8.8.8 | 8.8.4.4 |
| Cloudflare | 1.1.1.1 | 1.0.0.1 |
| OpenDNS | 208.67.222.222 | 208.67.220.220 |
| Yandex.DNS (Basic) | 77.88.8.8 | 77.88.8.1 |
Windows services and antivirus software
Sometimes internet access is blocked at the system services or third-party software level. Service WLAN AutoConfig Responsible for detecting and connecting to wireless networks in Windows. If it's stopped or its startup type is changed, the computer won't detect Wi-Fi, even if the driver is working properly.
Check the status of services by clicking Win + R and entering services.msc. Find "WLAN AutoConfig Service" in the list (or WLAN AutoConfig). Make sure its status is "Running" and the startup type is set to "Automatic." If the service is stopped, start it manually.
You should also pay attention to your power settings. Windows may disable your Wi-Fi adapter to save power, after which it stops responding correctly to power-on commands. In the adapter's properties (in Device Manager), on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power."
Physical limitations and equipment obsolescence
Simple hardware obsolescence also cannot be ruled out. If your laptop or USB adapter is more than 10 years old, it may not support modern encryption standards, such as WPA3, which are enabled by default in new routers. In this case, the phone will connect using newer protocols, and the older PC will be rejected by the router for security reasons.
Furthermore, laptop antennas can become dislodged over time, causing a critical drop in signal strength. A phone held in your hand may have better reception, but a PC positioned in a corner may simply not reach the router due to degradation of the receiving path.
The table below lists key differences in device behavior that can help diagnose the problem:
| Symptom | Possible cause on PC | Why does the phone work? |
|---|---|---|
| The network is not visible in the list | Unsupported channel or band (5GHz) | Supports all ranges |
| "Unable to connect" | Driver or security key error | Automatic key update |
| "No internet access" | IP or DNS conflict | Successful DHCP request |
| Low speed | Operation in 2.4 GHz or 20 MHz mode | Operation in 5 GHz / 80 MHz mode |
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after reinstalling Windows?
A clean system installation often doesn't install specific drivers for your hardware. Windows installs a basic driver, which may not support all of the adapter's features. You'll need to download the driver from your phone's Wi-Fi network, transfer it to your PC, and install it manually, or use a driver pack.
Can a virus block Wi-Fi on a computer?
Yes, some types of malware can change DNS settings, assign static IP addresses, or block network services. It's recommended to run a full system scan with an antivirus program and a utility like Malwarebytes.
Will changing the password on the router help?
Changing the password will force all devices to re-authenticate. This may help if the authentication error is cached on your computer. However, if the issue is driver or hardware related, changing the password won't solve the problem.
What to do if the USB Wi-Fi adapter doesn't work?
Try connecting the adapter to a different USB port, preferably USB 2.0 (black) rather than 3.0 (blue), as frequency conflicts sometimes occur. Also, check if it requires power via an additional cable.