in

Windows File Explorer Keeps Crashing: How to Fix explorer.exe Restarting Itself

Windows File Explorer Keeps Crashing
Windows File Explorer Keeps Crashing

File Explorer crashing on Windows is one of the most disruptive everyday problems you can run into. The screen goes blank for a second, the taskbar vanishes, and then everything reloads. Sometimes it happens once. Sometimes it happens every few minutes.

This guide explains exactly why explorer.exe crashes when you navigate between folders — and walks you through every fix, from the simplest one-click solutions to deeper system repairs.


What Is explorer.exe and Why Does It Crash?

Explorer.exe is the process that runs Windows File Explorer — but it also controls your desktop, taskbar, Start menu, and system tray. When it crashes, everything managed by it disappears for a moment before Windows automatically restarts it.

The crash itself isn’t always dangerous. Windows is designed to restart explorer.exe automatically. But if it keeps crashing repeatedly, something is causing it to fail — and that needs to be fixed.

Common causes of explorer.exe crashing:

  • Corrupted system files
  • Faulty or outdated third-party shell extensions
  • Corrupt thumbnail cache
  • Outdated or incompatible display drivers
  • Malware or viruses interfering with system processes
  • Problematic context menu add-ons
  • Corrupt user profile
  • RAM issues

How to Confirm It’s Actually explorer.exe Crashing

Before you start fixing things, confirm the problem first.

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Go to the Details tab
  3. Look for explorer.exe in the list
  4. Watch it — if it disappears and reappears on its own when the crash happens, that confirms it

You can also check Event Viewer for logs:

  1. Press Windows + R, type eventvwr, press Enter
  2. Go to Windows LogsApplication
  3. Look for red Error entries with source Application Error or Windows Error Reporting
  4. Check if explorer.exe is listed as the faulting application

Fix 1 – Restart Explorer Manually First

Before anything else, try a clean manual restart of explorer.exe. This clears temporary glitches without rebooting your entire PC.

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Find Windows Explorer under the Processes tab
  3. Right-click it → click Restart

Your screen will flicker for a second and come back. If the crashing stops after this, it was a temporary glitch. If it comes back, continue with the fixes below.


Fix 2 – Clear the Thumbnail Cache

Windows stores thumbnail previews of images and videos in a cache. If this cache gets corrupted, File Explorer can crash every time it tries to load thumbnails while you navigate folders.

Method 1 – Using Disk Cleanup:

  1. Search Disk Cleanup in the Start menu and open it
  2. Select your C: drive and click OK
  3. Check Thumbnails from the list
  4. Click OKDelete Files

Method 2 – Manual deletion:

  1. Press Windows + R, type the following, press Enter:
%LocalAppData%\Microsoft\Windows\Explorer
  1. You’ll see files named thumbcache_xxx.db
  2. Select all of them and delete them
  3. Restart your PC

After clearing the cache, Windows rebuilds it automatically. This fix resolves a surprising number of File Explorer crashes.


Fix 3 – Disable Thumbnail Previews (Quick Workaround)

If clearing the cache doesn’t work, try disabling thumbnails entirely. This tells File Explorer to show generic icons instead of image previews — which eliminates the rendering process that causes crashes.

  1. Open File Explorer
  2. Click the three-dot menu (…) in the toolbar → Options
  3. Go to the View tab
  4. Check Always show icons, never thumbnails
  5. Click ApplyOK

If the crashing stops after this, the thumbnail rendering process is definitely the issue. You can keep thumbnails off, or circle back to Fix 2 for a permanent solution.


Fix 4 – Run System File Checker (SFC)

Corrupted Windows system files are a very common cause of explorer.exe instability. The built-in SFC tool scans and repairs them automatically.

  1. Press Windows + R, type cmd
  2. Right-click Command PromptRun as administrator
  3. Type the following command and press Enter:
sfc /scannow
  1. Wait for the scan to finish — it takes 5 to 15 minutes
  2. If it finds and repairs files, restart your PC

