How to Fix a Slow File Manager on Linux
Speed up a slow Linux file manager by clearing thumbnail cache and temporary clutter with Kudu.
By Kudu Team
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →What Causes This?
A slow file manager on Linux is usually caused by built-up thumbnail cache, temporary files, or folders packed with lots of images, videos, and documents. File managers like Nautilus, Dolphin, Thunar, or Nemo can lag when they have to generate previews, read network locations, or scan cluttered directories. In some cases, extensions, removable drives, or low free disk space also make browsing feel delayed.
Common Symptoms
- Folders take several seconds to open
- File thumbnails load very slowly or keep refreshing
- Right-click menus or file searches feel delayed
- The file manager freezes when opening large folders
- Browsing external drives or network shares feels unusually sluggish
How to Fix It Manually
-
Restart the file manager
- Sometimes the file manager is just stuck after a heavy folder scan or preview process.
- Open a terminal with
Ctrl+Alt+T. - For GNOME Files (Nautilus), run:
nautilus -q - For Dolphin, close and reopen it normally.
- For Thunar, run:
thunar -q - Then launch the file manager again and test folder speed.
-
Clear the thumbnail cache
- Thumbnail cache is one of the most common reasons file browsing slows down.
- Open a terminal with
Ctrl+Alt+T. - Run:
rm -rf ~/.cache/thumbnails/* - If that folder does not exist, it may already be empty.
- Reopen your file manager and check if folders load faster.
-
Delete temporary files and user cache
- Temporary clutter can slow down file indexing and general responsiveness.
- In the terminal, run:
rm -rf ~/.cache/* - Then clear temporary files:
rm -rf /tmp/* - Be careful: only run these commands exactly as shown.
- Log out and back in after clearing cache so background services reload cleanly.
-
Disable thumbnail previews in large folders
- If folders full of photos or videos are slow, preview generation may be the problem.
- In Nautilus, open the file manager, click the menu, then go to Preferences.
- Find the preview or performance settings and set thumbnails to Local files only, Never, or a smaller file size limit.
- In Dolphin, open Settings > Configure Dolphin > General > Previews and disable unnecessary preview types.
- Test the same folder again.
-
Check free disk space
- Very low disk space can make cache handling and file operations much slower.
- Open a terminal and run:
df -h - Look for your main filesystem. If it is nearly full, delete or move large unused files.
- Empty the Trash afterward.
-
Test without network locations or external drives
- Slow SMB shares, mounted cloud storage, or failing USB drives can delay the whole file manager.
- Disconnect external drives you do not need.
- Remove unused network locations from the sidebar.
- Then reopen the file manager and compare performance when browsing local folders only.
Fix It Automatically with Kudu
Kudu can scan for thumbnail cache, temporary clutter, and other junk that makes file browsing feel slow, then clean it up automatically. It saves time compared with hunting through cache folders and settings by hand, especially if the slowdown keeps coming back.
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →Related guides
How to Fix a Slow Browser on Linux
If your browser is slow on Linux, Kudu can help clear cache and reduce system clutter.
Why Is My Linux Desktop Environment So Slow
If your Linux desktop feels sluggish, Kudu can clean caches and clutter to improve responsiveness.
How to Fix Slow Internet on Linux
Improve slow internet on Linux by cleaning network cache and reducing background system load with Kudu.
How to Fix Package Manager Issues on Linux
If your Linux package manager is failing, Kudu can help clean cache and leftover package files.