Tech Tips & Guides

Laptop Keeps Disconnecting from WiFi: Expert Solutions & Practical Tips

Tech GuidePublished 27 June 2025Updated 23 June 202614 min read
Expert guide on fixing laptop WiFi disconnection issues in Windows
Expert guide on fixing laptop WiFi disconnection issues in Windows
📑 On this page

Does your laptop drop its Wi-Fi at the worst possible moment — mid-call, mid-upload, halfway through a submission? You are not alone. Intermittent dropouts are one of the most common Windows complaints we see, and most of them are fixable in an evening. This guide explains why a Windows laptop repeatedly loses its wireless connection, and works through the fixes in the order a technician would try them: the cheap checks first, the deep ones last, and an honest line at the end telling you when further tinkering is costing you more than it saves.

The usual culprits are an outdated Wi-Fi driver, a power-saving setting that switches the adapter off to save battery, or a network configuration that has drifted. Below we focus on Windows-specific fixes — no Mac or Linux. Work through them in order. If you have already done the two-minute check above and the laptop drops on every network it touches, start at section one.

An open laptop faces the viewer across a light wooden desk with its screen dark and switched off, a smartphone standing upright on a small stand beside it with its screen dark too, and a hand resting on the desk in front of the keyboard; a plain white router with two upright antennas sits on a shelf in the soft background beside a mug and a coiled cable

The Two-Minute Check: Is It Your Laptop or Your Network?

Before you change a single setting, find out which machine is at fault. Microsoft's own guidance is to test the network with something else: “On another laptop or phone, try to connect to the same network. If you can connect, the source of the problem is likely due to your device.” Two minutes here decides whether the rest of this guide applies to you at all.

  • Test 1 — does anything else drop? Watch a phone or a second laptop on the same Wi-Fi for a few minutes. If everything drops together, the fault is the router, the modem or the line — not your laptop. Restart the router and speak to your ISP; nothing below will help.
  • Test 2 — does your laptop drop on a different network? Turn on a phone hotspot and connect the laptop to that instead. If it still drops on the hotspot, the problem travels with the laptop, and the fixes below are the right place to start.
  • Test 3 — does it only drop in one spot? If it holds beside the router and drops in the bedroom, you have a coverage problem, not a laptop fault. Concrete walls and lift lobbies in older HDB blocks kill 5 GHz far faster than 2.4 GHz.

Only Test 2 points at the laptop. If it does, work down the sections below in order — and if you reach the end and it is still dropping, the last section tells you when to stop.

A hand presses a laptop's lid closed on a pale oak desk, the lid plain and completely unmarked and the screen hidden edge-on inside it, with a cream mug and a coiled dark cable soft in the background beside a bright window

Run Windows Network Troubleshooters and Diagnostics

Start with the diagnostic tools Windows already ships. They will not fix a hardware fault, but they clear the simple configuration errors quickly, and they cost nothing to run. The route differs by Windows version, which is the step most guides get wrong.

Steps to run the Network Troubleshooter:

  1. Windows 11: Microsoft has moved this into the Get Help app. Open Get Help from the Start menu, search for network troubleshooter, and run the automated tool it offers. The old Status page no longer exists under Network & internet.
  2. Windows 10: Go to Start > Settings > Network & Internet, choose Status in the left panel, scroll down and click Network troubleshooter.
  3. Follow the prompts, then retest. The troubleshooter scans for improper IP settings and adapter errors and applies what it can. Restart the laptop afterwards and use it normally for an hour — a fault that only shows up every twenty minutes is not proved fixed by a thirty-second test.
Running Windows network troubleshooter to fix WiFi disconnection

Windows 10 is shown above. In Windows 11 the Status page no longer exists — use the Get Help app as described in step 1.

If the troubleshooter doesn’t resolve the issue, you can also reset some network components manually via Command Prompt. Open Command Prompt as Administrator and run the following commands one by one:

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

These commands reset the TCP/IP stack, release and renew your IP address, and flush the DNS cache. After running them, reboot and test your connection again to see if the laptop keeps disconnecting from WiFi issue is resolved.

Why this helps: The Windows troubleshooter and network resets can fix misconfigurations or software conflicts automatically. They address issues like incorrect network settings or adapter errors – some of the common reasons behind Wi-Fi drops. In most cases, this initial diagnostic step will stabilize the connection without further effort. (Even if your laptop keeps disconnecting from WiFi due to minor issues, these tools often catch and fix them.)

