10 Ways to Fix File Explorer Crashing or Freezing in Windows 11

13 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

File Explorer is not responding” appears when Windows 11’s file manager freezes, closes, or gets stuck on “Working on it.” That’s maddening when you only need a file, so restart Explorer before changing anything else.

Quick Diagnosis

Fix #1: Restart Windows Explorer

Restarting explorer.exe reloads File Explorer, the desktop, and the taskbar. You won’t need to restart your PC.

Symptoms:

  • Explorer displays “Not responding.”
  • Folders don’t react to clicks.
  • The desktop or taskbar freezes with Explorer.

Why it happens: Explorer can freeze while reading a folder, creating previews, or working with another program. A restart clears the stuck process and often fixes a one-time freeze.

  • Press Ctrl + Shift + Esc to open Task Manager.
  • Select Processes in the left sidebar.
  • Select Windows Explorer in the process list.
  • Select Restart task, or right-click Windows Explorer and select Restart.
Windows 11 Task Manager with Windows Explorer selected and the Restart task command highlighted
  • Wait for the desktop and taskbar to reload. They may vanish briefly because Explorer controls them.
  • Press Windows key + E and check whether File Explorer responds.

If Restart isn’t available, select Run new task in Task Manager. Enter explorer.exe, then select OK.

Symptoms and Likely Causes

Use the exact symptom to narrow the cause before trying deeper repairs.

SymptomLikely causeStart with
Explorer freezes everywhereStuck process or damaged Windows filesRestart Explorer
Problems began after an updateUpdate bugInstall newer updates
Home hangs on “Working on it”Damaged history or unavailable locationClear Explorer history
Images load slowly or crash ExplorerDamaged thumbnail cacheRebuild preview caches
Icons appear blank or incorrectDamaged icon cacheRebuild preview caches
Explorer freezes when right-clickingThird-party shell extensionDisable non-Microsoft extensions
Explorer works in another accountDamaged user profileMove to a fresh account

Common Issues and Solutions

Fix #2: Install the Latest Windows Update

Install a newer cumulative update before removing a security update. These packages include earlier fixes, so the current update may repair Explorer without causing another problem.

Symptoms:

  • Explorer started failing soon after Windows Update ran.
  • The taskbar, desktop, or other Windows shell parts also act differently.
  • Restarting Explorer helps only for a short time.

Why it happens: A cumulative update can cause a bug on some PCs. A later update may fix it.

  • Open Settings > Windows Update.
  • Select Check for updates.
Windows Update page with Check for updates and the current update status highlighted
  • Install every available cumulative update.
  • Select Restart now if Windows asks you to.
  • Open several folders and select different file types. Explorer should stay stable during the test.

Claims about a July 2026 image-selection crash and an April 2026 blank-icon or search-lag bug aren’t confirmed by the official Microsoft pages supplied for this article. KB5074105 also lacks a matching Microsoft support or update-history page. Treat those dates as clues. Install the current update offered to your PC instead of chasing an unverified KB.

Fix #3: Confirm and Remove a Problematic Update

I’d skip uninstalling updates unless Explorer broke right after one was installed and no newer update fixes it. Removing the wrong update adds risk and proves nothing.

Symptoms:

  • Explorer worked before a specific update.
  • The failure began on the update’s installation date.
  • Installing newer updates didn’t fix it.

Why it happens: A Windows build can conflict with a driver, shell extension, or Explorer feature on your PC.

  • Open Settings > Windows Update > Update history.
  • Compare the latest quality update’s date with the day Explorer began crashing.
Windows 11 Update history with the latest quality update entry and installation date highlighted
  • Note the installed update’s KB number.
  • Select Uninstall updates near the bottom of Update history.
Windows 11 Settings Uninstall updates page showing a list of updates with KB numbers and an Uninstall control, with sequential past installation dates
  • Select Uninstall beside the update that matches the failure date.
  • Restart Windows.
  • Test Explorer before changing or installing other software.

Removing a security update makes your PC less secure. Reinstall it, or its replacement, when Microsoft publishes a working cumulative update.

Fix #4: Clear File Explorer History

