Linux File Manager Freezes is a common Linux desktop problem when folders contain many files, thumbnails, network mounts or slow external drives. This guide explains practical ways to fix a frozen or slow Linux file manager.
Common symptoms
- The file manager window becomes unresponsive.
- A folder takes a long time to open.
- External drives or network folders freeze browsing.
Recommended solutions
- Solution 1: Restart the file manager process instead of rebooting the whole computer
- Solution 2: Clear thumbnail cache and test the folder again
- Solution 3: Check whether a network mount, external drive or huge folder is causing the delay
Useful Linux commands
nautilus -qrm -rf ~/.cache/thumbnails/*journalctl -xe
Alternative solution: test another folder or user profile
If only one folder is slow, move large files into subfolders or disable previews. If all folders are slow, test another user profile to check whether desktop settings are corrupted.
Alternative solution: check disk health
If the file manager freezes mostly on an external drive, check cables, SMART health and filesystem errors before copying more data.
FAQ
Does this apply to Ubuntu, Fedora and Linux Mint?
Yes. The exact file manager may differ, but the troubleshooting logic is similar.
Should I force power off the PC?
Only as a last resort. First try closing the file manager, switching to another terminal or restarting the file manager process.
Disclaimer: This tutorial is for educational purposes. Test carefully before applying changes. WhileNetworking is not responsible for misuse, damage, data loss or production issues.