The opened underside of a laptop showing an empty wireless card slot with its retaining screw removed, the loose internal antenna wires curled on the dark bench mat beside it with their tiny gold connector tips exposed, and a plain silver precision screwdriver lying alongside

Update or Reinstall Your Wi-Fi Adapter Driver

Outdated or faulty wireless drivers are a top cause of Wi-Fi disconnections. Your laptop’s Wi-Fi adapter driver controls how it communicates with the router. If the driver has bugs or isn’t fully compatible with your Windows version, the connection may drop frequently. Ensuring you have the latest driver (or reinstalling a fresh copy) can resolve known issues. (For instance, if the laptop keeps disconnecting from WiFi right after a Windows update, a driver patch is likely needed.)

Steps to update/reinstall the Wi-Fi driver:

  1. Open Device Manager: Press Windows + X and choose Device Manager. Expand the Network adapters section.
  2. Locate your Wi-Fi adapter: It will have a name like Intel Wireless-AC 9560 or Realtek 8822CE Wireless LAN. Right-click it and select Update driver.
  3. Update the driver: In the Update Driver wizard, click “Search automatically for updated driver software.” Windows will search for a newer driver. This may fix the laptop keeps disconnecting from WiFi problem if it was driver-related. If a new driver is found, install it and reboot.
  4. If updating doesn’t help, reinstall the driver: In Device Manager, right-click the Wi-Fi adapter and select Uninstall device. Confirm if prompted, then restart your PC. On the next boot, Windows will automatically reinstall a built-in driver for the network adapter. After reboot, test the Wi-Fi connection. If it’s stable now, you can optionally install the manufacturer’s latest driver for that adapter (from their website) for optimal performance.

Updating the driver replaces any corrupted code and ensures compatibility with recent Windows updates. Reinstalling can be a fallback that resets the driver to a stable state.

Why this works: a new driver carries the manufacturer's fixes for known dropout bugs, and reinstalling returns a corrupted one to a clean state. This is the single most common software cause, which is why it comes before the fiddly settings. What it cannot do is compensate for a weak signal or a loose antenna — if the driver is freshly installed and the drops are unchanged, move on rather than reinstalling it a third time.

A disconnected black laptop charger lies on a light wooden desk with its barrel plug tip in sharp focus and its cable loosely coiled behind, the plain charger brick further back and the laptop it belongs to running on battery with a dark blank screen

Adjust Power Management Settings for the Wireless Adapter

Windows aggressively saves power on laptops, which can sometimes put the Wi-Fi adapter to sleep. If power management settings are too strict, your wireless card might shut off to conserve energy, causing frequent disconnects – especially when on battery (a common reason a laptop keeps disconnecting from WiFi unexpectedly). Tweaking these settings will keep the adapter powered and maintain a steady connection.

Steps to optimize wireless power settings:

  • Disable adapter power saving in Device Manager: Open Device Manager (Windows + X > Device Manager > Network adapters). Double-click your Wi-Fi adapter to open Properties, then go to the Power Management tab. Uncheck the option “Allow the computer to turn off this device to save power,” then click OK. This prevents Windows from idling the wireless card to save energy.
  • Set Wireless Adapter to Maximum Performance: Open Control Panel (press Windows + R, type control, hit Enter) and go to Power Options. Click Change plan settings next to your current plan, then Change advanced power settings. Expand Wireless Adapter Settings > Power Saving Mode. For both On battery and Plugged in, select Maximum Performance. This ensures the Wi-Fi radio doesn't go into a low-power mode that could impair connectivity.

Figure: Disabling power-saving for the Wi-Fi adapter in Windows Device Manager. Unchecking "Allow the computer to turn off this device to save power" stops Windows from suspending your wireless card, which can prevent random disconnects.

Disabling power-saving mode for WiFi adapter in Windows

After these changes, restart the laptop and monitor your WiFi. In nearly all cases, your laptop keeps disconnecting from WiFi problem should be resolved.

Why this helps: Erroneous power settings are often behind the laptop keeps disconnecting from WiFi issue. By default, Windows may power down the Wi-Fi NIC during periods of inactivity or when on battery to extend battery life. By disabling this behavior, you ensure the network stays alive as long as the laptop is awake. In effect, you trade a bit of battery life for a much more stable Wi-Fi connection, which is usually worth it when dealing with constant disconnects.

