Introduction
When the internet keeps disconnecting on Windows 11, everything stalls. Video calls freeze. Games drop. Cloud files fail to sync. You click reconnect and hope. Then it happens again. You do not need to live with this. You can isolate the cause and fix it.
This guide shows you how to stop random disconnects on Windows 11. You will start with fast checks. Then you will update Windows and drivers the right way. Next you will tune Wi‑Fi and Ethernet settings. You will also adjust your router and repair your network stack. Finally, you will use built‑in logs to prove what breaks and when.
Each section builds on the last. You move from simple to advanced. If you follow the flow, you will find and fix the source of the drops. Let’s start by spotting the pattern that links symptoms to root causes.

Identify the Pattern: When and How the Internet Keeps Disconnecting on Windows 11
Before you change settings, learn the pattern. Patterns point to causes. Causes lead to precise fixes.
Frequency and triggers
Track when drops happen and what you were doing. Note if it disconnects when idle, during big downloads, on video calls, while gaming, or right after Windows resumes from sleep. Keep a short log with times and apps in use. If the issue began after a Windows update or a driver change, mark that date.
Scope: Wi‑Fi vs Ethernet vs all networks
Check whether the problem hits only Wi‑Fi, only Ethernet, or every connection. Test by switching from Wi‑Fi to Ethernet if you can. If another device on the same Wi‑Fi stays online while your PC drops, focus on Windows and the adapter. If every device drops together, aim at the router or ISP.
Distinguish local Wi‑Fi drop from internet outage
Watch the taskbar icon. If the Wi‑Fi indicator disconnects while your phone stays online on the same SSID, the local link is unstable. If the Wi‑Fi icon stays connected but websites fail to load, the local link is fine and DNS or ISP likely broke. Run two pings in Windows Terminal: one to your router (often 192.168.1.1) and one to 8.8.8.8. If router pings drop, suspect Wi‑Fi or Ethernet. If router pings hold while internet pings time out, suspect DNS or ISP.
With a pattern in hand, you can move to quick wins that often clear the issue in minutes.
Quick Wins Before Deep Fixes
Many disconnects vanish after simple resets and placement changes. Try these first. They are fast and safe.
Power‑cycle modem, router, and PC in order
- Unplug the modem and router for 60 seconds.
- Shut down the PC.
- Power on the modem. Wait for full sync.
- Power on the router. Wait for Wi‑Fi to broadcast.
- Start the PC and test.
Test another device and try another network
- Use a phone or a second PC on the same Wi‑Fi. If it stays stable, focus on your Windows 11 device.
- Connect your PC to a mobile hotspot or a guest network. If stability returns, your router or ISP is the likely cause.
Move closer and reduce interference
- Reduce distance and walls between the PC and router.
- Keep the PC away from microwaves, cordless phones, and large metal objects.
- Reposition antennas if your PC has external ones.
Forget and reconnect Wi‑Fi; create a fresh profile
- Go to Settings > Network & internet > Wi‑Fi > Manage known networks > your SSID > Forget.
- Reconnect and re‑enter the password to clear a corrupt profile.
If quick wins fail, update Windows and your network drivers next to stabilize the base system.
Update Windows 11 and Network Drivers Properly
A clean, current network stack prevents many drops. Update both Windows and your adapter drivers.
Windows Update and optional driver updates
- Go to Settings > Windows Update > Check for updates.
- Install cumulative updates and any network‑related optional updates under Advanced options.
OEM driver packages vs generic drivers
- For laptops, get Wi‑Fi and Ethernet drivers from the laptop maker’s support page.
- For desktops, use Intel, Realtek, or the card vendor’s site.
- OEM packages often include power and firmware fixes that generic drivers lack.
Roll back a problematic driver after a recent update
- Device Manager > Network adapters > your adapter > Driver tab > Roll Back Driver (if available).
- Or uninstall the adapter and check ‘Delete the driver software’ to force a clean reinstall. Then install a known stable version from the OEM.
With the system current, tune adapter and power settings. Wi‑Fi often needs careful power and radio configuration.
Wi‑Fi Keeps Disconnecting on Windows 11: Adapter and Power Settings
Wi‑Fi drops often trace back to aggressive power saving or mismatched radio settings. Tuning these stops flapping links.
Disable ‘Allow the computer to turn off this device
- Device Manager > Network adapters > your Wi‑Fi adapter > Properties > Power Management.
- Uncheck ‘Allow the computer to turn off this device to save power.
Set power plan and adapter power to steady values
- Control Panel > Power Options > choose Balanced. If drops persist on AC power, test High performance.
- Advanced settings > Wireless Adapter Settings > Power Saving Mode > set to Maximum Performance for Plugged in (and On battery if needed).
Tune roaming aggressiveness, preferred band, channel width, and mode
- Device Manager > your Wi‑Fi adapter > Advanced tab.
- Roaming Aggressiveness: set to Medium or Medium‑Low to reduce constant roaming attempts.
- Preferred Band: set to Prefer 5 GHz if you have a dual‑band or tri‑band router.
- Channel Width: set 20/40 MHz for 2.4 GHz; 20/40/80 MHz for 5 GHz. If drops persist, lock 5 GHz to 40 MHz as a test.
- 802.11 mode: choose ‘802.11 a/n/ac/ax’ and, if needed, test without ax to avoid Wi‑Fi 6 quirks.
Toggle 802.11ax (Wi‑Fi 6/6E) and separate SSIDs per band
- On your router, split 2.4 GHz, 5 GHz, and 6 GHz into separate SSIDs. Connect Windows 11 to the most stable one.
- If your router and client clash on ax features, connect to a non‑ax SSID or disable ax on the adapter and retest.
Mitigate Bluetooth and USB 3 interference near 2.4 GHz
- Keep the Wi‑Fi adapter away from USB 3 hubs and dongles.
- If you use many Bluetooth devices, steer your PC to 5 GHz Wi‑Fi.
If you use Ethernet, your fixes differ. Wired drops usually involve cables, ports, and link negotiation.
Ethernet Drops on Windows 11: Cable, NIC, and Negotiation Fixes
Wired links should be rock solid. When they drop, the cause is usually physical or a driver feature.
Swap cable and port; inspect link LEDs for flaps
- Try a known‑good Cat5e or Cat6 cable and a different router or switch port.
- Watch link LEDs. Rapid up/down flashes signal a flap.
Lock speed and duplex when auto‑negotiation is unstable
- Device Manager > Network adapters > your Ethernet adapter > Advanced.
- Speed & Duplex: set to 1.0 Gbps Full Duplex (or 100 Mbps Full Duplex) to test stability.
Disable Energy Efficient Ethernet and Fast Startup
- In the adapter’s Advanced tab, set Energy Efficient Ethernet or Green Ethernet to Disabled.
- Control Panel > Power Options > Choose what the power buttons do > Change settings > uncheck ‘Turn on fast startup.
Update or roll back Intel and Realtek NIC drivers
- Install the latest OEM driver. If drops began after an update, roll back to a stable version.
Once the link layer is stable, clean up the Windows network stack and DNS to clear lingering issues.
Repair the Network Stack and DNS
Corrupt caches and sockets can cause odd drops. Reset them to a clean state.
Release and renew IP; flush DNS
- Open Windows Terminal as Administrator, then run:
1) ipconfig /release
2) ipconfig /flushdns
3) ipconfig /renew
Reset Winsock and TCP/IP
- In the same elevated terminal, run:
1) netsh winsock reset
2) netsh int ip reset - Reboot after the commands complete.
Test public DNS and toggle DoH or IPv6 for comparison
- Set DNS to 8.8.8.8 and 1.1.1.1 in adapter IPv4 properties and test.
- Toggle DNS over HTTPS and IPv6 to see if stability changes. If it improves, update router firmware and drivers, then restore modern features and retest.
If drops persist, check software layers that can interrupt traffic: VPN clients and third‑party security tools.

