You have turned on Wi-Fi on a laptop, but the Internet never appeared? Or does the device not see available networks at all? This problem is familiar to millions of users - from owners of budget Lenovo IdeaPad up to bonus MacBook Pro. The reasons may lie in both software failures (drivers, OS settings) and hardware failures (Wi-Fi module, antenna). In 80% of cases, the problem can be fixed independently without contacting a service center.

In this article we will look at all possible scenarios: when the laptop does not find the network at all, it connects but without access to the Internet, or the connection is constantly disconnected. We will separately consider the nuances for Windows 10/11, macOS And Linux (including Ubuntu And Mint). And if you are in a hurry, use quick checklist at the end of the section.

Before you start diagnosing, make sure that the problem is in the laptop. Try connecting to the same network another device (smartphone, tablet). If the Internet works, read on. If not, the problem is with the router or provider (reboot the router or call support).

⚡ Quick diagnostics: 5 steps before deep tuning

Before you dig into drivers or disassemble your laptop, follow these simple steps. In half the cases they solve the problem in 2-3 minutes:

  • 🔄 Reboot your laptop and router. Turn off both devices for 30 seconds, then turn on the router first, and after a minute turn on the laptop. This will reset the network cache and temporary errors.
  • ⚙️ Check the physical Wi-Fi switch. On some models (for example, HP Pavilion or Dell Inspiron) there is a hardware button or combination Fn + F2/F12 to enable the module.
  • 📶 Make sure Wi-Fi itself is turned on. B Windows: Click on the network icon in the tray. B macOS: Check the menu in the top right corner. B Linux: run the command nmcli radio wifi (should return enabled).
  • 🔗 Try connecting to a different network. If the laptop sees neighboring access points, but not yours, the problem is in the router settings (see. section about the router).
  • 🛡️ Disable VPN/proxy. These services may block the connection. B Windows check Settings → Network and Internet → VPN.
📊 How often do you have problems with Wi-Fi on your laptop?
  • Once a week or more often
  • Once a month
  • Rare, but accurate
  • Never had a problem

If after these manipulations the Internet does not work, proceed to detailed diagnostics. Start by checking network adapter drivers, since this is the most common reason.

🔧 Problems with Wi-Fi drivers: how to update or reinstall

Driver malfunctions are the leading cause of lack of connection. The system may not see the adapter at all, or it may appear with an exclamation mark in Device Manager. Let's look at solutions for different operating systems.

Windows 10/11: step-by-step instructions

1. Open Device Manager:

  • Click Win + X → select Device Manager.
  • Or enter in search devmgmt.msc and run the utility.

2. Find the section Network adapters. Expand it and find a device with names like:

  • Intel Wi-Fi 6, Qualcomm Atheros, Realtek RTL8xxx, Broadcom.
  • If there is a light next to the adapter yellow triangle - the driver is not working correctly.

3. Update your driver:

  • Right click on the adapter → Update driverAutomatic search.
  • If the system does not find updates, download the driver from Intel website, Realtek or laptop manufacturer (for example, HP, ASUS).

Uninstall the old driver through Device Manager|Download the driver from the official website, not through Windows Update|Disable the antivirus during installation|Try to install the driver in compatibility mode (RMB → Properties → Compatibility)

-->

4. Reinstall the driver (if the update didn't help):

  • Uninstall the current driver via Device Manager (RMB → Remove device).
  • Check the box Remove driver programs for this device (if any).
  • Restart your laptop - the system will try to install the driver automatically.

⚠️ Attention: If after removing the driver Wi-Fi disappears from Device Manager, connect the laptop to the router via cable or download the driver in advance to another PC and transfer it via a USB flash drive.

macOS: Reset network settings

On MacBook Wi-Fi problems are often solved by resetting the network settings:

  1. Open System Settings → Network.
  2. Select Wi-Fi → click Additionally.
  3. Tab TCP/IP: press Update DHCP lease.
  4. Tab DNS: remove all servers and add 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).
  5. Tab Hardware: select Default Settings.

If this doesn't help, reset it NVRAM:

  1. Turn off MacBook.
  2. Turn it on by immediately pressing Option + Command + P + R for 20 seconds.
  3. Release the keys after the second beep (on newer Macs, after the logo).

Linux: Module Check and Proprietary Driver Installation

B Ubuntu/Linux Mint most often problems with Wi-Fi are associated with the lack of proprietary drivers for adapters Broadcom or Realtek. Run in terminal:

lspci -knn | grep Net -A3

If the output contains lines with Network controller And Kernel driver in use: none - the driver is not loaded. Install it:

sudo ubuntu-drivers autoinstall

For Broadcom An additional package may be required:

sudo apt install firmware-b43-installer

💡

If Wi-Fi stops working after updating the kernel, try rolling back to the previous version or installing the driver manually via dkms.

