File Explorer crashing or freezing on Windows 11 remains one of the most disruptive experiences for any user. Whether it happens when you right-click a folder, search for a document, or simply open a new window, the result is the same: the taskbar vanishes, open windows close, and your workflow is interrupted. In early 2026, despite numerous system updates, these stability issues often stem from a specific set of culprits ranging from legacy shell extensions to corrupted system caches.

When Windows Explorer (explorer.exe) restarts repeatedly, it is usually attempting to recover from a memory access violation or a stack overflow caused by a third-party component. Resolving this requires a systematic approach, moving from simple interface resets to deep system repairs.

1. Restart the Windows Explorer Process Properly

Sometimes the explorer.exe process enters a "hung" state where it isn't fully crashed but is no longer responsive. A simple system reboot works, but you can often resolve this more quickly via the Task Manager.

To do this, press Ctrl + Shift + Esc to bring up the Task Manager. Locate "Windows Explorer" in the list of active processes. Instead of just ending the task, right-click it and select Restart. This forces the shell to reload its graphical interface and re-initialize its file hooks. If the process is missing entirely, click on "Run new task," type explorer.exe, and hit Enter. This is the first line of defense and solves minor memory leaks that accumulate over long periods of system uptime.

2. Clear the File Explorer History and Cache

A common but overlooked cause of crashes is a corrupted Quick Access cache. Windows constantly updates a database of frequently accessed files and folders. If this database becomes bloated or encounters a file path it cannot parse, Explorer may crash every time it tries to load the "Home" or "Quick Access" view.

To fix this, open the Control Panel and search for File Explorer Options. In the General tab, look for the "Privacy" section at the bottom. Click the Clear button next to "Clear File Explorer history." Additionally, it is often beneficial to uncheck "Show recently used files" and "Show frequently used folders" temporarily to see if the crashing stops. Clearing this data forces Windows to rebuild the index of your recent activity, often removing the specific corrupted entry causing the loop.

3. Identify and Disable Problematic Shell Extensions

Statistically, third-party shell extensions are the primary cause of Explorer instability. These are context menu items added by software like cloud storage providers (Dropbox, OneDrive), file archivers (7-Zip, WinRAR), or image editors. If an extension is poorly coded or incompatible with the latest 2026 Windows 11 build, it can trigger a crash the moment you right-click a file.

Since Windows doesn't provide a built-in manager for these extensions, many technicians rely on a utility called ShellExView. After running this tool as an administrator, you should sort the list by "Type" and focus on "Context Menu" items. A safe diagnostic strategy is to hide all Microsoft extensions and then disable the remaining third-party entries one by one. If Explorer stops crashing after disabling a specific extension (often highlighted in pink or red if they are suspicious), you have found the culprit. Common offenders include outdated PDF handlers and legacy antivirus shell integrations.

4. Run System File Checker (SFC) and DISM

If the crashes occur randomly and are not tied to a specific action like right-clicking, system file corruption might be at play. Windows system files can become damaged due to sudden power loss, failing storage hardware, or interrupted updates.

Open the Command Prompt as an administrator and execute the following command:
sfc /scannow
This utility scans all protected system files and replaces corrupted versions with a cached copy located in a compressed folder at %WinDir%\System32\dllcache.

If SFC finds errors it cannot fix, you must use the Deployment Image Servicing and Management (DISM) tool. Run this command:
dism /online /cleanup-image /restorehealth
This command connects to Windows Update to download and replace corrupted files in the local system image. It is recommended to restart your computer and run the SFC scan one more time after DISM completes to ensure everything is synchronized.

5. Update Graphics Drivers and Adjust Display Settings

Windows Explorer relies heavily on the Graphics Processing Unit (GPU) to render the modern mica effects, transparency, and folder thumbnails. If your display driver is outdated or has a conflict with the latest Windows UI components, the shell may crash during window transitions or resizing.

Check your GPU manufacturer's software (NVIDIA, AMD, or Intel) for the latest 2026 driver releases. In some cases, a "clean installation" of the driver is necessary to remove stale configuration files. Furthermore, if you are using multiple monitors with different scaling settings (e.g., 100% on one and 150% on another), Windows Explorer sometimes struggles with the DPI transition. Try setting all monitors to the same scaling factor temporarily to determine if this is the trigger.

6. Disable the Preview Pane and Thumbnails

Explorer crashes frequently when it attempts to generate a preview of a corrupted media file. If you open a folder containing thousands of high-resolution images or proprietary video formats, the "comsurrogate.exe" process (which Explorer uses to generate thumbnails) may hang and take the whole Explorer process down with it.

You can test this by going to File Explorer Options, clicking the View tab, and checking the box for "Always show icons, never thumbnails." Also, ensure that the "Show preview pane" option in the View menu of Explorer is turned off. If the crashes stop, the issue is likely a specific file in that folder or a codec pack that is failing to interpret the file metadata correctly.

7. Launch Folder Windows in a Separate Process

By default, all File Explorer windows run under a single instance of explorer.exe. If one window hangs while accessing a slow network drive or a scratched DVD, every other window and the taskbar will also freeze.

You can change this behavior to improve stability. In File Explorer Options > View, find the setting "Launch folder windows in a separate process" and enable it. While this uses slightly more RAM, it ensures that if one specific folder window crashes, the rest of the shell—including your desktop icons and taskbar—remains functional. This is a highly recommended tweak for users who frequently work with network-mapped drives.

8. Perform a Clean Boot for Isolation

When standard fixes fail, you must determine if a background service is interfering with the shell. A "Clean Boot" starts Windows with only the essential drivers and Microsoft services.

To do this, type msconfig in the Start search and open System Configuration. Go to the Services tab, check "Hide all Microsoft services," and then click "Disable all." Next, go to the Startup tab in Task Manager and disable all items. Restart your PC. If File Explorer is stable in this state, you can re-enable services in small groups to identify the specific third-party software (such as an old version of a cloud sync tool) that is causing the conflict.

9. Check for User Profile Corruption

Sometimes the problem isn't Windows itself, but a corruption within your specific user profile's registry hive (ntuser.dat). To test this, create a new local user account via Settings > Accounts > Other Users.

Log into the new account and use File Explorer as you normally would. If the crashes do not occur in the new account, your original profile is corrupted. In this scenario, the most efficient solution is often to migrate your files to the new profile rather than attempting to manually repair thousands of registry keys in the old one.

10. Advanced Registry Fixes and Components

In rare cases, the issue is tied to the User Experience Virtualization (UE-V) or corrupted registry keys related to the shell's desktop settings. One known fix involves navigating to the following path in the Registry Editor (regedit):

HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell

You can right-click the BagMRU and Bags keys and delete them. These keys store your folder view preferences (like whether a folder is shown as a list or icons). Over time, these can become malformed. Deleting them resets all folder views to default, which often resolves "looping" crashes that happen upon opening specific directories.

Summary of 2026 Maintenance

As of April 2026, many Explorer issues are also being linked to unfinished "Moment" updates or beta features in the Windows Insider program. If you are enrolled in the Insider program, consider moving to the "Release Preview" channel for better stability. Always ensure that your system has at least 10-15% free space on the C: drive, as Explorer requires significant temporary disk space for thumbnail caching and metadata indexing.

By systematically disabling shell extensions, clearing the cache, and verifying system file integrity, most users can restore File Explorer to a stable state without needing a full Windows reinstallation. If the problem persists after all these steps, a "Reset this PC" (choosing the 'Keep my files' option) remains the most effective way to refresh the system core while preserving your data.