You turned on your laptop, and instead of the usual access to the network, you see the message “No Internet access” or a complete absence of networks in the list? The problem is familiar to millions of users, but its causes can lie in both trivial settings and serious hardware faults. In this article we will look at all possible scenariosWhy a laptop refuses to connect to Wi-Fi or cable Internet - from driver errors to IP address conflicts.

It is important to understand: the algorithm of actions depends on connection type (wireless/wired), operating system (Windows, macOS, Linux) and even router models. We have collected checklists for each situation, added unique data on network adapter error codes (which you will not find in standard instructions) and have prepared interactive widgets for quick diagnostics. Let's start with the simplest thing - checking the physical connections.

1. Check physical connections and router

Up to 30% of problems with the Internet on a laptop are not related to the device itself, but to external factors: a disconnected cable, overheating of the router or simple non-payment for the services of the provider. Before digging into the settings, follow these basic steps:

  • 🔌 Check the router's power supply: Do the indicators on the case light up? If only the power light blinks, the device is frozen or burned out. Try unplugging the plug for 30 seconds and plugging it in again.
  • 📡 Reboot your router: even modern models ASUS RT-AX88U or TP-Link Archer C6 Sometimes they get stuck due to DHCP overload. Button Reset on the back panel will reset the settings to factory defaults (hold for 10 seconds).
  • 🔗 Inspect the cables: If you are using a wired connection, check that the Ethernet cable is not kinked (especially the RJ-45 connector). Damaged wires may cause an intermittent signal.
  • 📱 Test on other devices: Connect your smartphone or tablet to the same network. If the Internet works, the problem is in the laptop. No? Call your provider.

Please note network card indicators on a laptop: for most models Lenovo ThinkPad, HP Pavilion or Dell XPS there is an LED next to the Ethernet port or Wi-Fi power key (usually Fn + F2 or Fn + F12). If it is not lit, the adapter is physically disabled.

📊 Which connection type is not working for you?
  • Wi-Fi
  • Ethernet (cable)
  • Both options
  • I don't know

2. Diagnostics of the network adapter in Windows

If the physical connections are fine, but the laptop still won't connect to the Internet, it's time to look into Device Manager. In 70% of cases, faulty drivers or hardware conflicts are to blame. Follow the algorithm:

  1. Click Win + X and select Device Manager.
  2. Expand the thread Network adapters. Look for devices with an exclamation mark or messages like Realtek RTL8821CE, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4.
  3. Right-click on the adapter and select Properties → Device Status. Type error codes 10, 28 or 43 will indicate a problem with the drivers.
Error code Reason Solution
10 The device does not start Update your driver or check for conflicts in Computer Management → Event Viewer
28 Drivers are missing Download the driver from the manufacturer's website (do not use Windows Update!)
43 Hardware failure Check the adapter in a different slot (for PCIe) or take the laptop to service
45 Device is disabled Enable the adapter in the BIOS or via Network settings

For Windows 10/11 There is a universal way to reset network settings:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Enter these commands in Command line (run as administrator). After the reboot, the system will recreate the network stack.

☑️ Checklist for Windows

Done: 0 / 5

3. Features of macOS: why MacBook does not see Wi-Fi

Owners MacBook Pro/Air face unique challenges associated with energy saving policy and proprietary chips Broadcom. If your Mac won't connect to the internet, start with these steps:

  • 🔄 Reset SMC: Turn off your Mac, hold down Shift + Control + Option + power button for 10 seconds. This will reset the system management controller responsible for the Wi-Fi module.
  • 📁 Removing network settings: go to /Library/Preferences/SystemConfiguration/ and delete the files:
    com.apple.airport.preferences.plist
    

    NetworkInterfaces.plist

    preferences.plist

    After restarting, macOS will create new configurations.

  • 🛠 Manual DNS setup: in System Settings → Network → Advanced → DNS add servers 8.8.8.8 (Google) or 1.1.1.1 (Cloudflare).

For macOS Monterey and newer, the error with 802.11r protocol (fast roaming). If the laptop connects to the network, but there is no Internet, disable this function in the router settings or run Terminal:

sudo ifconfig en0 down

sudo ifconfig en0 up

where en0 — the name of your Wi-Fi interface (check via networksetup -listallhardwareports).

What should I do if my MacBook connects, but the pages don’t load?

This problem is often associated with IPv6. In the network settings, disable IPv6 (select "IPv4 Only") or update the router firmware to the latest version.

4. Problems with IP addresses and DHCP

IP address conflicts or malfunctions DHCP protocol - a common reason for the lack of Internet, especially in corporate networks. Symptoms: The laptop connects to Wi-Fi, but there is an exclamation mark next to the network name, and an error appears in the browser ERR_NETWORK_CHANGED.

For diagnostics:

  1. Open Command line (Windows) or Terminal (macOS/Linux) and enter:
    ipconfig /all

    Look for lines IPv4 address And Main gateway. If the address starts with 169.254.x.x — DHCP does not provide the correct IP.

  2. Try assigning a static IP:
    • On Windows: Control Panel → Network → Change adapter settings → Properties → IP version 4.
    • On macOS: System Settings → Network → Advanced → TCP/IP.

Use an address like 192.168.1.X (where X is a number from 10 to 254), mask 255.255.255.0 and gateway 192.168.1.1.

💡

If the Internet works after assigning a static IP, the problem is definitely in the router’s DHCP server. Update your router firmware or disable the IP backup feature for your laptop.

