Have you turned on your laptop but there is no internet? Or does the device not see available Wi-Fi networks at all? The problem is familiar to millions of users - and the reasons can lie either in trivial settings or in serious equipment failures. In this article we will look at all possible scenarios, from simply restarting the router to diagnosing the network card, taking into account the features Windows 10/11, macOS And Linux.
Important: do not rush to take your laptop to service! In 80% of cases, the problem can be solved on your own in 5–15 minutes. We have collected current methods (including rare driver bugs in 2026), which work even if other instructions did not help. Let's start with the most obvious and gradually move on to advanced settings.
1. Checking basic parameters: router, airplane mode and physical switches
The first thing to do is to exclude external causes. Start with the router: perhaps the problem is not in the laptop, but in the signal source. Reboot your router (unplug for 30 seconds) and check if the Wi-Fi light is on. If the light is flashing red or missing, the problem is with the router, not the laptop.
Next, make sure that on the laptop Airplane mode is turned off. B Windows this can be done through the notification panel (airplane icon) or with a key combination Fn + F2 (on some models Lenovo, HP, Asus). On MacBook Airplane mode is turned on Control Center (swipe down in the upper right corner).
- 🔌 Check the physical Wi-Fi switch - on some laptops (for example, Dell Latitude or old Acer) there is a separate button or slider for the wireless network. It may operate accidentally during transportation.
- 📶 Make sure the network is visible - sometimes routers hide the SSID (network name). Try connecting manually via
Settings → Networks. - 🔄 Reboot your laptop - trivial, but it helps in 20% of cases, especially if the problem arose after a system update.
If after these steps Wi-Fi does not work, proceed to the next step. But first answer the question:
- Windows
- MacBook
- Linux
- Chromebook
- I don't know
2. Diagnostics of the network adapter in Windows: drivers and services
B Windows 10/11 A common cause of problems with Wi-Fi is malfunctions network adapter or its drivers. Start by checking the adapter status:
- Click
Win + Xand selectDevice Manager. - Expand the tab
Network adapters. - Find a device with words
Wireless,Wi-Fior802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4). - If there is an exclamation mark next to the adapter, the driver is not working correctly.
To update or reinstall the driver:
- 🔧 Update your driver automatically: Right click on the adapter →
Update driver→Automatic search. - 🖥️ Install the driver manually: Download the latest version from the laptop manufacturer's website (not from Windows Update!). For HP — support.hp.com, for Lenovo — pcsupport.lenovo.com.
- 🗑️ Remove the old driver: If the update does not help, delete the device in the manager, then restart the laptop - the system will install the driver again.
If the adapter appears fine in the manager, but Wi-Fi does not work, check Windows services:
- Click
Win + R, enterservices.msc. - Find services
WLAN auto-configurationAndNetwork List Service. - Make sure they
Launched, and the launch type isAutomatically.
☑️ Checking the network adapter in Windows
3. Reset network settings and TCP/IP parameters
If the laptop sees the network, but does not connect (writes “Unable to connect” or “No Internet access”), the problem may be TCP/IP configurations. You can reset settings via the command line:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Enter the commands one by one (as administrator) and restart the laptop. This will clear the DNS cache, reset network protocols, and update the IP address.
For Windows 11 there is an easier way:
- Open
Settings → Network and Internet → Advanced network settings. - Select
Network reset→Reset now.
⚠️ Attention: After resetting the network, all saved Wi-Fi passwords will be deleted! Write them down in advance or check them in your router settings.
If resetting doesn't help, try manually set DNS:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Click on the current connection →
Properties→IP version 4 (TCP/IPv4). - Select
Use the following DNS addressesand enter:8.8.8.8(Google) and1.1.1.1(Cloudflare).
4. Problems with Wi-Fi on MacBook: macOS features
On MacBook (especially models with a chip M1/M2) Wi-Fi problems are often associated with energy saving settings or service failures mDNSResponder. Start simple:
- 🔄 Restart your MacBook — hold down the power button for 10 seconds if the device does not respond.
- 📡 Reset network settings:
- Open
System Settings → Network. - Select Wi-Fi → press
−(minus) to delete the connection. - Add the network again by entering the password.
- Open
Выключите Mac → Зажмите Shift + Control + Option + кнопка питания (10 сек) → Включите.
If Wi-Fi connects but keeps dropping the connection, try disable power saving for adapter:
sudo pmset -a tcpkeepalive 0
For models MacBook Pro/Air 2018+ with chip T2 can help firmware update through System settings → Software update. Also check for beta versions of macOS - they often contain Wi-Fi bugs.
What to do if MacBook does not see 5 GHz?
If your MacBook does not see 5 GHz networks, check your router settings: some older models (pre-2012) do not support this range. Also in System settings → Network → Advanced You can manually specify the preferred range (2.4 or 5 GHz).
5. Wi-Fi problems in Linux: commands and configurations
B Linux (Ubuntu, Fedora, Arch, etc.) Wi-Fi problems are often related to lack of proprietary drivers or conflicts between network managers (NetworkManager vs wpa_supplicant). Start by checking the adapter status:
lspci | grep -i wirelessiwconfig
rfkill list
If in the output rfkill there is a line Soft blocked: yes, unlock the adapter:
sudo rfkill unblock wifi
To install drivers in Ubuntu/Debian:
sudo apt updatesudo apt install firmware-iwlwifi # Для Intel Wi-Fi
sudo apt install broadcom-sta-dkms # Для Broadcom
If the network is visible but does not connect, check the configuration /etc/network/interfaces or use nmtui to configure in text mode. The following commands are useful for diagnostics:
dmesg | grep -i wifi
journalctl -u NetworkManager --no-pager -n 50
⚠️ Attention: in some distributions (for example, Arch Linux) network services are disabled by default. Activate them with the command sudo systemctl enable --now NetworkManager.
6. Hardware faults: how to check the network card
If none of the software methods help, the problem may be physical malfunction Wi-Fi module. Signs of a hardware failure:
- 🚫 The laptop does not see not a single one Wi-Fi network (even public ones).
- 🔌 The Wi-Fi indicator on the case does not light up or flashes red.
- 🔧 In Device Manager, the adapter appears as an “Unidentified device”.
- 💥 The problem appeared after the laptop fell or got into liquid.
- Connect an external Wi-Fi adapter (via USB). If it works, the internal module is faulty.
- Check antennas: On some laptops (eg Lenovo ThinkPad) Wi-Fi antennas are connected to the module with thin cables that can come loose.
- Run Linux Live-CD (For example, Ubuntu). If Wi-Fi doesn’t work there too, the problem is in the hardware.
- 📶 Change Wi-Fi channel in the router settings (especially if you live in an apartment building). Channels 1, 6 and 11 are least susceptible to interference.
- 🔒 Disable MAC Address Protection in the router - sometimes it blocks new devices.
- 🌐 Check the router's operating mode: if it's worth it
802.11n only, some adapters will not be able to connect. Put802.11b/g/n/ac. - 📡 Use a signal repeaterif the laptop is located far from the router.
- 📱 USB tethering from a smartphone (enabled in the phone settings).
- 🖥️ Ethernet cable (if the laptop supports a wired connection).
- 📶 4G/5G modem (For example, Huawei E3372 or ZTE MF823).
- Open command prompt and enter
ipconfig /flushdns. - Set DNS manually (8.8.8.8 and 1.1.1.1).
- Check if your antivirus is blocking access (for example, Kaspersky or Avast).
- Disable VPN if it is enabled.
- 📶 Weak signal — check the signal level in the tray (if it’s 1-2 bars, move closer to the router).
- 🔧 Channel congestion — change the channel on the router to 1, 6 or 11.
- 🖥️ Restriction from the provider - call support.
- 🛠️ Adapter Driver - update it to the latest version.
- Problems on the ISP side (check if the Internet works on other devices).
- DHCP failed (set the IP address manually).
- Blocked by antivirus or firewall (temporarily disable them).
- Incorrect DNS settings (try Google DNS: 8.8.8.8).
- QR code: On Android/iPhone, open Wi-Fi settings → tap on network → “Share password” (a QR code will be generated). Scan it with your laptop camera (in Windows 11 there is a built-in scanner).
- Export settings: on MacBook you can export your network profile via
System Settings → Network → Advanced. - View Password: on Windows open a command prompt and type:
netsh wlan show profile name="ИМЯ_СЕТИ" key=clearThe password will be in the line
Key Content. - Roll back through
Settings → Update & Security → Recovery → Revert to previous version(available for 10 days after update). - Uninstall latest update:
Панель управления → Программы → Просмотр установленных обновленийFind the latest update (eg.
KB503XXX) and delete it. - Restore the system via a restore point (
Win + R → rstrui).
To check hardware health:
The cost of replacing a Wi-Fi module in the service is from 1,500 to 5,000 rubles (depending on the laptop model). For popular brands (HP, Dell, Asus) modules can be found at AliExpress for 800–2,000 rubles and replace it yourself (requires disassembling the laptop).
| Symptom | Probable Cause | Solution |
|---|---|---|
| The laptop does not see any network | Adapter disabled, no drivers, hardware fault | Check Device Manager, update drivers, test external adapter |
| Sees the network, but does not connect (“Failed to connect”) | Wrong password, TCP/IP failure, IP address conflict | Reset network settings, set DNS manually, check password |
| Connects, but there is no Internet (“No network access”) | Problems on the ISP side, DHCP failure | Reboot the router, set a static IP, check the router settings |
| Wi-Fi works, but keeps cutting out | Interference, weak signal, adapter energy saving | Change the channel on the router, turn off power saving, move closer to the router |
| The problem is only with 5 GHz | Not all adapters support 5 GHz, old drivers | Update drivers, check router settings, try 2.4 GHz |
If the laptop does not see any Wi-Fi networks (including public ones), there is a 90% chance that the problem is a hardware malfunction of the adapter or it is disabled at the BIOS level.
7. Additional tips: router, interference and alternative solutions
Sometimes the problem lies not in the laptop, but in router settings or external factors. Here's what to check:
If all else fails, temporarily connect to the Internet via:
Critical information: If the problem appeared after updating Windows to version 22H2 or 23H2, check for update KB5034441 (January 2026) - it fixes a bug with Wi-Fi interruption on laptops with Intel adapters.
If you often encounter Wi-Fi problems in public places (hotels, airports), bookmark this page wi-fi.ru — it contains instructions for connecting to popular networks (for example, "RT-WiFi" or "Beeline_Free").
Frequently asked questions (FAQ)
The laptop connects to Wi-Fi, but the pages do not open. What to do?
This is a common DNS problem. Try:
Wi-Fi works, but the speed is very low (1–2 Mbps). What's the matter?
The reasons may be different:
Also try disabling QoS in the router settings - sometimes this function artificially limits the speed.
There is an exclamation mark on the Wi-Fi icon on the laptop. What does this mean?
A yellow exclamation mark means that the connection is established, but no internet access. Reasons:
Click on the Wi-Fi icon → Troubleshooting - Windows will try to automatically fix the problem.
Is it possible to connect to Wi-Fi without a password if it is saved on another device?
Yes, there are several ways:
⚠️ Attention: viewing someone else's saved passwords may violate network security policy (for example, in corporate Wi-Fi). Use this method only for your networks.
After updating Windows, Wi-Fi stopped working. How to roll back?
If the problem appeared after the update, try:
If rolling back doesn't help, check the Microsoft support site for known issues with your version of Windows (for example, support.microsoft.com).