Sudden disappearance of the Internet on the laptop after Wi-Fi is one of the most annoying problems faced by users. The situation is aggravated when other devices (smartphones, tablets) are connected to the same network and work flawlessly. In 80% of cases, the problem lies not in the router, but in the laptop settings, drivers or hardware conflicts. This article will help you systematically diagnose the problem and fix it without calling a technician.

We'll look at how software glitches (incorrect network settings, outdated drivers, IP conflicts), and hardware problems (damage to the Wi-Fi module, physical damage to the antennas). Instructions adapted for Windows 10/11, macOS And Linux (Ubuntu/Debian). If you see a Wi-Fi icon with an exclamation point, the status “No Internet access” or the laptop does not detect the network at all, read on.

1. Basic diagnostics: checking the router and laptop

Before digging into your laptop's settings, make sure the problem is not on the router's side. Turn off the power to the router for 30 seconds, then turn it back on. Wait until the download is complete (the indicators should be lit steadily, without blinking). If the Internet worked after a reboot, the problem was temporary.

If rebooting doesn't help, check:

  • 🔌 Router power: The cable must be tightly connected to the outlet and the device itself. Try a different power supply, if available.
  • 📡 Wi-Fi indicators: The wireless light on the router should be lit (usually green or blue). If it flashes orange, the network is disabled.
  • 📱 Other devices: Connect your smartphone or tablet to the same network. If the Internet works, the problem is in the laptop.

On a laptop, pay attention to physical wifi switch (available on some models Lenovo, HP, Dell). It may be turned off accidentally. Also check the keyboard shortcut to turn on the wireless network - this is usually Fn + F2, Fn + F5 or Fn + F12 (depending on the model).

📊 What laptop do you have?
  • Lenovo
  • HP
  • Dell
  • Asus
  • Acer
  • Apple MacBook
  • Other

2. Check Windows network settings

If the laptop connects to Wi-Fi, but there is no Internet (exclamation mark icon), the settings are to blame IP or DNS. B Windows 10/11 follow these steps:

  1. Click Win + R, enter ncpa.cpl and press Enter.
  2. Find your wireless connection (usually "Wireless Network" or Wi-Fi), right click → Properties.
  3. Please check the list IP version 4 (TCP/IPv4) and press Properties.
  4. Make sure the checkboxes are checked Obtain an IP address automatically And Obtain DNS server address automatically.

If the settings are already set to automatic, but the Internet does not work, try manually setting Google DNS:

  • 🔹Preferred DNS: 8.8.8.8
  • 🔹 Alternative DNS: 8.8.4.4

After applying the settings, restart your laptop. If the problem persists, try reset TCP/IP stack. Open Command line as administrator and run sequentially:

netsh int ip reset

netsh winsock reset

ipconfig /flushdns

☑️ Network diagnostics in Windows

Done: 0 / 4

3. Update and reinstall Wi-Fi drivers

In 40% of cases, the problem with connecting to Wi-Fi is solved by updating or reinstalling the network card driver. Outdated or damaged drivers can cause conflicts, especially after updating Windows or replacing the router.

To update the driver:

  1. Click Win + XDevice Manager.
  2. Expand the section Network adapters.
  3. Find your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi, 802.11 or brand name: Intel, Qualcomm Atheros, Broadcom).
  4. Right click → Update driverAutomatic search.

If automatic updating does not help, download the driver from the official website of the laptop manufacturer (section Support or Downloads). To do this:

  • 🔧 Find out the laptop model (on the sticker below or through msinfo32 in the line “System model”).
  • 🌐 Go to the website Lenovo, HP, Dell etc., find your model.
  • 📥 In the section Drivers select Wireless network (Wi-Fi) and download the latest version.

If after updating the driver Wi-Fi disappears completely or a yellow triangle appears in Device Manager, try roll back the driver:

  1. B Device Manager right click on the adapter → Properties → tab Driver.
  2. Click Rollback (if the button is active).
  3. Restart your laptop.
How to find out the exact model of a Wi-Fi adapter?