For Linux (Ubuntu/Debian) check the DHCP client status:

sudo systemctl status dhclient

sudo dhclient -r eth0 # сброс

sudo dhclient eth0 # повторный запрос IP

where eth0 — the name of your interface (check via ifconfig).

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

If none of the software methods help, the problem may be physical breakdown network adapter. Here are signs that your laptop needs repair:

  • 🔧 Wi-Fi module is not detected in any OS (including LiveCD Linux).
  • 🔥 Overheating in the network card area (especially relevant for HP Omen And MSI Gaming after falls).
  • Sparks or burning smell when connecting an Ethernet cable.
  • 📉 Connection speed drops to 1 Mbit/s even next to the router.

The most vulnerable models according to service center statistics (data for 2023):

Laptop model Typical fault Average repair cost (₽)
Lenovo Legion 5 Remove Wi-Fi antennas from motherboard 3 500–5 000
Acer Nitro 5 Ethernet controller burnout (Killer E2500) 4 200–6 000
MacBook Pro 2018–2020 Chip failure Broadcom BCM43xx 8 000–12 000

For a temporary solution (if you urgently need the Internet) you can use:

  • USB-Wi-Fi adapter (For example, TP-Link TL-WN725N for 600–800 ₽).
  • Mobile hotspot from your smartphone (turn on Modem mode in Android/iOS settings).
  • Powerline adapter (Internet transmission via electrical wiring if Ethernet does not work).
💡

If the laptop has been dropped or exposed to moisture, do not try to disassemble it yourself - modern adapters (for example, Intel AX210) are soldered to the motherboard and require professional repair.

6. Problems on the side of the provider and router

Sometimes the laptop isn't to blame, it's the fault internet provider or incorrect router settings. Here's how to check it:

  • 📞 Call your provider's support: Ask if there is any maintenance work going on on your line. Specify which VLAN ID must be configured (relevant for Rostelecom, Beeline And MTS).
  • 🔄 Resetting the router to factory settings: press Reset for 10–15 seconds. After this, set up the connection again using the data from the contract (logins/passwords are usually indicated on the router sticker).
  • 🔒 Checking the encryption type: in the router settings (192.168.1.1 or 192.168.0.1) select WPA2-PSK instead of outdated WEP or unstable WPA3.
  • 📡 Changing the Wi-Fi channel: if there is a lot of network, the router may become clogged with interference. In settings, select a channel 6 or 11 (for 2.4 GHz) or 36–48 (for 5 GHz).

To diagnose the router, connect to it via cable and check the logs:

telnet 192.168.1.1

admin # (пароль обычно admin или пустой)

logread | grep "error"

If you see errors like dhcpd: no free leases — the DHCP server has exhausted the address pool. Solution: increase the range of distributed IPs in the router settings (for example, with 192.168.1.100–199 to 192.168.1.100–200).

7. Viruses and malware

The malware can block network connections, redirect traffic, or even disable adapters. Symptoms of infection:

  • 🦠 The laptop connects to Wi-Fi, but the wrong sites open (advertising, phishing pages).
  • 🔍 B Task Manager unknown processes with high network traffic are hanging.
  • 🚫 Antivirus issues warnings about Trojan.Win32.Spy or Backdoor.

Cleaning steps:

  1. Download Kaspersky Virus Removal Tool or Dr.Web CureIt! to another computer and transfer it to a flash drive.
  2. Run the scan in Safe mode with loading network drivers (click F8 when Windows starts or hold Shift when rebooting).
  3. Check the file hosts (path: C:\Windows\System32\drivers\etc\hosts). Remove all lines except 127.0.0.1 localhost.

For Linux use ClamAV:

sudo apt install clamav

sudo freshclam

clamscan -r --bell -i /

FAQ: Frequently asked questions

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

1. Check if it is turned on airplane mode (Win + A → notification panel).

2. Open Command line and enter ping 8.8.8.8. If there is ping, but the sites do not open, the problem is in the DNS (try changing the DNS servers to 1.1.1.1).

3. Make sure that the provider has no debts or technical work (call support).

The laptop does not see any Wi-Fi network. What is the reason?

Most likely Wi-Fi adapter is disabled. Check:

  • Key Fn + F2 (or another, depending on the model).
  • BIOS Settings (Advanced → Wireless LAN there must be Enabled).
  • Device Manager - Is there an exclamation mark next to the network adapter?

If the adapter is turned on, but the networks are not visible, the antenna or the module itself may have burned out (especially after the laptop has been dropped).

How to reset network settings on Windows 10?

Go to Settings → Network and Internet → Status → Network reset. After the reboot, all adapters will return to factory settings, and established VPN connections will have to be configured again.

⚠️ Attention: This reset will delete all saved Wi-Fi network passwords!

Is it possible to connect to the Internet without a network card?

Yes, there are several ways:

  • Use USB modem (For example, Huawei E3372).
  • Connect via Bluetooth to your smartphone (turn on Modem mode in your phone settings).
  • Buy external Wi-Fi adapter (from 500 ₽).
Why does my laptop lose connection every 5-10 minutes?

The reasons may be different:

  • Energy saving: On Windows, disable the option Allow this device to turn off to save power in the adapter properties.
  • Interference from other devices: microwave ovens, wireless mice or neighboring Wi-Fi networks on the same channel.
  • Router malfunction: Try connecting to a different network.