Try this when Home freezes, recent files won’t load, or Explorer stays on “Working on it.” This quick reset doesn’t touch your personal files.

Symptoms:

  • Explorer hangs when opening Home.
  • A disconnected network folder appears in recent locations.
  • Other local folders open normally.

Why it happens: Explorer may keep checking damaged history or trying to reach a location that no longer exists.

  • Press Windows key + E.
  • Select See more (the three-dot button) > Options.
  • On the General tab, set Open File Explorer to to This PC.
  • Clear Show recently used files and Show frequently used folders.
  • Select Clear beside Clear File Explorer history.
File Explorer Options General tab with Open File Explorer to, both Privacy checkboxes, and the Clear button highlighted
  • Select OK.
  • Close and reopen Explorer. This PC should load without the long pause.

Clearing history removes the list of recent locations. Your documents, pictures, and folders stay where they are.

Fix #5: Reset the Recent-Destinations Cache

Use this deeper reset if Home still freezes after you clear Explorer history. Windows rebuilds the removed cache as you use Explorer.

Symptoms:

  • Recent files return in the wrong order.
  • Clearing Explorer history has no effect.
  • Explorer keeps waiting for old shortcuts.

Why it happens: Damaged jump-list data can remain in the AutomaticDestinations folder. Jump lists show recent and pinned app items on the taskbar and Start menu.

  • Press Windows key + R.
  • Enter %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations.
Run dialog with %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations typed into the Open field, ready to press OK
  • Select OK.
  • Press Ctrl + A inside the folder.
AutomaticDestinations folder with its cache files selected, personal information obscured, and a warning not to delete the containing folder
  • Press Delete to remove the files inside the folder. Don’t delete the AutomaticDestinations folder.
  • Restart Windows.
  • Check that Home and This PC open normally.

Fix #6: Rebuild the Icon and Thumbnail Caches

Rebuild these databases when icons are blank, previews look wrong, or selecting an image crashes Explorer. Your desktop will vanish for a moment. That’s expected.

Symptoms:

  • Desktop or folder icons are blank.
  • Image thumbnails show old or incorrect previews.
  • Explorer slows down in folders with many images.

Why it happens: Explorer stores icons and previews in cache databases. A damaged database can cause display errors or repeated preview failures.

  • Save any open work.
  • Search for Command Prompt and select Run as administrator.
  • Run these commands one at a time:
ie4uinit.exe -ClearIconCache
taskkill /IM explorer.exe /F
del /f /q "%localappdata%\Microsoft\Windows\Explorer\thumbcache_*.db"
start explorer.exe
Command Prompt showing the icon and thumbnail cache rebuild commands, with a note that the desktop and taskbar may disappear temporarily
  • Wait for the desktop and taskbar to return.
  • Reopen an image folder and give Windows time to rebuild its previews.

These commands delete saved previews, not your pictures or documents. If one image crashes Explorer, copy it to another folder and test it alone. The image may be damaged, or its preview software may be causing the crash.

Fix #7: Repair Windows with DISM and SFC

Use Windows’ repair tools when Explorer crashes in several folders and user accounts. This takes longer, but it can fix damage that cache resets can’t reach.

Symptoms:

  • Explorer keeps failing after cache repairs.
  • Other Windows tools are also unstable.
  • Task Manager shows repeated explorer.exe failures.

Why it happens: The Windows component store or protected system files may be damaged. DISM repairs the component store. System File Checker then replaces damaged protected files.

  • Search for Command Prompt.
  • Select Run as administrator.
  • Run DISM to check and repair the Windows component store:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Administrator Command Prompt showing DISM CheckHealth, ScanHealth, and RestoreHealth commands each completing successfully
  • Keep the PC online while RestoreHealth runs. If your Wi-Fi drops often, use Ethernet and a Cat6 cable.
  • Run System File Checker after DISM finishes:
sfc /scannow
Administrator Command Prompt with sfc /scannow entered and Administrator visible in the title bar
  • Wait until the scan reaches 100%, then restart Windows.
  • Open File Explorer and repeat the action that caused the crash.

