Error "Can't connect to this Wi-Fi network" V Windows 10 — one of the most common problems encountered by laptop users. The system can display this message for dozens of reasons, ranging from a simple driver error to incompatible encryption standards between the router and adapter. Unlike desktop PCs, where the problem is often resolved by reconnecting the cable, troubleshooting laptops is complicated by the device's mobility and dependence on wireless networks.
In this article we will look at all possible scenarios, at which Windows 10 refuses to connect to Wi-Fi—from cases where the network doesn't appear in the list at all to situations where the password is entered correctly, but the system persistently returns an error. We'll pay special attention to hidden router settings that block connections from specific devices, and rare bugs Windows, which aren't mentioned in standard instructions. If you've already tried turning your laptop off and on again and restarting it, read on: here you'll find solutions that work even when "nothing else works."
1. Basic checks: what to do before a thorough diagnosis
Before digging into your system or router settings, make sure the problem isn't hidden underneath the surface. In 30% of cases The "unable to connect" error occurs due to trivial reasons that can be resolved within 1-2 minutes.
- 🔌 Check the router's power supply: The indicators on the case should be steadily lit (without blinking). If the light
Wi-Figoes out - press the wireless network enable button on the back panel. - 📶 Make sure the network is visible: If your network is not in the list of available networks, try connecting to it manually through
Control Panel → Network and Sharing Center → Set up a new connection. - 🔒 Double-check your password: Even if you are sure you are typing it correctly, try typing it in Notepad, and then copy it into the input field. Sometimes the problem is in the keyboard layout or an accidentally pressed key.
Caps Lock. - 🔄 Restart both the router and the laptopUnplug the router for 30 seconds, then plug it back in. Restart the laptop using the menu.
Start, not the power button.
If after these steps the network is still unavailable, proceed to the next section. Please note: If other devices (smartphone, tablet) connect to this Wi-Fi without problems, the problem almost certainly lies in the settings Windows 10 or adapter driver.
2. Wi-Fi adapter driver issues: how to update or roll back
Network adapter driver failures are the most common cause of connection errors. Windows 10 automatically updates drivers, but sometimes these updates contain bugs, especially for older adapter models (for example, Intel Centrino or Broadcom 43xx). Let's consider two scenarios: driver update (if it is outdated) and rollback (if the problem appeared after the update).
To check your current driver version:
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters. - Find your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi or a brand name, for example Atheros, Realtek).
- Right click →
Properties → Driver.
If the Device Status section says "This device is working properly.", but the network still doesn't connect, try update the driver manually:
- 🔍 Download the latest driver from the laptop manufacturer's website (for example, Lenovo Support, HP Drivers) or directly from the adapter manufacturer's website (Intel, Qualcomm).
- 📥 Install the driver with administrator rights, after removing the old version via
Device Manager → Uninstall device. - 🔄 After installation, restart your laptop.
Download the driver from the official website
Uninstall the old version via Device Manager
Install the new driver with administrator rights
Restart your laptop-->
If the problem appears after updating Windows, try rolling back the driver:
- IN
Device ManagerRight-click on the adapter →Properties → Driver. - Click
Roll back(if the button is inactive, then rollback is not possible). - After the rollback, restart your laptop.
⚠️ Attention: If after updating the driver the laptop stopped seeing All Wi-Fi networks, not just one, you may have installed a driver for a different adapter model. In this case, uninstall it via Control Panel → Programs and Features and install the original version.
3. Router settings: what could be blocking the connection
Sometimes the problem lies not in the laptop, but in the router settings. Modern routers (for example, TP-Link Archer, ASUS RT-AX, Keenetic) have the function of filtering devices by MAC address, connection limits, or incompatible encryption standards. If other devices connect to the network normally, but the laptop doesn't, check the following:
| Router parameter | How to check | How to fix |
|---|---|---|
| MAC filtering | Log into the router's web interface (usually 192.168.1.1 or 192.168.0.1) → section Wireless Network → MAC Filter. |
Add MAC address laptop to the allowed list or disable filtering. |
| Device restrictions | In your Wi-Fi settings, look for options like Max Clients or Limit Connections. |
Increase the limit or disable the restriction. |
| Encryption standard | Check the section Wireless Network → Security Settings. If specified WPA3, and the laptop adapter is old, it may not support this standard. |
Switch to WPA2-PSK (recommended) or WPA/WPA2 (universal mode). |
| Hidden network (SSID) | If the option is disabled in the router settings Broadcast SSID, the network will not be displayed in the list. |
Enable SSID broadcasting or connect manually by entering the network name. |
If you are not sure which settings to change, reset the router to factory settings (button Reset on the back panel, hold for 10-15 seconds). After the reset, set up the network again using only basic parameters: network name, password and standard WPA2-PSK.
⚠️ AttentionRouter settings may vary depending on the model and firmware. If you can't find the specified parameters, check the manual for your model or contact the manufacturer's support.
4. Reset network settings in Windows 10
If the adapter driver is OK and the router is configured correctly, but the problem persists, the network settings are to blame. Windows 10The system may "remember" incorrect connection parameters (for example, an old IP address or DNS) and persistently try to use them. In this case, full reset of the network stack.
Run the following commands in Command line (run it as administrator):
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running each command, restart your laptop. If this doesn't help, try Reset network settings through Windows settings:
- Open
Settings → Network & Internet → Status. - Scroll down and click
Network reset. - Confirm the action and wait for the reboot.
This procedure will remove all saved networks and restore the adapter's settings to factory defaults. After the reset, you'll need to re-enter passwords for all Wi-Fi networks.
What should I do if the Wi-Fi icon in the tray disappears after resetting the network?
If the wireless network icon in the lower right corner of the screen disappears after resetting network settings, follow these steps:
1. Click Win + R, enter services.msc and press Enter.
2. Find a service Automatic WLAN configuration (WLAN AutoConfig).
3. Right-click → Properties → install Startup type: Automatic.
4. Click Launch and restart your laptop.
If the service is missing, this may indicate damage to the system files - in this case, Windows recovery will help DISM or sfc /scannow.
5. IP address conflicts and DHCP issues
Error "Unable to connect to this network" may occur if the router does not provide the laptop with the correct IP address, or if this address conflicts with another device on the network. To diagnose the problem:
- Open
Command lineand enter:ipconfig /allCheck that the values next to your adapter are
IPv4 address(For example,192.168.1.x) AndMain gateway(router address). If instead of the address it is specified169.254.x.x- this is a sign of DHCP failure. - Try getting the address manually:
ipconfig /releaseipconfig /renew
If automatic address acquisition does not work, assign a static IP:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Right-click on your Wi-Fi adapter →
Properties. - Select
Internet Protocol version 4 (TCP/IPv4)→Properties. - Set the switch to
Use the following IP addressand enter:IP address:192.168.1.100(or another free address in your network range).Subnet mask:255.255.255.0.Main gateway: your router's address (usually192.168.1.1or192.168.0.1).DNS:8.8.8.8(Google) or1.1.1.1(Cloudflare).
After applying the settings, restart your laptop. If the connection works, the problem was IP conflict or failure of the router's DHCP server.
6. Problems with power saving and adapter modes
Windows 10 aggressively optimizes power consumption, which sometimes causes the Wi-Fi adapter to turn off in sleep mode or when the battery is low. If your laptop's network connection is intermittent (it works and then drops), check your power settings:
- Open
Control Panel → Power Options. - Click
Setting up a power plannext to the active circuit. - Select
Change advanced power settings. - Find the section
Wireless Network Adapter Settings→Power saving mode. - Set value
Maximum performancefor both states (battery and mains).
Also check if the adapter is turning off to save power:
- Open
device Manager→Network adapters. - Right-click on your Wi-Fi adapter →
Properties→ tabPower management. - Uncheck the box
Allow the computer to turn off this device to save power. - 🔋 Connect your laptop to the network and check the stability of the connection.
- 🔄 Update your laptop's BIOS (instructions are available on the manufacturer's website).
- 🔌 Replace the battery if it is very worn out (check the status in the program BatteryInfoView).
- 🛡️ Firewalls and antiviruses (For example, Kaspersky, Avast, ESET).
- 🕵️ VPN clients (For example, NordVPN, ProtonVPN).
- 🎮 Gaming utilities (For example, Razer Cortex, MSI Dragon Center).
- 🔧 Network optimization programs (For example, CCleaner, Ashampoo WinOptimizer).
If the problem occurs only when running on battery power, try:
7. Viruses, firewalls and third-party programs
Some programs can block your Wi-Fi connection without you even realizing it. The most common culprits are:
To check the impact of third-party software:
- Boot your laptop into
Safe Mode with Networking(clickWin + R, entermsconfig, go to the tabLoadingand selectSafe Mode → Network). - Try connecting to Wi-Fi. If the network works, the problem is with one of your installed programs.
- Return to normal mode and disable antiviruses, VPNs, and other network utilities one by one, checking the connection after each step.
If you are guilty Windows Firewall, try disabling it temporarily:
- Open
Control Panel → Windows Firewall. - Select
Enabling and disabling Windows Firewall. - Check the boxes
Disable Windows Firewallfor private and public network. - Try connecting to Wi-Fi. If that works, add an exception for your network in your firewall settings.
⚠️ AttentionDisabling your firewall or antivirus software increases the risk of your laptop becoming infected. Don't leave your protection disabled for long periods of time—re-enable it immediately after testing.
8. Hardware problems: how to check the adapter and antennas
If none of the previous methods helped, the reason may lie in hardware failure:
- Damaged Wi-Fi adapter (for example, after dropping a laptop).
- Torn off antennas (thin wires running from the adapter to the body).
- Adapter overheating (often occurs in older laptops) HP or Dell).
To diagnose a hardware problem:
- Check the adapter in another device.: if you have USB Wi-Fi adapter, connect it to your laptop. If it works, the problem is with the main adapter.
- Check the error code in Device Manager.:
- Code
10— the device does not start (the driver or the device itself may be damaged). - Code
43— Windows stopped the device due to errors (overheating, conflict).
- Code
If the adapter is faulty, it can be replaced. A universal module will work for most laptops. Intel 7260 or Intel AX200 (Check compatibility with your model). Replacement at a service center costs between 1,500 and 3,000 rubles (depending on the laptop model).
FAQ: Frequently asked questions about connecting to Wi-Fi in Windows 10
🔹 Why won't my laptop connect to Wi-Fi but can connect via cable?
This indicates a problem with wireless adapter or its driver. Check:
- Does Wi-Fi work on other devices (if yes, the problem is with the laptop).
- Is the adapter displayed in
Device Manager(if not, it is disabled or broken). - Is there an IP address conflict (try assigning a static IP).
If the adapter is OK, but the network does not connect, reset the network settings via netsh int ip reset.
🔹 How do I connect to Wi-Fi if my laptop can't see it?
If the network does not appear in the list but you know its name (SSID), connect manually:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Manage known networks → Add new network. - Enter the network name (
SSID), select the security type (WPA2-PSK) and enter the password.
If the network is still not visible, check if it is hidden SSID in the router settings (parameter Broadcast SSID or Hide network).
🔹 What should I do if Wi-Fi connects, but the internet doesn't work?
This is a typical problem with DNS or gateway. Try:
- Open
Command lineand enter:ping 8.8.8.8If you can ping but can't access websites, there's a DNS issue. Set your DNS manually.
8.8.8.8or1.1.1.1. - Check your router settings: sometimes providers block internet access if they are set incorrectly.
MTU(try the meaning1472).
🔹 Why does Windows 10 say "The network settings saved on this PC don't meet the requirements for this network"?
This error occurs if:
- The encryption type in the router has changed (for example, from
WPA2onWPA3). - An old password or incorrect connection parameters are saved in the network settings.
- Remove the network from known connections (
Settings → Network & Internet → Wi-Fi → Manage known networks). - Please reconnect using your current password.
- If that doesn't help, reset your router to factory settings.
Solution:
🔹 Can antivirus software block Wi-Fi connections?
Yes, some antiviruses (for example, Kaspersky Internet Security, Avast Premium) have network protection modules that can block connections to certain networks. To check:
- Temporarily disable your antivirus and try connecting.
- If it works, add your network to your antivirus exceptions or disable the network protection module.
Also check Windows Firewall - sometimes it conflicts with the antivirus and blocks traffic.