🚀 NEW in v2.4.29: 35+ Speed Optimizations added today!Download Now →

Home/Fix/Mapped Network Drives Keep Disconnecting or Showing Red X

How to Fix Mapped Network Drives Keep Disconnecting or Showing Red X on Windows

Mapped network drives showing red X at startup, disconnecting randomly, or "network path not found"? Fix persistent network drive mapping issues.

Symptoms

You might be experiencing this problem if you notice:

  • Mapped drives show red X icon at startup
  • Network drives disconnect after sleep or idle
  • "Could not reconnect all network drives" notification at login
  • Mapped drive shows disconnected but reconnects when clicked
  • Network drive accessible by IP but not by name
  • Drives disconnect during large file transfers

Common Causes

  • Windows tries to reconnect drives before network is ready at startup
  • Credential Manager not saving network drive passwords properly
  • SMB connection timeout too short
  • Power management putting network adapter to sleep
  • DNS resolution delay at startup causing connection failure
  • Network drive server using SMBv1 (disabled by default in Win10/11)

Solutions

Solution 1: Fix Red X at Startup

  1. 1The red X usually means Windows tried to connect before network was ready
  2. 2Quick fix: click the drive in Explorer — it often reconnects instantly
  3. 3Permanent fix: create a startup script that waits then reconnects:
  4. 4Create .bat file in shell:startup with:
  5. 5timeout /t 30 /nobreak > nul
  6. 6net use Z: \\server\share /persistent:yes
  7. 7Replace Z: and path with your drive letter and network path
  8. 8Alternative: Task Scheduler → trigger "At log on" with 60-second delay

Solution 2: Fix Credential Issues

  1. 1If prompted for credentials every time:
  2. 2Control Panel → Credential Manager → Windows Credentials
  3. 3Check if credentials for the network share exist
  4. 4If not: Add a Windows credential → enter server name, username, password
  5. 5Use format: SERVERNAME\username or domain\username
  6. 6When mapping drive: check "Reconnect at sign-in" and "Connect using different credentials"
  7. 7Enter credentials and check "Remember my credentials"

Solution 3: Fix Disconnecting During Use

  1. 1Disable network adapter power management:
  2. 2Device Manager → Network adapters → right-click adapter → Properties
  3. 3Power Management tab → uncheck "Allow the computer to turn off this device"
  4. 4Increase SMB timeout: CMD as Admin:
  5. 5net config server /autodisconnect:-1
  6. 6This prevents Windows from auto-disconnecting idle shares
  7. 7If server uses SMBv1 (old NAS/server): enable SMBv1 client
  8. 8Settings → Apps → Optional features → More Windows features → "SMB 1.0/CIFS File Sharing Support"
FIXES THIS IN 5 MINUTES

Fix Mapped Network Drives Keep Disconnecting or Showing Red X Automatically

RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.

Download Now - Free Trial

No credit card required • Works on Windows 10 & 11

Automated Repairs for This Issue

Browse More Network & Internet Guides

Share this:XRedditLinkedInEmail