Open Device Manager → Network adapters → Right-click on the adapter → Properties → “Details” tab → select “Hardware ID” from the drop-down menu. Copy the first line (starts with VEN_ and DEV_) and find the driver using this code using a search engine.

4. Problems with IP address and network conflicts

Sometimes the laptop can't receive IP address from the router, which is why there is a Wi-Fi connection, but no Internet. This may happen due to:

  • 🔄 IP conflict (two devices on the network received the same address).
  • 🚫 MAC Address Blocking on the router.
  • ⚙️ Incorrect DHCP settings on the router.

To resolve the IP issue:

  1. Open Command line (Win + Rcmd).
  2. Run the commands in order:
    ipconfig /release
    

    ipconfig /renew

  3. If the error “Failed to contact the DHCP server” appears, try setting the IP manually:
    • 📌 IP address: 192.168.1.100 (the last digit can be anything from 2 to 254).
    • 📌 Subnet mask: 255.255.255.0.
    • 📌 Main gateway: 192.168.1.1 (or 192.168.0.1, look on the router sticker).

If manual IP configuration did not help, check if your MAC address on the router. To do this:

  1. Find out the MAC address of the laptop: in Command line execute ipconfig /all and find the line Physical address in section Wireless adapter.
  2. Go to your router settings (usually at 192.168.1.1 or 192.168.0.1, login/password on the sticker).
  3. Find a section MAC Address Filtering or Blacklist and make sure your address is not blacklisted.
💡

If, after manually setting up the IP, the Internet is working, but you want to return automatic receipt of the address, do not forget to check the “Receive automatically” box in the connection properties again.

5. Hardware faults: checking the Wi-Fi module

If none of the software methods 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:

  • 🔴 Wi-Fi module is not displayed in Device Manager (section Network adapters).
  • 🔴 Laptop does not detect not a single one network, even after resetting the settings.
  • 🔴 B Windows Event Log (eventvwr.msc) there are errors with the code 10 or 43 for network adapter.

To check a module:

  1. Turn off the laptop and remove the battery (if it is removable).
  2. Unscrew the back cover (on some models HP And Dell The Wi-Fi module is located under a small cover with antennas).
  3. Inspect the module for blackening, swollen capacitors or disconnected antennas (thin black and white wires).
  4. If the module is removable (format M.2 2230 or NGFF), carefully remove it and clean the contacts with an eraser.

If you are not confident in your skills, it is better to contact a service center. The average cost of replacing a Wi-Fi module is 1500–3000 rubles (depending on the laptop model).

💡

If the laptop stops seeing Wi-Fi after being dropped or exposed to liquid, do not try to turn it on - this may lead to a short circuit. Immediately turn off the power and contact service.

6. Features of macOS and Linux

On laptops Apple MacBook and devices under Linux (Ubuntu, Debian) Wi-Fi diagnostics have their own nuances. Let's take a closer look at them.

macOS (MacBook Air/Pro)

If your MacBook does not connect to Wi-Fi:

  1. Reboot SMC controller (controls power and peripherals):
    • 🔋 Turn off your MacBook.
    • 🔌 Connect the charger.
    • 🔑 Touch and hold Shift + Control + Option (left) + power button for 10 seconds.
    • 🔄 Release the keys and turn on your MacBook.
  2. Reset network settings:
    • 📁 Go to System Settings → Network.
    • 🔄 Select Wi-Fi → click Minus (-) to delete.
    • ➕ Click Plus (+), add Wi-Fi again.

Linux (Ubuntu/Debian)

B Linux Wi-Fi problems are often caused by missing proprietary drivers. Check the adapter status:

lspci | grep -i network

If the output contains a line with Network Controller, but Wi-Fi does not work, install the driver:

sudo apt update

sudo apt install firmware-имя_вашего_адаптера

For adapters Broadcom (often found in Dell And HP) do:

sudo apt install --reinstall bcmwl-kernel-source
💡

On Linux, commands are also useful for diagnosing Wi-Fi iwconfig (shows adapter status) and dmesg | grep -i wifi (kernel error log).

7. Alternative ways to connect to the Internet

If Wi-Fi on your laptop still doesn’t work, but you need the Internet urgently, use alternative methods:

