You are trying to connect your laptop to Wi-Fi, but instead of stable internet you see a message "Cannot connect to this network"? This problem is familiar to millions of users - from owners of budget Lenovo IdeaPad up to bonus MacBook Pro. The reasons may lie both in the router settings and in software failures of the device itself. In 80% of cases, the error is solved without calling a technician, but to do this you need to accurately diagnose the source of the problem.
In this article we will look at all possible reasons, due to which the laptop refuses to connect to Wi-Fi - from a banal disconnected adapter to IP address conflicts. You will receive step by step instructions for Windows 10/11, macOS And Linux, and also learn how to prevent the problem from recurring. If you have already tried rebooting your router and laptop, but nothing helped, read on: solutions for difficult cases await you in the last sections.
1. Checking basic settings: what to do first
Before you dig deep into your network settings, make sure that the problem is not hidden on the surface. In 30% of cases the error is related to trivial things that users overlook.
Start with physical check:
- 🔌 Router power: Make sure the lights on your router are lit steadily (especially
PowerAndWi-Fi). If flashingInternet, the problem may be on the provider's side. - 📡 Airplane mode: On your laptop, check if the mode is disabled
On the plane(keysFn + F2/F12or in the notification panel). On MacBook this is the menuControl Center → Network Settings. - 🔄 Rebooting devices: Turn off the router for 30 seconds, then the laptop. Turn on the router first, wait until it boots completely (2-3 minutes), then the laptop.
If basic manipulations do not help, proceed to network diagnostics. B Windows run troubleshooter:
- Open
Settings → Network and Internet → Status. - Click
Network Troubleshooting. - Follow the instructions of the wizard (it will automatically check the drivers, IP configuration and connection to the router).
- Windows (10/11)
- macOS
- Linux
- Chromebook
- Other
2. Problems with Wi-Fi drivers: how to update or reinstall
Outdated or damaged drivers - one of the most common reasons why a laptop does not connect to Wi-Fi. Symptoms: The adapter does not detect the network, constantly loses connection, or displays an authentication error.
To check the status of the drivers in Windows:
- Click
Win + Xand selectDevice Manager. - Expand the tab
Network adapters. - Find the device with names Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
- Right-click and select
Update driver→Automatic search.
If automatic updating does not help:
- 🔧 Uninstall the current driver: From the same menu, select
Remove device, then restart your laptop. Windows will install the driver again. - 💾 Manual installation: Download the driver from the official website of the laptop manufacturer (section
SupportorDownloads). For HP, Dell or ASUS use utilities like HP Support Assistant. - ⚙️ Driver rollback: If the problem appears after updating, select from the driver menu
Properties → Rollback.
☑️ Checking Wi-Fi drivers
For macOS Drivers are updated through a system update (System settings → Software update). On Linux use commands:
sudo apt update && sudo apt upgrade
or for a specific adapter (for example, Broadcom):
sudo apt install firmware-b43-installer
3. IP address conflicts and TCP/IP settings
Error "Cannot connect to this network" often occurs due to IP address conflict or incorrect TCP/IP settings. This happens if the router assigned your laptop an IP that is already used by another device, or if the network settings are lost after an update.
To reset TCP/IP settings in Windows:
- Open
Command lineon behalf of the administrator (Win + X → Command Prompt (Administrator)). - Enter the commands one by one:
netsh int ip resetnetsh winsock reset
ipconfig /flushdns - Restart your laptop.
If the problem persists, configure IP manually:
- 📌 Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - 🖱️ Right click on
Wireless network→Properties→IP version 4 (TCP/IPv4). - 🔢 Check the box
Use the following IP addressand enter:IP address:192.168.1.100(if the router has an IP192.168.1.1)Subnet mask:255.255.255.0Main gateway:192.168.1.1DNS:8.8.8.8(Google) or1.1.1.1(Cloudflare)
How to find out the router's IP address?
Open a command prompt and type ipconfig. In line Main gateway the router IP will be indicated (for example, 192.168.0.1 or 192.168.1.1).
For macOS Resetting the network is done like this:
- Open
System Settings → Network. - Select
Wi-Fi → Advanced → TCP/IP. - Click
Renew DHCP lease.
4. Router settings: what to change in the admin panel
If your laptop won't connect to Wi-Fi but other devices are working fine, the problem may be router settings. Most often the culprits are:
- 🔒 Security type: Outdated protocols (WEP, WPA) conflict with modern adapters.
- 📶 Wi-Fi operating mode: Not all laptops support
802.11acorAX (Wi-Fi 6). - 🔄 Channel and channel width: Overloaded channels (eg.
6or11) may cause malfunctions.
To change the settings, log into the admin panel of the router:
- Open your browser and enter your router IP (usually
192.168.1.1or192.168.0.1). - Enter your login/password (by default, often
admin/adminor indicated on the router sticker). - Go to section
WirelessorWi-Fi.
Recommended parameters for a stable connection:
| Parameter | Recommended value | Explanation |
|---|---|---|
| Security mode | WPA2-PSK (AES) |
The most compatible and secure option. WPA3 may not be supported on older laptops. |
| Wi-Fi standard | 802.11n (up to 300 Mbps) |
If the laptop does not support 802.11ac, select mixed mode b/g/n. |
| Channel | Auto or 1/6/11 (for 2.4 GHz) |
Avoid congested channels (check through apps like Wi-Fi Analyzer). |
| Channel width | 20 MHz (for 2.4 GHz) |
Width 40 MHz may cause interference in apartment buildings. |
Critical error: if the MAC address filter is enabled in the router settings, but the MAC of your laptop is not whitelisted, the connection will be blocked. Check section MAC Filter and disable the feature or add the address of your adapter.
5. Antenna problems or hardware faults
If laptop doesn't see the network at all or the signal is extremely weak (1-2 divisions), the problem may be hardware:
- 📡 Damaged antenna: Often occurs after falling or disassembling a laptop. Check if the wires from the Wi-Fi module are disconnected.
- 🔌 Disabled adapter: On some models (eg Dell Latitude) Wi-Fi can be turned off with a physical button or in the BIOS.
- ⚡ Module overheating: If the laptop overheats, the adapter may turn off for protection. Check the temperature using HWMonitor.
To check if the adapter is recognized by the system:
- B Windows open
Device Managerand findNetwork adapters. - If the light next to the adapter name is
!or?, this indicates a problem with the driver or hardware. - On Linux enter the command:
lspci | grep -i networkIf the pin is empty, the adapter is not detected.
If the laptop has been dropped or gotten wet, check the Wi-Fi module contacts. On many models (for example, HP Pavilion) it is located under the cover and is secured with two screws. Carefully remove the module, clean the contacts with alcohol and insert it back.
How to temporarily solve a weak signal problem:
- 📶 Use
USB Wi-Fi adapter(For example, TP-Link TL-WN725N) - it is cheaper to repair and works more stable than the built-in module. - 🔄 Move the router closer to the laptop or use
repeater(signal amplifier). - 🛠️ If the laptop is under warranty, contact a service center - repairing the antenna yourself may invalidate it.
6. Conflicts with antiviruses and firewalls
Sometimes security programs block Wi-Fi connection, mistaking it for a threat. This happens especially often with:
- 🛡️ Kaspersky Internet Security (module
Network protection) - 🔒 Avast or AVG (function
Firewall) - 🖥️ Built-in firewall Windows Defender
To check if your antivirus is at fault:
- Temporarily disable protection (in the tray next to the clock, click on the antivirus icon →
Pause protection). - Try connecting to Wi-Fi.
- If the connection is restored, add the network to your antivirus exclusions or configure your firewall.
To configure the firewall Windows:
- Open
Control Panel → Windows Firewall → Advanced Settings. - Go to
Rules for incoming connections. - Find rules related to
Wi-FiorWLAN, and resolve them.
If Wi-Fi works after disabling the antivirus, do not leave the protection turned off for long! Add the network to exceptions or update your antivirus to the latest version.
7. Specific problems for different OS
Each operating system has unique features that can affect your Wi-Fi connection. Let's look at the most common cases.
Windows 10/11:
- 🔄 WLAN AutoConfig Service: If it is disabled, Wi-Fi will not work. To enable:
Win + R → services.msc → Найдите "Служба автонастройки WLAN" → Запустить - 📡 Power Saving Mode: Windows may turn off Wi-Fi to save battery. Open
Settings → System → Power and sleep → Advanced power settings → Set up power plan → Change advanced power settingsand installMaximum performancefor wireless adapter.
macOS:
- 📱 Reset NVRAM: Click
Command + Option + P + Rwhen turned on and hold for 20 seconds. This will reset your network settings. - 🔧 Removing network preferences: Delete the file
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plistand restart your Mac.
Linux (Ubuntu/Debian):
- 🐧 Lack of firmware: For some adapters (such as Broadcom) proprietary drivers are required. Install them via:
sudo apt install firmware-b43-installer - 📡 Problems with NetworkManager: Restart the service:
sudo systemctl restart NetworkManager
8. When to contact the service center
If you have tried all the methods and the laptop still does not connect to Wi-Fi, the problem may be hardware and require professional repairs. Signs of a serious problem:
- 🚨 The adapter is not detected in
Device Managerorlsusb(Linux). - 🔥 The laptop displays errors
CODE 10orCODE 43in the device properties. - 💥 After a fall or liquid, Wi-Fi stopped working altogether.
Repair cost:
| Fault type | Approximate price (₽) | Repair period |
|---|---|---|
| Replacing the Wi-Fi module | 1 500 — 4 000 | 1-2 days |
| Antenna/contact repair | 1 000 — 3 000 | 2-3 days |
| Diagnostics + BIOS flashing | 800 — 2 500 | 1 day |
⚠️ Attention: If the laptop is under warranty, do not disassemble it yourself! Opening the case will void the warranty. Contact an authorized brand service center (ASUS, HP, Lenovo etc.).
Before visiting the service:
- 📋 Write down the laptop model and serial number (on the sticker below).
- 💽 Create a backup copy of your data - a system reset may be required during repairs.
- 📞 Check with support if the diagnostic examination is free.
If the laptop is older than 5 years, replacing the Wi-Fi module may not be cost-effective. In this case, it is cheaper to buy an external USB adapter (from 500 ₽).
FAQ: Frequently asked questions about Wi-Fi problems
The laptop connects to Wi-Fi, but the Internet does not work. What to do?
Check:
- Does the Internet work on other devices (phone, tablet). If not, the problem is with the provider.
- DNS settings: try setting them manually
8.8.8.8(Google) or1.1.1.1(Cloudflare). - Is your antivirus blocking the connection (temporarily disable it).
Wi-Fi works, but the speed is very low. How to speed it up?
Reasons for slow Wi-Fi:
- 📡 Overloaded router channel (change the channel in the settings to
1,6or11). - 🔄 Outdated router firmware (update it via the admin panel).
- 📱 Lots of connected devices (limit the number of gadgets on the network).
- 🛡️ VPN or proxy server (disable them in network settings).
The laptop does not connect to only one network and connects to others. What's the matter?
Possible reasons:
- 🔒 Incorrect security type (for example, the router uses WPA3, but the laptop does not support it). Change to
WPA2-PSK. - 📌 MAC filtering is enabled and your laptop is not whitelisted.
- 🔢 IP address conflict (reset TCP/IP settings as described in section 3).
After updating Windows, the laptop stopped seeing Wi-Fi. How to return?
Solutions:
- Roll back the Wi-Fi driver via
Device Manager(right click on the adapter →Properties → Rollback). - Uninstall the latest Windows update:
Settings → Update & Security → Windows Update → View update history → Uninstall updates. - Install the driver from the official website of the laptop manufacturer (not through Windows Update).
Is it possible to connect to Wi-Fi without a password if the laptop has been connected before?
Yes, if the laptop saved the password. B Windows:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Click on your network name →
Wireless Network Properties→Security. - Check the box
Show entered characters— the password will become visible.
On macOS passwords are stored in Keychain app.