Skip to content
Fixes & Errors

Network Adapter Keeps Turning Itself Off on Windows 11

Network adapter keeps disabling Windows 11 kills internet access on a cycle. Here are all the real fixes — power management, USB suspend, driver update, and stack reset.

Network Adapter Keeps Turning Itself Off on Windows 11

A network adapter that keeps disabling itself in Windows 11 — internet dropping at intervals, the adapter showing as disabled in Device Manager without you doing anything, or the network icon showing disconnected then reconnecting every few minutes — is almost always a power management issue. Windows is turning off the adapter to save power, then failing to wake it correctly. You’ll find the complete rundown in our Complete Guide to Fixing Windows, Browser, and Software Errors.

The primary fix applies to 90%+ of cases and takes under 2 minutes:

Fix 1: Disable power management on the adapter

Device Manager → Network Adapters → right-click the adapter → Properties → Power Management tab → uncheck “Allow the computer to turn off this device to save power” → OK.

Also: in the same Properties window → Advanced tab → find “Power Saving Mode” or “Energy Efficient Ethernet” → set to Disabled or Off. Different adapter brands use different names for the same setting; some have both options.

Restart the machine after making these changes. The adapter should now stay active regardless of power state.

Fix 2: System power plan settings

Windows power plans have their own network adapter settings that override the device-level setting in some configurations. Control Panel → Power Options → your active plan → “Change plan settings” → “Change advanced power settings” → Wireless Adapter Settings → Power Saving Mode → set to “Maximum Performance” for all power states (On battery and Plugged in).

This is separate from the device-level setting in Fix 1. Both need to be configured for complete control over the adapter’s power behaviour.

Fix 3: Driver update from the manufacturer

Network adapter drivers updated through Windows Update are often generic versions that don’t include the manufacturer’s power management optimisations. A driver that lacks proper power management support causes the adapter to get stuck in a low-power state it can’t exit cleanly, which appears as the adapter randomly disabling.

Find the correct driver:

  • Laptop built-in Wi-Fi: laptop manufacturer’s support page (Lenovo, Dell, HP, ASUS) for your exact model
  • Desktop network card: card manufacturer’s website, or motherboard manufacturer’s LAN driver page
  • Intel Wi-Fi: Intel’s driver support assistant or Intel.com downloads
  • Realtek LAN: motherboard manufacturer’s page for your specific board

After installing the manufacturer’s driver: power management settings from Fix 1 may need to be reapplied — driver installation sometimes resets them to defaults.

Fix 4: USB selective suspend for USB network adapters

For USB Wi-Fi adapters (external dongles), Windows USB selective suspend turns off USB devices it considers inactive. This powers off the adapter mid-session without warning. Settings → Power Options → advanced → USB settings → USB selective suspend setting → Disabled.

Also: Device Manager → Universal Serial Bus controllers → right-click each USB hub → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power.” Apply to all USB hub entries.

Network adapter disabled vs disconnected

These are different problems. An adapter that shows as “Disabled” in Device Manager was explicitly disabled — either by Windows power management (Fix 1), or by a user or software right-clicking the adapter in Device Manager and disabling it. An adapter showing as “Network cable unplugged” or “Not connected” is still enabled but has lost signal.

Check: Device Manager → right-click the adapter → does the menu show “Enable device” or “Disable device”? “Enable device” means it’s currently disabled — click to re-enable. If it keeps returning to disabled: power management is the cause (Fix 1); if it stays enabled but shows disconnected: signal/hardware is the cause.

WLAN AutoConfig service

For Wi-Fi adapters specifically: the WLAN AutoConfig service manages Wi-Fi connections. If this service stops running: the Wi-Fi adapter may still be enabled but can’t maintain connections. Win+R → services.msc → “WLAN AutoConfig” → set to Automatic and Started. If it’s stopped: right-click → Start.

Our guide on Wi-Fi connection after sleep covers the power management settings in more detail for the sleep-specific case of adapter disabling. For the driver investigation that identifies which manufacturer driver to install, our Ethernet adapter guide covers the same process for wired adapters. Microsoft’s network adapter documentation covers the advanced adapter settings including receive buffers, interrupt moderation, and the specific EEE and Green Ethernet options that affect adapter stability.

Automatic adapter reset via script