After restarting, also run DISM for a deeper repair:

DISM /Online /Cleanup-Image /RestoreHealth

Then run SFC one more time after DISM completes:

sfc /scannow

This two-step process catches issues that SFC alone sometimes misses.


Fix 5 – Disable Problematic Shell Extensions

Shell extensions are add-ons that integrate into File Explorer — things like cloud storage overlays (Dropbox, OneDrive, Google Drive), archive tools (WinRAR, 7-Zip), or antivirus right-click menus.

Any one of these can conflict with File Explorer and cause crashes. The tricky part is figuring out which one.

Use ShellExView to identify the problem:

  1. Download ShellExView from nirsoft.net (free, safe, no install needed)
  2. Run it as administrator
  3. Go to OptionsFilter by Extension Type → select Context Menu
  4. Look for non-Microsoft extensions (they appear in a different color)
  5. Select all non-Microsoft extensions → press F7 to disable them all
  6. Test File Explorer — if it stops crashing, re-enable extensions one by one to find the culprit

Once you identify the problematic extension, you can leave it disabled or uninstall the related software.


Fix 6 – Check for Windows Updates

Microsoft regularly patches explorer.exe bugs through Windows Update. If your system is behind on updates, you may be running a version with a known crash issue that’s already been fixed.

  1. Open SettingsWindows Update
  2. Click Check for updates
  3. Install everything available — including optional updates
  4. Restart your PC and test

Fix 7 – Update or Roll Back Your Display Driver

The display driver handles how File Explorer renders folder contents, thumbnails, and animations. A buggy GPU driver can cause explorer.exe to crash specifically when navigating between folders.

To update:

  1. Right-click Start → Device Manager
  2. Expand Display adapters
  3. Right-click your GPU → Update driverSearch automatically

For best results, download the driver directly from your GPU manufacturer:

  • NVIDIA: nvidia.com/drivers
  • AMD: amd.com/support
  • Intel: intel.com/support

To roll back (if the crash started after a driver update):

  1. In Device Manager, right-click your GPU → Properties
  2. Go to the Driver tab
  3. Click Roll Back Driver if the option is available

Fix 8 – Scan for Malware

Malware frequently targets explorer.exe — either by injecting into the process or by disguising itself as explorer.exe. This causes instability, crashes, and unexpected restarts.

Run a full scan:

  1. Open Windows Security (search in Start menu)
  2. Go to Virus & threat protection
  3. Click Scan options → select Full scan
  4. Click Scan now

For a second opinion, also run Malwarebytes Free (malwarebytes.com) — it catches things Windows Defender sometimes misses.


Fix 9 – Check RAM for Errors

Faulty RAM can cause all kinds of random crashes, including explorer.exe. Windows has a built-in memory diagnostic tool.

  1. Press Windows + R, type mdsched, press Enter
  2. Click Restart now and check for problems
  3. Your PC will reboot and run the memory test automatically
  4. After the test, Windows restarts and shows the results in the notification area

If errors are found, your RAM may need to be reseated or replaced.


Fix 10 – Create a New User Profile

Sometimes a specific user profile gets corrupted, causing explorer.exe to crash only for that account. Creating a new profile can confirm this — and fix it.

Create a new local account:

  1. Open SettingsAccountsFamily & other users
  2. Click Add accountI don’t have this person’s sign-in informationAdd a user without a Microsoft account
  3. Give it a name and password, click Next
  4. Log out of your current account and log into the new one
  5. Test File Explorer

If it works perfectly on the new account, your original profile is corrupted. You can migrate your files to the new account and use it going forward.


Fix 11 – Reset File Explorer Settings

Corrupted File Explorer settings can also trigger crashes. Resetting them to defaults is quick and safe.

  1. Open File Explorer
  2. Click the three-dot menu (…)Options
  3. In the General tab, click Restore Defaults
  4. In the View tab, click Reset Folders → confirm with Yes
  5. Click ApplyOK
  6. Restart File Explorer via Task Manager

