Home › Knowledgebase › KB-312

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.

Quick Tip: Need immediate assistance? 💻 Open a Ticket

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:

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Locate Windows Explorer in the list of processes.
  3. Right-click it and select End task.
  4. Wait a few seconds, then click File > Run new task.
  5. Type explorer.exe and 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:

  1. Press Win + X and select Terminal (Admin) or Command Prompt (Admin).
  2. Click Yes on the User Account Control prompt.
  3. Type taskkill /f /im explorer.exe and press Enter.
  4. Type start explorer.exe and 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.

  1. Open File Explorer and click the ... (three dots) menu in the command bar.
  2. Select Options.
  3. Under the General tab, click Clear next to Clear File Explorer history.
  4. Click Apply, then OK.
  5. Restart your computer when prompted.
While you are in Folder Options, consider unchecking Show recently used files and Show frequently used folders under Privacy. This reduces the amount of cached data File Explorer needs to manage and can prevent future freezes.

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.

  1. Open Terminal (Admin) or Command Prompt (Admin).
  2. Run the following command and wait for it to complete: DISM /Online /Cleanup-Image /RestoreHealth
  3. Once finished, run: sfc /scannow
  4. Allow the scan to finish. If it finds integrity violations, it will attempt to repair them automatically.
  5. Restart your computer and test File Explorer.
The DISM command can take 15–30 minutes depending on your system. Do not close the window while it is running.

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.

  1. Open Settings by pressing Win + I.
  2. Go to Windows Update.
  3. Click Check for updates.
  4. Install any available updates, including optional ones if they relate to File Explorer or system stability.
  5. 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.

  1. Download ShellExView from NirSoft (a trusted utility used widely by IT professionals).
  2. Extract the downloaded archive and run shexview.exe.
  3. Sort the list by Type and look for entries marked as Context Menu or Shell Extension.
  4. 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.
  5. Restart File Explorer after each change to identify the culprit.
Only disable extensions you recognise. Disabling critical Windows shell extensions can affect system functionality. If unsure, leave an entry enabled.

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.

  1. Press Win + R, type msconfig, and press Enter.
  2. In the System Configuration window, go to the Services tab.
  3. Tick Hide all Microsoft services, then click Disable all.
  4. Switch to the Startup tab and click Open Task Manager.
  5. Disable each startup item by selecting it and clicking Disable.
  6. 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.

  1. Open Settings > Accounts > Other users.
  2. Click Add account and follow the prompts to create a new local or Microsoft account.
  3. Sign out of your current account and sign in to the new one.
  4. 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.

  1. Press Win + R, type regedit, and press Enter.
  2. Confirm the User Account Control prompt.
  3. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  4. Delete any entries related to custom views or problematic extensions.
  5. Close Registry Editor and restart your computer.
Editing the registry incorrectly can cause serious system problems. Back up the registry before making changes by selecting File > Export in Registry Editor.

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.

File Explorer Crashes After a Recent Update

If the issue started immediately after a Windows Update, the update may be the cause.

  1. Open Settings > Windows Update > Update history.
  2. Note the most recent update installed.
  3. Click Uninstall updates and remove the most recent update.
  4. 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:

For further assistance, contact our support team with details of the steps you have already tried.

Still Having Issues?

Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.

💻 Open a Ticket