Many people are familiar with the situation when a laptop or desktop PC with an adapter refuses to connect to a home wireless network. This can happen suddenly, after a system update, or become a persistent problem that interferes with normal operation. Windows It itself reports the type of error, but dry phrases like “Unable to connect to this network” don’t always provide an understanding of what to do next.
The first thing that comes to mind is to reboot the router. While this is certainly the right step, it doesn't always help. Often, the root cause of the problem lies deeper: an IP address conflict, outdated network adapter drivers, or a malfunction of the wireless module itself. It's important not to panic and to rule out all possible causes one by one, starting with the most basic ones.
In this article, we'll take a detailed look at why your computer won't connect to your WiFi router and how to fix the problem yourself. We'll explore operating system software glitches, physical hardware malfunctions, and hidden security settings that can block access. Understanding these processes will help you quickly restore internet access without calling a technician.
Diagnosing hardware problems and indicators
Before delving into complex system settings, make sure the hardware is working properly. If the computer doesn't physically "see" the router or the adapter isn't working properly, software solutions will be useless. Carefully inspect the laptop or system case. Many models have a physical switch. WiFi, which could have accidentally moved to the "Off" position. Also, pay attention to the keyboard: often, the wireless module's activation function is tied to one of the keys. F1-F12 with an antenna icon.
If the indicator on the router is on but the network isn't found, check the router itself. Are the lights that indicate wireless connectivity blinking?WLAN or WiFi)? If they're off or red, the device may be frozen or malfunctioning. Try unplugging the router for 10-15 seconds and then plugging it back in. This is a standard procedure that resolves up to 70% of temporary hardware failures.
⚠️ Attention: If after rebooting the router the wireless network indicators (WLAN) still haven't lit up, the radio module settings may be out of order or the device may be faulty. Check if the button is pressed.
WPSorWiFion the router body for too long - holding it for too long can turn off the signal emission.
Device Manager is your main assistant in diagnostics. Press the combination Win + R, enter devmgmt.msc and press Enter. Find the "Network adapters" section. If you see a device named Wireless, 802.11 or the name of the manufacturer (for example, Realtek, Intel), then the system recognizes the adapter. If there's a yellow exclamation mark or the device is marked as "Unknown," the problem is definitely with the drivers or a hardware failure.
Problems with network adapter drivers
One of the most common reasons a laptop won't connect to WiFi is incorrect driver functionality. Drivers are the software that tells the operating system how to interact with the hardware. After a major update Windows 10 or Windows 11 The system may automatically replace the native driver with a universal one, which works unstably.
To fix this, return to Device Manager. Right-click your wireless adapter and select "Uninstall device." Don't worry, this won't break your system. After uninstalling, select "Action" → "Scan for hardware changes" from the menu. The computer will attempt to reinstall the driver. If this doesn't help, it's best to download the latest version from the official website of your laptop or motherboard manufacturer using another device with internet access.
It's also worth checking your power settings. Windows may be disabling the adapter to save power, which can cause connection issues. In the adapter properties (Power Management tab), uncheck "Allow the computer to turn off this device to save power." This often resolves the issue of Wi-Fi intermittently coming on and off.
☑️ Checking drivers
Sometimes a complete reset of network settings helps. In Windows 10 and 11, this is done via Settings → Network & Internet → Advanced network settings → Network resetThis action will delete all saved WiFi profiles and reset your network settings to factory defaults. After rebooting, you will need to re-enter your network password.
IP addressing and DNS errors
Even if the drivers are correct, the computer may not receive the correct address from the router. Protocol DHCP (Dynamic Host Configuration Protocol) is responsible for automatically assigning IP addresses. If the router runs out of addresses or a conflict occurs (two devices are trying to use the same IP address), the connection will fail. In this case, the connection status often displays "No Internet Access" or "Identifying."
You can check your current address via the command line. Click Win + R, enter cmd and press Enter. In the black window, enter the command ipconfig. Find the line "Wireless LAN Adapter". If the address starts with 169.254.x.x, which means the computer hasn't received an address from the router. Normally, the address should look like this: 192.168.x.x or 10.x.x.x.
To solve the problem, you can try manually entering a static IP address. Go to Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your connection, then “Properties.” Find Internet Protocol version 4 (TCP/IPv4), select "Use the following IP address" and enter the details that match your network (usually the router's IP - 192.168.0.1 or 192.168.1.1).
⚠️ Attention: When manually setting the IP address, it is important not to create a conflict. Make sure that the last digit of the address (for example, in
192.168.1.150) is not occupied by another device on your network. It's best to choose values between 100 and 200, as routers typically assign addresses starting with 2.
WiFi frequency and channel conflicts
In apartment buildings, the airwaves are clogged with signals from dozens of neighboring routers. If your router and your neighbor's router are on the same channel, interference occurs. The computer sees the network, but can't connect due to the high noise level. This is especially true for the Wi-Fi range. 2.4 GHz, which has only 13 non-overlapping channels.
To reduce interference, you need to access your router settings. Open your browser, enter the router's address (usually 192.168.0.1) and log in. In the wireless network settings section (Wireless) find the item "Channel" (Channel). By default, it's set to "Auto." Try manually selecting channels 1, 6, or 11—these have the least interference with other channels.
What is the difference between 2.4 GHz and 5 GHz?
The 2.4 GHz band has a longer range, but is slower and more noisy. The 5 GHz band offers higher speed and stability, but is less effective at penetrating walls. If your computer supports 5 GHz, it's best to connect to that network.
It's also worth paying attention to security standards. Older devices may not connect to new routers if they are configured to operate in wireless mode only. WPA3Try changing the encryption type to mixed. WPA/WPA2-Personal (AES). This will improve compatibility with older laptops and smartphones.
Windows service failures
The operating system manages connections through special background processes called services. If the WLAN AutoConfig service is stopped or malfunctioning, your computer's Wi-Fi will not work. This often happens after installing system optimizers or viruses.
You can check the status of services by clicking Win + R and entering services.msc. In the list, find "WLAN AutoConfig Service" (or WLAN AutoConfig). Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click the "Start" button.
| Service | Launch type | Status | Impact on WiFi |
|---|---|---|---|
| WLAN AutoConfig | Automatically | Works | Critical: without it, WiFi won't turn on. |
| Network List Service | Manually | Works | Responsible for displaying available networks |
| Disk Encryption Service | Manually | Stopped | Doesn't affect directly, but may block access |
| Connection Manager | Manually | Works | Manages remote access connections |
Additionally, antiviruses and firewalls may block connections to "public" or new networks, considering them dangerous. Try temporarily disabling your third-party antivirus and testing your connection. If the problem resolves, add your home network to the exceptions or trusted list.
Reset TCP/IP settings via the command line
If software methods don't help, you can perform a deep reset of network protocols. This clears the DNS cache and resets TCP/IP and Winsock settings. This is the "heavy artillery" that helps in 90% of cases where the problem is due to Windows software errors.
Open Command Prompt as Administrator (press Start, enter cmd, right-click and choose "Run as administrator"). Enter the commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running all commands, be sure to restart your computer. This resets the Windows network stack to its original state, removing any erroneous entries that may have accumulated over time.
⚠️ Attention: After resetting TCP/IP, static IP settings may be lost if you used them for work or gaming. Saved WiFi network passwords may also be deleted. Be prepared to re-enter your home network password.
Frequently Asked Questions (FAQ)
Why does the computer see other WiFi networks but not mine?
Most likely, your router is in stealth mode (SSID is hidden) or is using a channel that your computer's adapter doesn't support (for example, channels 12-14 in the US). Also, check if there's a MAC address filter in your router settings that's blocking access specifically to your device.
What should I do if I get the message "Can't connect to this network"?
This error often occurs due to an incorrect password or encryption type. Try "Forget Network" in the WiFi settings and reconnect, carefully entering the password. Deleting the network profile via the registry or command line also helps.
Can antivirus block WiFi?
Yes, some firewall modules in antivirus programs (Kaspersky, ESET, Avast) may block connections to new networks, classifying them as "Public." Check your firewall settings and change the network profile to "Home" or "Trusted."
How do I know if my computer supports 5GHz?
In the command line, enter netsh wlan show drivers. Find the line "Supported radio module types." If there is 802.11a or 802.11ac, then the adapter supports 5 GHz. Unless 802.11b/g/n, then most likely only 2.4 GHz.