Are you trying to connect to your home or office network, but your laptop stubbornly ignores Wi-Fi? Or does the network appear in the list, but return an error when you try to connect? This problem is familiar to millions of users—and the causes can lie in the laptop's settings, the router's settings, or even the ISP's settings. In this article, we'll look into it. all possible scenarios, from the banal to the exotic, and we will give clear instructions for diagnosis.
It is important to understand that the troubleshooting algorithm depends on symptomsFor example, if a laptop doesn't see the network at all, that's one story. If it sees but doesn't connect, that's another. And if it connects but doesn't have internet access, that's a third. We've structured the material so you can quickly jump to your specific situation. For convenience, we've added FAQ block with answers to frequently asked questions and a table of Windows error codes.
Don't rush to take your laptop to a service center—in 90% of cases, the problem can be resolved independently in 10-15 minutes. Let's start with the simplest steps and gradually move on to more complex settings.
1. The laptop doesn't see any Wi-Fi networks at all.
If the list of available networks is empty or your network is missing, but other devices (smartphone, tablet) see it, the problem is most likely hardware or software of the laptopHere's what we check first:
- 🔄 Reboot your routerUnplug the power supply for 30 seconds, then plug it back in. This can sometimes clear Wi-Fi module issues.
- ⚡ Check the Wi-Fi button on your laptop.. On some models (Lenovo, HP, Asus) there is a physical switch or key combination (eg
Fn + F2), which disables wireless modules. - 🖥️ Make sure Wi-Fi is enabled on your system.In Windows:
Start → Settings → Network & Internet → Wi-FiOn . macOS: Click on the Wi-Fi icon in the top bar. - 🔍 Check the Device ManagerThe network card may be disabled or faulty (more on this in the next section).
If after these manipulations the networks still do not appear, proceed to diagnostics drivers And hardwareBut first, a short survey:
Attention! On some laptops (especially Dell Latitude And HP EliteBook) The BIOS has an option to disable the Wi-Fi adapter. If you've recently updated the BIOS or reset the settings, check this setting. It's usually located in the Advanced → Wireless or System Configuration.
2. Checking network card drivers
One of the most common sources of problems is outdated, corrupted, or missing drivers Wi-Fi adapter. Even if everything worked before, a Windows update or virus could have messed up the settings. Here's how to diagnose and fix it:
Step 1: Check the adapter status in Device Manager
- Click
Win + Xand select device Manager. - Expand the branch Network adapters.
- Find the device with the words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
- If there is someone standing next to him yellow exclamation mark — the driver is not working properly.
Step 2: Update or reinstall the driver
- 🔄 Right-click on the adapter → Update driver → Automatic search.
- 📥 If it doesn't help, download the driver from chip manufacturer's website (Intel, Qualcomm, Broadcom) or with laptop support pages.
- 🗑️ As a last resort, remove the driver (right click → Remove device), then restart your laptop - Windows will try to install it again.
The adapter status has been checked in Device Manager.
Attempting to update the driver automatically
The driver has been downloaded from the manufacturer's official website.
Restarting the laptop after changes-->
Critical information: If the adapter disappears from the Device Manager after reinstalling the driver, this is a sign of a hardware failure (most often, the antenna contact is loose or the chip is burned out). In this case, repairs are required.
3. The laptop sees the network, but does not connect (authentication errors)
Situation: the network is listed, you enter the password, but you get an error like "Unable to connect to the network" or "The network settings saved on this computer do not match the requirements of this network."Causes and solutions:
| Error | Possible cause | Solution |
|---|---|---|
Network parameters do not match |
The encryption type or password on the router has changed. | Delete the network in Windows/macOS settings and reconnect. |
Failed to connect to the network |
Incorrect password or MAC address restriction | Check your password; disable MAC filtering in your router settings. |
Limited connection |
DHCP or IP address issues | Set a static IP or reboot your router |
No internet access |
Problems with your provider or DNS failures | Check the connection on other devices; change the DNS to 8.8.8.8 |
Instructions for Windows:
- Open
Settings → Network and Internet → Wi-Fi. - Click Managing known networks.
- Select your network → Forget.
- Please reconnect by entering your password.
For macOS:
- Open System Preferences → Network.
- Select Wi-Fi → Additionally.
- On the list Preferred networks delete your network.
- Please reconnect.
4. Router issues: settings that interfere with the connection
If your laptop won't connect to Wi-Fi, but other devices work fine, your router settings could be to blame. Here's what to check:
- 🔒 Encryption type. Obsolete standards (WEP, TKIP) may not be supported by modern laptops. The best option is WPA2-PSK (AES) or WPA3.
- 📡 Wi-Fi operating modeIf the router is configured only for 802.11n (5 GHz), and the laptop only supports 802.11ac (or vice versa), the connection will not take place. Set mixed mode (For example, 802.11b/g/n/ac).
- 🔄 Wi-Fi channelAutomatic channel selection may cause conflicts. Try setting the channel manually. 1, 6 or 11 (for 2.4 GHz) - they overlap the least.
- 🛡️ MAC address filteringIf enabled, the router blocks all devices except those allowed. Disable it or add the laptop's MAC address to the list.
How to access router settings:
- Open your browser and type in the address bar
192.168.0.1or192.168.1.1(the address is indicated on the router sticker). - Enter your login and password (usually
admin/adminoradmin/password). - Go to the section
WirelessorWi-Fi.
Where can I find my laptop's MAC address?
In Windows: open Command line (Win + R → cmd) and enter ipconfig /all. Look for the line Physical address in the block Wireless network adapter.
On macOS: System Preferences → Network → Advanced → Ethernet (yes, even for Wi-Fi).
⚠️ Attention! If you change your router settings, write down the current parameters (especially the encryption type and channel) on paper. Incorrect values can completely disable Wi-Fi for all devices.
5. IP address conflicts and DHCP issues
If the laptop connects to the network, but the Internet does not work (icon Limited Connection or "No network access"), I'm guilty IP address conflict or protocol failures DHCPHere's how to fix it:
Method 1: Reset network settings
- In Windows:
Start → Settings → Network & Internet → Status → Network reset. - On macOS:
System Preferences → Network → Manage Networks → Reset.
Method 2. Manually assigning an IP address
- Open
Control Panel → Network and Internet → Network and Sharing Center(Windows) orSystem Preferences → Network(macOS). - Select your Wi-Fi connection → Properties → Internet Protocol version 4 (TCP/IPv4).
- Check the box Use the following IP address and enter:
- IP address:
192.168.1.100(if the router192.168.1.1) - Subnet mask:
255.255.255.0 - Default gateway:
192.168.1.1 - DNS:
8.8.8.8And8.8.4.4(Google DNS)
- IP address:
Method 3. Checking via the command line
Open cmd as administrator and run the commands in order:
ipconfig /releaseipconfig /renew
netsh winsock reset
netsh int ip reset
After each command, restart your laptop.
6. Hardware faults: how to check
If none of the previous methods helped, the problem may be in ironHere are the signs of hardware failure:
- 🔌 The laptop doesn't see it not a single one Wi-Fi network, even public ones.
- 🔍 In the Device Manager, the network adapter is marked as "Unidentified device" or absent altogether.
- 🔄 After rebooting, the adapter appears and then disappears.
- 💥 The laptop falls in blue screen (BSOD) when trying to turn on Wi-Fi.
What to do:
- Check the antennasOpen the back cover of your laptop (if you have experience) and make sure the Wi-Fi antenna wires (usually black and white) are securely connected to the adapter.
- Test with Live USBBoot from the flash drive Linux Live (For example, Ubuntu). If Wi-Fi doesn't work there either, the problem is with the adapter.
- Connect an external Wi-Fi adapterIf it works, then the built-in module is faulty.
⚠️ Attention! If the laptop is under warranty, do not open it yourself This will void your warranty. Contact the service center with a description of the problem.
The cost of replacing a Wi-Fi module in a service center varies from 1,500 to 5,000 rubles (depending on the laptop model and the type of adapter). For MacBook The price can reach up to 10,000 rubles due to the complexity of disassembly.
7. Features for different operating systems
The diagnostic algorithm differs slightly depending on the OS. Let's look at the nuances for Windows 10/11, macOS And Linux.
Windows 10/11:
- 🔄 Use troubleshooting:
Settings → Network & Internet → Status → Network troubleshooter. - 📋 Check it out WLAN auto-configuration service: click
Win + R, enterservices.msc, find the service WLAN AutoConfig and make sure it is running. - 🛡️ Turn it off firewall and antivirus for the duration of the test (sometimes they block the connection).
macOS (Ventura/Monterey/Sonoma):
- 📡 Reset NVRAM: Shut down your Mac, then turn it on while holding down
Option + Command + P + R(hold for 20 seconds). - 🔍 Check it out wireless diagnostic monitor: hold
Optionand click on the Wi-Fi icon in the menu → Open wireless network diagnostics. - 📦 Delete network configuration files:
/Library/Preferences/SystemConfiguration/(delete filescom.apple.airport.preferences.plistAndNetworkInterfaces.plist).
Linux (Ubuntu/Debian/Fedora):
- 🐧 Check the adapter status with the command:
iwconfigorip a. - 🔄 Restart the network service:
sudo systemctl restart NetworkManager. - 📦 Install proprietary drivers (if using Broadcom):
sudo apt install bcmwl-kernel-source(for Debian/Ubuntu).
8. Additional checks: provider, viruses, energy saving
If all the previous steps did not produce results, check:
- 📡 Problems with the providerCall support and check if there are any outages in your area. Sometimes providers block devices by MAC address or limit the number of connections.
- 🦠 Viruses and malwareSome Trojans change network settings or block Wi-Fi access. Scan your system. Malwarebytes or Kaspersky Virus Removal Tool.
- 🔋 Power saving modeIn Windows power settings, the Wi-Fi adapter may be disabled to save battery power. Go to
Control Panel → Power Options → Change plan settings → Change advanced power settingsand make sure that for Wireless network adapter settings installed Maximum performance. - 🔄 Conflict with VPN or proxy. Disable all VPN clients (NordVPN, ProtonVPN) and check your proxy settings in
Settings → Network & Internet → Proxy.
⚠️ Attention! If you are connecting to public Wi-Fi (in a cafe, airport), some networks require authorization through a browser. Open any website (for example, neverssl.com) - a window should appear for entering your login/password or accepting the terms and conditions.
Please also note that in some countries (for example, China or the UAE) there are restrictions on the use of VPNs and certain Wi-Fi protocolsIf you are traveling, check local regulations.
FAQ: Frequently asked questions about connecting to Wi-Fi
My laptop connects to Wi-Fi, but pages won't open. What should I do?
This is a typical problem with DNS or gateway. Try:
- Open
cmdand executeping 8.8.8.8If there is ping, the problem is with DNS. Set Google's DNS manually (8.8.8.8And8.8.4.4). - If there is no ping, check your IP settings (there should be Receive automatically) or reboot the router.
- Disable VPN/proxy if enabled.
After updating Windows, my laptop stopped detecting Wi-Fi. How can I fix it?
The update may have broken the driver. Here's what to do:
- Roll back the driver: Device Manager click on the Wi-Fi adapter → Properties → Roll back the driver.
- If a rollback is not available, download the driver from the laptop manufacturer's website (not from Windows Update!).
- Check if the adapter is disabled in the BIOS (section
Advanced → Wireless).
The laptop only sees 2.4 GHz, but not 5 GHz. Why?
Possible reasons:
- Your Wi-Fi adapter does not support 5 GHz (applicable to older laptops before 2015).
- The mode is disabled in the router settings. 802.11ac (5 GHz). Enable it in the router's web interface.
- In some countries (for example, in Russia until 2022), some 5 GHz channels were banned. Update your router firmware.
Is it possible to connect to Wi-Fi without a password?
Technically yes, but:
- If the network not password protected — the connection will occur automatically.
- If the network is protected and you know the password, enter it.
- If the password is unknown, but you have physical access to the router - you can reset it to factory settings (button Reset on the back panel) and configure it again.
- ⚠️ Connecting to other people's secure networks without permission illegally (Article 272 of the Criminal Code of the Russian Federation).
How do I find out which Wi-Fi adapter is in my laptop?
Methods:
- In Windows:
Device Manager → Network Adapters. - In Linux: team
lspci | grep -i network. - On macOS:
System Report → Network → Wi-Fi. - On some laptops, the adapter model is indicated on a sticker under the battery.