You are sitting with your laptop, trying to connect to Wi-Fi, but instead of the usual Internet access you see the message “No connection” or the endless “Obtaining an IP address”. The situation is familiar to many - according to statistics Kaspersky, every fifth user encounters wireless connection problems at least once a month. The reasons may lie in the laptop itself, or in the router, provider, or even physical interference.

This article won't just list standard advice like "reboot your router." We'll sort it out 12 real reasons, why the laptop refuses to connect to Wi-Fi - from a banal disconnected adapter to rare conflicts in security protocols. You will learn how to diagnose the problem on Windows 10/11, macOS And Linux, what tools to use to test the network, and when to take the equipment to the service. And for those who like clear instructions, we have prepared step-by-step checklists and Wi-Fi standards compatibility table.

1. Checking the obvious: 5 steps before deep diagnosis

Before delving into the system settings or disassembling the router, make sure that the problem cannot be solved with basic steps. In our experience, in 30% of cases the culprit is human factor — forgot to turn on Wi-Fi on your laptop, mixed up the password, or didn’t notice that the Internet was turned off for non-payment.

Start with these steps:

  • 🔄 Rebooting devices. Turn off the laptop and router (not just reboot, but completely turn off the power for 30 seconds). This will reset the network settings cache and often resolves temporary glitches.
  • 📶 Coverage check. Make sure your laptop is within network coverage. For example, Asus ZenBook with adapter Intel AX200 may not “see” the network at a distance of more than 10 meters from the router with antennas 2dBi.
  • 🔑 Password correctness. Enter it manually (not through a saved profile), paying attention to case and special characters. On macOS The password can be found in the “Keychain” (Programs → Utilities).
  • 💻 Test on other devices. Connect your smartphone or tablet to the same network. If they don’t connect either, the problem is with the router or provider.
  • 🛡️ Antivirus and VPN. Disable them temporarily. For example, Kaspersky Internet Security Sometimes it blocks new connections by mistake.
📊 What operating system do you have?
  • Windows 10/11
  • macOS
  • Linux
  • Other

If after these steps the laptop still does not connect, proceed to in-depth diagnostics. And for those who like clear algorithms, we have prepared a checklist:

☑️ Basic Wi-Fi connection check

Done: 0 / 5

2. Hardware problems: when a hardware failure is to blame

If laptop doesn't see at all not a single wireless network (including neighboring ones), with an 80% probability the problem is in the hardware. It could be:

  • 🔌 Disabled Wi-Fi adapter. On some models (for example, Lenovo ThinkPad) the adapter is disabled by a hardware button or combination Fn + F2. Check the indicator on the case.
  • 🔧 Damaged adapter. Physical damage (falls, liquid ingress) or contact wear. A common problem with laptops HP Pavilion after 3-4 years of operation.
  • 🔋 Energy saving. The adapter's power may be disabled in the power settings. On Windows check in Device Manager → Network Adapters → Properties → Power Management.
  • 📡 Incompatibility of standards. Old laptops (eg. Dell Inspiron 2012) do not support Wi-Fi 6 (802.11ax). Check compatibility in the table below.
Wi-Fi standard Max. speed Frequency Laptop compatibility
802.11b 11 Mbit/s 2.4 GHz All models (obsolete)
802.11g 54 Mbit/s 2.4 GHz Until 2015
802.11n (Wi-Fi 4) 600 Mbit/s 2.4/5 GHz From 2009 to 2020
802.11ac (Wi-Fi 5) 3.5 Gbps 5 GHz Since 2013
802.11ax (Wi-Fi 6/6E) 9.6 Gbps 2.4/5/6 GHz Since 2019

Critical information: If your laptop was manufactured before 2013, it will physically not be able to connect to the network with the “Wi-Fi 6 Only” setting in the router. The solution is to change the router operating mode to “Mixed” (for example, 802.11n/ac/ax).

How to check the hardware:

  1. On Windows: open Device Manager (Win + X → Device Manager) and find the “Network adapters” section. If there is an exclamation mark next to the adapter name, the driver does not work.
  2. On macOS: go to About This Mac → System Report → Network → Wi-Fi. If the “Status” field is empty, the adapter is not detected.
  3. On Linux: enter in terminal lspci | grep -i network or lsusb for USB adapters. No output indicates a hardware problem.
⚠️ Attention: If the adapter is not detected by the system even after a reboot, do not try to disassemble the laptop yourself (especially models Acer Swift or MSI Modern with soldered adapters). Contact the service - repairs will cost less than replacing the motherboard after unsuccessful soldering.

3. Software failures: drivers, settings and conflicts

If laptop sees networks, but does not connect (or connects, but without Internet access), the software is to blame. Let's consider some scenarios:

  • 🔄 Outdated drivers. For example, adapters Realtek RTL8821CE on Windows 11 often require manual installation of drivers from the manufacturer's website.
  • 🔧 Broken TCP/IP settings. This can happen after a virus attack or an incorrect system update.
  • 🛡️ Security protocol conflict. If the router is configured to WPA3, and the laptop only supports WPA2, connection will be impossible.
  • 📡 Group Policy restrictions. In corporate laptops (for example, Dell Latitude) access to open networks may be blocked.

