Why does my laptop's Wi-Fi connection disappear and how can I fix it?

You're working on your laptop, and suddenly the internet goes down. The Wi-Fi icon in the system tray shows a connection, but pages won't load, instant messaging apps disconnect, and then a minute later everything magically returns. Or it doesn't return until you manually reconnect. Sound familiar? This problem occurs on laptops of all brands, from budget to high-end. Acer And Lenovo to bonuses MacBook And Dell XPS — and is rarely related to hardware failure. In 90% of cases, network settings, drivers, or interference from neighboring routers are to blame.

In this article we will look at all possible reasons, which can cause Wi-Fi on a laptop to disappear and then reappear, ranging from a simple adapter overheating to IP address conflicts. You'll get step-by-step instructions For Windows 10/11 And macOS, as well as universal router setup tips to help stabilize your connection. No advanced technical knowledge required: all solutions are tailored for everyday users.

Before you begin diagnostics, answer one question:

📊 How often does your laptop's Wi-Fi drop out?
Once every few days
Several times a day
Constantly, every 5-10 minutes
Only in a certain place

1. Check the obvious reasons - it takes 2 minutes

Start with basic steps that are often overlooked. These steps will help rule out external factors unrelated to your laptop or router settings.

  • 🔌 Reboot your routerUnplug it for 30 seconds, then plug it back in. This will clear the DNS cache and any temporary errors.
  • 📶 Check the coverage areaMove closer to the router or, conversely, move away if you are standing too close (the signal may be blocked).
  • 🔄 Reconnect to the networkIn the Windows tray, click the Wi-Fi icon → "Forget network" → reconnect by entering the password.
  • 🔋 Make sure your laptop is not in power saving mode.On . Windows open Settings → System → Power & sleep and select the "High Performance" scheme.

If the problem persists, check Is this related to network congestion?For example, if 10+ devices (smartphones, smart speakers, cameras) are connected simultaneously, the router may become saturated. Disconnect unnecessary devices and monitor the connection stability.

2. Update or reinstall your Wi-Fi adapter driver

Outdated, corrupted or incompatible drivers are one of the most common reasons unstable Wi-FiManufacturers regularly release updates to fix connection issues. Here's how to check and update your driver:

