Are you trying to connect to your home or office network, but your laptop stubbornly ignores Wi-Fi? Or, worse, shows "Connected, no internet access"? This problem is familiar to every second user, according to NetSpot, 47% of support requests are related to wireless connections. The causes may lie in settings router, as well as in the laptop itself: from a disabled adapter to driver conflicts.
In this article we will look at all possible scenarios — from the basic (you simply forgot to turn on Wi-Fi on your keyboard) to the complex (damaged network card or blocked MAC address). Each step is accompanied by step-by-step instructions with pictures (for Windows 10/11) and alternative solutions for macOS And LinuxAnd in the end - FAQ with answers to frequently asked questions that were not included in the main text.
Let us warn you right away: if the problem appeared after updating Windows or replacing the router, start with section on drivers — In 60% of cases, this resolves the issue in 5 minutes. For the rest, read the steps sequentially.
1. Check the Obvious: 5 Things Everyone Forgets
Before digging deep into the settings, make sure the problem isn't something minor. Statistics show Microsoft Support, 30% of Wi-Fi requests are resolved at this stage.
- 🔄 Restart your router and laptopUnplug both devices from the power outlet for 30 seconds. This will clear the DHCP cache and temporary connection errors.
- 📶 Check the indicators on the routerIf the Wi-Fi light is not on or is blinking red, the problem is with the router itself (see Section 4).
- ⌨️ Wi-Fi key on the keyboard. On many laptops (Lenovo, HP, Asus) there is a separate button or combination (for example,
Fn + F2) to turn on the adapter. On MacBook check the status bar. - 🔌 Airplane mode. IN Windows 10/11 click
Win + Aand make sure the mode is disabled. macOS - openControl Center. - 🔒 Wi-Fi passwordYes, sometimes users simply enter it incorrectly. Try connecting from your phone; if that doesn't work, reset the password on your router.
If after these steps the laptop still doesn't see the network, proceed to the next section. If the network is visible, but the connection is reset, the problem may be Wi-Fi channel or IP settings (cm. Section 5).
2. Wi-Fi adapter is disabled: how to enable it in Windows, macOS, and Linux
A common cause is a software or hardware shutdown of the network adapter. Windows this may happen after the update, macOS - due to a failure in System Preferences, and in Linux - due to a conflict with the kernel.
For Windows 10/11:
- Click
Win + X→ select device Manager. - Expand the branch Network adapters.
- Find the device with the names Wireless, Wi-Fi or 802.11 (For example,
Intel Wi-Fi 6 AX200). - If there is a down arrow next to it, right-click and select Activate the device.
If the adapter is turned on but there is still no network, try updating the driver (see Section 3).
For macOS:
Open System Preferences → NetworkIn the left menu, select Wi-Fi and check the status. If the button Connect inactive - click Additionally and make sure the checkbox is checked Turn on Wi-Fi.
For Linux (Ubuntu/Debian):
In the terminal, enter:
sudo rfkill list
If there is a line in the output Soft blocked: yes - unlock the adapter:
sudo rfkill unblock wifi
3. Driver issues: how to update or reinstall
In 6 out of 10 cases, non-working Wi-Fi on a laptop is related to drivers, especially after major Windows updates (for example, the transition from 21H2 to 22H2). The system may automatically install an incompatible version or completely remove the driver during a reset.
Symptoms:
- 🖥️ The laptop doesn't see it not a single one networks (even public ones).
- ⚠️ In
Device ManagerThere is an exclamation mark next to the adapter. - 🔄 Wi-Fi periodically disconnects and reconnects.
How to update the driver manually:
- Download the latest driver from the laptop manufacturer's website (Lenovo Support, HP Customer Support etc.) or chipset (Intel, Qualcomm Atheros, Broadcom).
- Uninstall the current driver:
- Open
device Manager→ Network adapters. - Right-click on the adapter → Remove device.
- Check the box Remove the driver software for this device.
- Open
- Install the downloaded driver and restart your laptop.
If Wi-Fi still doesn't work after updating, try rolling back to the previous driver version (in Device Manager → Properties → Roll back).
Check for an exclamation mark in Device Manager|
Download the driver from the official website (NOT via Windows Update)|
Remove the old driver by checking the "Remove programs" box.
Restart your laptop after installing the new driver-->
4. Router-side issues: channels, MAC filtering, DHCP
If other devices (phone, tablet) connect to Wi-Fi normally, but the laptop does not, the problem is most likely with the laptop itself. But if not a single device If you can't connect, it's your router's fault. Let's look at the main reasons:
| Problem | Symptoms | Solution |
|---|---|---|
| Channel congestion | The network comes and goes. Speed drops in the evening. | Change the Wi-Fi channel in your router settings (we recommend 1, 6, or 11 for 2.4 GHz). |
| MAC filtering | The laptop does not connect, although the password is correct. | Add the laptop's MAC address to the list of allowed ones (you can find it through ipconfig /all in CMD). |
| DHCP is disabled | Status: "Connected, no internet access". | Enable DHCP in your router settings or assign a static IP manually. |
| Outdated firmware | Problems appeared after changing the provider or tariff. | Update your router's firmware via the web interface (usually 192.168.1.1). |
To change router settings:
- Connect to it via cable or phone.
- Enter in your browser
192.168.1.1or192.168.0.1(the address is indicated on the router sticker). - Log in (usually login/password -
admin/admin). - Go to the section Wi-Fi or Wireless network.
⚠️ Attention: If you change the Wi-Fi channel on your router, avoid the automatic mode (Auto). In densely populated areas, this often leads to conflicts with neighboring networks. Use apps like WiFi Analyzer (Android) or NetSpot (Windows/macOS) to find the freest channel.
5. Incorrect IP settings: how to reset and configure manually
IP address errors are one of the most insidious causes of Wi-Fi problems. A laptop may show a connection, but the internet isn't working, and an error appears in the browser. DNS_PROBE_FINISHED_NO_INTERNET or ERR_NETWORK_CHANGED.
The first thing to do is reset network settings:
- Open Command line as administrator (
Win + X→ Terminal (Administrator)). - Enter the commands one by one:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns - Restart your laptop.
If this doesn't help, try assigning static IP:
- Open
Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. - Right click on Wi-Fi → Properties.
- Select Internet Protocol version 4 (TCP/IPv4) → Properties.
- Install:
- IP address:
192.168.1.X(where X is a number from 10 to 254, not occupied by other devices). - Subnet mask:
255.255.255.0. - Default gateway:
192.168.1.1(your router's address). - DNS:
8.8.8.8(Google) or1.1.1.1(Cloudflare).
- IP address:
⚠️ Attention: If the Internet does not work after assigning a static IP, return the settings to the default mode. Obtain an IP automaticallySome networks (such as hotels or corporate Wi-Fi) block static addresses.
6. Windows-specific errors: from "Limited" to "No connections available"
Windows is known for its unique connection errors. Let's look at the most common ones and how to fix them:
- 🚫 "No connections available" — the adapter is disconnected or faulty. Check Section 2.
- ⚠️ "Limited" or "No Internet Access" — IP or DNS problem. See Section 5.
- 🔄 "Connection is WPA2 protected, but can't connect" — Incorrect password or security type. Try changing the encryption type on your router.
WPA2-PSKonWPA/WPA2. - 🛑 "Windows can't connect to this network" — reset network settings:
netcfg -d(reboot required).
If the error appears after Windows updates, try to roll back the system:
- Open
Settings → Update & Security → Recovery. - Click Begin in the section
Revert to a previous version of Windows.
What to do if Windows says "The network settings saved on this computer do not meet the requirements for this network"
This error occurs when a laptop attempts to connect with outdated settings (for example, after changing the router). Solution:
1. Remove the network from the list of saved networks:
- Open it. Settings → Network & Internet → Wi-Fi → Manage known networks.
- Find the problematic network → Forget.
2. Reconnect by entering the password.
If this does not help, reset the network stack (see commands in section 5).
7. Hardware Problems: How to Check Your Network Card
If none of the previous methods worked, it is possible Wi-Fi module malfunctionThis is relevant for older laptops (5+ years) or after physical damage (impacts, liquid spills).
Signs of a hardware problem:
- 💥 The laptop stopped detecting Wi-Fi after a fall or repair.
- 🔌 The network card is not detected in
Device Manager(there is not even an inactive device). - 🔥 A burning smell or crackling sound when connecting the charger (may indicate a short circuit).
How to diagnose:
- Check in BIOS:
- Restart your laptop and enter BIOS (
F2,DelorEscwhen loading).- Find the section Advanced → Network Stack or Onboard Devices.
- Make sure your Wi-Fi adapter is turned on (
Enabled). - Connect an external Wi-Fi adapter (via USB). If it works, the problem is in the built-in module.
- Call the contacts (For advanced users only) Disconnect the battery, remove the back cover, and check to see if the antenna is disconnected from the Wi-Fi module.
If the adapter is faulty, it can be replaced. For most laptops (Lenovo ThinkPad, HP EliteBook, Dell Latitude) modules are standardized (format M.2 2230 or NGFF). The cost of a new one is from 1,500 to 5,000 rubles.
⚠️ Attention: On laptops Apple (MacBook Pro/Air) The Wi-Fi module is often soldered to the motherboard. Replacing it yourself may void the warranty or damage the logic board. In this case, contact a service center.
8. Alternative solutions: if nothing helps
When standard methods don't work, try less obvious approaches:
- 🌐 Use mobile internetConnect your laptop to your phone via USB modem or access pointOn . Android:
Settings → Network & Internet → Access PointOn . iPhone:Settings → Tethering. - 🔌 Connect via cableIf Wi-Fi isn't working but you urgently need internet, use an Ethernet adapter (for laptops without an RJ-45 port, you'll need an adapter).
USB-to-Ethernet). - 🔄 Reset Windows to factory settingsThis is an extreme measure, but it helps in 90% of cases when the problem is caused by a software glitch. Save your data and go to
Settings → Update & Security → Recovery → Reset this PC. - 🛠️ Install an alternative OSCreate a bootable USB flash drive with Linux Live USB (For example, Ubuntu) and check if Wi-Fi works on another system. If so, the problem is with Windows.
If your laptop is under warranty, do not disassemble it yourself! Contact a service center with a description of the problem. According to the Consumer Protection Law (Article 18), you have the right to free repairs if the malfunction was not caused by your actions.
FAQ: Frequently asked questions about laptop Wi-Fi issues
🔍 My laptop sees the network but won't connect—it says "Unable to connect to this network." What should I do?
This error is often related to incorrect security settings. Try:
- Remove a network from the list of saved networks (see Section 6).
- Change the encryption type on the router
WPA3onWPA2-PSK(not all adapters support WPA3). - Disable
802.11r Fast Transitionin the router settings (sectionWi-Fi → Additional).
If that doesn't help, update your network card driver.
💻 Wi-Fi works on my phone, but not on my laptop. What's wrong?
This indicates a problem with the laptop, not the router. Start with:
- Checking the included adapter (see Section 2).
- Driver updates (see Section 3).
- Reset network settings (see Section 5).
If your laptop is older than 5 years, its Wi-Fi module may not support modern standards (for example, 802.11ac). Try setting your router to compatibility mode. 802.11b/g/n.
⚡ My Wi-Fi stopped working after a Windows update. How can I fix it?
Windows updates often break drivers. Follow these steps:
- Roll back the driver (see Section 3).
- If that doesn't help, roll back Windows itself (see Section 6).
- Install the latest driver from the laptop manufacturer's website (not through
Windows Update!).
For Windows 11 Additionally, check if support for legacy drivers is disabled:
bcdedit /set nointegritychecks off
(do in Command prompt as administrator).
🛡️ Can antivirus software block Wi-Fi?
Yes, some antiviruses (for example, Kaspersky, Avast, ESET) have firewall modules that can block connections. Try:
- Temporarily disable your antivirus and reconnect to Wi-Fi.
- Add your network to the firewall exceptions.
- Check your settings
Windows Defender:Settings → Update & Security → Windows Security → Firewall & Network Protection.
If Wi-Fi works again after disabling the antivirus, contact the program's support team for help with settings.
🔧 How to check if the Wi-Fi adapter on my laptop is working?
There are several ways:
- In Device Manager: if the adapter is displayed without errors, it is working properly.
- Via Command Line:
netsh wlan show driversIf there is a line in the output
Radio type: 802.11n/ac/ax— the adapter works. - On Linux Live USB: boot from a flash drive Ubuntu and check if the system sees the network.
- Physical inspection: If the laptop is disassemblable, you can remove the Wi-Fi module and inspect it for damage.