Are you trying to connect your laptop to your home or office Wi-Fi, but the system stubbornly refuses to connect to the network? Or does it not display available access points at all? This problem is familiar to millions of users - according to statistics NetSpot, 37% of support calls are related specifically to the inability to connect to a wireless network. The reasons may lie either in the laptop settings or in problems with the router or even the provider.
In this article we will look at all possible scenarios: from a banal disabled adapter to complex IP address conflicts. You will learn how to diagnose a problem in 5 minutes, what settings Windows/macOS/Linux check first, and when it is not your laptop that is at fault, but the Internet provider’s equipment. And if you have already tried to reboot the router, do not rush to stop: in 80% of cases the solution lies deeper.
1. The laptop does not see the Wi-Fi network at all: hardware reasons
If the list of available networks is empty or only nearby access points (except yours) are displayed, the problem is almost certainly related to physically disconnecting the Wi-Fi module or its malfunction. Start checking with the most obvious:
- 🔌 Wi-Fi button on the case. On some models (Lenovo ThinkPad, HP EliteBook, Dell Latitude) there is a separate switch or key combination (for example,
Fn + F2). Make sure the wireless light is on or flashing. - 🔋 Energy saving. In power settings Windows A mode can be activated that turns off the Wi-Fi adapter to save battery. This is especially true for laptops ASUS And Acer with factory power profiles.
- 🛠️ Physical damage to the antenna. If the laptop was dropped or repaired, the cables connecting the Wi-Fi module to the antennas (usually located under the cover above the keyboard) could come off.
Critical point: on laptops with Intel AX200/AX210 modules (popular in 2020+ models), overheating protection is often triggered, which forcibly turns off Wi-Fi when the chip temperature is above 85°C. Check the temperature via HWMonitor or AIDA64.
- Lenovo
- HP
- Dell
- ASUS
- Acer
- Apple
- Other
2. Wi-Fi is available, but the laptop does not connect: authentication errors
The network is visible, you enter the password, but the system gives an error like “Failed to connect to the network" or "The network settings saved on this computer do not meet network requirements"? This is a classic sign of problems with authentication. Here's what to check:
- 🔐 Wrong password. Yes, it sounds trivial, but in 40% of cases, users enter the password with an error (case, spaces, symbols). Try entering it again or connect from your phone to make sure it's correct.
- 🔄 Network security type. If the router is configured to
WPA3, and your laptop only supportsWPA2(valid for older models before 2018), connection will be impossible. Go to your router settings and change the security type toWPA2-PSK. - 📡 Hidden Network (SSID). If broadcast SSID is disabled in the router settings, the laptop will not be able to connect in the standard way. You will have to add the network manually via
Settings → Network → Wi-Fi → Hidden network.
On Windows 10/11 There is a hidden function to reset network settings for a specific access point. Open Command line as administrator and run:
netsh wlan delete profile name="ИМЯ_СЕТИ"
After that, try connecting again.
If you often connect to public Wi-Fi (in cafes, airports), disable the "Connect automatically to non-domain networks" - this will prevent conflicts with the home network.
3. IP address conflicts and DHCP problems
The laptop connects to the network, but the Internet does not work, and there is an exclamation mark next to the Wi-Fi name? Culprit - incorrectly assigned IP address. This happens when:
- 🔢 The router does not provide IP via
DHCP(for example, the address pool has run out). - 🔄 A static IP is manually registered on the laptop, which conflicts with other devices.
- 🛡️ Firewall or antivirus is blocking the network connection (a common problem with Kaspersky And Avast).
To diagnose the problem, open Command line and enter:
ipconfig /all
Pay attention to the lines IPv4 address And Main gateway:
| Parameter | Normal value | Sign of a problem |
|---|---|---|
IPv4 address |
192.168.x.x or 10.0.x.x | 169.254.x.x (APIPA - self-assigned address) |
Main gateway |
Matches the router's IP (for example, 192.168.1.1) | Missing or Invalid |
DHCP enabled |
Yes | No (means manual setting) |
If the IP starts with 169.254, this means that the laptop did not receive an address from the router. Solution:
- Reboot your router.
- In the network adapter settings (
Control Panel → Network → Change adapter settings) select your Wi-Fi, right-click →Properties → IP version 4 (TCP/IPv4)→ check the boxes for “Obtain IP automatically” and “Obtain DNS automatically”. - If this does not help, manually register an IP from your network range (for example,
192.168.1.100with a mask255.255.255.0and gateway192.168.1.1).
Make sure that the DHCP server is enabled on the router|
Check if the pool has run out of IP addresses|
Reset TCP/IP settings via `netsh int ip reset`|
Disable VPN/proxies that may conflict with the local network-->
4. Problems with Wi-Fi adapter drivers
Outdated, damaged or incompatible drivers are one of the most common reasons for Wi-Fi not working. Symptoms:
- 🖥️ B
Device ManagerA yellow triangle is lit next to the network adapter. - 🔄 Wi-Fi periodically turns off or is unstable.
- 🚫 The laptop does not see the network
5 GHz, although the router broadcasts them.
How to check and update the driver:
- Open
Device Manager(Win + X → Device Manager). - Expand the thread
Network adaptersand find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA61x4, Realtek RTL8822CE). - Right click →
Update driver → Automatic search. - If the automatic search does not help, download the driver from the laptop manufacturer's website (not from Windows Update!). For Dell —
support.dell.com, for HP —support.hp.com, etc.
Attention! After updating the driver Realtek (especially on laptops ASUS And MSI) support may disappear 5 GHz. In this case, you will have to roll back to the previous version or install the driver manually via Installation from a specified location → Not searching for drivers → select the old version from the list.
How to find out the model of a Wi-Fi adapter if it is not detected?
If the adapter shows up as "Unknown Device" in Device Manager, open System Information (click Win + R, enter msinfo32). In the section Components → Network → Adapter find the line with the title, even if it is partial (for example, PCI\VEN_8086). The first 4 digits after VEN are the vendor ID, the next 4 after DEV are the device ID. Using this data, you can find the driver on the website PCI Database or through a code search.
5. Router settings that block the connection
If other devices (phones, tablets) connect to the router normally, but the laptop does not, the problem may be individual restrictionsconfigured on the router. Check:
- 🔒 Filtering by MAC address. In the router settings (section
Wireless → MAC Filter) a “white list” of devices where the MAC address of your laptop is not available can be enabled. - 📶 Device limit. Some routers (for example, TP-Link Archer C6) have a limit of connected gadgets (usually 10–20).
- 🕒 Wi-Fi schedule. The settings may indicate that the network turns off at certain hours (for example, at night).
- 🔄 Network mode. If the router is configured only for
802.11n, and your laptop only supports802.11ac/ax(or vice versa), connection will be impossible.
To check the MAC address of a laptop:
- Open
Command line. - Enter
ipconfig /alland find the linePhysical addressfor wireless adapter. - Compare it with the list of allowed MAC addresses in the router settings.
Attention! On routers Keenetic And MikroTik there is a function "Client isolation"(Client Isolation), which blocks the interaction of devices on the local network. If it is enabled, the laptop can connect to Wi-Fi, but will not see other devices and will not access the Internet.
6. Problems on the provider side or external interference
If no device connects to the router, or Wi-Fi is unstable (constantly cuts out), the culprit may be internet provider or external factors:
- 📡 Channel congestion. Canals in apartment buildings
2.4 GHzoften overloaded (especially channels 1, 6, 11). Use the app Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS) to find a free channel and change it in the router settings. - ⚡ Router power problems. If the power supply is faulty, the router may be unstable (for example, D-Link DIR-300 known for this problem). Try connecting another power supply with similar characteristics.
- 🌩️ Weather conditions. During a thunderstorm or heavy rain, the quality of communication may deteriorate, especially if the Internet is over the air (for example, via PON terminal).
- 🛡️ Blocking by ISP. Some providers (eg Rostelecom or Beeline) block access in case of non-payment or suspicion of viruses. Check your personal account balance.
To rule out a problem on the provider side:
- Connect your laptop to the router via
Ethernet cable. If the Internet works, the problem is in the Wi-Fi module of the router. - Call your provider's support and ask them to check
signal level(for GPON) orline status(for ADSL). - If you have 3G/4G router (Huawei B525, ZTE MF286), check your SIM card balance - the traffic may have run out.
If the router distributes Wi-Fi, but the Internet does not work on any device, in 90% of cases the problem is on the provider’s side. Don't waste time setting up your laptop - call support!
7. Viruses, firewalls and third-party programs
An unlikely but possible scenario - malware or conflicting software blocks Wi-Fi connection. Symptoms:
- 🦠 Antivirus (Avast, ESET NOD32) suddenly began to block the network.
- 🔥B
Task Managerthe process is visiblesvchost.exe, loading the network at 100%. - 📵 Wi-Fi turns off at regular intervals (for example, every 10 minutes).
What to do:
- Run a virus scan (Malwarebytes or Kaspersky Virus Removal Tool).
- Temporarily disable your firewall and antivirus, then try connecting to Wi-Fi.
- Check the list of installed programs for suspicious utilities (for example, SuperOptimizer, PC SpeedUp - they often interfere with network settings).
- If the problem appeared after the update Windows, try to roll back the system via
Settings → Update & Security → Recovery.
Attention! Some programs for “speeding up the Internet” (for example, Ashampoo Internet Accelerator) change parameters TCP/IP, which can lead to complete loss of connection. If you have installed such software, uninstall it and perform a network reset:
netsh winsock resetnetsh int ip reset
ipconfig /flushdns
8. Hardware failure of the Wi-Fi module or router
If all the previous steps did not help, the most unpleasant reason remains - physical breakdown of equipment. How to diagnose it:
- 💻 Testing on another laptop. Connect another laptop or phone to the router. If Wi-Fi works, the problem is with your device.
- 🔧 Wi-Fi module test. Remove the module from the laptop (if possible) and test it on another device. To do this:
- Turn off the laptop and remove the battery.
- Remove the back cover (on some models Lenovo And HP The Wi-Fi module is located under the keyboard).
- Carefully disconnect the antennas and remove the module (usually it is secured with one screw).
- Install it in another laptop or use USB-Wi-Fi adapter for the test.
Signs of a router malfunction:
- 🔥 The case overheats (especially important for TP-Link Archer C20 And ASUS RT-N12).
- 📶 The signal disappears at a distance of more than 2 meters.
- 🔄 After a reboot, the settings are reset.
If the router is faulty, try:
- Reset it to factory settings (button
Reseton the rear panel). - Update the firmware via the web interface (download the file from the official website).
- If the router is older than 5 years, replace it. Modern standards
Wi-Fi 6(802.11ax) is not only faster, but also more stable.
How to check a router without an Internet connection?
Even without access to the network, you can test the router:
1. Connect your laptop to the router via cable.
2. Go to the web interface (usually 192.168.1.1 or 192.168.0.1).
3. Check the status WAN port. If there is no IP address there (or it starts with 0.0.0.0), the problem is on the provider's side.
4. Try connecting to Wi-Fi from your phone in access points - if the laptop connects, the router is to blame.
FAQ: Frequently asked questions about problems with Wi-Fi on a laptop
The laptop connects to Wi-Fi, but the sites do not open. What's the matter?
This is a typical problem with DNS. Try:
- On the command line run
ipconfig /flushdns. - Change DNS servers to
8.8.8.8(Google) or1.1.1.1(Cloudflare) in the adapter settings. - Check if the proxy server is enabled (
Settings → Network → Proxy).
Wi-Fi works, but the speed is very low (1–2 Mbps). How to fix it?
Reasons for low speed:
- The router is operating in mode
802.11b/g(maximum 54 Mbps). Change to802.11n/ac/ax. - The laptop is connected to
2.4 GHzinstead of5 GHz(check in Wi-Fi settings). - Updates are downloading in the background Windows or antivirus.
- Neighboring networks cause interference. Use Wi-Fi Analyzerto change channel.
After updating Windows, Wi-Fi stopped working. What to do?
Updates often break drivers. Solutions:
- Roll back the driver via
Device Manager(right click on the adapter →Properties → Driver → Roll Back). - Uninstall the driver completely and install it from the laptop manufacturer's website.
- If the problem appeared after a major update (for example, Windows 11 22H2), try to roll back the system.
The laptop does not connect to Wi-Fi at the hotel/airport. Why?
Public networks are often used port restrictions or web authentication:
- Open your browser and try to go to any website (for example,
google.com). An authorization window should appear. - If there is no window, check to see if your firewall is blocking Windows connection (disable it temporarily).
- Some networks require MAC address registration. Check this with the establishment administrator.
Is it possible to connect to Wi-Fi without a password if it is saved on the phone?
Yes, there are several ways:
- On Android: install the application Wi-Fi Password Viewer (root rights required).
- On iPhone: go to
Settings → Wi-Fi → ⓘ Near Networkand copy the password (iOS 16+ only). - Connect your phone to your laptop via
USBand turn it onUSB modem(internet distribution). - If the router supports
WPS, press the buttonWPSon the router and connect from your laptop within 2 minutes.
Attention! Using other people's Wi-Fi networks without permission may be a violation of the law (Article 272 of the Criminal Code of the Russian Federation “Illegal access to computer information”).