Have you turned on Wi-Fi on your laptop, but the Internet still does not appear? Or is there no list of available networks at all? This problem is familiar to millions of users - according to statistics every third call to support associated with connecting to wireless networks. The reasons may lie in the settings of the device itself (Windows 10/11, macOS or Linux), and in equipment - from the router to the network card.

In this article we will look at all possible scenarios: when the laptop does not see the network at all, connects but without access to the Internet, or constantly breaks the connection. You will receive unique diagnostic methods for each situation, including rare cases such as IP address conflict or MAC address blocking by the router. And at the end there is a checklist for a quick check and an FAQ with answers to the most frequently asked questions.

1. The laptop does not see any Wi-Fi networks: check for hardware problems

If the list of available networks is empty, or the Wi-Fi icon is crossed out with a red cross, the problem is most likely at the physical level. Start with the most obvious:

  • 🔌 Check the Wi-Fi button on the laptop body (especially on models Lenovo, HP or Dell). Sometimes it is accidentally pressed, turning off the adapter.
  • Make sure the adapter is not disabled in the BIOS. On some laptops (ASUS ROG, some Acer) Wi-Fi can be deactivated at the firmware level.
  • 🔧 Disconnect USB devices. Conflicts with external adapters (for example, TP-Link TL-WN725N) can block the built-in module.

If the button is enabled, but there is still no network, proceed to driver diagnostics. But first, do a quick check:

⚠️ Attention: On laptops Apple MacBook (especially 2016–2019 models) the problem may be related to Wi-Fi chip failure due to defective soldering. If after updating macOS the network disappears forever, this is a reason to contact the service.
📊 What laptop do you have?
  • Windows (Lenovo/HP/Dell, etc.)
  • MacBook (Apple)
  • Linux (Ubuntu/Fedora, etc.)
  • Other

2. Wi-Fi driver: update, reinstall, restore

B 90% of casesWhen the laptop does not see the network, the network adapter driver is to blame. Even if there are no exclamation marks in the Device Manager, this is not a guarantee of functionality. Here's what to do:

  1. Update the driver manually:

    Go to Device Manager → Network Adapters, find your Wi-Fi module (for example, Intel AX200 or Qualcomm Atheros QCA61x4). Right click → Update driver → Search this computer → select the latest version from the list.

  2. Remove the current driver completely:

    From the same menu select Remove device, then restart your laptop. Windows should automatically install the base driver.

  3. Download the driver from the manufacturer's website:

    For HP Pavilion — with support.hp.com, for Lenovo ThinkPad — with pcsupport.lenovo.com. Search by exact laptop model!

If, after updating the driver, the networks still do not appear, try roll back the system to the restore point (if there is one). Sometimes the problem occurs after Windows updates - especially after major updates like Windows 11 23H2.

☑️ Wi-Fi driver diagnostics

Done: 0 / 4

3. Router settings: why the laptop does not connect to a specific network

The laptop can see other networks, but stubbornly ignores your home one. Reasons:

Problem How it manifests itself Solution
Wrong Wi-Fi standard The network is visible, but the connection is reset In the router settings, select 802.11n/ac instead of 802.11b/g
Hidden SSID The network does not appear in the list Connect manually by entering your network name and password
Filtering by MAC address The laptop does not connect, although the password is correct Add the laptop's MAC address to the router's whitelist
Channel congestion The network appears and disappears Change the Wi-Fi channel in the router settings (for example, from 6 on 11)

To check your router settings, connect to it from another device (for example, a smartphone) and go to the control panel. Typically the address looks like 192.168.0.1 or 192.168.1.1 (check on the router sticker). Default login and password - admin/admin or admin/password.

⚠️ Attention: If you have a router from your provider (Rostelecom, MTS, Beeline), some settings may be locked. In this case, call support and demand that the device be switched to “bridge mode” (Bridge Mode).

4. IP address conflicts and DHCP problems

Laptop connects to Wi-Fi, but the Internet does not work? Perhaps the problem is assigning an IP address. Check it like this:

  • 📡 Open Command line (Win + R → cmd) and enter:
    ipconfig /all

    If next to IPv4 address worth it 169.254.x.x - this means that the router does not provide the correct address.

  • 🔄 Restart the DHCP service:
    netsh int ip reset
    

    netsh winsock reset

    Then restart your laptop.

  • 🛠️ Configure IP manually:

    Go to Settings → Network and Internet → Wi-Fi → Manage known networks, select your network → Properties → IP Settings. Enter:

    • IP address: 192.168.1.100 (if the router 192.168.1.1)
    • Subnet mask: 255.255.255.0
    • Main gateway: 192.168.1.1
    • DNS: 8.8.8.8 And 8.8.4.4 (Google Public DNS)

If the Internet works after manual configuration, the problem is in the router. Try it reset it (button Reset on the rear panel) or update the firmware.

