Troubleshooting3 min read·Apr 6, 2026

Windows SMB File Sharing Keeps Disconnecting — Permanent Fix

Mapped network drives disconnecting randomly on Windows 11? Here is the real cause and how to stop it from happening.

Why Your Mapped Drive Keeps Disconnecting

You map a network drive. It works. An hour later it shows a red X. You reconnect it. It works again. This cycle repeats indefinitely.

This is one of the most reported Windows networking complaints, and it has been present since Windows 10. Windows 11 made it worse.

The cause is almost always one of three things:

1. Windows is suspending the network adapter to save power. Even on desktop PCs, Windows applies power management to network adapters by default. When the adapter suspends, mapped drives lose their connection.

Fix: Device Manager → Network Adapters → right-click your adapter → Properties → Power Management → uncheck "Allow the computer to turn off this device to save power."

2. The SMB session is timing out. Windows drops idle SMB sessions after a set period. The drive reconnects when accessed but shows as disconnected in the meantime.

Fix (run in elevated PowerShell):

Set-SmbClientConfiguration -SessionTimeout 120 -Confirm:$false

3. Credential caching issues. Windows sometimes forgets the stored credentials for a network share, especially after password changes or updates.

Fix: Control Panel → Credential Manager → Windows Credentials → remove and re-add the credentials for your network share.

Why These Fixes Often Do Not Stick

Power management settings can be reset by Windows updates. SMB configuration can revert. Credential Manager can lose entries after certain security updates.

You are not doing anything wrong. Windows network stack was not designed for reliability — it was designed for flexibility, which means it has a lot of moving parts that can go wrong.

The Underlying Issue

SMB was designed in a different era of networking. Modern offices — especially those running Windows 11 — frequently run into its limitations.

Oxolan replaces the SMB dependency entirely for file transfers between team members. No mapped drives, no disconnections, no credential issues. Files transfer directly over a stable HTTP connection that Oxolan manages itself.

Get Oxolan for Windows

Frequently Asked Questions

Why does my mapped drive show a red X but still work when I click it? The drive is disconnected at the session level but Windows reconnects it on access. This is the SMB session timeout behavior.

Does disabling power management on the network adapter affect anything else? No meaningful impact on desktop PCs. On laptops it may slightly reduce battery life when on battery power.

Why did this start after a Windows update? Updates frequently reset power management settings and SMB client configuration. This is a known issue with no official fix from Microsoft.

Is this a router problem? Rarely. The issue is almost always on the Windows client side, not the router.

Done troubleshooting Windows?

Oxolan handles file sharing so you never have to think about this again.

Get Oxolan for Windows