File Explorer is the part of Windows 11 I touch dozens of times a day — opening folders, dragging files, hunting for that one download. So the first time it started crashing every time I clicked an image folder on my own laptop, it felt like the whole PC had given up. It hadn’t. Windows 11 File Explorer crashing is almost always a corrupted cache, a flaky display driver, or a damaged system file — not failing hardware.
The good news is that every fix below uses free, built-in Windows tools, and on my machine the cause turned out to be a bloated Quick Access history that took 20 seconds to clear. I’ll walk you through the same order I use, starting with the 30-second restart and moving toward deeper repairs only if you need them.
Quick Answer
To stop Windows 11 File Explorer crashing, press Ctrl + Shift + Esc, right-click Windows Explorer, and choose Restart. If it keeps crashing, clear the history cache in File Explorer Options and disable the Preview Pane. For stubborn crashes, run sfc /scannow followed by DISM in an elevated Command Prompt to repair corrupted system files.
Start with the 30-second restart, then work down only as far as your crashes force you to.
Which fix should I try first?
Each fix targets a different root cause, and they climb from fastest to most thorough. Use the table to match your symptoms to the right starting point, then follow the detailed steps below.
| Fix | Best for | Time | Difficulty |
|---|---|---|---|
| Restart Explorer | One-off freezes and glitches | 30 seconds | Easy |
| Clear the cache | Crashes on every launch | 2 minutes | Easy |
| Disable Preview Pane | Crashes in image/video folders | 1 minute | Easy |
| Change startup folder | Freezes the instant it opens | 1 minute | Easy |
| SFC + DISM | Stubborn, repeated crashes | 20-40 minutes | Moderate |
| Update/roll back driver | Crashes after a graphics update | 10 minutes | Moderate |
| Windows Update | Known bug on an older build | 15 minutes | Easy |
| New user profile | Nothing else worked | 10 minutes | Moderate |
Match your symptom to a row and you can usually skip straight to the fix that matters.
How do I restart File Explorer without rebooting?
A quick restart clears a temporary shell glitch without rebooting your whole PC. It takes less than 30 seconds and is the first thing I try every time.
- Press Ctrl + Shift + Esc to open Task Manager.
- Click the Processes tab and scroll to Windows Explorer.
- Right-click it and select Restart.
- Your screen may flicker briefly — that’s normal. File Explorer relaunches on its own.
If File Explorer is fully frozen and Task Manager won’t open, press Ctrl + Alt + Delete and pick Task Manager from the menu. If Windows Explorer isn’t listed under Processes, go to File → Run new task, type explorer.exe, and click OK.
A 30-second Explorer restart fixes most one-off crashes and freezes.
Why does clearing the File Explorer cache stop crashes?
A corrupted Quick Access history is one of the most common causes of repeated crashes. Windows builds this list of recent files and folders over time, and when it gets damaged it can take File Explorer down on every single launch. This was the actual fix on my laptop.
- Click Start and type File Explorer Options, then open it.
- On the General tab, under Privacy, click Clear next to “Clear File Explorer history.”
- Uncheck Show recently used files and Show frequently used folders.
- Click Apply, then OK.
Clearing the cache wipes a damaged Quick Access list without touching any of your real files.
Should I disable the Preview Pane?
Yes, if your crashes happen when you click image or video files. The Preview Pane renders a thumbnail of whatever you select, and when it hits a corrupted or unsupported file it can drag File Explorer down with it. Turning it off is fast and reversible.
- Open File Explorer with Win + E.
- Click the View menu in the top ribbon.
- Select Show, then uncheck Preview pane.
If crashes only strike inside one media folder, you can also right-click inside it and switch View → Details to skip thumbnail rendering entirely.
Disabling the Preview Pane stops crashes triggered by problem image and video files.
Does changing the File Explorer startup folder help?
It often does. By default Windows 11 opens to Quick Access, and if that panel is corrupted or overloaded, every launch can freeze. Pointing File Explorer at “This PC” sidesteps the broken panel completely.
- Open File Explorer Options from Start.
- On the General tab, change Open File Explorer to: from “Quick Access” to This PC.
- Click Apply, then OK.
Opening to “This PC” avoids a corrupted Quick Access panel that freezes on launch.
How do SFC and DISM repair File Explorer?
Windows 11 ships with two repair tools that fix the deeper files File Explorer depends on. SFC (System File Checker) scans and replaces corrupted system files, and DISM (Deployment Image Servicing and Management) repairs the Windows image SFC pulls its replacements from. Run them as a pair for a thorough fix.
- Click Start, type cmd, right-click Command Prompt, and choose Run as administrator.
- Type this and press Enter:
sfc /scannow - Wait for the scan to finish (10–20 minutes) and don’t close the window.
- When it’s done, run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart your PC when DISM finishes.
If SFC reports “found corrupt files but was unable to fix some,” run DISM first to repair the source, then run SFC a second time. Microsoft documents this exact sequence in its System File Checker guide.
SFC and DISM repair the corrupted system files behind the most stubborn crashes.
Could my display driver be causing the crashes?
Very possibly. Graphics drivers power the Windows shell that File Explorer runs inside, so an outdated or buggy driver can crash it without warning. Updating usually helps; rolling back is smarter if the crashes started right after a driver update.
- Press Win + X and select Device Manager.
- Expand Display adapters.
- Right-click your graphics card and choose Update driver → Search automatically for drivers.
- Restart your PC after any update installs.
If crashes began after an update, choose Roll Back Driver instead. If your display also flickers outside File Explorer, my guide on Windows 11 screen flickering covers the same driver-level fixes in more depth.
Updating or rolling back your display driver clears crashes rooted in the Windows shell.
Will a Windows update fix File Explorer?
It might already contain the fix. Microsoft patches shell and Explorer bugs through cumulative updates, so if you’re on an older build the cure may simply be waiting to install.
- Press Win + I to open Settings.
- Go to Windows Update.
- Click Check for updates and install everything available.
- Restart your PC when prompted.
If updates themselves are stuck, my guide on Windows Update not working gets them installing again first.
A pending cumulative update often carries Microsoft’s own fix for Explorer bugs.
What if a corrupted user profile is to blame?
If every fix above fails, your Windows profile may be damaged, which quietly breaks how File Explorer loads its settings and shell extensions. Creating a fresh account is the fastest way to confirm it.
- Open Settings → Accounts → Other users.
- Click Add account.
- Select I don’t have this person’s sign-in information → Add a user without a Microsoft account.
- Create a username and password, then sign out of your current account.
- Log into the new account and open File Explorer.
If File Explorer runs perfectly there, your original profile is the culprit. Copy your files from C:\Users\[OldUsername] into the new account and use it going forward. For broader instability, my guide on Windows 11 freezing randomly covers overlapping root causes.
A new user account confirms whether a corrupted profile is crashing Explorer.
Common Mistakes to Avoid
- Skipping the cache fix. Most people jump straight to advanced steps. A corrupted Quick Access history is behind the majority of crashes — clear it first.
- Running SFC without admin rights. In a normal Command Prompt,
sfc /scannowcan’t repair anything. Always right-click and choose Run as administrator. - Grabbing drivers from random sites. Update only through Device Manager or the official maker (Intel, NVIDIA, AMD). Third-party driver sites often bundle adware or mismatched drivers.
- Dismissing Windows Update. Microsoft quietly patches Explorer bugs in cumulative updates; the fix you need may already be queued.
- Not restarting after a fix. Driver, system-file, and account changes don’t fully apply until you reboot. Restart before deciding a fix failed.
Avoiding these five missteps saves you from chasing fixes that were never going to stick.
Frequently Asked Questions
Why does File Explorer keep crashing on Windows 11?
Usually a corrupted Quick Access cache, the Preview Pane choking on a bad file, damaged system files, or an outdated display driver. On my own laptop it was the cache — clearing the File Explorer history stopped the crashes immediately.
Will clearing File Explorer history delete my files?
No. It only removes the list of recent files and pinned shortcuts in Quick Access. After I cleared mine, every document and photo was still exactly where I left it; only the recents list reset.
Is File Explorer crashing a sign of a virus?
Not usually — a corrupted cache or system files is far more common. But when a client’s Explorer crashed alongside random pop-ups and unknown programs, a full Windows Defender scan found the malware behind it. Scan if you see those extra symptoms.
Is it safe to run SFC?
Yes. SFC is a free, built-in tool that replaces corrupted system files with healthy copies and is recommended by Microsoft. I’ve run it on dozens of PCs without it ever breaking anything; the worst case is that it simply finds nothing to repair.
Can a corrupted user profile cause File Explorer to crash?
Yes. A damaged profile breaks how Explorer loads settings and shell extensions, crashing it on launch. When I created a fresh account on a stubborn machine and Explorer worked instantly, that confirmed the old profile was the problem.
How long does DISM take to run?
Typically 10–30 minutes, since it may download replacement files from Windows Update. On my laptop it sat at 20% for several minutes, then jumped to done — so let it finish without interrupting it.
Conclusion
Windows 11 File Explorer crashing is frustrating but rarely serious. Start with the quick wins — restart Explorer, clear the cache, disable the Preview Pane — then run SFC and DISM if it persists. Try them in this order and tell me in the comments which step finally stopped your crashes.