Enable File Explorer background preloading by opening File Explorer → View → Options → View tab → check Enable window preloading for faster launch times. Restart explorer.exe process via Task Manager to apply changes immediately.

Fix Windows 11 File Explorer Performance Issues – Slow Launch & Dark Mode Flashes 2026
Windows 11 File Explorer experiencing slow launch times, white flashes in dark mode, and performance degradation. Multiple solutions including background preloading, process optimization, and registry fixes.
Windows 11 File Explorer Performance Overview
Windows 11 File Explorer has undergone significant improvements in 2026, particularly with the introduction of background preloading and enhanced process management in builds 26100.8313 and 26200.8313. However, many users continue experiencing performance issues including slow launch times, dark mode visual glitches, and process management problems.
Microsoft first acknowledged these issues in December 2025, linking them to the KB5070311 optional update. The problems manifest as delayed File Explorer startup, bright white flashes when using dark mode, and the explorer.exe process failing to terminate properly after closing windows. These issues particularly affect users navigating between Home and Gallery views, creating new tabs, or accessing the Details pane.
The performance degradation impacts productivity significantly, especially for power users who frequently access files and folders. Microsoft's response includes rolling out fixes through the Windows Insider Program, with improvements now available in the Release Preview channel. The solutions range from enabling built-in optimization features to advanced registry modifications and process management techniques.
Symptoms
- File Explorer takes 3-5 seconds or longer to open
- Bright white flashes when opening File Explorer in dark mode
- Explorer.exe process remains running after closing all File Explorer windows
- Sluggish navigation between folders and drives
- Delayed response when creating new tabs or toggling Details pane
- Performance issues when navigating to Home or Gallery views
- Slow file copy operations with "More details" dialog
Root Causes
- Background preloading feature disabled or corrupted in Windows 11 24H2/25H2
- Explorer.exe process not terminating properly after window closure
- Dark mode rendering conflicts causing visual flashes (linked to KB5070311)
- Corrupted File Explorer cache and thumbnail database
- Third-party shell extensions interfering with File Explorer startup
- Windows Search indexer conflicts affecting folder navigation
- Insufficient system resources allocated to explorer.exe process
Solutions
Enable File Explorer Background Preloading
Microsoft introduced background preloading to improve File Explorer launch times. This feature loads File Explorer components during system startup.
- Open File Explorer (Windows key + E)
- Click the View tab in the ribbon
- Click Options → Change folder and search options
- Switch to the View tab in the Folder Options dialog
- Scroll down and check Enable window preloading for faster launch times
- Click Apply then OK
- Open Task Manager (Ctrl + Shift + Esc)
- Find Windows Explorer in the Processes tab
- Right-click and select Restart
Verification: Open File Explorer multiple times - launch speed should improve significantly after the first launch.
Reset File Explorer Process and Clear Cache
Corrupted File Explorer cache can cause performance issues. This method clears the cache and resets the process.
- Press Windows key + R to open Run dialog
- Type
taskkill /f /im explorer.exeand press Enter - Open Task Manager (Ctrl + Shift + Esc)
- Click File → Run new task
- Type the following command to clear thumbnail cache:
del /f /s /q %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db- Click OK to run the command
- In Task Manager, click File → Run new task again
- Type
explorer.exeand press Enter - Navigate to Settings → System → Storage
- Click Temporary files and select Thumbnails
- Click Remove files
Verification: Open File Explorer and navigate through different folders. Performance should be noticeably improved.
Fix Dark Mode White Flashes via Registry
Microsoft identified white flashes in dark mode as linked to KB5070311. This registry fix addresses the rendering issue.
- Press Windows key + R and type
regedit - Navigate to the following registry path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced- Right-click in the right pane and select New → DWORD (32-bit) Value
- Name it
DisablePreviewPane - Double-click and set the value to
1 - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced- Create another DWORD named
EnableDarkModeOptimization - Set its value to
1 - Close Registry Editor
- Open Command Prompt as administrator
- Run the following command to restart explorer:
taskkill /f /im explorer.exe && start explorer.exeVerification: Switch to dark mode in Settings → Personalization → Colors and open File Explorer. White flashes should be eliminated.
Disable Problematic Shell Extensions
Third-party shell extensions can significantly impact File Explorer performance. This method identifies and disables problematic extensions.
- Download and run ShellExView from NirSoft (official utility)
- Sort by Type column to group shell extensions
- Look for extensions marked in pink (non-Microsoft)
- Right-click suspicious extensions and select Disable Selected Items
- Alternatively, use PowerShell to list shell extensions:
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" | Format-List- For manual registry disable, navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved- Find problematic extension GUID and rename it (add .disabled suffix)
- Restart explorer.exe process
- Test File Explorer performance
- If issues persist, re-enable extensions one by one to identify the culprit
Verification: Open File Explorer and right-click on files/folders. Context menu should load faster, and overall navigation should improve.
Advanced Performance Optimization via Group Policy
For enterprise environments or advanced users, Group Policy provides comprehensive File Explorer optimization options.
- Press Windows key + R and type
gpedit.msc - Navigate to User Configuration → Administrative Templates → Windows Components → File Explorer
- Enable the following policies:
- Turn off caching of thumbnail pictures - Set to Disabled
- Turn off the display of thumbnails and only display icons - Set to Enabled for better performance
- Navigate to Computer Configuration → Administrative Templates → System → Filesystem
- Enable Do not allow locations on removable drives to be added to libraries
- Open Command Prompt as administrator and run:
gpupdate /force- For registry-based approach (if Group Policy unavailable):
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
IconsOnly = 1
ShowInfoTip = 0
FolderContentsInfoTip = 0- Restart the system to apply all changes
Verification: File Explorer should launch faster, especially when accessing network drives or folders with many files. Use perfmon to monitor explorer.exe CPU usage.
Verification
To confirm File Explorer performance improvements are working:
- Measure launch time: Press Windows key + E multiple times and count seconds until fully loaded
- Check process behavior: Open Task Manager → Details tab → verify explorer.exe terminates properly after closing windows
- Test dark mode: Switch to dark theme and open File Explorer - no white flashes should occur
- Monitor resource usage: Run
perfmonand add explorer.exe CPU counter to verify reduced resource consumption - Verify preloading: Run this PowerShell command to check if preloading is active:
Get-Process explorer | Select-Object ProcessName, WorkingSet, PagedMemorySizeWorking set should be higher when preloading is enabled, indicating background loading is active.
Advanced Troubleshooting
If the above methods didn't resolve File Explorer performance issues:
- Run System File Checker: Open Command Prompt as administrator and run
sfc /scannowfollowed byDISM /Online /Cleanup-Image /RestoreHealth - Check for Windows Updates: Navigate to Settings → Windows Update and install any pending updates, especially KB5083631 for Windows 11 24H2/25H2
- Reset Windows Search: Run
PowerShellas administrator and execute:Get-AppxPackage -AllUsers Microsoft.Windows.Search | Reset-AppxPackage - Clean boot troubleshooting: Use
msconfigto perform a clean boot and test File Explorer performance without third-party services - Hardware considerations: Ensure adequate RAM (8GB minimum) and consider SSD upgrade if using traditional hard drive
- Windows Insider builds: If on Insider Preview, consider switching to Release Preview channel for more stable File Explorer improvements
For persistent issues, consider using Process Monitor (ProcMon) to identify specific file system operations causing delays.
Frequently Asked Questions
What causes File Explorer to launch slowly in Windows 11?+
How do I fix white flashes when opening File Explorer in dark mode?+
Why does explorer.exe keep running after I close all File Explorer windows?+
Does enabling File Explorer preloading affect system performance?+
Which Windows 11 builds include the latest File Explorer improvements?+
Further Intelligence
Deepen your knowledge with related resources
Discussion
Share your thoughts and insights
Sign in to join the discussion




