My home Wi-Fi is cutting out my computer's internet connection every 5 minutes—what should I do?

You're working on your computer when suddenly your internet connection drops—the connection icon flashes yellow, pages won't load, and then magically restores itself after 30-60 seconds. Five minutes later, the same thing happens again. Sound familiar? These cyclical connection drops are one of the most annoying home Wi-Fi problems, and their causes aren't always obvious.

Unlike a complete lack of internet, where the problem is clearly with the provider or cable, periodic interruptions every 5 minutes most often point to conflicts in the local network, router configuration errors, or computer-side problems. In this article, we'll look into all possible reasons — from trivial router overheating to hidden Windows settings that 90% of users don't even know about. You'll receive not only diagnostic methods, but also unique solutions for rare cases, which are not described in standard instructions.

Important: If breaks occur strictly on time (for example, exactly every 5 minutes ±10 seconds), this is almost always due to router or ISP settings. If the interval fluctuates (sometimes 3, sometimes 7 minutes), the computer or external interference is most likely to blame. Let's start with the simplest and gradually work our way up to more complex cases.

1. Wi-Fi channel congestion: why the router is choking

The most common cause of cyclical breaks is wireless channel congestionModern routers theoretically support up to 256 connected devices, but in practice, problems begin with just 10-15 active clients (smartphones, smart light bulbs, TVs). This is because each device isn't just "sitting" on the network; it's constantly exchanging service packets with the router—and if there are too many, the buffer overflows.

How does this manifest on a computer? Windows attempts to send a request to the internet, but the router can't process it due to a backlog of packets from other devices, and the connection is dropped. After a few seconds, the backlog clears, and everything works again. The cycle repeats.

  • 📱 Too many devices - even if they are "sleeping", background updates (for example, iCloud on iPhone) create a load.
  • 🎮 Online gaming or streaming - one PC running Twitch or Steam can clog a channel more than 5 smartphones.
  • 🔄 Background torrents — clients like qBittorrent or uTorrent Even in pause mode, they hold hundreds of connections.
  • 🏠 Neighboring networks - If there are many routers on the same channel, they create mutual interference.
📊 How many devices are connected to your Wi-Fi?
1-3
4-7
8-12
More than 12
Don't know

How to check? Go to the router's web interface (usually at 192.168.0.1 or 192.168.1.1) and find the section DHCP Clients, Connected Devices Or something similar. If there are more than 10-15 devices, the problem is found. Solutions:

⚠️ Attention: Some smart devices (such as cameras Xiaomi or columns Amazon Echo) can create up to 3-5 virtual connections simultaneously. Disconnect them from Wi-Fi during the test.

2. Incorrect Windows power saving settings

Windows 10 and 11 are optimized for laptops by default, not desktop PCs. One of the features is automatic shutdown of network adapters to save energy. In theory, this should work seamlessly, but in practice, it often leads to micro-disconnections, especially if the Wi-Fi adapter driver is imperfect.

What does it look like? The computer puts the network card to sleep for 5-10 seconds, and the router sees this as a lost connection and releases the IP address. When the adapter wakes up, it has to re-obtain an IP via DHCP, resulting in a slow internet connection. This cycle repeats every few minutes.

How to fix:

  1. Open Control Panel → Network Adapters (or click Win + R and enter ncpa.cpl).
  2. Find your Wi-Fi adapter (e.g. Intel Wi-Fi 6 AX200), right-click → Properties.
  3. Click Tune → go to the tab Power management.
  4. Uncheck the box Allow the computer to turn off this device to save power.

Open Control Panel → Network Adapters

Select your Wi-Fi adapter → Properties → Configure

Go to the "Power Management" tab

Uncheck "Allow the computer to turn off this device..."

Restart your computer-->

If you don't see this option, try updating the adapter driver (more on this in Section 5). Also, check your power plan settings:

  1. Open Settings → System → Power & sleep.
  2. Select Additional power optionsSetting up a power plan.
  3. Click Change advanced power settings.
  4. Find the section Wireless Network Adapter Settings → install Maximum performance.

3. IP address conflict or DHCP failure

If your computer and other devices on the network are receiving the same IP address, the router becomes confused about who to send packets to. As a result, the connection is constantly being lost and then restored. A similar problem occurs if DHCP lease period (the time for which the router issues an IP) is too short - for example, 1 minute instead of the standard 24 hours.

How to check for IP conflict:

  1. Click Win + R, enter cmdEnter.
  2. Run the command:
    arp -a

    If the same IP (for example, 192.168.1.100) is bound to two different MAC addresses - conflict confirmed.