📡 Problems on the router side: settings that interfere with the connection

Sometimes the laptop does not connect to Wi-Fi due to incorrect router settings. For example, if enabled MAC address filter, incompatible network mode (5 GHz only) or installed password is too complex.

Log into your router's control panel (usually at 192.168.0.1 or 192.168.1.1>, login/password - admin/admin or indicated on the sticker). Check the following settings:

Parameter Recommended value Why is it important
Network Mode (Mode) 802.11n/ac/ax (mixed) If only selected 802.11ac, old laptops will not see the network.
Channel Width Auto or 20/40 MHz Too wide a bandwidth (80 MHz) may cause interference.
Security WPA2-PSK or WPA3-PSK WEP unsafe and WPA3 may not be supported by older devices.
MAC Address Filter Disabled If enabled, add the laptop's MAC address to the whitelist.
DHCP Enabled If disabled, you will have to configure the IP manually on the laptop.

Also try change Wi-Fi channel manually (for example, with 6 on 11). In urban environments, channels are often overloaded, which leads to connection failures. To analyze channel congestion, use applications like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS).

⚠️ Attention: If you changed the router settings and the laptop stopped seeing the network at all, do factory reset (button Reset on the back panel, hold for 10 seconds). After the reset, you will have to configure the router again (network name, password, type of connection to the provider).

🔍 Diagnosis of hardware faults: when the hardware module is to blame

If software methods do not help, the problem may be physical malfunction Wi-Fi module. This is true for laptops that have been dropped, overheated, or used in high humidity conditions. Signs of hardware failure:

  • 🚫Laptop doesn't see any network, even after reinstalling the OS.
  • 🔌 Wi-Fi only works when connected via USB adapter.
  • 🔥 Module gets very hot (can be checked by touching the area above the keyboard where the adapter is usually located).
  • 🔄 The connection disappears when changing the position of the laptop (for example, if you tilt the screen).

For diagnostics:

  1. Check antenna connections. In most laptops, the Wi-Fi module is located under a cover on the back panel. Unscrew it (usually 1-2 screws), disconnect the battery and find the module (marking Intel Wireless-AC, Qualcomm Atheros etc.). Make sure two antennas (black and white wires) are tightly connected to the connectors MAIN And AUX.
  2. Test the module on another device. If possible, connect it to another laptop (for example, via USB adapter M.2 NGFF).
  3. Check the integrity of the contacts. Oxidation or contamination of connectors can lead to signal loss. Clean them up alcohol solution and a soft brush.

If the laptop has been dropped or exposed to liquid, there is a high probability of microcracks on the module board. In this case, only replacement will help. The cost of a new Wi-Fi adapter for a laptop is from 800 to 3,000 rubles (for example, Intel AX200 or Broadcom BCM94360). Installation at a service center will cost 500–1,500 rubles.

How to find a replacement Wi-Fi module?

1. Find out the exact model of your adapter (via Device Manager or the sticker on the module).

2. Check connector compatibility: modern laptops use M.2 2230 (key A+E) or NGFF.

3. Pay attention to support for standards: high-speed Wi-Fi 6 requires a module with a chipset Intel AX200/AX210 or Qualcomm FastConnect 6800.

4. For MacBook (2012–2017) only the original module is suitable (for example, Broadcom BCM94360CS2), otherwise Continuity/Handoff will not work.

🛡️ Firewall and antivirus: when protection blocks the Internet

Sometimes there is a Wi-Fi connection, but the pages do not open, and the network icon next to it is lit yellow triangle. This could mean that firewall or antivirus blocks traffic. Check the following points:

Windows: Firewall Settings

1. Open Control Panel → Windows Firewall → Advanced Settings.

2. Check the rules for outgoing and incoming connections:

  • Make sure that for your network (Private or Public) traffic is allowed.
  • Disable the rule Block all incoming connections (if it is active).

3. Temporarily disable the firewall for the test:

netsh advfirewall set allprofiles state off

If the Internet works, the problem is in the rules. Reset the firewall to its original state:

netsh advfirewall set allprofiles state on

Antiviruses: network exceptions

Popular antiviruses (Kaspersky, ESET NOD32, Avast) may block the connection. For example, Kaspersky Internet Security has a module Network protection, which sometimes incorrectly identifies home Wi-Fi as dangerous.

What to do:

  • Add your network to trusted zone (in the antivirus settings).
  • Temporarily disable firewall antivirus.
  • Check threat log — the antivirus may have blocked the router’s IP address.

If the Internet appears after disabling the antivirus, contact program support or install alternative software (for example, Bitdefender or built-in Windows Defender).

🌐 IP and DNS settings: when the laptop connects, but the Internet does not work