A plain white home router seen close and from slightly below on a wooden shelf, its two antennas standing upright and angled apart, with a pale network cable plugged into the sockets along its back

Fine-Tune Advanced Wi-Fi Adapter Settings (Roaming, Bands, etc.)

If the drops continue after the steps above, the adapter's own Advanced properties are the next place to look. These belong to the driver, not to Windows, so what you see depends on whose wireless card is in your laptop — Intel, Realtek, Qualcomm or MediaTek each expose a different list. Intel states this plainly: “Certain properties may not appear depending on the type of wireless adapter, driver version, or operating system installed.” If a setting named below is not in your list, your card does not have it, and that is normal.

Open Device Manager, right-click your Wi-Fi adapter, choose Properties, then the Advanced tab. Select a property on the left and change its value on the right. The names below are Intel's, taken from Intel's own support documentation:

  • Roaming Aggressiveness — this decides how weak the current access point has to get before the card starts hunting for a better one. Intel's ladder is Lowest, Medium-Low, Medium, Medium-High, Highest, and Medium is the default. There is no “Low”. Setting it to Lowest makes the card hold on to the current access point until the signal is very weak, which helps if you have a mesh system or several access points and the laptop keeps hopping between them. On a single-router flat there is nothing to roam to, so this setting will change nothing. Intel's own advice: “revert back to the default (Medium) if you don't see an improvement with other values.”
  • Preferred Band — the options are No Preference (the default), Prefer 2.4 GHz band and Prefer 5 GHz band. Intel frames this as an interference control rather than a speed control: in a home with microwaves, cordless phones and a dozen neighbouring routers on 2.4 GHz, preferring 5 GHz can steady the link. It is a preference, not a lock — the card will still use the other band when it has to.
  • Global BG scan blocking — the one most people have never heard of, and often the one that matters if your Wi-Fi stutters during calls. By default the card periodically scans for other access points, and each scan briefly leaves the current channel. Setting this to On Good RSSI tells the card to scan only when the current signal is already weak. Intel cautions that this is not recommended if you carry the laptop between access points all day.

Change one setting at a time and use the laptop normally for a while before deciding. If a change makes no difference, put it back to its default before trying the next one — a pile of half-remembered tweaks is harder to undo than the original fault.

What this will and will not fix. These properties tune how the card behaves in your particular environment, so they help with roaming, band congestion and scan-related stutter. They cannot repair a driver fault, and they cannot do anything at all about a loose antenna or a failing card — if the drops are identical before and after, you have learned something useful: the problem is not configuration.

A hand pulls the black power plug out of the back of a small plain white router standing on a dusty wooden shelf, the plug half withdrawn from its socket, with a coiled pale network cable and the slack black power cable lying beside it

How Do I Reset Network Settings to Stop My Laptop Disconnecting From WiFi?

If you’ve tried the above and your laptop keeps disconnecting from WiFi, it’s time to refresh the network configuration on Windows. This often fixes scenarios where the laptop keeps disconnecting from WiFi even after trying earlier fixes. We’ll perform a full network reset and also adjust a Windows feature that might be contributing to the issue.

Perform a network reset. This removes and reinstalls every network adapter and returns network settings to their defaults. Windows 11: Settings > Network & internet > Advanced network settings > Network reset. Windows 10: Settings > Network & Internet > Status > Network reset. Confirm and let the PC restart.

Read this before you click it. A network reset is not free of consequences, and Microsoft names them: you may need to reinstall and set up other networking software such as VPN client software or virtual switches, and the reset “might set each one of your known network connections to a public network profile.” On a work laptop that can mean losing a VPN configuration you cannot rebuild yourself, and losing the ability to see shared printers and drives until the network is marked private again. Save your Wi-Fi passwords somewhere first — saved networks are cleared.

What about “Soft Disconnect”? A lot of guides tell you to switch this off in the registry to stop Wi-Fi dropping. That advice has it backwards, and following it can make your problem worse. Microsoft's own documentation describes Soft Disconnect as the thing that prevents an abrupt drop: “When Windows decides a network should no longer be connected, it doesn't immediately disconnect. Abrupt disconnections degrade the user experience without providing an appreciable benefit and are avoided when possible.” Windows checks the interface every 30 seconds and holds the connection open while you are still using it — which is exactly what protects a video call in progress. Turning it off does not stop Windows deciding to disconnect; it only removes the grace period, so the drop lands mid-call instead of after it.

