How To Fix Windows File Explorer Slow Loading On Network Drives?
Does your Windows File Explorer freeze, stutter, or take forever to open folders on a network drive? You are not alone. Thousands of Windows 10 and Windows 11 users deal with this exact problem every single day. The spinning green progress bar, the unresponsive window, and the endless wait can kill your productivity fast.
Network drives are essential for teams and home users who share files across devices. But when File Explorer takes 30 seconds or more just to list the contents of a shared folder, something is clearly wrong. The good news is that this problem is fixable. The causes range from stale cached data and outdated drive mappings to background services that scan network folders without your knowledge.
This guide walks you through 12 practical, step by step solutions to speed up File Explorer on network drives. Each fix targets a specific cause of the slowdown. You can try them one at a time or combine several for the best results. Whether you use a home NAS, a corporate file server, or a simple shared folder on another PC, these solutions apply to your setup.
Key Takeaways
- Stale Quick Access entries and cached history are among the most common reasons File Explorer loads slowly on network drives. Clearing this data often gives you an instant speed boost.
- Automatic folder type discovery forces File Explorer to scan every file inside a folder before displaying it. Disabling this feature through a simple registry edit can cut folder load times by up to 50% in large directories.
- The Windows Search indexing service sometimes tries to index network locations in the background. This creates constant read requests on the network and slows down folder browsing significantly.
- Thumbnail generation on network folders adds a heavy load because File Explorer must download and process preview images for each file. Switching to icon view removes this bottleneck completely.
- Outdated or broken mapped drive connections cause File Explorer to hang while it waits for a response from an unreachable server. Removing and remapping drives with fresh credentials solves this.
- Registry tweaks like KeepConn and RestoreConnection give you direct control over how Windows handles idle network connections and drive reconnection at login. These are powerful fixes for persistent slowdowns.
Why Does File Explorer Load Slowly On Network Drives
File Explorer relies on several background processes every time you open a folder on a network drive. It sends a request across the network using the SMB (Server Message Block) protocol, waits for the server to respond, and then begins to list files and generate previews.
Several things can go wrong during this process. Your network connection might be unstable. The server hosting the shared folder might be slow or overloaded. Windows might try to restore a drive mapping that no longer exists. Background services like Windows Search and Offline Files might scan the network folder without your permission.
File Explorer also runs automatic folder type discovery, which inspects the contents of each folder to decide how to display it. This scanning step adds delay, especially in folders with hundreds or thousands of files. On top of that, File Explorer generates thumbnail previews for images, documents, and videos stored on the network. Each thumbnail requires a file download from the server.
The result is a slow, frustrating experience that feels like your entire system is hanging. But the root cause is almost always a combination of network latency, unnecessary background scanning, and stale configuration data.
Clear File Explorer History And Quick Access Cache
File Explorer stores a record of every folder and file you recently opened. It also keeps pinned shortcuts in the Quick Access section. Over time, this cache can include references to network paths that no longer exist or servers that are offline.
When you launch File Explorer, it tries to reach every path stored in Quick Access. If one of those paths points to a disconnected network drive, File Explorer hangs while it waits for a timeout. This timeout can last 30 seconds or more per unreachable path.
To fix this, open File Explorer and click on the three dot menu or go to View > Options. In the General tab, find the Privacy section at the bottom. Click the Clear button next to “Clear File Explorer history.” This removes all cached recent files and folders.
Next, look at your Quick Access section in the left panel. Right click on any pinned folder that points to a network location you no longer use. Select Unpin from Quick Access. Remove every outdated or unnecessary network shortcut.
After clearing the history and cleaning up Quick Access, close and reopen File Explorer. You should notice an immediate improvement in startup speed. Make this cleanup a regular habit if you work with multiple network drives.
Set File Explorer To Open To This PC
By default, Windows sets File Explorer to open to Quick Access or Home. Both of these views load recent files, frequent folders, and pinned items. If any of those entries point to slow or disconnected network drives, File Explorer stalls right at launch.
Switching the default view to This PC solves this problem. The This PC view shows your local drives and only lists network drives as icons. It does not try to access or preview the contents of those drives until you click on them.
To change this setting, open File Explorer and go to View > Options (or click the three dot menu and select Options). In the General tab, find the dropdown labeled “Open File Explorer to.” Change it from Quick Access or Home to This PC. Click Apply and then OK.
This small change prevents File Explorer from making network requests every time you open a new window. Your local drives appear instantly. Network drives only load when you actively choose to open them. For users on corporate networks or VPN connections, this single setting can eliminate the most noticeable delay.
Disable Automatic Folder Type Discovery
Windows has a feature called automatic folder type discovery that has existed since the Windows XP era. Every time you open a folder, File Explorer scans the files inside to determine whether it should display the folder as Pictures, Music, Documents, or General Items.
This scanning process adds real overhead. In folders with thousands of files, especially on a network drive, the delay can be significant. File Explorer reads file metadata across the network just to decide which column layout to use. This is unnecessary for most users.
You can disable this feature with a registry edit. Open the Registry Editor by pressing Win + R, typing regedit, and pressing Enter. Before making changes, create a system restore point.
Go to this path: HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell. If you see Bags and BagMRU keys here, export them as a backup and then delete them. This resets all saved folder view settings.
Now create the following subkeys under Shell: Bags > AllFolders > Shell. Inside the final Shell key, right click in the right panel, select New > String Value, and name it FolderType. Set its value to NotSpecified.
Restart File Explorer from Task Manager. Every folder will now load as a generic folder without the scanning step. This fix consistently delivers faster load times on both local and network drives.
Disable Thumbnail Previews On Network Folders
Thumbnail previews look nice, but they come at a cost on network drives. For every image, video, PDF, or Office document in a folder, File Explorer downloads enough data to generate a small preview image. On a network drive with hundreds of files, this creates a flood of read requests.
The result is a slow, stuttering folder load. You watch the green progress bar crawl across the address bar while thumbnails pop in one by one. This process can take minutes in large media folders on slow networks.
To disable thumbnails, open File Explorer and go to View > Options. Click the View tab. Check the box labeled “Always show icons, never thumbnails.” Click Apply and OK.
You can also disable thumbnail generation specifically for network locations using Group Policy. Open the Group Policy Editor by typing gpedit.msc in the Run dialog. Go to User Configuration > Administrative Templates > Windows Components > File Explorer. Find the setting “Turn off the display of thumbnails on network folders” and set it to Enabled.
This stops File Explorer from downloading preview data for files on network drives. Folders load much faster because File Explorer only needs to retrieve file names and basic metadata. You can still view thumbnails on local drives if you prefer.
Adjust The KeepConn Registry Value
Windows uses a registry setting called KeepConn to control how long an idle network connection stays active before it is dropped. The default value is often set high, which means Windows holds onto stale connections for a long time. When you try to access a network drive after the connection has gone idle, Windows must reestablish it from scratch.
This reconnection process is what causes the long delay you see when clicking on a network drive after a period of inactivity. Adjusting the KeepConn value tells Windows to drop idle connections sooner, which can lead to faster reconnection times.
Open the Registry Editor and go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters. Look for a DWORD value named KeepConn. If it does not exist, right click in the right panel and create a new DWORD (32 bit) Value named KeepConn.
Set its value to 60 (in seconds). This tells Windows to drop idle connections after 60 seconds instead of the much higher default. Restart your computer for the change to take effect.
A lower KeepConn value means connections drop faster, which may require you to reauthenticate more often. But for most users, the tradeoff is worth it because the reconnection happens much faster than waiting for a stale connection to time out.
Stop Windows Search From Indexing Network Drives
The Windows Search service runs in the background and continuously indexes files to make search results faster. The problem is that this service can sometimes attempt to index files on network drives. Every indexing scan sends read requests across the network.
This background indexing competes with your active browsing for network bandwidth. The result is slower folder loading, especially in large shared directories. Disabling the Windows Search service or excluding network locations from indexing solves this.
To disable the service temporarily, press Win + R, type services.msc, and press Enter. Find Windows Search in the list. Double click it and change the Startup type to Disabled. Click Stop to end the service immediately.
If you still want local search to work, you can exclude network drives from indexing instead. Open Settings > Privacy & Security > Searching Windows (or Indexing Options in Control Panel). Click Modify and uncheck any network locations that appear in the indexed locations list.
After making this change, File Explorer no longer sends background indexing requests to your network drives. Your folder browsing gets the full network bandwidth, and load times improve noticeably. This fix is especially effective for NAS devices and older file servers with limited throughput.
Disable The Offline Files Feature
Windows includes a feature called Offline Files that caches copies of network files on your local machine. The idea is to let you work on shared documents even when you lose network access. Sync Center manages this process in the background.
While Offline Files sounds useful, it often causes more problems than it solves. The sync process runs at unpredictable times and can lock files, create version conflicts, and slow down folder browsing. File Explorer checks the offline cache status of every file in a network folder, which adds noticeable delay.
To disable Offline Files, open the Control Panel and search for Sync Center. Click Manage offline files in the left panel. In the window that appears, click the Disable offline files button. You will need to restart your computer for the change to take effect.
You can also disable this feature through Group Policy. Open gpedit.msc and go to Computer Configuration > Administrative Templates > Network > Offline Files. Set “Allow or Disallow use of the Offline Files feature” to Disabled.
Once Offline Files is disabled, File Explorer stops checking cache status for network files. Folders on network drives load faster because each file listing requires only a single network request instead of a combined network and cache lookup.
Remove And Remap Network Drives
Mapped network drives can become corrupted over time. Password changes, server name changes, IP address updates, and VPN reconnections can all leave behind broken drive mappings. File Explorer freezes when it tries to connect to a drive mapping that points to a path or server that no longer responds.
The simplest fix is to disconnect all mapped drives and recreate them fresh. Open Command Prompt or PowerShell as administrator. Type net use * /delete and press Enter. Confirm the action. This removes all current drive mappings.
Now remap each drive using the correct path and credentials. You can do this through File Explorer by right clicking This PC and selecting Map network drive. Choose a drive letter, enter the full UNC path (like \\ServerName\ShareName), and check “Reconnect at sign in” if needed.
You can also map drives from the command line: net use Z: \\ServerName\ShareName /persistent:yes. This approach gives you more control and is easier to script if you manage multiple drives.
After remapping, verify each drive opens quickly in File Explorer. Fresh mappings use updated authentication tokens and correct network paths, which eliminates timeout errors caused by stale credentials or changed server addresses.
Disable Fast Startup In Windows
Fast Startup is a Windows feature that saves a snapshot of your system state to disk when you shut down. The next time you turn on your computer, Windows loads from this snapshot instead of performing a full boot. While this speeds up startup, it can cause problems with network drives.
Fast Startup does not fully reinitialize network adapters and services during boot. This means your network drivers, DNS settings, and mapped drive connections may not reload properly. File Explorer then struggles to connect to network drives because the network stack is in an incomplete state.
To disable Fast Startup, open Control Panel > Power Options. Click “Choose what the power buttons do” in the left panel. Click “Change settings that are currently unavailable.” Uncheck “Turn on fast startup (recommended).” Click Save changes.
After disabling Fast Startup, every shutdown becomes a full shutdown and every boot becomes a clean boot. Your network adapter, DNS resolver, and SMB services all start fresh. This ensures that mapped drives connect properly every time.
This fix is especially important for laptops that switch between home, office, and VPN networks. A clean boot guarantees that File Explorer finds network drives through the correct network path without stale connection data.
Flush The DNS Cache And Reset Network Settings
Your computer stores a local cache of DNS lookups so it does not have to query the DNS server every time you access a network resource. If this cache contains outdated entries, your system may try to reach a network drive at an old IP address. File Explorer waits for this incorrect connection to time out before trying the correct one.
Flushing the DNS cache forces Windows to perform fresh lookups for every network name. Open Command Prompt as administrator and type: ipconfig /flushdns. Press Enter. You should see a confirmation message that the cache was cleared.
For a more thorough reset, also run these commands in order: netsh int ip reset, netsh winsock reset, and then restart your computer. These commands reset your TCP/IP stack and Winsock catalog to their default states.
After the restart, test your network drives in File Explorer. Fresh DNS lookups and a clean network stack often resolve mysterious slowdowns that no other fix addresses. This is a particularly effective solution when your network environment has recently changed, such as after a server migration, IP address change, or DNS server update.
Optimize Network Adapter Power Settings
Windows aggressively manages power for network adapters, especially on laptops. The “Allow the computer to turn off this device to save power” setting can cause your network adapter to sleep during periods of inactivity. When File Explorer tries to access a network drive, the adapter must wake up first, adding several seconds of delay.
To change this setting, right click the Start button and select Device Manager. Expand Network adapters and find your primary adapter (Ethernet or Wi Fi). Right click it and select Properties. Go to the Power Management tab and uncheck “Allow the computer to turn off this device to save power.” Click OK.
While you are in the adapter properties, click the Advanced tab. Look for settings like Energy Efficient Ethernet (EEE) or Green Ethernet and set them to Disabled. These energy saving features can introduce micro delays that add up during sustained network file browsing.
Also check that Large Send Offload is set correctly. Some users report that disabling Large Send Offload (IPv4 and IPv6) improves SMB file transfer performance on certain network adapters. Experiment with this setting if you notice slow file transfers alongside slow browsing.
Check And Restart Essential Network Services
File Explorer depends on several Windows services to connect to network drives. If any of these services stop running or get stuck, network drive access slows down or fails completely. The three most important services are Workstation, Server, and Netlogon (on domain joined computers).
Open the Run dialog with Win + R, type services.msc, and press Enter. Find the Workstation service first. This service manages SMB client connections. Double click it and confirm the Startup type is set to Automatic and the status is Running. If it is stopped, click Start.
Next, check the Server service (also called LanmanServer). This service handles incoming SMB connections. Ensure it is also set to Automatic and Running. On domain joined computers, check the Netlogon service as well. Netlogon handles authentication with the domain controller.
Restarting these services can fix slowdowns caused by stuck connections or corrupted session data. Right click each service and select Restart. After restarting all three, open File Explorer and test your network drives.
If you experience repeated issues with these services stopping, check Event Viewer > Windows Logs > System for error messages. Look for events related to MRxSmb, LanmanWorkstation, or Netlogon to identify the root cause.
Update Network Drivers And Windows
Outdated network drivers are a common but overlooked cause of slow network drive access. Driver bugs can cause packet loss, connection drops, and slow SMB negotiations. Windows updates also include patches for the SMB protocol and File Explorer itself.
To update your network driver, open Device Manager and expand Network adapters. Right click your primary adapter and select Update driver > Search automatically for drivers. If Windows does not find a newer driver, visit your adapter manufacturer’s website (Intel, Realtek, or Broadcom) and download the latest driver directly.
For Windows updates, go to Settings > Windows Update and click Check for updates. Install all available updates, including optional driver updates listed under Advanced options > Optional updates. Microsoft regularly releases SMB performance improvements and File Explorer bug fixes through cumulative updates.
After updating, restart your computer and test network drive performance. Fresh drivers and the latest Windows patches ensure that your system uses the most efficient protocols and connection methods available. This is one of the simplest fixes and should be one of the first things you try.
Frequently Asked Questions
Why does File Explorer freeze when I click on a network drive?
File Explorer freezes because it is waiting for a response from the network drive server. If the server is offline, the network path has changed, or your mapped drive uses stale credentials, File Explorer hangs until the connection attempt times out. Clearing Quick Access, remapping the drive, and reducing the KeepConn registry value can all reduce or eliminate this freeze.
Can I speed up network drives without editing the Windows Registry?
Yes. Several effective fixes require no registry changes. You can clear File Explorer history, set File Explorer to open to This PC, disable thumbnail previews, disable Offline Files, disable Windows Search indexing on network drives, and update your network drivers. These changes alone can produce a noticeable speed improvement.
Does disabling automatic folder type discovery break anything?
Disabling automatic folder type discovery means File Explorer will not automatically choose a specialized view for your folders. All folders will use a generic layout instead of switching to a Photos or Music view. You can still manually set a folder’s view if you prefer a specific layout. Most users do not notice any downside from this change.
Will these fixes work on both Windows 10 and Windows 11?
Yes. The solutions in this guide apply to both Windows 10 and Windows 11. The settings, registry paths, and service names are the same across both operating systems. The Group Policy paths and File Explorer Options menus may look slightly different, but the functionality is identical.
How do I know which fix will work for my specific problem?
Start with the simplest fixes first. Clear File Explorer history, set the default view to This PC, and disable thumbnails on network folders. If the problem persists, move on to registry edits and service adjustments. Each fix targets a different cause, so you may need to combine several to fully resolve the slowdown. Testing one change at a time helps you identify which solution makes the biggest difference.
Is it safe to disable Fast Startup on my computer?
Disabling Fast Startup is completely safe. It only affects how quickly your computer boots after a shutdown. With Fast Startup disabled, your computer performs a full shutdown and a clean boot every time. This adds a few seconds to your startup time but ensures all drivers and services load properly, which prevents many network drive issues.
Hi, I’m Suzy — the voice behind RapidGenLab. I’m a tech enthusiast who loves breaking down complex products into simple, honest reviews and comparisons. Got a question? Feel free to reach out!
