Few things are more frustrating than a Wi-Fi connection that drops every few minutes, kicking you out of video calls, pausing downloads, and turning simple browsing into a chore. The good news is that intermittent Wi-Fi is almost always fixable without calling out an engineer. This guide walks through the most common causes, from driver problems to router settings, and shows you exactly how to diagnose and resolve each one.

Common symptoms of a dropping Wi-Fi connection

Before diagnosing the cause, it helps to recognise the pattern of your problem, as different symptoms point to different fixes:

  • The Wi-Fi icon shows connected but web pages stop loading intermittently
  • The connection drops for a few seconds and then reconnects automatically
  • Wi-Fi disconnects completely and you must manually reconnect
  • Drops happen only when the laptop is on battery power
  • Drops happen only at certain times of day or in certain rooms
  • Other devices on the same network are unaffected, suggesting a single-device fault

Step 1: Identify whether it's your device or the whole network

Check whether other devices β€” a phone, tablet, or smart TV β€” also lose connection at the same time. If only one PC or laptop is affected, the fault is almost certainly local to that device (drivers, power settings, or the wireless adapter). If every device drops together, the problem lies with the router, your internet service provider, or interference in the property.

Quick test

  1. Connect a second device to the same Wi-Fi network and use it normally for 15–20 minutes.
  2. Note whether it also disconnects.
  3. If possible, connect your PC to the router with an Ethernet cable temporarily. If the wired connection stays rock solid, you've confirmed the issue is wireless-specific rather than an internet outage.

Step 2: Update or reinstall your Wi-Fi adapter drivers

Outdated or corrupted network adapter drivers are one of the most common causes of random disconnections on Windows PCs and laptops.

  1. Right-click the Start button and open Device Manager.
  2. Expand Network adapters and find your wireless adapter (it will usually contain "Wireless" or "Wi-Fi" in the name).
  3. Right-click it and select Update driver, then Search automatically for drivers.
  4. If Windows finds nothing newer, visit the laptop manufacturer's support site (Dell, HP, Lenovo, Asus, etc.) or the Wi-Fi chipset maker's site (Intel, Realtek, Broadcom) and download the latest driver manually.
  5. If the problem persists, right-click the adapter again, choose Uninstall device, tick Delete the driver software for this device if offered, then restart your PC. Windows will reinstall a fresh driver automatically on boot.

Pro tip: Avoid third-party "driver updater" tools that scan your PC and prompt you to pay for updates. Stick to Windows Update or the manufacturer's official downloads to avoid installing malware disguised as a driver.

Step 3: Disable power-saving on the wireless adapter

Windows aggressively powers down the wireless adapter to save battery, which can cause it to drop out or fail to reconnect promptly, particularly on laptops.

  1. Open Device Manager > Network adapters.
  2. Right-click your Wi-Fi adapter and choose Properties.
  3. Go to the Power Management tab.
  4. Untick Allow the computer to turn off this device to save power.
  5. Click OK.

Also check Settings > System > Power & battery > Screen and sleep to ensure the PC isn't entering a low-power networking mode too aggressively.

Step 4: Check for wireless interference

Wi-Fi signals share the airwaves with many household devices. Interference is especially common with older 2.4GHz networks.

Common sources of interference include:

  • Microwave ovens (particularly on the 2.4GHz band)
  • Cordless phones and baby monitors
  • Neighbouring Wi-Fi networks on the same channel
  • Bluetooth speakers and headphones
  • Thick walls, floors, and metal objects between the router and PC

Fixes for interference

  1. If your router supports dual-band Wi-Fi, switch your PC to the 5GHz network instead of 2.4GHz β€” it's less crowded and less prone to interference, though it has a shorter range.
  2. Log in to your router's admin page (commonly 192.168.1.1 or 192.168.0.1) and try changing the wireless channel manually rather than leaving it on "Auto".
  3. Reposition the router away from microwaves, cordless phone base stations, and thick walls, ideally at a central, elevated position in the home.
  4. Consider a mesh Wi-Fi system or a Wi-Fi extender if the affected PC is far from the router.

Step 5: Reset the TCP/IP stack and network settings

Corrupted network settings can cause seemingly random drops. Open Command Prompt as Administrator and run these commands one at a time:

ipconfig /release
ipconfig /flushdns
ipconfig /renew
netsh winsock reset
netsh int ip reset

Restart your PC after running these. This clears cached network configuration and often resolves stubborn connectivity glitches.

Step 6: Update your router's firmware

Router manufacturers regularly release firmware updates that fix stability bugs. Log in to your router's admin panel (check the sticker on the router for the address and default login, commonly something like 192.168.1.1) and look for a Firmware Update or System Update section, usually under Advanced Settings or Administration. Apply any available update and restart the router afterwards.

Step 7: Try a full router reset

If drops affect the whole household, a reset can clear temporary faults:

  1. Unplug the router from the mains for a full 30 seconds.
  2. Plug it back in and wait 2–3 minutes for it to fully reboot.
  3. Reconnect your devices and monitor for improvement.

If problems continue, see our companion guide on resetting your router and fixing common router issues for a deeper walkthrough, including factory resets and rebuilding your Wi-Fi settings from scratch.

Step 8: Check for too many connected devices

Older or budget routers can struggle when 15–20+ devices (phones, smart bulbs, TVs, consoles) are connected simultaneously, causing drops under load. Log in to the router admin page and check the Connected Devices or DHCP Client List section. If the count is very high, consider upgrading to a more capable router or adding a dedicated mesh access point.

When to suspect a hardware fault

If you've worked through every software step above and drops continue only on one device, the internal Wi-Fi card itself may be faulty, particularly on older laptops. Try a USB Wi-Fi adapter as a test β€” if that stays stable while the internal adapter keeps dropping, the internal card likely needs replacing or you can simply continue using the USB adapter as a permanent workaround.

Warning: Never attempt to open a laptop chassis to replace an internal Wi-Fi card unless you're confident working with delicate ribbon cables and static-sensitive components β€” a botched job can damage the motherboard. A local repair technician can usually do this affordably.

Closing thoughts

Dropping Wi-Fi almost always traces back to one of five culprits: outdated drivers, aggressive power management, interference, router firmware, or an overloaded network. Working through the steps above in order β€” starting with the cheapest and easiest fixes β€” resolves the vast majority of cases without needing new hardware. If your connection is stable over Ethernet but never over Wi-Fi, that's a strong signal the fault sits specifically in the wireless side of things, and the driver and interference steps above are where to focus your attention first.


Was this guide helpful? Explore more Networking & Wi-Fi Issues guides, or browse all Operating System & Software articles.