The real behaviour worth knowing about is a docking one. Soft Disconnect only applies to a connection Windows has decided is surplus, and Windows only decides that when you have more than one — Ethernet and Wi-Fi at once, typically through a dock. Microsoft: when a PC starts or resumes from standby “all interfaces simultaneously attempt to connect ... If multiple interfaces successfully connect, Windows begins soft-disconnecting interfaces immediately,” and wired Ethernet always wins. So if your laptop drops Wi-Fi a minute after you wake it at a docked desk, that is Windows working as designed, not a fault. Undock, or ignore it. On a laptop using Wi-Fi alone there is no surplus connection, so none of this applies.

Why the reset helps: it clears misconfigurations and stale adapter state that no individual setting exposes — a genuine clean slate. What it cannot clear is a physical fault. If the drops survive a network reset performed correctly, you have now ruled out software as thoroughly as you can from the keyboard, and the next section is the one you need.

A gloved hand uses fine-tipped tweezers to press a small gold circular antenna connector down onto the corner of a bare green circuit board, with one black and one white hair-thin coaxial wire curving away across a dark grey bench mat and the machined metal edge of an opened chassis along the bottom of the frame

When to Stop Troubleshooting and Bring It In

Every fix above is a software fix, and software fixes cannot reach the parts that actually fail. Inside the laptop, the wireless card is a small module with one or two thin antenna wires clipped onto it; those wires run up through the hinge and into the screen bezel. A clip that has worked loose, a wire pinched during a previous repair, or a card that has begun to fail will produce exactly the symptom this page is about — and no driver, no registry key and no network reset will touch it.

  • Stop if it drops on every network, including a phone hotspot, after you have reinstalled the driver, disabled adapter power saving and run a network reset. You have exhausted what the keyboard can reach.
  • Stop if the drops started right after a repair or a knock — a screen, keyboard, battery or fan replacement all involve working near the antenna wires, and so does dropping the machine. This is the single most likely cause of a laptop that was fine last week.
  • Stop if the Wi-Fi adapter disappears from Device Manager and comes back, or if the Wi-Fi option vanishes from Settings entirely. An intermittently absent device is a connection or a card, not a setting.
  • Stop before you edit the registry a second time. If the first round of tweaks changed nothing, more of them will not help, and you are accumulating changes somebody will later have to unpick.
  • Stop if the laptop is still under manufacturer warranty. Opening it yourself can end that cover. Let the warranty pay for the part.

At Esmond Service Centre the diagnosis is free, so it costs nothing to find out which of these you are looking at. If it is the card, a laptop WiFi and Bluetooth repair is S$95–S$158 and takes 30–45 minutes; if the wireless is soldered into the mainboard, motherboard-level WiFi IC repair starts at S$186 and takes 3–5 working days. Replacements carry a 3-month warranty, and prices are before the 9% GST added at payment. And the honest part: sometimes there is no part to buy at all. The antennas themselves almost never fail — where the cause is a cable that has worked loose inside the casing, we re-seat it rather than sell you a card. That is a worse day for us and a better one for you, which is why it is written here rather than left for you to find out.

A closed plain silver laptop sits squared up on a tidy pale oak desk beside a cream mug and a phone lying face up with a dark blank screen, a terracotta plant pot soft in the background by the window

Resolve Laptop Keeps Disconnecting from WiFi Permanently: Expert Solutions

A laptop that keeps dropping Wi-Fi is almost always one of five things, and they are worth separating before you spend an evening on it. First decide whether the fault is the laptop or the network, using another device and a phone hotspot. Then run the Windows troubleshooter for your actual Windows version. Then update or reinstall the wireless driver, which is the single most common software cause. Then stop Windows switching the adapter off to save power. Then, if it is still dropping, tune the adapter's advanced properties — or find out they change nothing, which is itself an answer. A network reset is the last software step, and it is not free of consequences.

If you have worked through all of that and the laptop still drops its connection on every network it touches, the remaining causes are physical: a loose antenna clip, a failing wireless card, or wireless soldered into a mainboard that needs board-level work. That is the point to stop and have it looked at, and the section above tells you what each of those costs in Singapore before you commit to anything.

