FIX: Mapped Drives Not Showing In File Explorer

If mapped drives not showing in File Explorer in Windows 10, this registry workshop will show you how to fix it.

Kapil Arya
11x Microsoft MVP · Admin
3 min read
Add as a preferred
source on Google

Previously, we’ve seen how to map a network drive in Windows 10. Map drives are useful and easy to access network based storage. In this article, we’ll talk about the issue where mapped drives are no longer shown in File Explorer.

In such cases, the drive is not visible under Network Locations of This PC in File Explorer. Although, if you try to access them via Command Prompt, you may or may not be able to do so, depending upon how the drive is mapped. In some cases, you may be able to get mapped drives in File Explorer but when you browse through any application, you don’t see mapped drives. Sometimes re-mapping the drive may solve this kind of issue but if it doesn’t, here is how you can fix.

FIX: Mapped Drives Not Showing In File Explorer In Windows 10/8/7

One of the common reason behind this issue is the level at which mapped drive is accessed. According to Microsoft, when you map drive there are symbolic link objects created which assign drive letters to UNC path. These objects are specific for a login session and is not shared between sessions. So when you use access the mapped drive at user account level, you’ve least rights and it shown in File Explorer. However, when you access mapped drive at administrator level, it is not shown in File Explorer because EnableLinkedConnections registry entry forces the symbolic links to be written to both linked logon sessions that are created. To avoid this, you can configure this registry DWORD in the way shown below.

Registry Disclaimer: The further steps will involve registry manipulation. Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point first.

1. Press W8K + R and type regedit in Run dialog box to open Registry Editor (if you’re not familiar with Registry Editor, then click here). Click OK.

Windows 10 Registry Editor

2. In left pane of Registry Editor window, navigate to following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

FIX Mapped Drives Not Showing In File Explorer In Windows 10

3. Now in the right pane of System registry key, look for the registry DWORD (REG_DWORD) named EnableLinkedConnections. If the registry DWORD doesn’t exists, create it. Double click on the DWORD to modify its Value data:

FIX Mapped Drives Not Showing In File Explorer In Windows 10

4. Set the Value data to 1, click OK and close Registry Editor. Reboot and you’ll find that mapped drives are now visible in File Explorer.

FIX Mapped Drives Not Showing In File Explorer In Windows 10

Hope this helps!

Related: Mapped drives not working in Windows 10.

Share this article
https://www.kapilarya.com/fix-mapped-drives-not-showing-in-file-explorer

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

3 Comments
-D3

Did not help.

DaveK

If you go to a DOS Prompt and type:
Net Use
Does it show your mapped drives?

If so, I found that by removing the EnableLinkedConnections entry in the registry has actually fixed the issue.

Kapil Arya Author

^^ Thanks for adding this Dave!

Leave a Comment

Your email address will not be published. Required fields are marked *