You open your laptop, try to connect to your usual Wi-Fi network, and see the message "Failed to connect" or endless spinning of the loading icon. The situation is familiar to everyone: either the router is buggy, or Windows was “updated” again at the wrong time. But what to do if rebooting doesn’t help, but you need the Internet? right now?
In this article, we will analyze all possible reasons - from the banal (adapter is turned off) to the exotic (IP address conflict). We'll also give step by step instructions for different operating systems, including rare cases when the problem lies in hardware laptop. It doesn't matter you ASUS, Lenovo or MacBook - solutions are universal.
1. Checking the obvious: router, buttons and modes
Start with the simplest thing - sometimes the problem is solved in 30 seconds. Make sure that:
- 🔌 The router is turned on and the indicators are on (especially
Wi-FiorWLAN). If it blinks orange, reboot it with the buttonReseton the back panel. - 📶 Wi-Fi is not disabled on the laptop. On some models (for example, HP Pavilion or Dell XPS) there is a physical button or combination
Fn + F2/F12to turn on the adapter. - 🔒 You are entering the correct password. If the network is hidden (
SSID hidden), check the case of characters -PassWordAndpasswordFor Wi-Fi different things.
If there are other devices nearby (smartphone, tablet), try connecting to the same network from them. Does it work? This means the problem is in the laptop. Not working? The router or provider is to blame - call the support of your Internet provider and find out if accidents on the line.
⚠️ Attention: On some laptops (eg Lenovo ThinkPad) Wi-Fi may turn off when the battery charge is low (less than 5%). Connect the charger and try again.
- Once a week
- Once a month
- Rare, but accurate
- Never
2. Diagnostics of the network adapter in Windows
If Wi-Fi is turned on, but no networks are displayed or the connection fails, check the status of the network adapter. B Windows 10/11 do the following:
- Click
Win + Xand select "Device Manager". - Expand the tab "Network adapters".
- Find the device with names
Wireless,Wi-Fior802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4). - If there is a light next to the adapter yellow exclamation mark - right click and select "Update driver".
If the adapter is not in the list at all, it means it disabled in BIOS or physically damaged. To check the BIOS:
- Reboot your laptop and press
F2,DelorEsc(depending on the model). - Find a section
Advanced→Onboard Devices Configuration. - Make sure the setting
Wireless LANorWi-Fi Adapterinstalled inEnabled.
☑️ Checking the Wi-Fi adapter in Windows
3. Reset network settings and TCP/IP
Sometimes connection failures are caused by IP address conflicts or damaged protocol settings TCP/IP. To reset them:
- Open Command line as administrator (
Win + X→Terminal (administrator)). - Enter the commands one by one (after each press
Enter):netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns - Restart your laptop.
If after resetting Wi-Fi still does not work, try manually set DNS:
- Open
Control Panel → Network and Sharing Center → Change adapter settings. - Right click on
Wi-Fi→Properties→IP version 4 (TCP/IPv4). - Select
Use the following DNS addressesand enter:8.8.8.88.8.4.4(this is Google's DNS).
⚠️ Attention: If, after manually setting up DNS, the Internet disappears completely, return the parameter Obtain DNS address automatically and reboot your laptop.
4. Update and reinstall Wi-Fi drivers
Outdated or damaged drivers are one of the most common causes of Wi-Fi problems. Even if in Device Manager There are no errors, the driver could have crashed after updating Windows.
Update methods:
- 🔄 Automatically via Windows:
- Open
Device Manager→ find the Wi-Fi adapter. - Right click →
Update driver→Automatic search.
- Open
- Find out the adapter model (in
Device Manageror through the commandipconfig /allinCommand line). - Download the driver from the official website:
- Intel: downloadcenter.intel.com
- Qualcomm Atheros: qualcomm.com
- Realtek: realtek.com
- Uninstall the current driver in
Device Manager(right button →Remove device). - Check the box
Remove driver programs for this device. - Restart your laptop - Windows will install the driver automatically.
How to find out the model of a Wi-Fi adapter if it is not detected?
Open a command prompt and type:
wmic nic get name, manufacturer
In the list, look for a device that mentions Wireless or Wi-Fi. If this doesn't work, look at the laptop model (for example, on the sticker below) and find the specifications on the manufacturer's website.
5. Problems with macOS: features and solutions
On MacBook (especially with chips Apple M1/M2) Wi-Fi may fail due to interruptions in system settings or conflicts with access points. Here's what to do:
- 🔄 Reset SMC and NVRAM:
- Turn off your MacBook.
- Clamp
Shift + Control + Optionand the power button for 10 seconds (for Mac with Intel chip). - For Apple Silicon (M1/M2) just reboot the laptop - SMC resets automatically.
- 📡 Removing network settings:
- Open
System Settings → Network. - Select
Wi-Fi→ click−(minus) to delete the configuration. - Add the network again (
+→ selectWi-Fi).
- Open
- 🛠 Creating a new network location:
- B
System settings → Networkclick onLocation→Change locations. - Create a new one (for example,
Home 2) and configure the connection again.
- B
If the problem persists, check Wi-Fi channel in the router settings. Some MacBook don't work well with channels 12–14 (they are not allowed in all countries). Switch the router to the channel 1–11.
MacBooks running macOS Ventura and later have a hidden Wi-Fi diagnostic feature. Clamp Option (Alt) and click on the Wi-Fi icon in the menu bar - an expanded menu will appear with network information and recommendations.
6. Problems on Linux: commands and configurations
B Ubuntu, Fedora or Arch Linux Wi-Fi may not work due to missing proprietary drivers or incorrect settings NetworkManager. Check the following:
- 🐧 Installing drivers:
For adapters Broadcom or Realtek Additional packages are often required. B Ubuntu/Debian do:
sudo apt updatesudo apt install firmware-b43-installer # для Broadcom
sudo apt install rtl8821ce-dkms # для Realtek RTL8821CE - 🔧 Restarting NetworkManager:
sudo systemctl restart NetworkManager - 📡 Checking RFKill blocking (if Wi-Fi is disabled at the system level):
rfkill listsudo rfkill unblock wifi
If the network is visible but won't connect, try delete saved settings:
sudo rm /etc/NetworkManager/system-connections/*
sudo systemctl restart NetworkManager
⚠️ Attention: On some distributions (for example, Arch Linux) insteadNetworkManagercan be usednetctlorwpa_supplicant. Check the active service with the commandsystemctl list-units --type=service | grep -E 'network|wpa'.
7. Hardware faults: how to check
If software methods do not help, the problem may be physical breakdown Wi-Fi module. Signs:
- 🔌 The adapter is not detected in
Device Managerorlsusb(Linux). - 🔥 The laptop overheats and Wi-Fi turns off after 5-10 minutes of use.
- 🛠 Damage to the antennas is visible (for example, after a fall or repair).
To check the hardware:
- Connect an external Wi-Fi adapter (For example, TP-Link TL-WN725N) via USB. If it works, the problem is in the internal module.
- Check antennas:
- Open the back cover of the laptop (if you have experience).
- Make sure the antenna cables (usually black and white) are tightly connected to the Wi-Fi module.
| Symptom | Probable Cause | Solution |
|---|---|---|
| There is Wi-Fi, but the speed is very low | Interference from other networks or legacy standard (802.11n instead of 802.11ac) | Change the channel on the router to 5 GHz or update the router firmware |
| The laptop sees networks, but does not connect to any | Service failure WLAN AutoConfig (Windows) |
Restart the service: net stop wlansvc → net start wlansvc |
| Wi-Fi only works near the router | Damaged antenna or weak adapter signal | Replace the Wi-Fi module or use a USB adapter |
| The laptop connects, but there is no internet | Incorrect IP or DNS settings | Reset TCP/IP (see section 3) or register DNS manually |
If the laptop does not see any Wi-Fi networks, but the external USB adapter works, the problem is in the internal module. Replacing it at a service center will cost RUB 1,500–4,000 (depending on the model).
8. Alternative ways to connect to the Internet
While you are fixing Wi-Fi, you can temporarily use other options:
- 📱 Mobile hotspot:
- Turn on
Modem modeon a smartphone (Android/iOS). - Connect your laptop to the created access point.
- Turn on
- 🔌 Ethernet via USB adapter:
- Buy an adapter USB-to-Ethernet (costs ~500 ₽).
- Connect the cable from the router directly.
- 💻 Bluetooth terminal (for macOS/Linux):
sudo pand --connect [MAC-адрес телефона] --script /etc/bluetooth/pan/dev-up.shsudo dhclient bnep0
If you urgently need the Internet for work, but Wi-Fi does not work, mobile hotspot - the fastest option. The speed will be lower, but it will be enough for mail, instant messengers and a light browser.
FAQ: Frequently asked questions about problems with Wi-Fi on a laptop
Why doesn't my laptop see only my Wi-Fi network, but sees others?
Your router is probably running in 802.11ac (5 GHz), and the laptop adapter only supports 802.11n (2.4 GHz). Go to your router settings and enable support 2.4 GHz or update the Wi-Fi driver on your laptop.
Also check if it is hidden SSID your network. If yes, enter the network name and password manually.
Wi-Fi connects, but disconnects after 5 minutes. What's the matter?
The reasons may be different:
- Energy Saving: B Windows open
Device Manager→Network adapter→Properties→Power managementand uncheckAllow this device to turn off to save power. - Interference: If there are many networks nearby on the same channel, the router may “reset” the connection. Change the channel in the router settings.
- Adapter overheating: Check the temperature of the laptop (for example, with a program HWMonitor). If the Wi-Fi module is overheating, try cooling the laptop or replacing the thermal paste.
The X on the Wi-Fi icon on the laptop is lit. What does it mean?
The cross means that network adapter is disabled or not detected by the system. Check:
- A physical Wi-Fi button/switch on the laptop body.
- Adapter status
Device Manager(it may be disabled). - BIOS settings (section
Wireless LANshould be able toEnabled).
If the adapter is not detected at all, try reinstalling the driver or checking the hardware (see section 7).
Is it possible to connect to Wi-Fi without a password if the laptop has been connected before?
Yes, if the laptop was previously connected to this network, the password could be saved. B Windows:
- Open
Control Panel → Network and Sharing Center → Manage Wireless Networks. - Find the network you need, right-click →
Properties. - On the tab
Securitycheck the boxShow entered characters- you will see the password.
B macOS passwords are stored in Keychain (open via Spotlight).
After updating Windows, Wi-Fi stopped working. How to roll back?
If the problem appeared after the update, try rolling back the system:
- Open
Settings → Update & Security → Recovery. - Click
Startin sectionGo back to a previous version of Windows. - Follow the instructions (takes ~20 minutes).
If a rollback is not possible, download the previous version of the Wi-Fi driver from the laptop manufacturer's website and install it manually.