Two bare hands pass a closed dark laptop across a pale service counter into a technician's blue-gloved hands, the machine held level between them, with a grey parts tray and a folded blue cloth resting on the counter beside them

Stop Your Laptop from Disconnecting from WiFi – Contact Our Experts Now

Still dropping after all of that? Bring the laptop to Esmond Service Centre and we will tell you which of the three hardware causes you are looking at before you spend anything — the diagnosis is free. We have been repairing laptops in Singapore for over 16 years, we do board-level wireless IC work in-house rather than sending it away, and if the fault turns out to be an antenna cable that has come loose we will say so and re-seat it. Walk in at either branch, or WhatsApp us your laptop model and we will tell you what to expect before you make the trip.

Enjoyed this guide? Follow our Facebook page, LinkedIn profile or Instagram account for more expert insights and practical tips.

Esmond Liu, Founder & Lead Technician Trainer at Esmond Service Centre

Reviewed and published by Esmond Liu, Founder & Lead Technician Trainer at Esmond Service Centre, on June 27, 2025

Need a professional to take a look?

Esmond Service Centre's experienced technicians can diagnose and fix it fast — free diagnostics, repairs from $65.

Get a Free Repair Quote

Frequently Asked Questions

Why does my laptop keep disconnecting from WiFi randomly? +
Common causes include outdated WiFi drivers, router interference, power-saving settings, or software conflicts in Windows.
How do I fix my laptop's WiFi from disconnecting frequently? +
Start by updating WiFi drivers, adjusting power settings, running Windows diagnostics, and performing a network reset.
Can Windows 11 cause WiFi disconnection issues on laptops? +
Yes. Recent updates or driver incompatibilities in Windows 11 can lead to instability, which you can fix by updating or reinstalling drivers.
What settings should I change to stop my WiFi from dropping? +
Disable power-saving mode for the WiFi adapter, set it to maximum performance, and adjust roaming aggressiveness under advanced settings.
Will resetting my network settings fix WiFi dropouts? +
In most cases, yes. A full network reset clears misconfigurations and helps restore stable WiFi connectivity.
How do I use the Windows Network Troubleshooter for WiFi issues? +
The route depends on your Windows version. In Windows 11, open the Get Help app from the Start menu and search for the network troubleshooter — the old Status page has been removed. In Windows 10, go to Settings > Network & Internet > Status > Network troubleshooter.
Which Command Prompt commands fix a laptop that keeps disconnecting from WiFi? +
Open Command Prompt as Administrator and run netsh int ip reset, netsh winsock reset, ipconfig /release, ipconfig /renew, and ipconfig /flushdns one by one. These reset the TCP/IP stack, renew your IP address, and flush the DNS cache. Reboot afterwards and test the connection again.
How do I stop Windows from turning off my WiFi adapter to save power? +
Open Device Manager, double-click your Wi-Fi adapter, go to the Power Management tab, and uncheck the option that allows the computer to turn off the device to save power. This is a common fix when the laptop keeps disconnecting from WiFi while on battery.
When should I stop troubleshooting and get my laptop checked by a technician? +
If the disconnections continue after updating drivers, adjusting power settings, and resetting your network, the issue may be a failing Wi-Fi card or a hardware fault rather than software. At that point, contact Esmond Service Centre, which has two branches in Singapore at Alexandra and Sin Ming, for a free diagnosis.
Should I disable Soft Disconnect in the registry to stop WiFi dropping? +
No — that advice is backwards. Microsoft's documentation describes Soft Disconnect as the feature that avoids an abrupt drop: Windows keeps the connection open while you are still using it rather than cutting it off mid-task. Disabling it does not stop Windows disconnecting; it only removes the grace period. It also applies only when you have two connections at once, such as Ethernet and Wi-Fi through a dock.
How much does it cost to fix a laptop WiFi card in Singapore? +
At Esmond Service Centre, diagnosis is free. A WiFi/Bluetooth card replacement is S$95–S$158 and takes 30–45 minutes; motherboard-level WiFi IC repair starts from S$186 and takes 3–5 working days. Replacements include a 3-month warranty. Prices are before the 9% GST added at payment. Sometimes there is no part to buy at all — a loose internal antenna cable can simply be re-seated.

Need expert help with your device?

Bring it to Esmond Service Centre at Sin Ming or Alexandra — free diagnostics, repairs from $65, many done in 1–2 hours.

WhatsApp us