Stop Restarting Your PC – File Explorer Freezing Has an Actual Fix

How to fix File Explorer freezing and crashing on Windows 11 2026

The Folder You Click Freezes. Then the Whole Window Goes White.

File Explorer freezing usually isn’t random – you click a folder, the window hangs for a few seconds, and then either it comes back or File Explorer disappears entirely and reopens from scratch. If it’s happening more than once in a session, it’s not random – it’s one of a handful of specific causes, and most of them have nothing to do with your files themselves.

Before anything else, try the fast version: press Ctrl + Shift + Esc to open Task Manager, find Windows Explorer in the list, right-click it, and choose Restart. This clears whatever got stuck without a full reboot, and for a one-off freeze, it’s often all you need. If it keeps happening, the rest of this covers why.

Clear File Explorer’s History First

This sounds too simple to matter, but it fixes a surprising share of recurring freezes. File Explorer keeps a running history of everything you’ve navigated to and searched for, and when that history gets large or corrupted, it can slow down or hang the entire window on open.

Open File Explorer, click the three-dot menu (or View > Options on older layouts) to reach Folder Options, go to the General tab, and click Clear next to File Explorer history. Restart Explorer through Task Manager afterward to apply it cleanly.

What’s Actually Causing File Explorer Freezing

If clearing history doesn’t help, the freeze is usually tied to one specific folder, drive, or action rather than File Explorer as a whole – which is useful, because it narrows down the cause fast.

If it happens specifically when you open a folder synced with OneDrive, the sync client itself is often the real culprit, not File Explorer. Try pausing OneDrive sync temporarily (right-click its icon in the system tray) and see if the same folder opens instantly – if it does, the fix is on OneDrive’s side, not Explorer’s.

If it happens when you right-click a file, a third-party context menu extension is a common cause – antivirus tools, cloud storage apps, and archive utilities all like to add themselves to that menu, and a poorly coded one can hang the entire right-click action. You can check this without uninstalling anything: hold Shift while right-clicking to see if the “Show more options” (classic) menu appears faster, which points squarely at a context menu extension as the problem.

If it happens on a network drive or shared folder specifically, the freeze is often File Explorer waiting on a slow or unresponsive network connection rather than anything wrong on your PC – worth ruling out before you go further with local fixes.

Run the Built-In Repair Tools

If File Explorer freezing isn’t tied to one specific folder or action and seems to happen everywhere, corrupted system files are a likely cause. Open Command Prompt as an administrator and run:

sfc /scannow

Let it finish completely – it can take several minutes. If it reports it found and repaired files, restart your PC. If problems persist, follow up with:

DISM /Online /Cleanup-Image /RestoreHealth

This repairs the underlying Windows image that sfc draws from, and running it after sfc catches issues the first scan alone sometimes misses.

When It’s a Recent Update, Not Your PC

If the freezing started right after a Windows update rather than gradually over time, it’s worth checking whether it’s a known issue with that specific update before you spend time troubleshooting your own system. Search the KB number of your most recent update alongside “File Explorer” – Microsoft’s own release health pages list confirmed issues, and if yours matches, the fix is usually a follow-up patch rather than anything you can do locally. In that case, waiting for the next cumulative update genuinely is the correct move, not a cop-out.

If Nothing So Far Has Worked

A failing hard drive can produce exactly this symptom – intermittent freezes that seem to come from nowhere – especially if the freezes happen more often under load, like copying large files. Run chkdsk C: /f from an administrator Command Prompt (it will likely ask to run on next restart) to rule this out before assuming it’s purely a software issue.

If you’ve gotten this far and nothing has stuck, a clean boot – starting Windows with only essential drivers and no third-party startup programs – will confirm whether something you’ve installed is the cause. If File Explorer runs smoothly in a clean boot, you can re-enable startup items one at a time until the freezing comes back, which tells you exactly which one to remove or update.

If you’re dealing with a full system crash rather than just File Explorer hanging, our UNMOUNTABLE_BOOT_VOLUME fix guide covers the more serious boot-level version of this problem.


Tested on: Windows 11 24H2 · Windows 11 25H2 – Updated August 2026

Tags: File Explorer, Windows 11, freezing, crashing, sfc scannow, OneDrive