Why isn't Wi-Fi working on my computer even though I have a network on my phone?

A situation where a smartphone instantly connects to the home network, while a laptop or desktop PC stubbornly ignores the router, is one of the most common and annoying problems in home networks. This occurs because mobile devices and computers use different wireless modules, have different power-saving settings, and process data differently. security protocolsWhen you see that the internet connection on your phone is blazing fast, but your computer isn't even searching for a network, this almost always indicates a local driver or adapter settings conflict, rather than a faulty router.

Unlike smartphones, which constantly update their network modules through system updates, computers running Windows or Linux Users often forget to update their network card firmware for years. This means that after a router firmware update or a change in encryption standard, the old driver on the PC simply stops understanding the router's commands. Furthermore, computers often have more powerful antennas but less flexible frequency switching algorithms, making them more susceptible to interference.

In this article, we'll explore the technical nuances behind the phrase "it can't see the network," and we'll go from a simple service restart to a deep registry tweak. You'll learn how to force network adapter work correctly, why a static IP address can be a bad thing, and how to check if your antivirus is blocking your connection. Understanding these processes will help you not just blindly click the "fix" button, but eliminate the root of the problem for good.

Problems with drivers and Wi-Fi adapter

The most common reason a computer refuses to see the network is due to the software that controls the network card. The driver is the translator between the operating system and the hardware. If this translator is broken or outdated, Windows may show the device is working properly, but no actual data exchange with the router occurs. Often, after a major system update, Windows automatically replaces the manufacturer's default driver (for example, Intel or Realtek) to a universal one, which works unstably.

To diagnose the problem, open Device Manager. You can do this by right-clicking the Start button and selecting the appropriate option. Under "Network Adapters," find your wireless device. If a yellow triangle appears next to it, the problem is obvious. However, even if there are no error icons, try uninstalling the device using the context menu and restarting the computer. The system will automatically attempt to reinstall the driver, which often resolves the frozen state.

What to do if the driver is not found automatically?

If Windows doesn't find the driver after rebooting, you'll need to download it on another device (for example, the same phone with a working Wi-Fi connection) and transfer it to your PC via USB. Look for the adapter model on the motherboard or laptop manufacturer's website.

Pay attention to the adapter's power settings. Windows may aggressively turn off the Wi-Fi module to save power, which then causes it to wake up incorrectly. Go to the adapter's properties in Device Manager, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power." This is a common cause. wireless network disappears immediately after exiting sleep mode.

☑️ Driver diagnostics

Completed: 0 / 4

IP address conflicts and DNS settings

Even if a physical connection is established, the computer may not be able to access the internet due to logical errors in address assignment. The router acts as a DHCP server, assigning unique numbers to each connected device. If the computer previously had a static IP address assigned to another network, it may conflict with the current router configuration, creating a situation where everything appears to be connected, but pages won't load.

To eliminate this factor, you need to reset your TCP/IP settings. Open the command prompt as administrator. This can be done through the search by entering cmd, then right-click and select "Run as administrator". Enter the command netsh int ip reset and press Enter. After that, run the command netsh winsock resetThese steps will reset the Windows network stack to factory settings, removing any possible caching errors.

It's also worth checking your DNS settings. Providers often provide their own name servers, which can be slow or block access to certain resources. Try setting up public DNS from Google or Cloudflare. To do this, go to Control Panel → Network and Internet → Network and Sharing Center, select your connection, click "Properties", find Internet Protocol version 4 (TCP/IPv4) and manually enter the addresses 8.8.8.8 and 8.8.4.4.

⚠️ Important: If you are on a corporate network, do not change IP and DNS settings yourself. This may violate the organization's security policies and block access to internal company resources.

2.4 GHz and 5 GHz frequency bands

Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Smartphones typically switch between them seamlessly or see both networks. Older or low-end computers may have Wi-Fi modules that only support the 2.4 GHz band. If your router is configured to operate exclusively in 5 GHz mode (or has hidden the 2.4 GHz network), your computer simply won't see the access point, although your phone will work just fine.

You can check the supported ranges via the command line. Enter the command netsh wlan show drivers and find the line "Supported radio module types." If only b/g/n standards are listed, then the 5 GHz band (ac/ax standard) is out of the question. In this case, the solution is either to purchase an external USB Wi-Fi adapter with 5 GHz support or to reconfigure the router to broadcast separately for each network with different names (SSIDs) so that you can connect your PC to the 2.4 GHz band.

📊 What Wi-Fi band does your router use?
2.4 GHz only
5 GHz only
Both ranges (Dual Band)
I don't know / One common SSID

Furthermore, channels in the 2.4 GHz band are often overloaded by neighboring routers. A computer may see the network but be unable to connect due to high noise levels. Meanwhile, a phone, with its more advanced data compression algorithms, can "break through" the interference. Try changing the broadcast channel in your router settings to a less congested one (for example, 1, 6, or 11) or enable automatic channel selection.

Router settings and MAC address filtering