Solutions:

  • 🔄 Reboot your router - this will reset the DHCP table.
  • 🖥️ Set a static IP for the computer manually (outside the router's DHCP range).
  • ⚙️ Increase DHCP lease time in the router settings (look for the parameter DHCP Lease Time, install 24 hours or 0 for endless rent).
Problem Signs Solution
IP conflict Breaks every 1-5 minutes, in arp -a duplicate IPs Reboot your router or set a static IP
Short DHCP Term IP changes too often (checked in ipconfig /all) Increase DHCP Lease Time in the router for up to 24 hours
IP pool exhaustion New devices don't receive an IP address, "Self-assigned IP" error Extend the DHCP range (for example, with 192.168.1.100-200 to 192.168.1.100-250)
⚠️ Attention: If you are manually setting a static IP, make sure it is out of DHCP range router. For example, if the router distributes IP addresses with 192.168.1.100 By 192.168.1.200, select 192.168.1.210Otherwise, the conflict will return.

4. Interference from neighboring networks or household appliances

Wi-Fi operates on frequencies 2.4 GHz And 5 GHz, which use not only routers, but also microwaves, cordless phones, baby monitors, and even some LED lampsIf your channel is overloaded, your speed will drop and your connection will become unstable. 2.4 GHz especially critical channel blockages - if your neighbors use channels 1, 6 or 11 (the most popular), their networks will overlap yours.

How to check:

  • Install the application on your smartphone Wi-Fi Analyzer (Android) or NetSpot (iOS/Windows).
  • Check which channels are occupied by your neighbors. Ideally, your channel shouldn't overlap with others (for example, you're on channel 3, and your neighbors are on channels 1 and 6).
  • Check your signal level (dBm): if it is lower -70 dBm, the connection will be unstable.

Solutions:

  • 📶 Change Wi-Fi channel in the router settings (select the most free one in Wi-Fi Analyzer).
  • 🔄 Switch to 5 GHz - there is less interference, but the range is shorter.
  • 🏠 Move the router away from microwaves, refrigerators or mirrors (they reflect the signal).
  • 🛡️ Mount the router on the ceiling — the signal spreads downwards more evenly.

5. Outdated or incompatible Wi-Fi drivers

The network adapter driver is the "translator" between Windows and the hardware. If it's outdated, corrupted, or incompatible with your OS version, it may manifest itself as intermittent connection breaks, and strictly on time. For example, the driver Realtek RTL8821CE is known for a bug that causes the adapter to go to sleep every 5 minutes unless you update it to the latest version 2026.05.05 or newer.

How to check:

  1. Click Win + Xdevice Manager.
  2. Expand Network adapters, find your Wi-Fi module (for example, Intel Wi-Fi 6, Qualcomm Atheros, Realtek).
  3. Right click → PropertiesDriver → look Driver version.

