π ~1 min read
Table of contents
Symptom & Impact
Desktop responsiveness degrades because tracker-miner consumes sustained CPU.
Environment & Reproduction
Triggered by large file imports or recursive indexing on network-mounted paths.
top -o %CPU
Root Cause Analysis
Search indexer scans too many directories and repeatedly processes changing content.
Quick Triage
Measure process impact and identify indexed locations.
tracker3 status
ps -C tracker-miner-fs-3 -o pid,%cpu,%mem,cmd
Step-by-Step Diagnosis
Inspect current miner configuration and active indexing queue.
gsettings get org.freedesktop.Tracker3.Miner.Files index-recursive-directories
tracker3 daemon -f

Solution – Primary Fix
Exclude heavy directories and restart tracker services to rebuild sane index scope.
Still having issues? Our Managed IT Services team can diagnose and resolve this for you. Get in touch for a free consultation.
gsettings set org.freedesktop.Tracker3.Miner.Files ignored-directories "['Downloads', 'VMs']"
systemctl --user restart tracker-miner-fs-3

Solution – Alternative Approaches
Disable content indexing on constrained systems where search indexing is unnecessary.
Verification & Acceptance Criteria
CPU usage returns to normal baseline and desktop remains responsive during file operations.
tracker3 status
top -b -n1 | head -n 20
Rollback Plan
Restore prior index settings if required for enterprise search compliance.
Prevention & Hardening
Define indexing exclusions for large media and build directories in base image policy.
Related Errors & Cross-Refs
Related to excessive I/O wait, GNOME Shell lag, and disk space pressure.
Related tutorial: View the step-by-step tutorial for Ubuntu 26.04 LTS.
View all Ubuntu 26.04 LTS tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Ubuntu desktop performance tuning and Tracker3 configuration references.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.