I can't get rid of process com.apple.podcasts.SpotlightIndexExtension. Uses 100% CPU all the time

I can't get rid of process named com.apple.podcasts.SpotlightIndexExtension. It uses 100% CPU all the time.


Tried lots of things - nothing helped. Reboot, safe mode, system and podcast settings etc etc - no result.


If someone have solved this - please respond and share the remedy.

MacBook Air 13″, macOS 15.7

Posted on Sep 18, 2025 10:17 AM

Reply
Question marked as Top-ranking reply

Posted on Sep 18, 2025 08:40 PM

1. Kill the running process (temporary)


ps aux | grep SpotlightIndexExtension
kill -9 <PID>


  • The process will restart when Spotlight or the Podcasts app needs it again.
  • This is only a temporary stop.


2. Disable Podcast indexing in Spotlight


If you just want to stop it from constantly running, tell Spotlight not to index Podcasts:


sudo mdutil -i off /System/Volumes/Data/Users/$(whoami)/Library/Group\ Containers/*.group.com.apple.podcasts


You can also exclude Podcasts completely in System Settings → Siri & Spotlight → Search Results, then uncheck Podcasts.


3. Workaround: Restrict Spotlight scope


Add Podcasts’ data folder to Spotlight’s Privacy tab:


  • Go to System Settings → Siri & Spotlight → Spotlight Privacy.
  • Add:


~/Library/Group Containers/*.group.com.apple.podcasts


This stops indexing there, so the extension has little/no work to do and won’t spin up often.

2 replies
Question marked as Top-ranking reply

Sep 18, 2025 08:40 PM in response to pulsov

1. Kill the running process (temporary)


ps aux | grep SpotlightIndexExtension
kill -9 <PID>


  • The process will restart when Spotlight or the Podcasts app needs it again.
  • This is only a temporary stop.


2. Disable Podcast indexing in Spotlight


If you just want to stop it from constantly running, tell Spotlight not to index Podcasts:


sudo mdutil -i off /System/Volumes/Data/Users/$(whoami)/Library/Group\ Containers/*.group.com.apple.podcasts


You can also exclude Podcasts completely in System Settings → Siri & Spotlight → Search Results, then uncheck Podcasts.


3. Workaround: Restrict Spotlight scope


Add Podcasts’ data folder to Spotlight’s Privacy tab:


  • Go to System Settings → Siri & Spotlight → Spotlight Privacy.
  • Add:


~/Library/Group Containers/*.group.com.apple.podcasts


This stops indexing there, so the extension has little/no work to do and won’t spin up often.

I can't get rid of process com.apple.podcasts.SpotlightIndexExtension. Uses 100% CPU all the time

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.