Fix 12 – Repair Windows Using an In-Place Upgrade

If nothing else works, an in-place upgrade reinstalls Windows 11 over itself — fixing deep system corruption without deleting your files, apps, or settings.

  1. Download the Windows 11 Installation Assistant from microsoft.com
  2. Run it and choose Upgrade this PC now
  3. On the “Ready to install” screen, make sure it says Keep personal files and apps
  4. Click Install

The process takes 30–60 minutes. Your files stay intact. After it completes, test File Explorer — this fix resolves even the most stubborn cases.


Quick Troubleshooting Reference

SituationBest Fix to Try First
Crashes when opening image foldersFix 2 – Clear thumbnail cache
Crashes on right-clickFix 5 – Disable shell extensions
Crashes after Windows updateFix 6 – Check for newer updates
Crashes after driver updateFix 7 – Roll back display driver
Crashes on all folder typesFix 4 – Run SFC and DISM
Only crashes on one user accountFix 10 – Create new user profile
Crashes with high CPU/RAM usageFix 9 – Check RAM for errors
Nothing else worksFix 12 – In-place Windows repair

FAQ

Q: Is it dangerous when explorer.exe crashes? Not typically. Windows is designed to restart explorer.exe automatically, so you don’t lose data. However, if it crashes frequently, something needs to be fixed — repeated crashes can indicate deeper system issues.

Q: Why does File Explorer crash only when I open certain folders? That folder likely contains a file type that triggers a problematic shell extension or a corrupted thumbnail. Try Fix 2 (clear thumbnail cache) and Fix 5 (disable shell extensions) first.

Q: Can third-party software cause explorer.exe to crash? Yes. Shell extensions from apps like cloud storage clients, archiving tools, or antivirus software are among the most common causes. ShellExView (Fix 5) is the fastest way to identify the culprit.

Q: How do I know if explorer.exe is infected with a virus? Open Task Manager → Details tab → right-click explorer.exe → Open file location. It should be in C:\Windows\. If it’s in any other folder, it’s almost certainly malware. Run a full antivirus scan immediately.

Q: File Explorer crashes only when I open the Downloads folder. Why? The Downloads folder often contains a wide variety of file types. A shell extension or thumbnail generator that handles a specific file format (like a video codec or archive handler) may be crashing. Disable thumbnails (Fix 3) and shell extensions (Fix 5) to test.

Q: Will resetting my PC fix the explorer.exe crash? A full reset would fix it, but it’s overkill. An in-place upgrade (Fix 12) achieves the same result while keeping all your files and apps. Try that first before considering a full reset.

Q: How do I stop explorer.exe from crashing without restarting my PC? Press Ctrl + Shift + Esc → find Windows Explorer → right-click → Restart. This restarts explorer.exe cleanly without a full reboot and often clears temporary issues.

Q: Does File Explorer crashing mean my hard drive is failing? Not necessarily, but it’s worth checking. Run chkdsk C: /f /r in an admin Command Prompt to scan your drive for errors. Schedule it to run on next boot and check the results in Event Viewer afterward.


Final Thoughts

Explorer.exe crashing while navigating folders is annoying, but it’s almost always fixable without reinstalling Windows from scratch.

Start with the quick wins — clear the thumbnail cache, run SFC, restart File Explorer manually. If those don’t work, move to shell extensions and driver updates. Most cases are resolved within the first four or five fixes.

The in-place upgrade is your safety net if everything else fails — and it works even when the problem seems impossible to pin down.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Written by ugur

Ugur is an editor and writer at Need Some Fun (NSF News), specializing in technology, world news, history, archaeology, cultural heritage, science, entertainment, travel, animals, health, and games. He produces in-depth, well-researched, and reliable stories with a strong focus on emerging technologies, digital culture, cybersecurity, AI developments, and innovative solutions shaping the future. His work aims to inform, inspire, and engage readers worldwide with accurate reporting and a clear editorial voice.
Contact: [email protected]