As a stopgap while the root cause is being investigated: a scheduled task can automatically re-enable the adapter when it disables. Task Scheduler → Create Basic Task → trigger “On an event” → Event Log: System → Source: Kernel-PnP → Event ID: 20 (device disabled) → Action: run a program → Program: netsh → Arguments: interface set interface "Wi-Fi" enable.

This is a workaround, not a fix — use it temporarily while applying the permanent power management fixes above. Having this task active confirms whether power management is the cause (if it triggers regularly, the adapter is being disabled by power management).

Event Viewer for adapter disable events

Event Viewer → Windows Logs → System → filter for Source “Kernel-PnP” — look for events around the times when the adapter disables. Kernel-PnP Event ID 219 indicates a device was disabled or had a problem. The event description includes the device name and a reason code. If the reason is power management: the device description includes “power management” in the event text. If the reason is a driver failure: the description indicates an error code instead.

This log review takes 5 minutes and immediately distinguishes power management disabling from driver crashes — directing whether to focus on power settings or driver replacement.

Network adapter disabling due to driver failure

If Event Viewer shows driver errors (not power management) as the reason for adapter disabling: the driver itself is crashing and Windows disables the device to prevent further errors. Signs in Event Log: “The device was disabled because the firmware of the device reported a problem” or similar driver-level errors.

Rollback the driver (Device Manager → Properties → Driver → Roll Back Driver) if the issue started after a recent driver update. If rollback isn’t available: try an older driver version from the manufacturer’s download archive. Downgrading from a buggy newer driver version to a stable older version is a legitimate fix for driver-induced adapter disabling.

Network adapter conflicts

Multiple network adapters (real and virtual) can interfere with each other. VPN clients install virtual network adapters; Hyper-V creates virtual switches; VMware and VirtualBox add virtual adapters. When these virtual adapters compete for resources with the real adapter: the real adapter occasionally gets disabled or behaves erratically.

Device Manager → View → Show hidden devices → Network Adapters — this shows all adapters including disconnected virtual ones. Disabled virtual adapters from uninstalled VPNs or virtualisation tools can still cause conflicts. Right-click any VPN or virtual adapter from software you no longer use → Uninstall device. Removing unused virtual adapters often stabilises the real adapter’s behaviour.

Ethernet adapter self-disabling — specific pattern

For Ethernet adapters that disable when the link is disconnected (cable unplugged) and then don’t re-enable when the cable is reconnected: this is the “Link Down Power Off” feature. Device Manager → Ethernet adapter → Advanced tab → “Link Down Power Off” or “Power Down When Link Lost” → Disabled. After disabling: the adapter stays active even without a cable, waiting for reconnection rather than entering a power-off state.

Laptop-specific: adapter disabling on battery

Some laptop power profiles disable the Wi-Fi adapter when on battery power below a certain threshold. Settings → Power & battery → Power mode → check whether “Better power efficiency” or “Battery saver” mode is active — these modes apply more aggressive power saving. Switch to “Balanced” or “Best performance” and check whether the adapter stays active. For machines where battery life is important: the power management fix (Fix 1) specifically prevents the adapter from disabling while allowing other power savings to remain active.

Pattern Cause Fix
Disables every few minutes / on schedule Power management (most common) Disable power management in adapter Properties and Power Plan
Disables after sleep/wake Sleep power management Same as above; also update manufacturer driver
Disables then shows driver error Driver crash/instability Roll back driver; install stable manufacturer driver version
USB Wi-Fi adapter disconnects USB selective suspend Disable USB selective suspend; disable USB hub power management
Disables on battery not on AC Battery power plan settings Set wireless adapter to Maximum Performance in Power Options

A network adapter that keeps disabling is one of those problems that feels random but almost always follows a power management pattern. Confirming the timing — does it happen on a schedule, after a period of inactivity, after sleep, or when battery drops below a threshold — immediately identifies the power management cause and makes the fix straightforward. The power management settings in Fix 1 and Fix 2 together permanently resolve the issue in the majority of cases.

Network adapter reset from Command Prompt

When the adapter disables and won’t re-enable through Device Manager: a full network adapter reset from Command Prompt often restores it without a restart. Administrator Command Prompt:

netsh interface set interface "Wi-Fi" admin=disable
timeout /t 3
netsh interface set interface "Wi-Fi" admin=enable