Method What you will need How to set up
USB modem 4G/5G modem (for example, Huawei E3372), SIM card with tariff Insert the SIM into the modem, connect to the USB port. Drivers are installed automatically.
Smartphone as an access point Android/iPhone with mobile internet Turn on Modem mode in your phone settings, connect your laptop via Wi-Fi or USB.
Ethernet via adapter USB-Ethernet adapter (for example, TP-Link UE300), network cable Connect the cable from the router to the adapter, then to the laptop. No setup required.
Powerline adapter Powerline kit (eg. TP-Link TL-PA4010), 220V socket Connect one adapter to the router, the second to the laptop via Ethernet.

If you frequently encounter Wi-Fi problems, consider purchasing external USB adapter (For example, TP-Link TL-WN823N or ASUS USB-AC56). It connects to a USB port and provides a stable signal even if the built-in module is broken.

💡

USB Wi-Fi adapters supporting the standard 802.11ac (5 GHz) provide speeds of up to 1300 Mbps - faster than most built-in modules in laptops.

8. When to contact the service center

If you've tried everything and your laptop still won't connect to Wi-Fi, you may need a professional diagnosis. Contact the service if:

  • ⚡ Wi-Fi module is not detected in Device Manager even after reinstalling the drivers.
  • 🔥 The laptop overheats, turns off, or makes strange sounds (may indicate problems with the motherboard).
  • 💻 The problem appeared after flooding with liquid or falls.
  • 🔄 After replacement Windows or macOS Wi-Fi stopped working and drivers won't install.

Average cost of diagnostics in service centers - 500–1500 rubles. Repairing or replacing a Wi-Fi module will cost 2000–5000 rubles, depending on the laptop model and module type.

⚠️ Attention: If the laptop is under warranty, do not disassemble it yourself! This will void the warranty. Contact the manufacturer's authorized service center.

FAQ: Frequently asked questions about problems with Wi-Fi on a laptop

🔹 Why does my laptop connect to Wi-Fi, but the pages do not open?

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

  1. Reset DNS cache: ipconfig /flushdns (Windows) or sudo dscacheutil -flushcache (macOS).
  2. Ping the router: ping 192.168.1.1. If the packets do not arrive, there is a problem with the connection to the router.
  3. Try a different browser (for example, Firefox instead of Chrome).
🔹 How can I find out which Wi-Fi module is in my laptop?

There are several ways:

  • 🔍 B Device Manager (Windows): partition Network adapters → model name.
  • 📝 Via Command line: wmic nic get name, manufacturer.
  • 🛠️ Disassemble the laptop and look at the markings on the module (for example, Intel Wireless-AC 9560).

You can also use programs like HWiNFO or AIDA64 for detailed diagnostics.

🔹 The laptop does not see only one network, but sees others. What's the matter?

Possible reasons:

  • 📶 The router of this network operates at a frequency 5 GHz, and your laptop only supports 2.4 GHz (or vice versa).
  • 🔒 The mode is enabled in the router settings Hidden SSID.
  • 🚫 Yours MAC address blocked in the router settings.
  • 🔄 The Wi-Fi channel is overloaded (try changing the channel in the router settings).

Solution: check your router settings or try connecting to the network manually by specifying it SSID and password.

🔹 After updating Windows, Wi-Fi disappeared. What to do?

Windows updates often reset drivers. Try:

  1. Roll back update: Settings → Update & Security → Windows Update → View update history → Uninstall updates.
  2. Install the driver manually from the laptop manufacturer's website.
  3. Restore the system from a restore point (if there is one).

If all else fails, the update may have damaged system files. In this case it will help reinstalling Windows with saving files.

🔹 Is it possible to use a laptop without a Wi-Fi module?

Yes, but with restrictions:

  • 📶Connect to the Internet via Ethernet (if there is a port) or USB modem.
  • 📱 Use smartphone as a hotspot (via Wi-Fi, Bluetooth or USB).
  • 🖥️ For permanent use, buy external USB Wi-Fi adapter (costs from 500 rubles).

Without Wi-Fi, you won't be able to connect to wireless networks, but all other laptop features will work.