You click a mapped network drive in File Explorer and wait 10 seconds or more before the folder contents appear. This delay happens because Windows 11 is trying to restore a previous folder view or scanning the network for offline files before showing the drive. The issue often stems from the Folder View cache or a feature called Automatic Folder Type Discovery that runs on every network location. This article explains why the slowdown occurs and provides three tested fixes to make your network drives open instantly.
Key Takeaways: Fix Slow Network Drive Opening in File Explorer
- File Explorer Options > View tab > Launch folder windows in a separate process: Isolates each network folder window so a hang in one does not affect the others.
- Registry edit to disable Folder Type Discovery: Prevents Windows from scanning every folder on the network drive to determine the optimal view template, which saves 5 to 15 seconds per access.
- Group Policy > Computer Configuration > Administrative Templates > Network > Offline Files > Configure slow-link mode: Disables the slow-link detection that pauses Explorer while it checks network speed.
Why Network Drives Open Slowly in Windows 11 File Explorer
When you open a mapped network drive, File Explorer does not just list files. It runs several background operations that cause the delay. The primary culprit is Automatic Folder Type Discovery. Windows 11 scans the contents of each folder to decide whether to show thumbnails, details, or icons. On a local drive this scan is fast. On a network drive the scan must read file metadata over the network, which adds seconds per folder.
A second cause is the Folder View cache. Windows saves the column widths, sort order, and view type for every folder. When you reopen a network folder, Explorer checks the cache and then revalidates that the stored settings still match the actual folder contents. This revalidation triggers a network read.
A third cause is Offline Files slow-link mode. If Offline Files is enabled, Windows monitors the network latency. When latency exceeds a threshold, Explorer switches to offline mode and checks for cached copies. The monitoring itself adds a delay before the folder loads.
Fix 1: Enable Separate Folder Processes in File Explorer
This setting makes each File Explorer window run in its own process. If a network drive hangs or takes time to respond, the main Explorer process does not freeze. The drive still opens slowly but the rest of File Explorer stays responsive.
- Open File Explorer Options
Press the Windows key, type File Explorer Options, and press Enter. Alternatively, open File Explorer, click the three-dot menu in the toolbar, and select Options. - Switch to the View tab
In the File Explorer Options dialog, click the View tab at the top. - Enable separate processes
Scroll down the Advanced settings list. Check the box labeled Launch folder windows in a separate process. - Apply and restart Explorer
Click Apply, then OK. To apply the change immediately, open Task Manager with Ctrl+Shift+Esc, find Windows Explorer in the Processes tab, right-click it, and select Restart.
After this change, each network drive opens in its own window. The initial load time may remain the same, but a frozen drive no longer blocks other folder operations.
Fix 2: Disable Automatic Folder Type Discovery via Registry
This fix stops Windows from scanning network folders to decide the view template. After applying this registry edit, Windows uses a default Details view for all folders on the network drive. The scan that causes the 5-to-15-second delay is eliminated.
- Open Registry Editor
Press Windows+R, type regedit, and press Enter. Click Yes in the User Account Control prompt. - Navigate to the Explorer policy key
In the Registry Editor address bar, paste this path and press Enter:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
If the Explorer key does not exist, right-click the Policies key, select New > Key, and name it Explorer. - Create the NoFolderTypeDiscovery DWORD
Right-click the Explorer key, select New > DWORD (32-bit) Value. Name it NoFolderTypeDiscovery. - Set the value to 1
Double-click NoFolderTypeDiscovery, set Value data to 1, and click OK. - Restart File Explorer
Open Task Manager with Ctrl+Shift+Esc. Find Windows Explorer, right-click it, and select Restart. All Explorer windows close and reopen.
Open your mapped network drive again. The folder contents should appear in under two seconds. If you want to revert this change later, set NoFolderTypeDiscovery back to 0 or delete the DWORD.
Fix 3: Disable Offline Files Slow-Link Mode
Offline Files lets you work with network files when disconnected. The slow-link mode pauses Explorer to measure the network speed before deciding whether to use the local cache or the live server. Disabling this mode removes that measurement delay.
- Open Local Group Policy Editor
Press Windows+R, type gpedit.msc, and press Enter. This tool is available in Windows 11 Pro, Enterprise, and Education editions. If you use Windows 11 Home, skip to the registry alternative below. - Navigate to Offline Files policies
Go to Computer Configuration > Administrative Templates > Network > Offline Files. - Open Configure slow-link mode
Double-click the policy Configure slow-link mode. - Set the policy to Disabled
Select the Disabled radio button, click Apply, and then OK. - Restart the computer
Close the Group Policy Editor and restart Windows 11 for the change to take effect.
Alternative for Windows 11 Home users: Open Registry Editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetCache. If the NetCache key does not exist, create it. Right-click the right pane, select New > DWORD (32-bit) Value, name it SlowLinkSpeedThreshold, and set Value data to 0. Restart the PC.
Related Network Drive Slowdowns and Their Fixes
“Network path was not found” error when opening a mapped drive
If the drive fails to open with an error, the mapped drive letter may be assigned to a disconnected resource. Open Command Prompt as administrator and type net use to list all connections. If any show status Disconnected, run net use Z: /delete replacing Z with the drive letter, then remap the drive in File Explorer > This PC > Map network drive.
Drive shows as “Disconnected Network Drive” even though the server is online
This often happens after the PC resumes from sleep. Windows does not reconnect the drive until you open it. To force an automatic reconnect, open the mapped drive properties, check the box Reconnect at sign-in, and then run net use Z: /persistent:Yes in Command Prompt.
File Explorer crashes when browsing a network drive with many files
A large folder with thousands of files can crash Explorer if thumbnail previews are enabled. Open File Explorer Options > View tab, check Always show icons, never thumbnails, and uncheck Show thumbnails instead of icons. Apply the change and restart Explorer.
Automatic Folder Type Discovery vs Separate Process vs Slow-Link Disable: Performance Impact
| Item | Disable Folder Type Discovery | Separate Folder Processes | Disable Slow-Link Mode |
|---|---|---|---|
| Effect on load time | Reduces delay by 5 to 15 seconds | Does not reduce load time | Reduces delay by 1 to 3 seconds |
| Scope | All folders on network drives | All Explorer windows | Only Offline Files enabled drives |
| Side effect | All folders use Details view | Higher memory usage per window | No automatic offline switch on slow links |
| Best for | Drives with mixed content types | Users who open many Explorer windows | Users with Offline Files enabled |
| Revert method | Delete NoFolderTypeDiscovery registry value | Uncheck Launch folder windows in a separate process | Set policy to Not Configured or SlowLinkSpeedThreshold to default |
You can now open a mapped network drive in File Explorer without waiting several seconds. Start with the Folder Type Discovery fix because it addresses the most common cause of the delay. If the drive still opens slowly, apply the separate process setting to isolate any remaining hangs. For users who rely on Offline Files, disabling slow-link mode removes the final layer of latency. Try pressing F5 after opening the drive to force a fresh view refresh if content appears incomplete.