How to diagnose:

  1. Driver check:
    • On Windows: in Device Manager update the adapter driver (right click → “Update driver”). If this does not help, download the driver from the laptop manufacturer's website (not from Windows Update!).
    • On macOS: update the system via System settings → Software update. Wi-Fi drivers are updated with macOS.
    • On Linux: install proprietary drivers (for example, for Broadcom):
      sudo ubuntu-drivers autoinstall
  2. Resetting network settings:
    • On Windows: run on the command line (Win + R → cmd):
      netsh int ip reset
      

      netsh winsock reset

      ipconfig /flushdns

      Then restart your laptop.
    • On macOS: remove network settings via System Settings → Network → Managing Virtual Interfaces.
💡

If, after updating the drivers, Wi-Fi has disappeared completely, roll back to the previous version via “Device Properties → Driver → Roll Back” in Device Manager.

For advanced users: if the laptop connects to the network, but the sites do not open, check the DNS servers. Enter at the command line:

ping 8.8.8.8

ping ya.ru

If the first ping passes, but the second does not, the problem is in the DNS. Solution: manually register DNS from Google (8.8.8.8 And 8.8.4.4) in the adapter settings.

4. Problems with the router: settings that break the connection

The router may block the laptop connection for several reasons:

  • 🔒 Filtering by MAC address. If the “white list” of devices is enabled in the router settings, your laptop will simply not be allowed through.
  • 📡 Incorrect operating mode. For example, if the router is configured to 802.11r (Fast Transition), but the laptop does not support it.
  • 🔄 Channel congestion. On busy channels (especially in apartment buildings), the laptop may “lose” packets and turn off.
  • 🛡️ Double NAT. If the router is connected to another router (for example, from an ISP), IP conflicts may occur.

How to check:

  1. Connect to the router via cable and go to the web interface (usually 192.168.0.1 or 192.168.1.1). The login/password is indicated on the router sticker.
  2. Check section Wireless → Wireless MAC Filter. If filtering is enabled, add the MAC address of your laptop (you can find it through the command line: ipconfig /all on Windows or ifconfig on macOS/Linux).
  3. Change the Wi-Fi channel under Wireless → Channel. For 2.4 GHz, select channels 1, 6 or 11 (they do not overlap). For 5 GHz - any channel marked DFS (but note that some laptops do not support DFS).
  4. Disable WPS And 802.11r in the security settings. These features often cause compatibility issues.

If after the changes the laptop still does not connect, reset the router to factory settings (button Reset on the rear panel). Attention: After the reset, you will have to configure the router again, including the Wi-Fi password!

How to find out which Wi-Fi channel is the freest?

Use apps like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). They show how busy the channels are in your area. The best option is a channel with a signal level below -80 dBm.

5. Conflicts with other devices and programs

Sometimes the laptop does not connect to Wi-Fi due to the interference of third-party devices or programs. Common scenarios:

  • 🎮 Consoles and smart TV. Devices like PlayStation 5 or Samsung QLED can “clog” the channel with a lot of traffic (especially when streaming 4K). The solution is to limit their bandwidth in the router settings (QoS).
  • 📱 Smartphones in access point mode. If “Modem Mode” is enabled on your phone, it may conflict with the main network. Turn it off.
  • 🛡️ Antiviruses and firewalls. Avast, Norton or built-in Windows Defender may block new connections. Add the network to exceptions.
  • 🔧 VPN services. Some VPNs (eg. ProtonVPN) change network routes. Disable VPN and check your connection.

How to diagnose:

  1. Start the laptop in safe mode with network support (on Windows - hold Shift when rebooting). If Wi-Fi works, the software is to blame.
  2. Check Windows Event Log (Win + X → Event Viewer → Windows Logs → System). Look for errors with the source Netwtw04 or WLAN-AutoConfig.
  3. On macOS open Console (Programs → Utilities) and filter the logs by keyword airport.
⚠️ Attention: if the problem appeared after installing new software (for example, CCleaner or Driver Booster), perform a system rollback. These programs often "optimize" network settings to the point of being unusable.

6. Problems on the provider’s side: what to do if the Internet is to blame

If none of the previous steps help, the problem may be with your Internet Service Provider. Typical symptoms:

  • 📵 The laptop connects to the network, but sites do not open (“Without Internet access”).
  • 🔄 The connection speed is extremely low (less than 1 Mbit/s) at a tariff of 100+ Mbit/s.
  • 🛠️ Technical work is displayed in the provider’s personal account.

