Why is there no Wi-Fi internet on my laptop? A complete diagnosis and fix.

You open your laptop and try to connect to your usual Wi-Fi network—but there's no internet. The connection icon flashes a cross, the browser page won't load, and the system displays "No internet access" or doesn't detect any networks at all. This situation is familiar to many, but the causes and solutions can vary dramatically depending on the laptop model, operating system, and even the time of day. In this article, we'll explore the issue. all possible scenarios, why the Wi-Fi on the laptop disappeared - from the banal to the exotic - and we will give step-by-step instructions for Windows, macOS and Linux.

It's important to understand: the problem could be rooted in the laptop itself (drivers, hardware issues) or external factors, such as the router, ISP, or even interference from neighbors. We'll start with simple checks, which take just two minutes, and gradually move on to more complex diagnostic methods. If you're not a techie, don't worry: each step is accompanied by screenshots (with text descriptions) and explanations. For experienced users, terminal commands and advanced settings are provided.

Let us warn you right away: In 60% of cases, the problem is resolved by rebooting the router or updating the network card driver.But the remaining 40% require a systematic approach—and that's exactly what we'll offer you.

1. Check the obvious: router, cables, and power

Start with the simplest thing—make sure the problem isn't with your internet connection. Users often spend hours configuring their laptop only to discover that:

  • 🔌 The router is unplugged. (or turned off using the power switch on the rear panel). Check the indicators: if none are lit, the device is de-energized.
  • 📡 The router antennas are disconnectedOn boxed models (for example, TP-Link Archer C6 or ASUS RT-AX55) antennas may become unscrewed when rearranging.
  • 🔄 The Internet from the provider is disconnectedCall support or check your personal account: your account may be out of funds or undergoing maintenance.
  • 🔗 The provider's cable has come loose.If you have PPPoE-connection, check if the Ethernet cable is firmly inserted into the port WAN (usually highlighted in blue).

How do you test a router without a laptop? Take your smartphone or tablet and try connecting to the same Wi-Fi network. If the internet works, the problem is with the laptop. If not, the router or ISP is to blame.

📊 What have you already tried?
Rebooted the router
I checked the cables
Updated drivers
Haven't done anything yet
⚠️ Attention: If you have fiber-optic Internet (GPON), check if the indicator is on PON or LOS On your router. If it's red or blinking, there's a problem with your ISP line, and you won't be able to fix it yourself.
Symptom Probable cause Action
The router's power indicator is not lit. There is no power supply Check the socket, power supply, cable
Only the power indicator is on The router is frozen or reset. Press and hold the button Reset for 10 seconds
The Wi-Fi indicator is blinking orange No internet connection Call your provider or check your WAN cable.
The Wi-Fi network is visible, but you can't connect. Incorrect password or MAC filtering Check your router password or settings

2. Diagnostics on the laptop: is Wi-Fi enabled?

It seems obvious, but many users forget that Wi-Fi on a laptop can be turned off. in three ways:

  1. Hardware switch - on some models (for example, Lenovo ThinkPad or old ones HP Pavilion) there is a physical toggle switch on the body.
  2. Key combination - usually Fn + F2 (at ASUS), Fn + F5 (at Dell) or Fn + F12 (at Acer). Look for the key with the antenna icon.
  3. Software — in Windows settings or through the Network and Sharing Center.

How to check:

  • 🖥️ In Windows 10/11: click Win + A → Check if Airplane Mode is enabled. If so, disable it.
  • 🍎 In macOS: Click on the Wi-Fi icon in the menu bar → “Turn on Wi-Fi” (if the option is grayed out).
  • 🐧 In Linux (Ubuntu/Debian): Run the command:
    rfkill list

    Look for the line Soft blocked: yes - if it exists, unlock it with the command:

    sudo rfkill unblock wifi

If Wi-Fi is enabled but no networks are visible, proceed to the next section. If your laptop sees networks but won't connect, check your router password or settings (more on that below).

3. Problems with network card drivers

One of the most common reasons for the lack of Wi-Fi is incorrect or outdated drivers adapter. This is relevant for Windows (less commonly for Linux), as macOS usually manages drivers automatically.

How to check a driver in Windows:

  1. Click Win + X → select "Device Manager".
  2. Expand the Network Adapters tab.
  3. Look for devices with names Wireless, Wi-Fi, 802.11 or chip model (for example, Intel AX200, Qualcomm Atheros QCA61x4).
  4. If a yellow exclamation mark is lit next to the adapter, the driver is not working properly.

Solutions:

  • 🔄 Update driver: Right-click on the adapter → “Update driver” → “Search automatically”.
  • 🗑️ Uninstall and reinstall: Uninstall the device in the device manager, then click "Scan for hardware changes" (or restart the laptop).
  • 💻 Install manually: Download the driver from the website of the laptop manufacturer (section "Support") or chip (for example, Intel, Qualcomm).