Situation: the laptop connects to Wi-Fi, but the pages do not load, and next to the network icon there is an inscription Without internet access. Reason: incorrect IP settings or DNS servers.

1. Reset the TCP/IP stack (for Windows):

  • Run Command Prompt as Administrator.
  • Run the commands one by one:
    netsh int ip reset
    

    netsh winsock reset

    ipconfig /flushdns

  • Restart your laptop.

2. Set up IP and DNS manually:

  • Open Settings → Network and Internet → Wi-Fi → Adapter settings.
  • Right click on your connection → PropertiesIP version 4 (TCP/IPv4).
  • Install:
    • Obtain an IP address automatically.
    • Obtain DNS server address automatically or enter manually 8.8.8.8 And 8.8.4.4 (Google DNS).

3. Check the default gateway:

  • On the command line, run:
    ipconfig /all
  • Find the line Main gateway. It must match the router's IP address (usually 192.168.0.1 or 192.168.1.1).
  • If the gateway is missing or incorrect, reset the router settings.

💡

If after resetting TCP/IP the Internet works, but after a while the problem returns, a virus or program conflict is to blame. Check the system Malwarebytes or AdwCleaner.

🔄 Frequent connection dropouts: how to stabilize Wi-Fi

If Wi-Fi connects but always breaks the connection or the speed drops to zero - the problem may be:

  • 📶 Weak signal (the laptop is far from the router or there are obstacles).
  • Channel overload (many devices on the network or neighbors use the same channel).
  • 🔋 Energy Saving (Windows disables the adapter to save battery.)
  • 🔄 IP address conflict (two devices on the network received the same IP).

Solutions:

  1. Disable power saving for Wi-Fi (Windows):
    • Open Device Manager → Network Adapters.
    • Right-click on the adapter → Properties → Power Management.
    • Uncheck Allow this device to turn off to save power.
  2. Use 5 GHz instead of 2.4 GHz (if the router is dual-band):
    • The 5 GHz network is less susceptible to interference, but has a smaller coverage area.
    • In the router settings, enable separate broadcast for 2.4 and 5 GHz (disable Smart Connect).
  3. Limit the number of connected devices:
    • In the router, check the section DHCP → Clients. If there are more than 10–15 devices, disable unnecessary ones.
    • Set the connection limit in the router settings (option Maximum DHCP Users).
  4. Update your router firmware:
    • Go to your router control panel → System Tools → Software Update.
    • Download the latest firmware from the manufacturer's website (for example, TP-Link, ASUS) and update manually.
⚠️ Attention: If your laptop loses connection under high load (for example, while playing online games or downloading files), the problem may be overheating of the Wi-Fi module. Check the temperature using HWMonitor or AIDA64. If the module heats up above 70°C, the thermal paste needs to be replaced or cooling needs to be improved.

❓ Frequently asked questions

The laptop does not see Wi-Fi, but other devices connect. What's the matter?

Most likely, the problem is with the Wi-Fi adapter driver or its hardware failure. First update the driver (see section about drivers). If it doesn’t help, check whether the adapter is enabled in the BIOS (when booting the laptop, click F2/Del, find the section Advanced → Wireless LAN and make sure he is able Enabled).

Wi-Fi connects, but pages do not load. What to do?

This is a typical problem with DNS or gateway. First run the commands on the command line:

ipconfig /flushdns

netsh winsock reset

Then manually enter the DNS (for example, 8.8.8.8 And 1.1.1.1) in the connection properties. If it doesn’t help, check your router settings (section DHCP).

Wi-Fi is unstable on a Windows 11 laptop. Is this a system bug?

B Windows 11 There are known issues with Wi-Fi drivers for older adapters (especially Realtek And Broadcom). Solutions:

  • Roll back to the driver from Windows 10 (download it from the laptop manufacturer's website).
  • Disable the feature Random Hardware Addresses in Wi-Fi settings.
  • Install the latest Windows update (via Settings → Windows Update).

Is it possible to connect to Wi-Fi without drivers?

No, without a driver, the network adapter will not be recognized by the system. However there are workarounds:

  • Use USB-Wi-Fi adapter (For example, TP-Link TL-WN725N).
  • Connect to the router using cable and install the driver via another PC.
  • For Linux You can try downloading the driver manually via ndiswrapper (for Windows drivers).

After updating the BIOS, the Wi-Fi connection was lost. How to return?

Updating the BIOS sometimes resets firmware settings. Go to BIOS (F2/Del on boot) and check:

  • Is it included Wireless LAN (section Advanced or Configuration).
  • Isn't it disabled? Secure Boot (sometimes it blocks drivers from loading).
  • Reset BIOS settings to factory defaults (Load Default Settings).

If this does not help, roll back to the previous BIOS version (if there is such an option) or install the Wi-Fi driver manually.