How to check:

  1. Connect your laptop to the router via cable. If the Internet works, the problem is in the wireless part of the router.
  2. Call your provider and find out if DDoS attacks or cable breaks in your area. For example, at Rostelecom And Beeline There are incident maps on the website.
  3. Check if your provider is blocking your laptop by MAC address (relevant for corporate plans). The solution is to clone the MAC address of another device in the router settings.

If the provider has confirmed problems on its side, all you can do is wait. But if you suspect that you cheat with speed, do an independent test:

  1. Connect the laptop to the router with a cable.
  2. Run a speed test on Speedtest or Fast.com.
  3. Compare the result with the declared tariff. If the difference is more than 30%, request a recalculation or repair of the line.
💡

If your provider refuses to acknowledge the problem, record conversations and take screenshots of speed tests. Under the Consumer Rights Protection Law, you can demand compensation for poor quality services.

7. Rare and specific cases

If you have read this far, your problem is not a standard one. Let's consider exotic scenarios:

  • 🧲 Interference from other devices. Microwaves, wireless mice (Logitech Unifying) or even LED lamps can cause interference at 2.4 GHz. The solution is to move to 5 GHz.
  • 🔋 Energy saving BIOS settings. On some laptops (eg MSI GS66) there is an option in the BIOS Wireless LAN Power Saving — it needs to be turned off.
  • 📡 IPv6 incompatibility. If the router issues an IPv6 address, but the laptop does not support it, the connection will freeze at the stage of obtaining the IP. The solution is to disable IPv6 in the router settings.
  • 🛡️ Evil Twin Attack. An attacker can deploy a fake network with the same name but a different password. Always check Router MAC address in the settings.

To diagnose rare problems, you will need specialized tools:

Problem Tool Command/Action
Interference on the channel Wi-Fi Explorer (macOS) Real-time spectrum analysis
Packet Loss ping (all OS) ping -t 8.8.8.8 (Windows) or ping -c 100 8.8.8.8 (Linux/macOS)
IP conflicts Angry IP Scanner Scan local network for duplicate IPs
DNS problems nslookup nslookup ya.ru 8.8.8.8

If you suspect router hacking, immediately:

  1. Reset the router to factory settings (button Reset).
  2. Change the administrator password (do not leave admin/admin!).
  3. Update your router firmware to the latest version.
  4. Disable remote control (Remote Management) in settings.

FAQ: Frequently asked questions about connecting a laptop to Wi-Fi

The laptop connects to Wi-Fi, but the Internet does not work. What's the matter?

The reasons may be different:

  • 🔌 Problems with the provider — check if the Internet works on other devices.
  • 🔧 IP settings are lost - run on the command line:
    ipconfig /release
    

    ipconfig /renew

  • 🛡️ Firewall blocking — temporarily disable your antivirus and built-in firewall.

If all else fails, try manually setting DNS (for example, 8.8.8.8 And 1.1.1.1).

The laptop does not see only my network, but the neighboring ones. What to do?

Most likely the problem is in the settings your router:

  1. Check if the network name is hidden (SSID) in the router settings.
  2. Make sure the router is working in mixed mode (For example, 802.11b/g/n/ac), and not only in Wi-Fi 6.
  3. Try changing the Wi-Fi channel to 1, 6 or 11 (for 2.4 GHz).

If the laptop still does not see the network, update the Wi-Fi adapter driver.

The Wi-Fi icon on the laptop is lit, but no networks are found. What's the problem?

This is a personal sign hardware failure or a disabled adapter:

  • 🔧 On Windows: check in Device Manager, is the adapter turned on (is there a down arrow on the icon).
  • 🔌 On some laptops (for example, HP EliteBook) Wi-Fi is turned off by a hardware switch on the case.
  • 🛠️ If the adapter is not detected by the system, it may have failed (especially after being dropped or exposed to liquid).

For diagnostics, connect USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If it works, the built-in adapter is to blame.

The laptop connects to Wi-Fi, but the speed is very slow. How to fix it?

Reasons for low speed:

  • 📶 Weak signal — move the laptop closer to the router or install a repeater.
  • 🔄 Overloaded channel - change the Wi-Fi channel in the router settings (use Wi-Fi Analyzer for analysis).
  • 🔧 Restriction from the provider — check the tariff and traffic limit.
  • 🛡️ QoS on the router — if bandwidth limitation is enabled for your device.

To test, connect your laptop to the router with a cable. If the speed increases, the problem is in the wireless network.

Is it possible to connect a laptop to Wi-Fi without a password?

Technically yes, but this illegally and unethical. However, there are legal ways:

  • 🔑 If you have access to the router, look at the password in the settings (192.168.0.1).
  • 📱 On Android You can share your password via QR code (in Wi-Fi settings).
  • 💻 On Windows 10/11 The password can be viewed in “Network Control Center” → “Wireless Network” → “Properties” → “Security” (if the laptop has already connected to this network).

Do not use Wi-Fi hacking programs - this violates the Law “On Personal Data” (Article 272 of the Criminal Code of the Russian Federation).