VPNs, Firewalls, and Filter Drivers That Break Connectivity
VPN clients, third‑party firewalls, and security suites install filter drivers. These can disrupt traffic and cause brief disconnects.
Temporarily disable VPN clients and virtual adapters
- Disconnect from the VPN. Disable its virtual adapter in Network Connections or Device Manager.
- Test without the VPN to see if drops stop.
Remove third‑party firewalls and NDIS filter drivers to test
- Uninstall fully and reboot. Do not rely on a UI toggle.
- Use the vendor’s cleanup tool if available. After testing, reinstall the latest version.
Reinstall security suites cleanly after isolation tests
- If the VPN or security suite caused the issue, reinstall fresh or switch to a version known to be stable on Windows 11.
If software is not the cause, shift focus to your router and access points for alignment and channel choices.

Router and Access Point Tweaks for Stability with Windows 11
Client and router features must align. Small router changes can end frequent drops.
Update firmware and enable a reboot schedule
- Log in to the router. Update to the latest stable firmware.
- Some routers benefit from a weekly scheduled reboot. Enable it as a test.
Choose non‑DFS 5 GHz channels; fix channel width
- Use non‑DFS channels (36–48 or 149–161) to avoid radar‑triggered hops.
- Lock 5 GHz width to 40 MHz during tests on congested airspace.
Turn off band steering or Smart Connect during testing
- Band steering can bounce clients between bands. Disable it and use separate SSIDs per band while you troubleshoot.
Align WPA2/WPA3 compatibility and adjust DHCP lease time
- Use WPA2‑AES or mixed WPA2/WPA3 for broader compatibility.
- Increase DHCP lease time to 24 hours or more to reduce frequent renewals.
Review QoS, client load, and AP placement
- Disable heavy QoS rules temporarily to rule out throttling.
- Reduce obstructions and elevate APs for better line of sight.
After router tuning, many homes reach a stable state. If your drops only happen after sleep or startup, target power transitions next.
Fix Disconnects After Sleep, Hibernation, or Startup
Power transitions can leave adapters in odd states. Fixing resume behavior often stops post‑sleep drops.
Disable Fast Startup and confirm clean boots
- Control Panel > Power Options > Choose what the power buttons do > uncheck ‘Turn on fast startup.
- This prevents hybrid boots that confuse some drivers.
NIC power and wake settings
- Device Manager > Network adapters > your adapter > Power Management: uncheck ‘Allow the computer to turn off this device.
- In Advanced, test ‘Wake on Magic Packet’ on and off to see which yields clean resumes.
Use Task Scheduler to renew DHCP on resume
- Create a task triggered by ‘On workstation unlock’ or ‘On resume from sleep.
- Action: start a program with ‘ipconfig’ and argument ‘/renew’ to force a fresh lease.
If the problem persists, collect proof with logs. Data will point to the final fix and help you avoid guesswork.
Diagnose with Built‑in Tools and Logs
Windows 11 includes tools to prove what fails and when. Use them to capture evidence.
Event Viewer and Reliability Monitor filters for network errors
- Event Viewer: Windows Logs > System. Filter for WLAN‑AutoConfig, Netwtw (Intel Wi‑Fi), e2fexpress or rtl (NIC), Tcpip, and DNS Client Events.
- Reliability Monitor: look for red X events for hardware errors or app crashes around drop times.
netsh wlanreport and lightweight netsh trace captures
- Run ‘netsh wlan show wlanreport’ and open the HTML it creates. Review disconnect reasons, signal strength, and roaming events.
- Run ‘netsh trace start scenario=NetConnection capture=yes’, reproduce the drop, then run ‘netsh trace stop’ to collect an ETL for support.
Continuous ping and pathping to baseline stability
- Run ‘ping -t’ to your router and to 8.8.8.8. Note the exact times of timeouts.
- Use ‘pathping’ to see loss along the route if only external targets drop.
Wi‑Fi analyzers and heatmaps for RF insight
- Use a Wi‑Fi analyzer app on a phone to see channel overlap and signal strength.
- Move or rotate antennas and APs to improve the signal at your desk.
Armed with logs, you can decide whether to replace gear or escalate to your ISP for line checks.
When to Replace Hardware or Escalate to ISP/IT
Sometimes hardware ages out or the ISP link fails. Do not spend days chasing ghosts if evidence points there.
Signs of failing NICs, weak radios, or aging routers
- The router reboots itself or logs radar events and channel changes often.
- Link LEDs flap with multiple good cables and ports.
- Event Viewer shows repeated hardware resets for the same adapter.
Build an evidence package for support
- Include dates and times of drops, ping logs, wlanreport, Event Viewer entries, and a list of fixes you tried.
- Add screenshots of router logs and signal levels.
Interim fixes while you wait
- Use a USB Wi‑Fi dongle or USB Ethernet adapter to bypass a failing card.
- Borrow a different router to test. If stability returns, replace the old one.
With these options considered and evidence collected, you can close the loop, apply the final fix, and confirm a stable connection.
Conclusion
You can stop ‘internet keeps disconnecting Windows 11’ issues with a clear plan. Start with quick wins. Update Windows and drivers. Tune Wi‑Fi and Ethernet settings. Reset the network stack. Test without VPNs and third‑party filters. Adjust your router and channels. Fix resume behavior. Use logs to confirm each change.
Work step by step and test after each change so you know what solved it. If the issue persists, your notes will guide a driver rollback, a router swap, or an ISP ticket. Stable networking is achievable. With the steps above, your Windows 11 PC can stay online without random drops.
Frequently Asked Questions
Why does my internet keep disconnecting on Windows 11 but works on my phone?
Phones and PCs use different radios, drivers, and power rules. Your phone can stay stable while your PC struggles with a driver or power setting. Update Windows and the PC’s Wi‑Fi or Ethernet drivers from the manufacturer’s site. Disable the setting that allows Windows to turn off the adapter to save power. If the router uses band steering, split 2.4 GHz and 5 GHz into separate SSIDs and connect the PC to 5 GHz. Test with public DNS and a continuous ping. If only the PC drops while other devices stay online, the fix almost always lives in the PC’s drivers, adapter settings, or security software filters. If both the PC and phone drop at the same time, focus on the router or ISP.
Is it safe to reset TCP/IP and Winsock in Windows 11, and will it erase anything?
Yes, it is safe. The commands netsh winsock reset and netsh int ip reset rebuild network components and clear corrupt entries. They do not delete personal files or apps. After the reset, you might need to reconnect to Wi‑Fi and re‑enter the password because Windows forgets some network states. If you use a VPN client, you may need to reinstall or repair it so its virtual adapter rebinds. Always run the commands from Windows Terminal as an administrator, then reboot. Many stubborn drop issues vanish after these resets because they clear broken sockets, bad DNS cache, or outdated bindings.
Should I disable IPv6 or Wi‑Fi 6 on Windows 11 to stop disconnects?
Treat both as tests, not permanent fixes. Some networks and older routers mishandle IPv6 or Wi‑Fi 6 features, which can trigger short drops. You can disable IPv6 on your adapter temporarily to see if stability improves. For Wi‑Fi 6, open your adapter’s Advanced properties and set the 802.11 mode to exclude ax, then reconnect. If the drops stop, update your router firmware and your adapter driver. Re‑enable IPv6 or Wi‑Fi 6 afterward and test again. The long‑term goal is to keep modern features on because they improve speed and latency. Permanent disabling should only happen if your hardware or ISP does not support them reliably and no update is available.