For Windows 10/11:

  1. Click Win + X → select "Device Manager".
  2. Expand the "Network adapters" tab.
  3. Find the device with the names Wireless, Wi-Fi or Network Controller (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
  4. Right-click → "Update driver" → "Search automatically".

If the system says the driver is up to date, but the problem persists:

  • 🔍 Download the driver manually from the laptop manufacturer's website (section "Support"). For Lenovosupport.lenovo.com, For HPsupport.hp.com.
  • 🗑️ Uninstall the current driver: in "Device Manager", click on the adapter → "Uninstall device" → check "Delete the driver software" → restart the laptop.
  • 📥 After rebooting, install the downloaded driver.

For macOS:

On a Mac, drivers are updated along with the system. Open System Settings → Software Update and install all available updates. If Wi-Fi is completely gone after the update, reset NVRAM:

  1. Shut down your Mac.
  2. Turn on by pressing and holding immediately Option + Command + P + R for 20 seconds.
  3. Release the keys and wait for the reboot.
How can I find out the model of my Wi-Fi adapter if it's not detected?

Open Command Prompt (Win + R → enter cmdEnter) and run the command:

wmic nic get name, manufacturer

If the adapter is not displayed, it may be disabled in the BIOS or physically damaged.

3. Change the Wi-Fi adapter power settings

In 40% of cases, unstable Wi-Fi on Windows laptops is caused by aggressive power saving, which turns off the adapter to save battery power. This is especially true for devices on Intel And Realtek chipsets. To disable this feature:

  1. Open Device Manager (Win + X → Device Manager).
  2. Expand "Network adapters" → right-click on your Wi-Fi module → "Properties".
  3. Go to the "Power Management" tab and uncheck the box c"Allow the computer to turn off this device to save power."
  4. Click "OK" and restart your laptop.

For added stability, we also recommend disabling automatic transition to 802.11n mode (if your router supports more modern standards, for example, 802.11ac or Wi-Fi 6):

  1. In the adapter's "Properties", go to the "Advanced" tab.
  2. Find the parameter Wireless Mode or 802.11n/ac Wireless Mode.
  3. From the drop-down menu, select 802.11ac or Wi-Fi 6 (802.11ax), if your router supports them.

4. Check your router settings - a common cause of connection interruptions

If Wi-Fi drops out on all devicesconnected to the router, the problem lies in its configuration. Even factory settings can conflict with some laptops. Here's what to check:

  • 🔒 Change Wi-Fi channel. Neighboring routers may cause interference. In the router's admin panel (usually 192.168.0.1 or 192.168.1.1) find the section WirelessChannel and select a channel 1, 6 or 11 (they intersect the least).
  • 📡 Turn off smart featuresFunctions like Band Steering (automatic switching between 2.4 GHz and 5 GHz) or Mu-MIMO may conflict with older adapters. Try disabling them.
  • 🔄 Enable compatibility modeIf you have a dual-band router, try separating the networks into Name_2.4G And Name_5G instead of automatic selection.
  • 🔐 Change the encryption type. Outdated WEP or TKIP may cause breakages. Use WPA2-PSK (AES) or WPA3.

Also check signal strength (parameter Transmit Power). If it is at maximum (100%), try reducing it to 75% - this will reduce interference.

Router parameter Recommended value Why is this important?
Wireless Mode 802.11n/ac or ax Old regimes (b/g) are slower and less stable.
Channel Width 20/40 MHz (for 2.4 GHz) or 80 MHz (for 5 GHz) Channel width affects speed and stability.
Beacon Interval 100 Too low a value (eg 50) may cause frequent breaks.
DTIM Interval 3 High values ​​(eg 10) increase latency.

5. Diagnose IP and DNS conflicts

If Wi-Fi connects but the internet doesn't work (exclamation mark icon), the problem may be IP address or DNS serverHere's how to check:

Reset IP Configuration (Windows):

  1. Open Command Prompt as Administrator (Win + X → Command Prompt (Administrator)).
  2. Run the following commands one by one:
    ipconfig /release
    

    ipconfig /renew

    ipconfig /flushdns

  3. Restart your laptop.

Manual DNS setup:

Sometimes provider DNS servers are unstable. Try using public DNS from Google or Cloudflare:

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

    8.8.4.4

    (or 1.1.1.1 for Cloudflare).

  5. Click "OK" and reconnect to Wi-Fi.

For macOS:

Open System Preferences → Network → Wi-Fi → Advanced → DNS and add the same addresses (8.8.8.8 and 8.8.4.4).

Ping the router (open command prompt and enter ping 192.168.1.1)|Ping to Google DNS (ping 8.8.8.8)|Checking the trace (tracert ya.ru)|Speed ​​test on speedtest.net

-->

6. Check your laptop for viruses and conflicting software

Some programs may block or disrupt Wi-Fi:

  • 🛡️ Antiviruses (For example, Kaspersky, Avast) sometimes block network connections. Try temporarily disabling protection.
  • 🎮 VPN clients (For example, NordVPN, ProtonVPN) may conflict with DNS. Disable your VPN and check the connection.
  • 🖥️ Proprietary utilities from laptop manufacturers (for example, Lenovo Vantage or Dell SupportAssist) sometimes reset network settings.

Also run a virus scan using Malwarebytes or built into Windows DefenderSome Trojans (for example, DNSChanger) redirect traffic through attackers, which leads to interruptions.

If you suspect a specific program:

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. On the "Startup" tab, disable all unnecessary programs.
  3. Restart your laptop and check your Wi-Fi.

7. Hardware problems: overheating and malfunctions

If software methods do not help, the reason may be in iron:

  • 🔥 Wi-Fi module overheatingThe adapter may shut down at high temperatures. Check the temperature using HWMonitor or AIDA64If your laptop is hot, clean it from dust or use a cooling pad.
  • 🔌 Poor antenna contactIn some models (for example, HP Pavilion or Acer Aspire) The Wi-Fi antennas are connected to the module with thin wires that can become disconnected. This requires disassembling the laptop.
  • 💻 The adapter itself is faultyIf the laptop was dropped or exposed to moisture, the module may be damaged. Check it by connecting it USB Wi-Fi adapter (costs from 500 ₽).

To diagnose hardware problems:

  1. Connect your laptop to the router via Ethernet. If the internet connection is stable, the problem is definitely with the Wi-Fi module.
  2. Try downloading Linux Live CD (For example, Ubuntu). If Wi-Fi works fine, Windows is to blame.
How to check a Wi-Fi module for physical damage?

Open the back cover of the laptop (if it is removable) and find the module - usually it is a small board with markings Intel, Broadcom or Qualcomm. Check if the antenna wires are loose (they are connected to the connectors MAIN And AUX).

8. When to contact the service center

If you've tried all the above and your Wi-Fi still isn't working, you may need professional help. Contact a service center if:

  • ⚡ The laptop doesn't see it not a single one Wi-Fi network (even after reinstalling drivers).
  • 🔧 You disassembled your laptop and discovered physical damage to the module or antennas.
  • 💥 The problem appeared after a fall, liquid spill, or power surge.
  • 🔄 Wi-Fi is unstable even after resetting the BIOS and reinstalling Windows.

Repair cost:

Type of malfunction Estimated price (2026)
Replacing the Wi-Fi module 1,500–4,000 ₽ (depending on the model)
Soldered antennas (contacts fell off) 2 000 — 5 000 ₽
Diagnostics + BIOS reflashing 1 000 — 2 500 ₽

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

Why does Wi-Fi only disappear on my laptop, but works reliably on my phone?

This is a sign of a problem with the drivers or power settings on your laptop. Phones use different connection protocols and are less sensitive to interference. Start with driver updates And power saving disable.

Wi-Fi drops under heavy load (online gaming, streaming). What should I do?

Your router is likely struggling to handle the load. Try:

  1. Switch to range 5 GHz (less interference).
  2. Turn on QoS in the router settings and prioritize traffic for your laptop.
  3. Disable background downloads (torrents, cloud synchronization).
My Wi-Fi stopped working after a Windows update. How do I roll back?

Open Settings → Update & Security → Update history → Uninstall updates. Find the latest update (usually with a code KBxxxxxxx) and delete it. Also check driver compatibility.

Can antivirus block Wi-Fi?

Yes, some antiviruses (for example, ESET NOD32 or Dr.Web) have network security modules that may mistakenly block traffic. Try temporarily disabling your antivirus or adding an exception for your network.

The Wi-Fi is working, but the pages won't open. What's wrong?

This is a symptom of a problem with DNS or proxy serverFirst, run the commands:

ipconfig /flushdns

netsh winsock reset

Then check your proxy settings in Settings → Network & Internet → Proxy (should be set to "Automatic detection").