How to fix Windows 11 File Explorer not responding or crashing when opening folders
Summary
This guide helps you troubleshoot and resolve: How to fix Windows 11 File Explorer not responding or crashing when opening folders. Follow the steps below to fix the issue.
Common Causes
When File Explorer stops responding, freezes, or crashes every time you open a folder in Windows 11, the issue is usually caused by a corrupted cache, a faulty shell extension, or damaged system files. The good news is that most cases can be resolved without reinstalling Windows. This guide walks you through the steps in order, starting with the quickest fixes and moving on to more advanced troubleshooting.
Quick Fix Steps
If File Explorer is currently frozen, try these steps first before diving into deeper troubleshooting:
- Press
Ctrl + Shift + Escto open Task Manager. - Locate Windows Explorer in the list of processes.
- Right-click it and select End task.
- Wait a few seconds, then click File > Run new task.
- Type
explorer.exeand press Enter to relaunch File Explorer.
If the problem returns shortly after restarting File Explorer, work through the detailed steps below.
Detailed Instructions
Restart File Explorer from the Command Prompt
If Task Manager is unresponsive, you can restart File Explorer using an elevated Command Prompt:
- Press
Win + Xand select Terminal (Admin) or Command Prompt (Admin). - Click Yes on the User Account Control prompt.
- Type
taskkill /f /im explorer.exeand press Enter. - Type
start explorer.exeand press Enter to relaunch it.
Clear the File Explorer Cache
A corrupted Quick Access or Recent Files cache is one of the most common causes of File Explorer crashes.
- Open File Explorer and click the ... (three dots) menu in the command bar.
- Select Options.
- Under the General tab, click Clear next to Clear File Explorer history.
- Click Apply, then OK.
- Restart your computer when prompted.
Run the System File Checker and DISM
Corrupted or missing system files can cause File Explorer to crash repeatedly. Windows includes built-in tools to repair them.
- Open Terminal (Admin) or Command Prompt (Admin).
- Run the following command and wait for it to complete:
DISM /Online /Cleanup-Image /RestoreHealth - Once finished, run:
sfc /scannow - Allow the scan to finish. If it finds integrity violations, it will attempt to repair them automatically.
- Restart your computer and test File Explorer.
Check for and Install Windows Updates
Microsoft regularly releases patches that address known File Explorer stability issues. Make sure your system is fully up to date.
- Open Settings by pressing
Win + I. - Go to Windows Update.
- Click Check for updates.
- Install any available updates, including optional ones if they relate to File Explorer or system stability.
- Restart your computer when prompted.
For a step-by-step walkthrough, see our guide on How to update Windows.
Disable Third-Party Shell Extensions
Shell extensions are small add-ons (often installed by cloud storage apps, antivirus software, or file management tools) that integrate with File Explorer. A faulty extension is a leading cause of crashes.
- Download ShellExView from NirSoft (a trusted utility used widely by IT professionals).
- Extract the downloaded archive and run shexview.exe.
- Sort the list by Type and look for entries marked as Context Menu or Shell Extension.
- Disable extensions one at a time, starting with those from third-party cloud services (such as Dropbox, Google Drive, OneDrive non-Microsoft versions) and antivirus products.
- Restart File Explorer after each change to identify the culprit.
Perform a Clean Boot
A clean boot starts Windows with a minimal set of drivers and startup programs, helping you determine whether a background service is interfering with File Explorer.
- Press
Win + R, typemsconfig, and press Enter. - In the System Configuration window, go to the Services tab.
- Tick Hide all Microsoft services, then click Disable all.
- Switch to the Startup tab and click Open Task Manager.
- Disable each startup item by selecting it and clicking Disable.
- Close Task Manager, click OK in System Configuration, and restart your computer.
If File Explorer works correctly in a clean boot environment, re-enable services and startup items in small groups until you identify the one causing the issue.
Create a New User Profile
A corrupted user profile can also trigger File Explorer instability. Test this by signing in with a different account or creating a new one.
- Open Settings > Accounts > Other users.
- Click Add account and follow the prompts to create a new local or Microsoft account.
- Sign out of your current account and sign in to the new one.
- Open File Explorer and test whether the issue persists.
If the new profile works correctly, your original profile is likely corrupted. For guidance on managing profiles, see Managing User Accounts in Windows 11.
Reset File Explorer Settings via the Registry
If File Explorer behaviour has changed unexpectedly (such as missing ribbons or unusual default views), resetting its settings can help.
- Press
Win + R, typeregedit, and press Enter. - Confirm the User Account Control prompt.
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced - Delete any entries related to custom views or problematic extensions.
- Close Registry Editor and restart your computer.
Troubleshooting
File Explorer Crashes When Opening Specific Folders
If the crash only occurs when opening a particular folder (such as a network share or a folder containing many files), the issue may be related to that location rather than File Explorer itself.
- Test the folder from a different computer to rule out a server-side problem.
- Try mapping the network drive again or reconnecting to the share.
- Check whether the folder contains an extremely large number of files, which can slow File Explorer significantly.
- Open the folder from a different path (for example, via the command line) to confirm whether the folder itself is the issue.
File Explorer Crashes After a Recent Update
If the issue started immediately after a Windows Update, the update may be the cause.
- Open Settings > Windows Update > Update history.
- Note the most recent update installed.
- Click Uninstall updates and remove the most recent update.
- Restart your computer and test File Explorer.
If uninstalling the update resolves the issue, pause updates until Microsoft releases a fix. For guidance, see How to update Windows.
File Explorer Still Not Responding
If none of the steps above resolve the issue, consider the following options:
- Run the Windows Memory Diagnostic to check for faulty RAM, which can cause application crashes.
- Check your disk health using
wmic diskdrive get statusfrom an elevated Command Prompt. - Perform an in-place repair install of Windows 11, which reinstalls system files without removing your apps or files.
- As a last resort, back up your data and perform a clean install of Windows 11.
For further assistance, contact our support team with details of the steps you have already tried.
Still Having Issues?
💻 Open a Ticket