💡

Before resetting the router, take a photo of the sticker on the back panel - it shows your control panel login information and standard Wi-Fi settings.

5. Problems with Windows: services, settings and hidden options

Sometimes it is not the network that is to blame, but the operating system itself. Here's what to check Windows 10/11:

  1. Run the troubleshooter:

    Go to Settings → System → Troubleshooting → Other troubleshooters → Network adapter.

  2. Check the services:

    Click Win + R, enter services.msc and find:

    • WLAN Auto Configuration Service (should be In progress)
    • Network connections (startup type - Automatically)

  • Reset the TCP/IP stack:

    On the command line (cmd as administrator) run:

    netsh int ip reset
    

    netsh winsock reset

    ipconfig /flushdns

  • Disable power saving for the adapter:

    B Device Manager find your Wi-Fi adapter → Properties → Power Management → uncheck Allow this device to turn off to save power.

  • On macOS similar problems are solved through System Settings → Network. Try deleting the network (button at the bottom of the list) and reconnect.

    What to do if Wi-Fi is lost after updating Windows?

    In some cases (for example, after upgrading to Windows 11 23H2), the system may install an incompatible driver. Solution:

    1. Roll back to a previous version of Windows via Settings → System → Recovery.

    2. Or download the driver from the laptop manufacturer’s website (not through Windows Update!).

    6. Viruses, firewalls and third-party programs

    Antiviruses (Kaspersky, ESET NOD32), VPN clients (NordVPN, ProtonVPN) and even some games can block access to the network. What to do:

    • 🛡️ Temporarily disable your firewall:

      B Control Panel → Windows Defender Firewall select Disable firewall (don't forget to turn it back on!).

    • 🦠 Check your system for viruses:

      Use Malwarebytes or Dr.Web CureIt! - some Trojans (for example, DNSChanger) redirect traffic.

    • 🔗 Reset your proxy settings:

      B Settings → Network and Internet → Proxy disable all options.

    If the problem appears after installing a new program, uninstall it and check the connection. This is especially true VPN clients, which can “break” routing.

    💡

    If your laptop connects to Wi-Fi, but sites do not open, check your DNS settings. Viruses and VPNs often change them.

    7. Hardware faults: when it’s time for service

    If none of the above helps, the problem may be gland. Signs of hardware failure:

    • 🔌 Wi-Fi adapter is not detected in Device Manager (category “Other devices” with an exclamation mark).
    • 🔥 Laptop overheats and turns off Wi-Fi (especially important for MacBook Pro 2017–2019 with a soldering defect).
    • The network disappears after a fall or shock — the antenna contact may have come loose.

    In these cases, only repair will help. Average cost of replacing a Wi-Fi module:

    Device Module cost (₽) Cost of work (₽)
    Lenovo ThinkPad T480 1 500–2 500 1 000–1 500
    HP Pavilion 15 1 200–2 000 800–1 200
    MacBook Air M1 5 000–7 000 3 000–5 000
    ASUS ROG Strix 2 000–3 500 1 500–2 000
    ⚠️ Attention: On laptops Apple with chips M1/M2 Replacing a Wi-Fi module may lead to blocking by serial number. Contact authorized service centers only!

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

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

    1. Check if the Internet works on other devices. If not, the problem is with the router or provider.

    2. On the command line, run ping 8.8.8.8. If there is ping, but sites do not open, change the DNS to 8.8.8.8 And 8.8.4.4.

    3. Disable VPN and proxy in Windows settings.

    Why doesn't the laptop see Wi-Fi 5 GHz, but only 2.4 GHz?

    This may be due to:

    • Outdated adapter driver (update it).
    • Router settings (enable support 802.11ac in the control panel).
    • Laptop hardware limitations (for example, older models Dell Inspiron do not support 5 GHz).
    How to connect to a hidden Wi-Fi network?

    On Windows:

    1. Open Settings → Network and Internet → Wi-Fi.
    2. Click Manage known networks → Add new network.
    3. Enter the network name (SSID), security type (WPA2-Personal) and password.

    On macOS: System Settings → Network → Wi-Fi → Advanced → Add Network.

    The laptop keeps disconnecting from Wi-Fi. What is the reason?

    Possible reasons:

    • Energy saving (disable it in the adapter properties).
    • Router channel overload (change channel to 1, 6 or 11).
    • Antenna malfunction (often happens after a laptop has been dropped).
    • Conflict with Bluetooth (turn it off during the test).
    Is it possible to connect a laptop to Wi-Fi without a password?

    Technically yes, but this violates the law on unauthorized access (Article 272 of the Criminal Code of the Russian Federation). However, if we are talking about your network, the password for which you have forgotten:

    1. Connect to the router via cable.
    2. Go to the control panel (192.168.0.1 or 192.168.1.1).
    3. In the section Wireless or Wi-Fi look at the password (Password/Key).