Run DISM before the final SFC scan. DISM repairs the source files that SFC uses. If you ran SFC first, run DISM and repeat sfc /scannow.

Fix #8: Disable Non-Microsoft Shell Extensions

This is my first suspect when Explorer freezes as soon as you right-click a file or folder. A menu extension from another app can crash the whole Explorer process.

Symptoms:

  • Right-clicking causes a long delay or crash.
  • The problem began after you installed an archive, cloud storage, security, or media program.
  • Explorer works until a context menu opens.

Why it happens: Programs can add commands to Explorer’s right-click menu. These shell extensions run inside Explorer, so a faulty one can freeze or crash it.

  • Download a trusted shell-extension viewer, such as ShellExView.
  • Open the tool and sort entries by Company or Type.
  • Find the non-Microsoft context-menu extensions.
Shell-extension viewer with Company and Type fields visible and non-Microsoft context-menu entries highlighted without identifying any vendor as defective
  • Disable the non-Microsoft entries. Leave Microsoft extensions enabled for the first test.
  • Restart Windows Explorer through Task Manager.
  • Right-click the same item again.
  • Turn extensions back on in small groups until the freeze returns.
  • Update or remove the program linked to the faulty extension.

A clean boot can also confirm whether third-party software is involved.

Fix #9: Test Another Windows Account

If Explorer works in another account, your main profile likely has damaged settings or cache data. Testing a fresh account is quicker than hunting for the broken profile file.

  • Open Settings > Accounts > Other users.
  • Select Add account.
  • Create a local test account or add another Microsoft account.
  • Sign out, then log in to the new account.
  • Press Windows key + E and repeat the action that caused the crash.
  • If Explorer works, copy needed folders from the old profile under C:\Users. These may include Desktop, Documents, Downloads, and Pictures.
  • Check that local and cloud files open before removing the old account.

Use an external SSD or encrypted USB drive as a temporary backup while moving profile data. Don’t remove the old profile until you’ve checked local files and cloud sync.

Fix #10: Repair or Reset Windows

Use a repair installation after updates, cache resets, file repairs, extension tests, and profile testing have failed. A reset comes last because it removes installed apps.

  • Back up important files to an external SSD or cloud storage.
  • Open Settings > System > Recovery.
Windows 11 Recovery page showing repair and Reset this PC controls, labeled as last-resort options with a backup reminder
  • Use Fix problems using Windows Update if it’s available. It reinstalls your current Windows version but keeps your apps, files, and settings.
  • If needed, run Windows 11 setup from official Microsoft installation media. Choose Keep personal files and apps.
  • Use Reset this PC > Keep my files only if the repair installation fails. The reset keeps personal files but removes installed apps.
  • Reinstall the apps you need. Test Explorer before restoring shell changes.

Keep the PC connected to a UPS during a long repair if power outages are common where you live.

Error Messages Quick Reference

The message often points to the next useful test.

Message or symptomMeaningRecommended action
“File Explorer is not responding”explorer.exe is blocked or stuckRestart Windows Explorer
“Working on it”Explorer is waiting for history, previews, or an unavailable locationClear history and open to This PC
“Windows Resource Protection found corrupt files and successfully repaired them”SFC repaired protected filesRestart and test Explorer
“Windows Resource Protection found corrupt files but was unable to fix some of them”SFC needs a repaired component sourceRun DISM, then repeat SFC
“The restore operation completed successfully”DISM repaired the component storeRun SFC and restart
Blank icons without an errorThe icon cache may be damagedRebuild the icon and thumbnail caches

Platform-Specific Issues

File Explorer is part of Windows, so these steps don’t apply to macOS, Android, or iOS. To find your Windows 11 edition and version, open Settings > System > About. Check Windows specifications.

When reporting an update-related crash, include the edition, version, OS build, and installed KB number. Those details are more useful than saying Explorer broke after “the latest update.”

Configuration Issues to Check

Small setup mistakes can bring the problem back after a repair.

