Are you trying to connect your laptop to your home or office Wi-Fi, but instead of a stable Internet you see the message “No network access”, “Limited” or you don’t find your network in the list at all? The problem is familiar to millions of users - and the reasons for it may lie either in the laptop settings or in a malfunction of the router, drivers, or even the provider. In this article we will look at all possible scenarios, from the banal to the exotic, and we will give clear instructions for Windows 10/11, macOS And Linux.
It is important to understand: if the laptop doesn't see the network at all, that's one problem if sees but doesn't connect - different, and if it connects, but internet doesn't work - third. We have structured the material so that you can quickly find a solution to your situation. Don’t rush to reset your router settings or reinstall the system - in 90% of cases, simple steps that take no more than 5 minutes help.
Before diving into settings, answer two questions:
- 🔍 Does the laptop see other networks? (for example, neighbors) or is the problem only with your router?
- 📱 Can other devices connect to this Wi-Fi? (smartphones, tablets, TVs)?
The answers will tell you where to look for the root of evil - in the laptop or in the router.
- Windows 10/11
- macOS
- Linux
- Other
1. Basic checks: 5 steps before deep diagnostics
Start with the obvious - often the problem can be solved literally with “one click”. Go through this checklist before you dig deeper:
Make sure Wi-Fi is turned on on the laptop (physical button or Fn + antenna key)
Reboot the router (unplug for 30 seconds, then plug back in)
Check whether the Internet is paid for by the provider (sometimes blocking occurs without notification)
Try connecting to the network from another device (smartphone, tablet)
Refresh the list of networks on your laptop (in Windows: Win + A → Wi-Fi → Update)
-->
If after these steps the problem persists, continue to the next section. But please note: if no device connects to the router, the problem is almost certainly with the router itself or with the provider. In this case:
- 🔌 Check if the indicators on the router are lit (especially
PowerAndWi-Fi). If not, the power supply may have burned out. - 📞 Call your provider’s support and check if there is an accident on the line. Sometimes problems are resolved by the operator.
⚠️ Attention: If the router issues an IP address like 169.254.x.x (can be seen in the connection properties), this means that the DHCP server is not working. Try manually registering the IP as described in section 4.
2. The laptop does not see the Wi-Fi network: why and what to do
If your network does not appear in the list of available ones at all, there may be several reasons:
| Reason | How to check | Solution |
|---|---|---|
| Wi-Fi adapter is disabled | B Device Manager (Win + X → Device Manager) check the "Network adapters" section |
Enable the adapter (right click → Engage) or update the driver |
| Router hides SSID | Try connecting manually by entering the network name | In the router settings (192.168.0.1 or 192.168.1.1) disable the "Hide SSID" option |
| Incompatible Wi-Fi standard | Check if your laptop supports 802.11ac (Wi-Fi 5) or 802.11ax (Wi-Fi 6) |
In the router settings, set the mode 802.11n (or Legacy for older devices) |
| Adapter driver problems | B Device Manager check if there is an exclamation mark next to the adapter | Update or reinstall the driver (more details in section 5) |
Pay special attention router operating mode. For example, if your laptop was released before 2015, it may not support modern standards Wi-Fi 6 (802.11ax). In this case:
- Go to your router settings (usually at
192.168.0.1or192.168.1.1). - Find a section
Wireless Settings(or "Wireless mode"). - Set mode
802.11norMixed(mixed). - Save the settings and reboot the router.
How to find out the Wi-Fi standard of your laptop?
Open Device Manager (Win + X → Device Manager), find your Wi-Fi adapter in the “Network adapters” section and copy its name. Then enter it into a search engine - the supported standard will be indicated in the characteristics (for example, IEEE 802.11ac).
If laptop connected before to this network, but now he doesn’t see it, try reset network settings:
- 🖥️ B Windows:
Settings → Network and Internet → Status → Network reset. - 🍎 B macOS: delete the network in
System Settings → Network → Wi-Fi → Advanced.
3. The laptop connects to Wi-Fi, but the Internet does not work
Situation: the laptop successfully connects to the network, but pages do not open, and next to the Wi-Fi icon there is an exclamation mark or the words “Without network access.” The reasons may be as follows:
- 🔄 Problems with DHCP: The router does not provide an IP address automatically.
- 🔒 Blocking by antivirus/firewall: The firewall may be blocking traffic.
- 🌍 Incorrect DNS: ISP's DNS servers may be unavailable.
- 🔌 Problems on the provider side: For example, the PPPoE connection is broken.
First thing to do — check if the Internet works on other devices. If yes, the problem is in the laptop settings. If not, the router or provider is to blame.
Start with manual IP and DNS configuration:
- Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - Find your Wi-Fi connection, right click →
Properties. - Select
IP version 4 (TCP/IPv4)→Properties. - Check the box
Use the following IP addressand enter:
(If your router has an addressIP-адрес: 192.168.1.100Маска подсети: 255.255.255.0
Основной шлюз: 192.168.1.1
Предпочитаемый DNS: 8.8.8.8
Альтернативный DNS: 8.8.4.4192.168.0.1, replace1.1on0.1) - Save the settings and restart your laptop.
If the Internet works after manual IP configuration, the problem is in the router’s DHCP server. Try updating your router's firmware or resetting it to factory settings.
If manual configuration does not help, check firewall and antivirus:
- 🛡️ Temporarily disable Windows Defender or a third-party antivirus (for example, Kaspersky, Avast).
- 🔥 Check your firewall settings:
Control Panel → Windows Firewall → Allow interaction with an application.
⚠️ Attention: If you are using a VPN, it may be blocking access to your local network. Disable VPN and check your connection again. This is especially true for ProtonVPN, NordVPN and similar services.
4. Updating and reinstalling Wi-Fi adapter drivers
Outdated or damaged drivers are one of the most common causes of Wi-Fi problems. Even if in Device Manager there is no exclamation mark, the driver may not work correctly.
How to update the driver manually:
- Open Device Manager (
Win + X → Device Manager). - Expand section
Network adapters. - Find your Wi-Fi adapter (usually contains the words
Wireless,Wi-Fi,Networkor brand name: Intel, Qualcomm Atheros, Realtek, Broadcom). - Right click →
Update driver → Automatic search.
If automatic updating does not help, remove the driver completely and install it again:
- B Device Manager right click on the adapter →
Remove device. - Check the box
Remove driver programs for this device(if any). - Restart your laptop - the system will try to install the driver automatically.
- If Wi-Fi does not work, download the driver from the official website of the laptop manufacturer (for example, Lenovo, HP, Dell) or adapter.
For macOS And Linux the process is different:
- 🍎 On Mac update the system via
System settings → Software update. Wi-Fi drivers are updated with macOS. - 🐧 On Linux use commands:
sudo apt update && sudo apt upgrade -y # Для Debian/Ubuntusudo dnf upgrade --refresh # Для FedoraIf the problem persists, check the adapter's compatibility with the Linux kernel.
If after reinstalling the Wi-Fi driver the adapter disappeared from Device Manager, this may indicate a hardware problem. In this case, diagnostics are required at a service center.
5. Setting up the router: what can be changed for a stable connection
If the problem is not with the laptop, but with the router, try optimizing its settings. To do this:
- Connect to the router via cable or through another device (smartphone).
- Open your browser and enter your router address (usually
192.168.0.1or192.168.1.1). The default login and password are indicated on the device sticker.
What settings are worth checking:
- 🔄 Wi-Fi operating mode: install
802.11norMixedfor compatibility with older devices. - 🔒 Security type: use
WPA2-PSK(orWPA3, if all devices support it).WEPis insecure and may cause errors. - 📶 Wi-Fi channel: If the networks are congested, select the channel manually (for example,
6or11for 2.4 GHz). - 🔄 Channel width: for 2.4 GHz set
20 MHz(reduces speed but increases stability). - 🔄 MTU: if sites do not open, try installing
MTU = 1472.
A critical setting for older laptops: if your adapter does not support modern encryption standards, the router may block the connection. In this case, in the security settings, select WPA2-PSK + AES (not TKIP!).
If after the changes Wi-Fi began to work worse, reset the router to factory settings:
- Press and hold the button
Reseton the back of the router (usually 10–15 seconds). - Wait 2-3 minutes for the router to reboot.
- Connect to the network with the default name (indicated on the sticker) and configure the router again.
6. Hardware problems: when to take your laptop to service
If none of the previous methods helped, the problem may be hardware. Signs of a faulty Wi-Fi adapter:
- 🔌 The adapter has disappeared from Device Manager or appears as "Unknown Device".
- 🔍 The laptop does not see not a single one network, even after reinstalling the drivers.
- 🔥B Windows Event Log (
Win + X → Windows Logs → System) there are errors with the code10,43or5002.
What you can do yourself:
- 🔧 If the laptop is collapsible (for example, Lenovo ThinkPad or Dell Latitude), check whether the Wi-Fi module is tightly seated in the slot
M.2ormini-PCIe. - 🔌 Try connecting an external Wi-Fi adapter (for example, TP-Link TL-WN725N) via USB. If it works, the problem is in the built-in module.
If the adapter is faulty, it can be replaced. The cost of a new module is from 1,000 to 5,000 rubles, depending on the model. For a replacement, contact a service center, especially if the laptop is under warranty.
⚠️ Attention: On some laptops (eg Apple MacBook or HP Spectre) Wi-Fi module is soldered to the motherboard. In this case, repairs may be unprofitable - it is cheaper to buy an external adapter.
7. Specific problems for different OS
Each operating system has its own nuances when working with Wi-Fi. Let's look at the most common ones.
Windows 10/11:
- 🔄 WLAN AutoConfig Service: If it is disabled, Wi-Fi will not work. Check:
Win + R → services.msc → Найдите "Служба автонастройки WLAN" → Тип запуска: Авто - 🔒 Group Policies: Corporate laptops may be blocked from accessing some networks. To reset:
Win + R → gpedit.msc → Конфигурация компьютера → Административные шаблоны → Сеть → Сетевые подключенияMake sure there are no prohibitive policies.
macOS:
- 📱 Reset NVRAM: Sometimes helps with Wi-Fi problems. Run:
- Turn off your Mac.
- Turn it on by immediately pressing
Option + Command + P + R. - Hold for 20 seconds until the Mac restarts.
System settings → Network → Wi-Fi → Advanced → Delete current network → Create new.
Linux (Ubuntu/Debian/Fedora):
- 🐧 Problems with
NetworkManager: restart the service:sudo systemctl restart NetworkManager - 🔧 Lack of firmwareNote: Some adapters require proprietary drivers. Install them:
sudo apt install firmware-iwlwifi # Для Intel Wi-Fisudo apt install firmware-realtek # Для Realtek - Try manually setting DNS (
8.8.8.8And8.8.4.4). - Disable your VPN or proxy server.
- Check your firewall settings (it may be blocking traffic).
- Run the command in Command line:
ping 8.8.8.8If there is a ping, but the sites do not open, the problem is in the DNS. If there is no ping, it’s connected to the router.
- Roll back the driver: in Device Manager click on the adapter →
Properties → Driver → Roll Back. - Install the driver from the laptop manufacturer's website (not from Windows Update).
- Check if the service is disabled
WLAN AutoConfig(see section 7). - 🔤 The password contains Cyrillic characters or spaces at the beginning/end. Try typing it in Notepad, then copying it.
- 🔄 The router settings are set to the wrong region (For example,
USAinstead ofRussia). This may affect encryption. - 🔒 The security type in the router is set as
WPA3, but the laptop does not support it. Switch toWPA2-PSK. - 📵 The keyboard has been switched to another language (for example, English layout instead of Russian).
- 📶 Overloaded channel: change the channel in the router settings (for example, from
6on11). - 🔄 Outdated standard: if the router is operating in mode
802.11n, and the laptop supports802.11ac, turn it on. - 📡 Weak signal: Check the signal level (in Windows: Click on the Wi-Fi icon → network properties). If there are less than 3 divisions, move the router closer.
- 🔌 Restriction on the part of the provider: Sometimes the speed is artificially reduced for exceeding the traffic limit.
- 🔑 Keyboard shortcut:
Fn + F2,Fn + F12or otherFn + antenna key. - 🖥️ Via BIOS: when booting, press
F2/Del, find the sectionWirelessand turn on the adapter. - 🔧 B Device Manager: sometimes the adapter is disabled by software (right click →
Engage). - Open Device Manager.
- Click on Wi-Fi adapter →
Properties → Power Management. - Uncheck
Allow this device to turn off to save power.
Frequently asked questions (FAQ)
The laptop connects to Wi-Fi, but the pages do not open. What to do?
First, check if the Internet works on other devices. If yes, the problem is in the laptop:
After updating Windows, the laptop stopped seeing Wi-Fi. How to return?
The update may have reset the driver or changed settings. Try:
If that doesn't help, roll back your system to a restore point. to updates.
The router gives the error "Incorrect password", although I enter the correct one. What's the matter?
The reasons may be as follows:
If all else fails, reset the password in the router settings and set a new one (without special characters).
Wi-Fi works, but the speed is very low. How to speed it up?
Low speed may be due to:
Also try:
Отключить QoS в настройках роутера (если включён).Установить фиксированную ширину канала (например, 40 MHz для 5 ГГц).
Обновить прошивку роутера.
There is no Wi-Fi button on the laptop and it won't turn on. What to do?
Some laptops (eg. ASUS ZenBook or HP Pavilion) Wi-Fi turns on:
If all else fails, check if the adapter is disabled in Power management: