Windows 11 Wi-Fi Keeps Disconnecting: Checks Worth Trying

Few things wreck an online class or a timed coding test like Wi‑Fi that drops every few minutes. On Windows 11 the cause is often ordinary: power-saving that sleeps the adapter, a flaky driver, a crowded 2.4 GHz hostel band, a wrong DNS hang, or the laptop preferring a weak access point. This is a practical checklist—not a random list of twenty identical restarts. Change one thing, reconnect, then move on.

Notice the pattern first

Spend one day observing before you reinstall the world.

  • Does it drop only on battery, or also on charger?
  • Only on college Wi‑Fi, only on phone hotspot, or everywhere?
  • Does the icon show connected with no internet, or does Wi‑Fi vanish entirely?
  • Is the time interval regular (every 5–10 minutes) or random?
  • Do phones on the same router stay online while the laptop drops?

Battery-only drops point toward power management. One-network drops point toward the router, captive portal, or band issues. Everywhere-drops point toward drivers, airplane-mode hotkeys, or adapter hardware.

Turn off Wi-Fi adapter power saving

Windows may power down the wireless card to save battery—and drop your Meet call in the process.

Path that usually works:

  1. Right-click StartDevice Manager
  2. Expand Network adapters
  3. Double-click your Wi‑Fi adapter (names vary: Intel, Realtek, MediaTek)
  4. Open the Power Management tab
  5. Uncheck Allow the computer to turn off this device to save power
  6. Apply → OK

Also open SettingsSystemPower & battery and test with a balanced plan first. Extreme battery savers and OEM “eco” utilities sometimes reintroduce aggressive sleep. For exam hours, plug in if you can.

Forget the network and rejoin cleanly

Corrupted Wi‑Fi profiles cause odd reconnect loops.

Go to SettingsNetwork & internetWi‑FiManage known networks. Forget the problematic SSID. Reboot once. Rejoin and enter the password carefully. On campus portals, complete the browser login page again after reconnecting.

If your college uses separate SSIDs for 2.4 GHz and 5 GHz, try the other band. 5 GHz is often stabler when you sit close to the access point; 2.4 GHz reaches farther but suffers more interference in hostels packed with routers and microwaves.

Update or reinstall the Wi-Fi driver carefully

Generic advice says “update drivers.” Better advice: prefer the laptop maker’s support page for your exact model, or Intel/Realtek’s package for your chip, over a random third-party driver site.

In Device Manager, right-click the Wi‑Fi adapter → Uninstall device. If you see a checkbox about deleting the driver, use it only when you are ready to install a known-good package afterward. Restart. Windows may reinstall a basic driver; then install the vendor package.

If problems started immediately after a Windows Update, check whether Roll Back Driver is available under the adapter’s Driver tab. Rolling back is valid when a new driver is the regression.

Disable random hardware switches and overlays

Many laptops have an airplane-mode key or a function-key Wi‑Fi toggle. A slightly sticky key or a mis-pressed Fn combo looks like “Windows keeps disconnecting.” Confirm airplane mode is off in Quick Settings.

Also quit overlays that inject into networking: aggressive “game boosters,” shady optimizer apps, and duplicate VPN clients. One clean VPN you trust is fine; three network filters fighting each other are not. Temporarily disconnect VPN while testing stability on plain Wi‑Fi.

DNS and “connected, no internet”

When the Wi‑Fi icon shows a globe or warns about no internet while the SSID remains connected, try:

  • SettingsNetwork & internetWi‑Fi → your network → Hardware properties → edit DNS to a known public resolver temporarily, or set back to automatic if a custom DNS is failing
  • Open a browser to a plain HTTP site or the campus portal page—captive portals often need that nudge
  • Run SettingsNetwork & internetAdvanced network settingsNetwork reset only after simpler steps fail (you will re-enter Wi‑Fi passwords)

Network reset is a last resort for the week, not the first click of the morning.

Router-side and environment checks you control

If you own the hotspot:

  • Reboot the router or phone hotspot once
  • Move closer; note whether drops stop within three metres of the AP
  • Reduce load: pause large downloads on other devices during class
  • On phone hotspots, disable battery-saving modes that throttle Wi‑Fi when the screen locks

If you do not own the campus AP, still change your seat, try 5 GHz if offered, or use a phone hotspot for critical submissions when the lab Wi‑Fi is infamous that day. Pride is cheaper than a missed form upload.

TCP/IP stack soft repair

From an elevated Command Prompt or Terminal (Admin), these classic commands still help when the stack feels cursed:

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

Restart afterward. They will not fix a dying adapter, but they clear a surprising number of software glitches after VPN experiments and failed updates.

When it looks like hardware

Suspect hardware if:

  • Drops happen on every network including phone hotspot
  • Device Manager shows warnings on the Wi‑Fi adapter
  • An external USB Wi‑Fi adapter stays stable while the built-in one fails

Then test a cheap USB adapter, check warranty, or visit authorised service. Continuing forever with driver reinstalls on bad hardware wastes exam weeks.

A sane order for busy students

  1. Pattern check (battery vs network-specific)
  2. Disable adapter power saving
  3. Forget/rejoin network; try the other band
  4. Vendor driver update or rollback
  5. Kill airplane toggles, optimizers, and extra VPNs
  6. DNS / captive portal checks
  7. Winsock and IP reset
  8. Network reset
  9. USB adapter or service centre

Stop when stable. You do not need to complete the list for sport.

Bottom line

Windows 11 Wi‑Fi disconnects are usually fixable with power settings, a clean network profile, a proper driver, and a less crowded band—not with superstition. Work methodically, test after each change, and keep a phone hotspot ready for deadline moments while you diagnose. Stability matters more than a perfect signal-bar screenshot.

Leave a Comment