Anavem
Languagefr
Fix Windows 11 File Explorer Performance Issues – Slow Launch & Dark Mode Flashes 2026
Fix GuidePerformance DegradationWindows 11 File Explorer

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.

April 22, 2026 12 min
Performance DegradationWindows 11 File Explorer 5 methods 12 min
Instant Solution

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

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.

Diagnostic

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
Analysis

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
Resolution Methods

Solutions

01

Enable File Explorer Background Preloading

Microsoft introduced background preloading to improve File Explorer launch times. This feature loads File Explorer components during system startup.

  1. Open File Explorer (Windows key + E)
  2. Click the View tab in the ribbon
  3. Click OptionsChange folder and search options
  4. Switch to the View tab in the Folder Options dialog
  5. Scroll down and check Enable window preloading for faster launch times
  6. Click Apply then OK
  7. Open Task Manager (Ctrl + Shift + Esc)
  8. Find Windows Explorer in the Processes tab
  9. Right-click and select Restart

Verification: Open File Explorer multiple times - launch speed should improve significantly after the first launch.

Pro tip: This setting persists across reboots and works best on systems with 8GB+ RAM.
02

Reset File Explorer Process and Clear Cache

Corrupted File Explorer cache can cause performance issues. This method clears the cache and resets the process.

  1. Press Windows key + R to open Run dialog
  2. Type taskkill /f /im explorer.exe and press Enter
  3. Open Task Manager (Ctrl + Shift + Esc)
  4. Click FileRun new task
  5. Type the following command to clear thumbnail cache:
del /f /s /q %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db
  1. Click OK to run the command
  2. In Task Manager, click FileRun new task again
  3. Type explorer.exe and press Enter
  4. Navigate to SettingsSystemStorage
  5. Click Temporary files and select Thumbnails
  6. Click Remove files

Verification: Open File Explorer and navigate through different folders. Performance should be noticeably improved.

Warning: Clearing thumbnail cache will require Windows to regenerate thumbnails for images and videos.
03

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.

  1. Press Windows key + R and type regedit
  2. Navigate to the following registry path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  1. Right-click in the right pane and select NewDWORD (32-bit) Value
  2. Name it DisablePreviewPane
  3. Double-click and set the value to 1
  4. Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  1. Create another DWORD named EnableDarkModeOptimization
  2. Set its value to 1
  3. Close Registry Editor
  4. Open Command Prompt as administrator
  5. Run the following command to restart explorer:
taskkill /f /im explorer.exe && start explorer.exe

Verification: Switch to dark mode in SettingsPersonalizationColors and open File Explorer. White flashes should be eliminated.

Warning: Always backup your registry before making changes. Create a system restore point first.
04

Disable Problematic Shell Extensions

Third-party shell extensions can significantly impact File Explorer performance. This method identifies and disables problematic extensions.

  1. Download and run ShellExView from NirSoft (official utility)
  2. Sort by Type column to group shell extensions
  3. Look for extensions marked in pink (non-Microsoft)
  4. Right-click suspicious extensions and select Disable Selected Items
  5. Alternatively, use PowerShell to list shell extensions:
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" | Format-List
  1. For manual registry disable, navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved
  1. Find problematic extension GUID and rename it (add .disabled suffix)
  2. Restart explorer.exe process
  3. Test File Explorer performance
  4. 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.

Pro tip: Common problematic extensions include outdated antivirus context menus and cloud storage sync handlers.
05

Advanced Performance Optimization via Group Policy

For enterprise environments or advanced users, Group Policy provides comprehensive File Explorer optimization options.

  1. Press Windows key + R and type gpedit.msc
  2. Navigate to User ConfigurationAdministrative TemplatesWindows ComponentsFile Explorer
  3. Enable the following policies:
  4. Turn off caching of thumbnail pictures - Set to Disabled
  5. Turn off the display of thumbnails and only display icons - Set to Enabled for better performance
  6. Navigate to Computer ConfigurationAdministrative TemplatesSystemFilesystem
  7. Enable Do not allow locations on removable drives to be added to libraries
  8. Open Command Prompt as administrator and run:
gpupdate /force
  1. For registry-based approach (if Group Policy unavailable):
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
IconsOnly = 1
ShowInfoTip = 0
FolderContentsInfoTip = 0
  1. 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.

Pro tip: These settings are ideal for older hardware or systems with limited resources where visual effects can be sacrificed for performance.
Validation

Verification

To confirm File Explorer performance improvements are working:

  1. Measure launch time: Press Windows key + E multiple times and count seconds until fully loaded
  2. Check process behavior: Open Task ManagerDetails tab → verify explorer.exe terminates properly after closing windows
  3. Test dark mode: Switch to dark theme and open File Explorer - no white flashes should occur
  4. Monitor resource usage: Run perfmon and add explorer.exe CPU counter to verify reduced resource consumption
  5. Verify preloading: Run this PowerShell command to check if preloading is active:
Get-Process explorer | Select-Object ProcessName, WorkingSet, PagedMemorySize

Working set should be higher when preloading is enabled, indicating background loading is active.

If it still fails

Advanced Troubleshooting

If the above methods didn't resolve File Explorer performance issues:

  1. Run System File Checker: Open Command Prompt as administrator and run sfc /scannow followed by DISM /Online /Cleanup-Image /RestoreHealth
  2. Check for Windows Updates: Navigate to SettingsWindows Update and install any pending updates, especially KB5083631 for Windows 11 24H2/25H2
  3. Reset Windows Search: Run PowerShell as administrator and execute: Get-AppxPackage -AllUsers Microsoft.Windows.Search | Reset-AppxPackage
  4. Clean boot troubleshooting: Use msconfig to perform a clean boot and test File Explorer performance without third-party services
  5. Hardware considerations: Ensure adequate RAM (8GB minimum) and consider SSD upgrade if using traditional hard drive
  6. 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?+
File Explorer slow launch is primarily caused by disabled background preloading, corrupted thumbnail cache, problematic shell extensions, and the explorer.exe process not terminating properly. Microsoft introduced background preloading in Windows 11 to load File Explorer components during startup, but this feature may be disabled by default or corrupted after certain updates. Additionally, third-party shell extensions from antivirus software or cloud storage providers can significantly impact startup performance.
How do I fix white flashes when opening File Explorer in dark mode?+
White flashes in dark mode are linked to KB5070311 and can be fixed through registry modifications. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced and create a DWORD named 'DisablePreviewPane' with value 1. Also create 'EnableDarkModeOptimization' in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced with value 1. Restart explorer.exe to apply changes. Microsoft has been gradually rolling out fixes for this issue through Windows Insider builds.
Why does explorer.exe keep running after I close all File Explorer windows?+
Explorer.exe manages both File Explorer windows and the Windows desktop/taskbar, so it should always run. However, if you notice multiple explorer.exe processes or excessive memory usage, this indicates a process management issue. Microsoft is working on making explorer.exe stop more reliably after closing File Explorer windows in recent Insider builds. You can manually restart the process through Task Manager by right-clicking 'Windows Explorer' and selecting 'Restart' to resolve temporary issues.
Does enabling File Explorer preloading affect system performance?+
File Explorer preloading uses additional RAM (typically 50-100MB) during startup to cache components, which improves launch speed but may impact systems with limited memory. On systems with 8GB+ RAM, the performance benefit outweighs the memory cost. Users with 4GB or less RAM might experience slower overall system performance. The feature can be disabled in Folder Options under View tab by unchecking 'Enable window preloading for faster launch times' if needed.
Which Windows 11 builds include the latest File Explorer improvements?+
The latest File Explorer improvements are available in Windows 11 builds 26100.8313 (24H2) and 26200.8313 (25H2) through KB5083631. These builds include background preloading enhancements, dark mode flash fixes, and improved process management. Windows Insider Program participants in the Release Preview channel receive these updates first. Regular Windows 11 users should check Windows Update for the latest cumulative updates that include these performance improvements.

Discussion

Share your thoughts and insights

Sign in to join the discussion