Replace “Wi-Fi” with the actual adapter name (visible in Settings → Network → Advanced network settings). This performs a software reset of the adapter state — equivalent to manually disabling and re-enabling in Device Manager but scriptable and faster. If the adapter re-enables but disables again within minutes: power management is actively overriding the enable state, and Fix 1 is essential.

Monitoring adapter state with PowerShell

To monitor when the adapter disables and confirm whether it’s a regular pattern: Administrator PowerShell:

while ($true) {
    $adapter = Get-NetAdapter -Name "Wi-Fi" 
    $time = Get-Date -Format "HH:mm:ss"
    Write-Host "$time — Status: $($adapter.Status)"
    Start-Sleep 30
}

This reports the adapter status every 30 seconds. When it shows “Disabled” alongside a timestamp: correlate with Event Viewer entries at that time to identify the cause. Running this during a period when the adapter typically disables confirms the timing and frequency, which helps identify whether it’s periodic (power saving schedule) or event-triggered (sleep, cable removal, specific application activity).

Antivirus and network adapter interference

Some security suites install their own network filter drivers that sit between Windows and the physical adapter. When these filter drivers misbehave: they can cause the underlying adapter to appear to disable (from Windows’ perspective, the filter driver has blocked the adapter). Signs: adapter disabling correlates with specific security software operations, or the adapter is fine in Safe Mode (where security software doesn’t load) but keeps disabling in normal mode.

Test in Safe Mode with Networking: Win+R → msconfig → Boot tab → check “Safe boot” with “Network” selected → restart. If the adapter stays enabled in Safe Mode: the security software’s filter driver is the cause. Update the security software (filter driver updates often fix these issues) or temporarily uninstall it to confirm before looking for an alternative security solution.

For machines where this is a recurring issue that comes back after seeming to be resolved: the most reliable permanent solution is a combination of all three software fixes (device power management, power plan settings, manufacturer driver) applied together and verified through the Event Viewer monitoring approach. Each individual fix may partially address the problem; all three together eliminate the power management vulnerability at every layer Windows applies it. Adding the PowerShell monitoring script for a week after applying fixes confirms that the adapter stays active before declaring the issue resolved.

Energy Efficient Ethernet (EEE) and Green Ethernet

Ethernet adapters in particular have EEE and “Green Ethernet” features that reduce power consumption during low-traffic periods by partially powering down the transmitter. This is similar to the Wi-Fi power saving issue but for wired connections. The adapter enters a low-power state between packet bursts — and some drivers handle the wakeup incorrectly, causing the adapter to appear to have disconnected or disabled mid-session.

Device Manager → Ethernet adapter → Advanced tab → “Energy Efficient Ethernet” → Disabled. Also look for “Green Ethernet” and “Reduce Speed on Link Down” (which powers the adapter further when it detects no link activity) — disable both. These settings have no performance benefit for a desktop or server that’s always connected; disabling them provides more stable, consistent adapter behaviour at minimal power cost. See also Windows 11 Stuck on Identifying Network for a related case.

Combining EEE disable with the power management fix from Fix 1 ensures both the OS-level and hardware-level power management are addressed — the most comprehensive fix for Ethernet adapters that keep disabling or losing connectivity intermittently. You might also run into Network Adapter Not Found.

Understanding that Windows applies power management at four independent levels — the device driver, the device manager properties, the power plan’s advanced settings, and the USB hub (for USB adapters) — explains why a single fix sometimes doesn’t fully resolve the problem. Disabling power management in Device Manager Properties handles one layer; the power plan’s wireless settings handle another; USB selective suspend handles the third for USB devices; and EEE/Green Ethernet settings handle the fourth for wired adapters. Complete resolution of “adapter keeps disabling” often requires addressing all applicable layers, not just one. Related: Screen Resolution Keeps Changing in Windows 11.

Nikolas Lamprou

Nikolas Lamprou (MSc; GCFR, SC-200, Security+) has been working with computers professionally since 2009 — starting with web development and e-commerce, and moving into cybersecurity over the years. Based in Greece, he brings over 15 years of real-world IT experience to SolveTechToday, where he writes about Windows fixes, software reviews, security tools, and AI applications. His goal is straightforward: cut through the noise and give readers clear, honest guidance on the tech decisions that matter.

Stay Ahead

Fix your next problem before it starts

Get the week's best Windows fixes, software picks, and security guides delivered straight to your inbox. No noise, just solutions.

Press ESC to close · Try "Windows 11" or "Chrome"