A router is an intelligent device that can selectively block connections. One popular security feature is MAC address filtering. Each network adapter has a unique identifier. If the "White List" is enabled in the router settings, only devices whose addresses are included in the database can connect. A phone may have been added previously, but a new computer may not.

To check, log into your router's web interface (usually at 192.168.0.1 or 192.168.1.1). Find the "Wireless" or "Wi-Fi" section, then "MAC Filter." Make sure this feature is disabled, or add your computer's MAC address to the list of allowed MAC addresses. You can find your PC's MAC address using the command ipconfig /all on the command line (physical address).

It's also worth paying attention to the security mode. If the router is configured to use the older encryption standard WEP or mixed mode WPA/WPA2Some modern network cards may refuse to work with them for security reasons. It is recommended to set the network to clean mode. WPA2-PSK (AES) or WPA3, if the equipment supports it.

Parameter Recommended value Impact on PC
Security mode WPA2-PSK (AES) Maximum compatibility and protection
Channel (2.4 GHz) 1, 6 or 11 Reducing interference from neighbors
Channel width 20 MHz (for 2.4 GHz) Connection stability
DHCP server On Automatic IP distribution

Windows network service failures

The Windows operating system manages connections through special background processes called services. If the "WLAN AutoConfig" service is stopped or is not running correctly, the computer's Wi-Fi will not work, regardless of the driver status. This software-based control is often overlooked by users during troubleshooting.

To check the status of services, click Win + R, enter services.msc and press Enter. Find "WLAN AutoConfig Service" (or WLAN AutoConfig) in the list. Make sure the Startup Type is set to "Automatic" and the Status is "Running." If the service is stopped, click "Start." If it is already running, try clicking "Restart."

Another important component is the Network Connection Manager. Sometimes, if it freezes, the Wi-Fi icon in the system tray may display a red cross or airplane icon, even if the adapter is working properly. Restarting this service often restores the network management interface without requiring a full computer reboot.

⚠️ Note: Windows and router settings interfaces may differ depending on the software version. If you don't find the exact menu item you're looking for, search for a similar one or consult your equipment manufacturer's documentation.

The impact of antiviruses and firewalls

Third-party antivirus suites often include their own firewall, which can be configured too aggressively. After updating the virus databases or the antivirus itself, the program may start treating your home network as "public" and block all incoming and outgoing connections, while a phone without such protection functions normally.

Try temporarily disabling your antivirus's real-time protection and firewall. If you can connect to the internet, the issue lies with your security settings. Don't leave your computer unprotected for long periods of time. Go to your antivirus's firewall settings and find the "Home Network" or "Private Network" profile. Make sure full network and internet access is allowed for this profile.

The built-in Windows Firewall can also block connections if the network profile is incorrectly defined. Check the network type in Windows settings. If it's set to "Public," the system is limiting the computer's visibility and may block some ports. Switch the profile to "Private" to allow full communication with devices on the local network.

Hardware failures and physical limitations

Physical wear and tear on equipment also plays a role. Wi-Fi antennas in laptops are often located around the screen or on the top of the case. If the laptop was dropped or disassembled for cleaning, the antenna cable's connection to the module could be compromised. In desktop computers, antennas may simply not be attached to the router, which critically reduces range and sensitivity.

Moreover, older network cards may simply not be able to handle the load of modern networks. If you have very fast internet (for example, 500 Mbps or higher), and your Wi-Fi module is of an older standard 802.11n, it may physically be unable to process data packets, creating the illusion of a broken connection. In such cases, purchasing a modern USB adapter that supports the standard will be a lifesaver. AC or AX and an external antenna.

Also, check to see if your router is overheating. If it's in a closed area or exposed to direct sunlight, it may overheat and begin dropping connections for power-hungry devices, which are often laptops, as opposed to phones, which consume less data in the background.

☑️ Final check

Completed: 0 / 4
Why does my computer say "No Internet access" even though Wi-Fi is connected?

This means there's a physical connection to the router, but the router can't transmit data further to the ISP, or the computer has incorrect IP/DNS settings. Most often, the problem is resolved by rebooting the router or resetting the TCP/IP settings on the computer.

Can a virus block Wi-Fi only on a computer?

Yes, some malware changes your system's proxy or DNS settings, redirecting or blocking traffic. Check your browser and system proxy settings, and scan your PC with an antivirus.

Should I reset my router to factory settings?

This is a last resort. Resetting your connection will erase all your settings (Wi-Fi password, PPPoE data for your ISP). Only do this if you're confident you can reconfigure your internet connection, or if other methods haven't helped.

How do I know if my PC supports 5GHz?

Use the command netsh wlan show drivers in the command line. In the "Supported radio module types" line, look for a mention of ac, ax, or 5 GHz. If only b/g/n is listed, 5 GHz is not supported.

Will changing DNS help if Wi-Fi isn't working?

Changing your DNS will help if the problem is that your computer can't resolve website names to IP addresses (pages won't load, but instant messaging apps work). If your computer can't even connect to the router, changing your DNS won't help.