How to Fix Mapped Network Drives Not Working in Windows 11

Resolve common issues with mapped network drives in Windows 11 and regain access to your shared files and folders.

How to Fix Mapped Network Drives Not Working in Windows 11

Mapped network drives are essential for accessing shared files and folders across your network. However, Windows 11 users sometimes encounter issues where these drives stop working or become inaccessible. This can disrupt workflow and file sharing capabilities. Let’s explore several effective methods to fix mapped network drives in Windows 11.

Check Network Discovery and File Sharing Settings

The first step in troubleshooting mapped drive issues is to ensure that network discovery and file sharing are properly enabled on your Windows 11 system.

Step 1: Open the Settings app by pressing Windows Key + I.

Step 2: Navigate to Network & Internet > Advanced network settings > Advanced sharing settings.

Step 3: Toggle on both “Network discovery” and “File and printer sharing” options.

Step 4: Restart your computer to apply these changes.

These settings allow your Windows 11 PC to detect other devices on the network and share resources, which is crucial for mapped drives to function correctly.

Verify Essential Network Services

Certain Windows services play a vital role in network drive functionality. Ensuring these services are running can often resolve mapped drive issues.

Step 1: Open the Run dialog by pressing Windows Key + R, type “services.msc”, and press Enter.

Step 2: Locate the following services in the list:

  • Function Discovery Provider Host
  • Function Discovery Resource Publication
  • SSDP Discovery
  • UPnP Device Host

Step 3: For each service, right-click and select Properties. Ensure the “Startup type” is set to “Automatic” and the service status is “Running”. If not, change these settings and click “Apply” then “OK”.

Step 4: Restart your computer after making these changes.

These services facilitate network resource discovery and communication, which are crucial for mapped drives to function properly.


Enable Insecure Guest Logins for Older Devices

Windows 11 has implemented stricter security measures for network connections, which can sometimes interfere with older NAS devices or those using SMB (Server Message Block) protocol. To address this, you can enable insecure guest logins.

Step 1: Open Windows Terminal as an administrator by right-clicking the Start button and selecting “Terminal (Admin)”.

Step 2: Run the following commands:

Set-SmbClientConfiguration -RequireSecuritySignature $false
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true

Step 3: Restart your computer to apply these changes.

This adjustment allows Windows 11 to connect to devices that don’t meet the latest security standards. However, use this option cautiously as it can potentially expose your system to security risks.


Reconnect the Mapped Network Drive

If the above methods don’t resolve the issue, try disconnecting and reconnecting the mapped drive. This process can refresh the connection and resolve any temporary glitches.

Step 1: Open File Explorer and locate the problematic mapped drive.

Step 2: Right-click on the drive and select “Disconnect”.

Step 3: To reconnect, click on “This PC” in File Explorer, then select “Map network drive” from the top menu.

Step 4: Choose a drive letter, enter the network path (e.g., \\server\sharedfolder), check “Reconnect at sign-in”, and click “Finish”.

Step 5: If prompted, enter the necessary credentials for the network resource.

This process creates a fresh connection to the network resource, which can often resolve issues with mapped drives.


Update Windows and Network Drivers

Outdated system software or network drivers can sometimes cause mapped drive issues. Keeping your system up-to-date is crucial for maintaining proper functionality.

Step 1: Open Settings and go to Windows Update.

Step 2: Click “Check for updates” and install any available updates.

Step 3: To update network drivers, open Device Manager, expand the “Network adapters” section, right-click on your network adapter, and select “Update driver”.

Step 4: Choose “Search automatically for drivers” to let Windows find and install the latest driver.

Regular updates ensure that your system has the latest fixes and improvements, which can resolve various network-related issues, including problems with mapped drives.


By following these methods, you should be able to resolve most issues with mapped network drives in Windows 11. Remember to reboot your system after making changes to ensure they take effect. If problems persist, consider checking the network device itself or consulting with your network administrator for more advanced troubleshooting.