Common mistakeCorrect configuration
Opening Explorer to a damaged Home viewSet Open File Explorer to to This PC
Keeping disconnected folders in recent historyClear history and remove unavailable pinned locations
Removing an update based only on its KB numberConfirm the KB is installed and matches the failure date
Disabling every shell extensionTest non-Microsoft context-menu extensions first
Running SFC once after it reports unrepaired filesRun DISM, then repeat sfc /scannow
Assuming cache cleanup removes personal filesIcon, thumbnail, and recent-destination caches contain generated data

Getting Help

If Explorer still crashes, collect the fault details before reporting it. The failing module’s name can point to a Windows file, driver, codec, or third-party extension.

  • Press Windows key + R, enter perfmon /rel, and press Enter to open Reliability Monitor.
  • Find Windows Explorer failures and note the faulting module.
  • Open Event Viewer. Check Windows Logs > Application for an Application Error involving explorer.exe.
  • Record your Windows build from Settings > System > About. Find installed updates under Settings > Windows Update > Update history.

Repeated disk errors, clicking sounds, missing files, or SMART warnings may mean the drive is failing. Back up the PC now and consider replacing the SSD. Strange file extensions, ransom notes, or disabled security tools call for an offline malware scan.

Prevention Tips

You can’t prevent every Explorer crash, but you can remove common triggers.

  • Keep Windows and hardware drivers current. Note the date before installing major updates.
  • Remove unused context-menu tools and old cloud storage clients.
  • Disconnect unavailable network locations from Explorer.
  • Keep at least 15–20% of the system drive free for caches and updates.
  • Back up important folders before changing profiles or repairing Windows.
  • Avoid codec packs and preview handlers from unknown publishers.

Frequently Asked Questions

Why does File Explorer keep crashing or freezing?

Common causes include a stuck explorer.exe process, damaged caches, broken system files, update bugs, unavailable network folders, and faulty shell extensions.

The timing and trigger matter. A right-click crash points to an extension. “Working on it” often points to history, previews, or an unavailable location.

How can I restart File Explorer without restarting the PC?

Press Ctrl + Shift + Esc, select Windows Explorer in Task Manager, and choose Restart task. Your desktop and taskbar may disappear for a moment.

Why did my taskbar disappear when I restarted Windows Explorer?

The Windows Explorer process controls File Explorer and parts of the Windows shell. That includes the desktop and taskbar. Both should return when explorer.exe starts again.

Can clearing File Explorer history delete personal files?

No. It removes recent-file and frequent-folder records. Your original files stay in their folders.

Can rebuilding the icon cache delete pictures or documents?

No. Windows removes and rebuilds saved icons and previews. It doesn’t delete the original pictures or documents.

How can I tell whether a Windows update caused the problem?

Compare the day the failures began with Settings > Windows Update > Update history. Matching dates are useful evidence, especially if removing the update stops the crashes. Timing alone doesn’t prove the cause.

Should I install a newer update or uninstall the most recent one?

Install a newer cumulative update first. Remove the current update only if its installation date matches the first failures and no fixed release is available.

Why does File Explorer freeze when I right-click?

A third-party context-menu extension is the usual suspect. Disable non-Microsoft shell extensions and test the menu. Then turn extensions back on in groups to find the faulty program.

What if Explorer works in another user account?

Your original user profile is likely damaged. Back up your data and move your personal folders to the working profile. Reconnect your apps and cloud accounts before removing the old profile.

When is an in-place repair or Reset this PC justified?

Use an in-place repair when targeted fixes fail and Explorer also crashes in another account. Use Reset this PC only if the repair installation fails or Windows has wider, lasting damage.

Wrapping Up

StepActionApplies To
1Restart Windows ExplorerSudden freezes
2–3Update or carefully remove an updateUpdate-timed failures
4–6Reset history and preview cachesHome, icon, and image problems
7–8Repair Windows and test extensionsRepeated or right-click crashes
9–10Replace the profile or repair WindowsPersistent failures

Restarting Windows Explorer is my pick for a sudden, one-time freeze. For repeat crashes, clear the related cache next. If right-clicking causes the crash, test shell extensions before repairing Windows.

Disk errors, missing files, or suspicious system changes need faster action. Back up your data, then check the drive or run an offline malware scan before trying another Windows repair.