Solutions:

  • 🔄 Update your driver:
    1. Download the latest version from the manufacturer's website (not from Windows Update!).
    2. Remove the old driver via device Manager (right click → Remove device).
    3. Install the new driver and restart your PC.
  • 🔙 Driver rollback - If the problem appeared after an update, revert to the previous version.
  • 🛠️ Manually configuring adapter settings:
    Control Panel → Network Adapters → [Your Adapter] → Properties → Configure → Advanced

    Disable options like 802.11n/ac Wireless Mode, Roaming Aggressiveness or Transmit Power (install Highest).

  • List of problematic drivers

    Realtek RTL8821CE (versions before 2026.05.05) - interruptions every 5 minutes due to a bug with energy saving. Qualcomm Atheros QCA61x4 (version 12.0.0.308+) - conflict with Windows 11 23H2. Intel Wi-Fi 6 AX200 (versions 22.110.0.3 and 22.120.0.3) - speed drops to 1 Mbps before disconnecting. Broadcom 43xx - requires disabling the parameter Wireless N Mode in additional settings.

    6. Problems on the provider's side: DHCP spoofing and more

    Sometimes it's not your router or computer that's to blame, but providerSome operators (especially small local companies) use aggressive DHCP settings, which can lead to forced connection reset every few minutes. This is done to:

    • 🔄 IP address redistribution (if the provider has few free IPs).
    • 🛡️ Fight against piracy (for example, by sharing the Internet with neighbors).
    • 📡 Load balancing (if the network is overloaded).
    • How to check:

      1. Connect your computer directly to the provider's cable (without router).
      2. If the disconnections continue, the problem is on the provider's side.
      3. Call support and ask if they are using it. DHCP lease time less than 10 minutes or ARP spoofing for client management.

    Solutions:

    • 📞 Request an increase in DHCP lease time up to 24 hours.
    • 🔧 Use a static IP (if the provider allows).
    • 🛡️ Connect the second router in bridge mode - it will “screen” the provider’s aggressive settings.
    ⚠️ Attention: Some providers (eg. Rostelecom (In some regions) bind services to the device's MAC address. If you connect a different router, you may need to clone the old one's MAC address in the new one's settings (option MAC Clone).

    7. Router or power supply overheating

    If the router physically overheats, its processor starts to malfunction—dropping packets, dropping connections, or even rebooting. This is especially true for budget models (for example, TP-Link TL-WR840N or D-Link DIR-300), which are often installed in closed cabinets or next to radiators.

    Signs of overheating:

    • The router is hot to the touch (especially at the bottom, where the chipset is).
    • Breakdowns become more frequent after 30-60 minutes of operation.
    • The indicators on the router blink randomly or go out.

    Solutions:

    • 🌬️ Provide ventilation - Place the router in an open area and place a stand underneath it.
    • 🔌 Check the power supply - If it gets hot or makes a squealing noise, replace it.
    • 🔄 Reset to factory settings — sometimes helps if overheating is caused by a software error.
    • ❄️ Use a cooling pad (for example, for laptops) or a fan.

    8. Viruses, botnets, and hidden mining programs

    An unlikely but possible scenario is your computer or other device on the network infected with a virus, which:

    • 🕵️ Uses your channel for DDoS attacks (network packets clog the router).
    • ⛏️ Mines cryptocurrency (constant network load).
    • 📤 Sends spam or participates in a botnet (e.g. Mirai).
    • How to check:

      1. Open Task Manager (Ctrl + Shift + Esc) → tab Net.
      2. See which processes are consuming traffic. Unknown names (for example, svchost.exe with a high load) is a cause for concern.
      3. Run an antivirus scan (for example, Kaspersky Virus Removal Tool or Malwarebytes).
      4. Check your network for suspicious devices (in the router's web interface).

      Solutions:

      • 🛡️ Remove viruses and reset network settings (netsh winsock reset V cmd).
      • 🔒 Change your Wi-Fi password — It’s possible that strangers have connected to your network.
      • 🔄 Disable WPS - This protocol is vulnerable to hacking.
      ⚠️ Attention: If an unknown device with a MAC address appears on the network (for example, 00:1A:2B:3C:4D:5E), don't rush to block it. First, check if it belongs to your gadgets (MAC addresses can be found on the device's labels or in its settings).

      FAQ: Frequently Asked Questions about Wi-Fi Drops

      Can an antivirus cause internet interruptions?

      Yes, some antiviruses (for example, Avast or ESET NOD32) scan network traffic in real time. If enabled in the settings Firewall or Wi-Fi Security, try temporarily disabling them. Also, check if your antivirus is blocking them. DNS queries (this may manifest itself as “there is internet, but the pages don’t open”).

      Why do disconnects only happen on the computer, but everything is fine on the phone?

      This almost always indicates a problem with Wi-Fi adapter driver or energy saving settings Windows. Start by disabling the option. Allow the computer to turn off this device to save power (Section 2). If that doesn't help, update the driver or try connecting via a USB-Wi-Fi adapter (for example, TP-Link TL-WN725N).

      How to check if the provider is at fault?

      Connect your computer to the Internet via mobile hotspot (from your phone). If the disconnections stop, the problem is with your home network (router, cable, interference). If the disconnections persist, the problem is with your ISP or Windows settings. Also, call support and ask if they're doing maintenance or if DHCP lease time less than 10 minutes.

      Will changing the router help?

      In 60% of cases, yes, but only if the reason is hardware limitations An old router (weak processor, low memory, overheating). If the problem lies with your provider settings, interference from neighbors, or computer drivers, a new router won't help. Try it before you buy. rent a router with your provider for a test (many operators provide this service for free).

      Is it possible to fix breaks without access to the router (for example, in the office)?summary>

      Yes, but there are few options:

      1. Use USB-Wi-Fi adapter with an external antenna (for example, Asus USB-AC68) - it can catch the signal better.
      2. Connect via mobile Internet (USB modem or phone in modem mode).
      3. Try it change DNS on 1.1.1.1 or 8.8.8.8 (sometimes helps with interruptions related to the provider's DNS servers).

      If the problem is in the office network, contact the administrator - it may be configured there 802.1X authentication or MAC address restrictions.