Make sure the adapter is visible in Device Manager|Check for the absence of an exclamation mark|Update the driver automatically|Download the driver from the official website (if the automatic update did not help)-->

⚠️ Attention: If after updating the driver Wi-Fi has disappeared completely (the adapter has disappeared from the device manager), try rolling back the driver: right-click → “Properties” → “Driver” tab → “Roll Back Driver”.

For Linux:

Find out the adapter model using the command:

lspci | grep -i network

Then find the driver installation instructions for your chip (for example, for Broadcom BCM43142 a package will be required firmware-b43-installer).

4. Router settings: filtering, channels and protocols

If your laptop sees the network but doesn't connect (or connects without internet), the problem may be with your router settings. Common causes:

  • 🔒 MAC filtering: The router is configured so that only authorized devices by MAC address can connect.
  • 📶 Incorrect Wi-Fi channel: If the router is operating on the channel 12-14 (prohibited in some countries), the laptop may not see the network.
  • 🔄 Outdated security protocol: For example, if the router is configured to WEP, and the laptop only supports WPA2/WPA3.
  • 📡 Hidden network (SSID)If the network name display is disabled in the router settings, the laptop will not see it.

How to check:

  1. Connect to the router via cable (or via another laptop/smartphone).
  2. Open your router's control panel by entering into your browser 192.168.0.1 or 192.168.1.1 (logins/passwords usually admin/admin or indicated on the sticker).
  3. Check:
    • Tab WirelessWireless Security: the protocol must be WPA2-PSK or WPA3.
    • Tab MAC Filter: If filtering is enabled, add the MAC address of your laptop (you can find it out using the command ipconfig /all in Windows or ifconfig (in Linux/macOS).
    • Tab Channel: select channel from 1 to 11 (for 2.4 GHz) or 36-64 (for 5 GHz).
How to find out the MAC address of a laptop?

IN Windows:

1. Click Win + R, enter cmdEnter.

2. Enter ipconfig /all and find the line Physical address for the adapter Wireless network.

IN macOS:

1. Open Terminal (Applications → Utilities).

2. Enter networksetup -listallhardwareports and search Wi-FiEthernet Address.

IN Linux:

Run the command ip a or ifconfig and find ether next to wlan0 (or similar).

⚠️ Attention: If you have changed the router settings and lost access to its control panel, reset it to factory settings using the button Reset (Hold for 10-15 seconds). After the reset, the network name and password will be the default ones (indicated on the sticker).

5. IP and DNS conflicts

Sometimes the laptop connects to Wi-Fi, but the internet does not work due to problems with IP address or DNS serversSymptoms:

  • The network is connected, but there is a yellow triangle next to the Wi-Fi icon.
  • The sites don't open, but Skype/Telegram they work.
  • An error appears in the browser DNS_PROBE_FINISHED_NXDOMAIN.

How to fix:

Method 1: Reset TCP/IP (for Windows)

  1. Open Command Prompt as Administrator (Win + X → "Command Prompt (Administrator)".
  2. Execute the commands in order:
    netsh int ip reset
    

    netsh winsock reset

    ipconfig /flushdns

  3. Restart your laptop.

Method 2: Manually enter DNS

  1. Open Network Settings (Win + I → "Network and Internet").
  2. Select Wi-Fi → Change adapter settings.
  3. Right-click on your Wi-Fi connection → Properties → Internet Protocol Version 4 (TCP/IPv4) → Properties.
  4. Select "Use the following DNS addresses" and enter:
    8.8.8.8
    

    8.8.4.4

    (this is DNS from Google) or

    1.1.1.1
    

    1.0.0.1

    (DNS from Cloudflare).

Method 3: Check for IP conflict (for all OS)

If two devices on the network receive the same IP address, one of them will be disabled. In Windows, run:

arp -a

Look for duplicate IP addresses in the list. On Linux/macOS:

arp -n

6. Hardware faults: how to check the Wi-Fi module

If none of the previous methods helped, it is possible physical damage Wi-Fi module. This applies to:

  • 💥 Laptops after a fall or impact.
  • 🔥 Devices that overheat (e.g. gaming laptops) MSI or ASUS ROG).
  • ⚡ Laptops after power surges (if there was no surge protector).

How to diagnose:

  1. Check if the adapter is detected in the system:
    • In Windows: Device Manager → Network Adapters.
    • In Linux: lspci | grep -i wireless.

If there is no adapter, it is either physically disconnected or burned out.

  • Check if the Wi-Fi indicator is on On the laptop case (if any). If not, the module is not receiving power.
  • Try connecting an external Wi-Fi adapter. (via USB). If it works, the internal module is faulty.
  • What to do:

    • 🔧 Reconnect the moduleIf you're tech-savvy, you can open your laptop and check if the Wi-Fi card is seated tightly in the slot. M.2 or miniPCIeOften it helps to simply take it out and put it back in.
    • 🛠️ Replace the module: Buy a new Wi-Fi adapter (for example, Intel AX200 or Broadcom BCM94360) and install it in place of the old one. Cost: from 1,500 to 4,000 rubles.
    • 💻 Use a USB adapter: A temporary solution is to buy an external adapter (for example, TP-Link TL-WN823N for ~1,000 rubles).
    ⚠️ Attention: If your laptop is under warranty, do not open it yourself—this will void the warranty. Contact a service center.

    7. Interference and environmental features

    Sometimes the problem is not in the laptop or the router, but in external factors:

    • 📡 Congested Wi-Fi channel: If you and your neighbors have routers operating on the same channel (for example, 6), the speed drops or the connection is broken.
    • 🛡️ Walls and obstaclesConcrete, metal, and even aquariums weaken the signal. 5 GHz networks penetrate walls worse than 2.4 GHz.
    • 🔌 Electrical appliancesMicrowaves, cordless phones, and even USB 3.0 devices interfere with the 2.4 GHz frequency.
    • 🌲 Weather conditions: During thunderstorms or heavy rain, connection quality may deteriorate (relevant for rural areas).

    How to improve the signal:

    1. Change the Wi-Fi channel in the router settings (use utilities like Wi-Fi Analyzer for Android or NetSpot for Windows/macOS to find a free channel).
    2. Move the router closer to the laptop (ideally, to a higher location, in the center of the apartment).
    3. Disable the router mode 802.11r (Fast Roaming), if enabled, it may conflict with some adapters.
    4. Try connecting to a 5 GHz network (if your laptop supports it) - it is less congested.

    8. Viruses, VPNs, and third-party programs

    Less common, but more accurate: some programs can block Wi-Fi access. The culprits are:

    • 🦠 Malicious softwareViruses can change network settings or intercept traffic.
    • 🔒 VPN clients: Programs like NordVPN, ProtonVPN or the built-in VPN in Windows can "break" the connection.
    • 🛡️ Firewalls: Windows Defender, Kaspersky, Avast sometimes block network activity.
    • 🔧 Optimizers: Programs like CCleaner, Advanced SystemCare may reset network settings.

    How to check:

    1. Disable your VPN (if you're using one). On Windows: Settings → Network & Internet → VPN → remove all connections.
    2. Temporarily disable your antivirus and firewall:
      • In Windows: Control Panel → Windows Defender Firewall → Turn on or off.
      • On macOS: System Preferences → Security & Privacy → Firewall.
  • Check your system for viruses (Malwarebytes, Dr.Web CureIt!).
  • Start the laptop in Safe Mode with Networking (in Windows: hold down while booting Shift + F8). If Wi-Fi works, the software is to blame.
  • ⚠️ Attention: If the internet works after disabling your antivirus, don't leave your system unprotected! Add your network to the firewall exceptions or configure rules for specific programs.

    FAQ: Frequently Asked Questions

    My laptop can't see any Wi-Fi networks. What should I do?

    First, check if the Wi-Fi adapter is turned on (see Section 2). If yes, but the networks are not displayed:

    1. Update the adapter driver.
    2. Try connecting an external USB Wi-Fi adapter - if it works, the internal module is faulty.
    3. Check if Airplane mode or power saving mode is enabled for the adapter (in Device Manager → Adapter properties → Power Management).
    Wi-Fi connects, but the page won't open. Why?

    This is a typical problem with DNS or gateway. Try:

    1. Enter DNS manually (see Section 5).
    2. Disable VPN/proxy (in Windows: Settings → Network & Internet → Proxy).
    3. Ping 8.8.8.8 (team ping 8.8.8.8 (in the terminal). If there is a ping, but websites don't open, the problem is with the DNS.
    Wi-Fi disappeared after a Windows update. How do I get it back?

    Windows updates often reset drivers. Solution:

    1. Roll back the driver (Device Manager → Adapter Properties → Driver tab → Roll Back Driver).
    2. Download the latest driver from the laptop manufacturer's website (not from the Microsoft website!).
    3. If it doesn't help, roll back the system to a restore point (Control Panel → Recovery → Open System Restore).
    My laptop connects to Wi-Fi, but only my phone has internet access. What's wrong?

    Possible reasons:

    • It's enabled on the router. MAC address binding (add the laptop's MAC to the list of allowed ones).
    • The laptop is assigned Invalid IP (try manually entering the IP from the router range, for example 192.168.1.100).
    • The router limits the number of connected devices (check the settings) DHCP).
    The Wi-Fi works, but the speed is very slow. How can I speed it up?

    Try it in order:

    1. Reconnect to the 5 GHz network (if your laptop supports it).
    2. Change your Wi-Fi channel to a less busy one (use Wi-Fi Analyzer).
    3. Disable it on your router WMM (in settings QoS), if it is enabled.
    4. Update your router firmware (download from the official website).
    5. Check if another device is downloading anything on the network (torrents, updates).