Problems connecting to Wi-Fi on a laptop are one of the most common technical issues users encounter. A sudden loss of internet connection can be caused by a glitch in the operating system settings, a router malfunction, a driver conflict, or even physical damage to the adapter. Unlike desktop PCs, where the problem often lies with the cables or network card, laptops require a more comprehensive approach: it's important to check both the software and the hardware.
In this article we will look at all possible reasons Wi-Fi connection failure - from basic (for example, an accidentally disconnected adapter) to complex (corrupted system files or IP address conflict). You will receive step-by-step instructions For Windows 10/11, macOS And Linux, and you'll also learn how to diagnose the problem without calling a service center. We'll pay special attention to situations where the laptop doesn't see the network at all, connects, but no internet access, or the connection is constant is torn apart.
1. Primary diagnostics: check the obvious
Before delving into system settings, rule out the most common causes. Start with a check physical state of devices:
- 🔌 Make sure the router is plugged in and the power and Wi-Fi indicators are lit. If the indicator is blinking orange, this indicates a malfunction (such as overheating or a firmware error).
- 📶 Check if Wi-Fi works on other devices (smartphone, tablet). If not, the problem is with the router or ISP.
- ⚡ On some laptops (for example, Lenovo ThinkPad or Dell Latitude) There is a hardware Wi-Fi switch on the case. Make sure it is in the position
ON. - 🔄 Reboot your router: unplug it for 30 seconds, then plug it back in. This resolves temporary DHCP issues.
If other devices connect to the network normally, but the laptop does not, proceed to the test software settings. IN Windows click Win + Ato open the notification panel and make sure that the mode is On the plane disabled. On macOS Check the Wi-Fi status in the menu bar (antenna icon).
⚠️ Attention: If you're connected to a corporate or hotel network, you may need to log in through your browser (redirected to the portal). Open any website—a login/password entry window should appear.
2. Enabling the Wi-Fi adapter in the system
A common reason for the lack of network connectivity is a disabled network adapter. Windows This can happen after a driver update or a power failure. To check its status:
- Click
Win + Xand selectdevice Manager. - Expand the section
Network adapters. - Find the device with the names
Wireless,Wi-Fior802.11(For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA9377). - If there is a down arrow next to the adapter, right-click and select
Activate the device.
On macOS open System Preferences → Network, select Wi-Fi in the left menu and make sure the status is ConnectedIf the adapter is disabled, click Turn on Wi-Fi.
For Linux (For example, Ubuntu or Fedora) run in the terminal:
sudo ip link set wlo1 up
(replace wlo1 the name of your adapter - you can find it out with the command ip a).
⚠️ Attention: If the adapter is missing in Device Manager or marked with a yellow exclamation mark, this indicates problem with the driver — go to section 4.
☑️ Checking the Wi-Fi adapter
3. Reset network settings
If the adapter is enabled, but networks still aren't showing up or the connection is unstable, reset the network stack. This deletes saved configurations (including incorrect ones) and returns the settings to factory defaults.
For Windows 10/11:
- Open
Settings → Network & Internet → Status. - Scroll down and click
Network reset. - Confirm the action and restart the laptop.
For macOS:
- Open
Terminal(Programs → Utilities). - Enter the command:
sudo ifconfig en0 down && sudo ifconfig en0 up(replace
en0to your adapter, you can find it out with the commandnetworksetup -listallhardwareports). - Flush your DNS cache:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
For Linux: run in terminal:
sudo systemctl restart NetworkManager
After the reset, you'll need to re-enter your Wi-Fi password. If the issue was an IP address or DNS conflict, this should resolve it.
4. Update or reinstall Wi-Fi drivers
Outdated or corrupted drivers are a common cause of Wi-Fi problems. Laptop manufacturers (HP, Asus, Acer etc.) regularly release updates for network adapters that correct compatibility errors with new standards (Wi-Fi 6, WPA3).
How to update a driver in Windows:
- Open
device Manager(Win + X → Device Manager). - Expand
Network adapters, find your Wi-Fi module and right-click. - Select
Update driver → Automatic search. - If the update is not found, download the driver from the laptop manufacturer's website (section
SupportorDownloads).
For macOS Driver updates are installed through Software update (System Preferences → General → Software Update). On Linux Drivers are usually updated along with the kernel:
sudo apt update && sudo apt upgrade
If Wi-Fi stops working completely after an update, roll back the driver:
- IN
Device ManagerRight click on the adapter. - Select
Properties → Driver → Roll Back Driver.
⚠️ Attention: On laptops with adapters Realtek (For example, Realtek RTL8821CE) problems often occur after a Windows update. In this case, download the driver from the manufacturer's website rather than through Windows Update.
| Adapter manufacturer | Common problems | Solution |
|---|---|---|
| Intel (AX200, AX210) | Lost connection after sleep | Update driver to version 22.240+ |
| Realtek (RTL8188, RTL8821) | Low speed, breaks | Remove driver via device Manager and install from the website |
| Broadcom (BCM43xx) | Doesn't see 5 GHz networks | Enable 5 GHz support in your router settings. |
| Qualcomm Atheros | Conflict with Bluetooth | Turn off Bluetooth in Device Manager |
5. Checking router settings
Sometimes the problem isn't with the laptop, but with the router settings. For example, if the router is in the "Speed mode" 802.11r (Fast Transition), some adapters may not support it, resulting in constant connection breaks.
What to check in your router settings:
- 📡 Opening hours: Make sure your router is running in mixed mode.
802.11b/g/n/ac(orax, if supported). If only802.11n, old devices will not connect. - 🔒 Security type: Use
WPA2-PSKorWPA3-PSK. OutdatedWEPnot only is it unsafe, but it may also not be supported by modern operating systems. - 🔄 Channel and width: If there are many networks in an apartment building, select the channel manually (for example,
6or11for 2.4 GHz). Set the channel width for 5 GHz40 MHz(and not80 MHz, if the signal is weak). - 📶 Transmission power: In some firmware (for example, DD-WRT) you can increase the signal strength up to
100%.
To access your router settings, enter into your browser 192.168.1.1 or 192.168.0.1 (the address is indicated on the device sticker). The default login and password are usually admin/admin or admin/password.
⚠️ Attention: If you have changed your router settings and lost internet access, reset it to factory settings using the button Reset (hold for 10 seconds).
How do I know which Wi-Fi channel is the least congested?
Open the app on your smartphone Wi-Fi Analyzer (Android) or NetSpot (iOS/macOS). It will show you how busy your channels are and help you choose the freest one.
6. Diagnostics of hardware faults
If none of the software methods helped, it is possible physical malfunction Wi-Fi module. This is especially true for laptops that have been subjected to impacts, overheating, or liquid spills. Signs of a hardware problem:
- 🚫 The adapter is missing
Device Managereven after reinstalling the drivers. - 🔥 The laptop gets very hot in the area above the keyboard (may indicate that the Wi-Fi chip is overheating).
- 🔌 The Wi-Fi indicator on the case does not light up when the adapter is turned on.
How to check:
- Connect your laptop to the router via Ethernet. If the internet works, the problem is definitely with the Wi-Fi module.
- Try downloading Live CD Linux (For example, Ubuntu) and check Wi-Fi operation in a different OS. If there's no network there either, there's a hardware problem.
- Open the back cover of the laptop (if the design allows it) and check if the Wi-Fi module is connected to the motherboard. On some models (HP Pavilion, Lenovo IdeaPad) it can move away from the connector
M.2.
If the adapter is physically damaged, it can be replaced. The cost of a new module (for example, Intel AX200 or Broadcom BCM94360) — from 1,500 to 4,000 rubles. It's best to entrust the replacement to a service center, as antenna handling requires careful handling.
7. Alternative connection methods
If you are unable to restore Wi-Fi, try these temporary solutions:
- 📱 USB modem: Connect your smartphone via USB and turn on the mode
USB Internet(on Android) orModem mode(on iPhone). - 🖥️ Ethernet adapter: Buy an adapter
USB-to-Ethernet(costs ~500 rubles) and connect to the router with a cable. - 🔄 Powerline adapter: If the router is far away, use adapters
Powerline, transmitting the Internet through electrical wiring. - 📡 External Wi-Fi adapter: USB adapters (eg TP-Link TL-WN725N) cost from 600 rubles and can temporarily replace the built-in module.
For Windows you can also create virtual access point on another device. For example, on a smartphone, turn on Wi-Fi hotspot and connect to it from your laptop.
FAQ: Frequently Asked Questions about Wi-Fi Recovery
My laptop connects to Wi-Fi, but it says "No internet access." What should I do?
This indicates a problem with DHCP or DNS. Try:
- Open
Command line(Win + R → cmd) and enter:ipconfig /releaseipconfig /renew - If that doesn't help, enter DNS manually:
8.8.8.8(Google) or1.1.1.1(Cloudflare). - Reboot your router.
Wi-Fi disappeared after a Windows update. How do I get it back?
Windows sometimes installs incompatible drivers. Solution:
- Roll back the driver
Device Manager(right click on the adapter →Properties → Driver → Roll Back Driver). - If rolling back is not available, download the driver from the laptop manufacturer's website (not from the Microsoft website!).
- Disable automatic driver updates:
Settings → Update & Security → Advanced options → Updates for other Microsoft products(disable the option).
My laptop can't see the 5 GHz network, only the 2.4 GHz one. What's wrong?
Possible reasons:
- The adapter does not support 5 GHz (check model specifications).
- The 5 GHz mode is disabled in the router (go to settings and enable it)
802.11a/n/ac). - The adapter settings have a limited range (in Windows open
Device Manager → Network Adapter → Properties → Advancedand check the parameterWireless Mode— must be802.11a/b/gor similar).
The Wi-Fi works, but the speed is very slow. How can I speed it up?
Try the following:
- Switch from 2.4 GHz to 5 GHz (less interference).
- Change the Wi-Fi channel in your router settings (use Wi-Fi Analyzer, to find a free one).
- Turn off devices that consume traffic (for example, Smart TV or IP cameras).
- Update your router firmware.
- If you use a VPN, disable it as it may be limiting your speed.
Is it possible to repair a Wi-Fi module yourself?
If the problem is software (drivers, settings) – yes. If it's hardware:
- Check the connection of the antennas to the module (they may come loose if the laptop falls).
- Clean the module contacts with alcohol (if there is oxidation).
- Replace the module if it burns out (for example, due to a power surge).
To replace it you will need a screwdriver, a plastic pick (to open the case) and a new module. YouTube There are disassemblies for most laptop models.