So your File Explorer keeps crashing on Windows 11. That’s annoying as hell. I get it you’re just trying to open a folder or right-click something and boom, everything disappears.
This isn’t some tiny glitch either. File Explorer is basically how you interact with everything on your computer. When it keeps crashing, it feels like the whole system is broken.
Sometimes it happens when:
- You open certain folders
- You right-click on files
- You’re just browsing through directories
- It’s just sitting there doing nothing
Most people just restart their PC and hope it goes away. Sometimes that works, sometimes it doesn’t.
Here’s what actually fixes it. I’ll start with the easy stuff and work from there.
Restart File Explorer
Open Task Manager (Ctrl+Shift+Esc), find “Windows Explorer” in the list, right-click it and hit Restart. This is like giving File Explorer a fresh start without restarting your whole computer. If this fixes it for a bit but then it starts crashing again, there’s something deeper going on.
Clear the history
File Explorer keeps track of your recent files and folders. Sometimes this history gets messed up and causes crashes.
- Open File Explorer
- Click those three dots in the top right
- Go to Options
- Under the General tab, click “Clear” next to “Clear File Explorer history”
- Uncheck those two boxes under Privacy
- Hit OK and restart File Explorer
Check third-party extensions
This is the big one. You know how when you right-click a file you see all those extra options from different programs? Those are shell extensions, and they’re the #1 cause of File Explorer crashes.
- Download ShellExView (free tool from NirSoft)
- Run it and look for anything that’s not from Microsoft
- Disable the suspicious ones especially:
- Cloud storage stuff (Dropbox, Google Drive, OneDrive)
- Compression tools (WinRAR, 7-Zip)
- Antivirus software
- File management tools
- Restart File Explorer and see if it still crashes
If it stops crashing after disabling certain extensions, congrats you found the problem. You can either keep that extension disabled or update the software that’s causing it.
Run SFC scan
Sometimes Windows system files get corrupted. This can happen from bad updates, sudden shutdowns, all sorts of stuff. There’s a built-in tool that fixes this.
- Open PowerShell or Command Prompt as admin (Windows+X)
- Type
sfc /scannowand hit Enter - Wait 10-20 minutes for it to finish
- Restart your computer
It scans all your system files and replaces any corrupted ones with clean copies.
Install Windows updates
Microsoft fixes File Explorer bugs in updates all the time. A lot of crashes are caused by bugs that Microsoft already fixed in newer versions of Windows 11.
- Go to Settings
- Windows Update
- Install everything that’s available
Reset File Explorer settings
- Open File Explorer
- Go to Options
- Under the View tab, click “Reset Folders”
- Go back to General and click “Restore defaults”
- Restart File Explorer
Disable Quick Access
Quick Access shows your frequent folders and recent files. Sometimes the information it’s trying to display is corrupted.
- In File Explorer Options, under General
- Change “Open File Explorer to” from Quick access to This PC
- Uncheck those Privacy boxes
- This stops File Explorer from trying to load Quick Access at all
Check for corrupt files in specific folders
Sometimes File Explorer only crashes when opening specific folders. There might be a corrupt file in there. Files with:
- Extremely long names
- Weird characters
- Corrupted metadata
- Zero-byte size
These can crash File Explorer when it tries to display them. Open that folder in Command Prompt (cd "path\to\folder"), list the files with dir, and delete or rename anything sketchy.
Create a new user account
If nothing else works, try this.
- Go to Settings, Accounts, Family & other users
- Add a new local account
- Sign out of yours and sign into the new one
- Test if File Explorer crashes in the new account
If it works fine in the new account, your user profile is corrupted. You’ll need to move your files to the new account and use that instead.
Most File Explorer crashes are caused by third-party extensions. That’s the first thing I’d check. Corrupted system files are also pretty common. Sometimes specific files have corrupted metadata that crashes Explorer when it tries to show them. And yeah, outdated Windows can have known bugs that Microsoft already fixed.
Don’t reinstall Windows immediately. File Explorer crashes are almost always fixable without going nuclear. Don’t ignore them either they usually get worse over time, not better. And definitely don’t download random “File Explorer fix” tools from the internet. Most of those are garbage or straight-up malware. Stick to Windows built-in tools and reputable stuff like ShellExView.
If you’ve tried everything and File Explorer still constantly crashes, then maybe consider reinstalling Windows. But that’s rare. Usually one of the methods above fixes it.
Start with restarting File Explorer and clearing the history. Those solve a lot of simple cases. If that doesn’t work, check those third-party extensions that’s the most likely culprit. For stubborn issues, run SFC and install Windows updates. Work through these systematically and you’ll probably find the problem.
