Troubleshooting
Apple Music Stutters on Mac? Here's What's Going On
Apple Music stuttering or skipping on your Mac? Walk through the real causes — sync hiccups, library bloat, and audio daemon issues that fix it.
Apple Music plays for 20 seconds, hiccups, plays for another 30 seconds, hiccups again. Or worse: the play button responds with a several-second delay, the now-playing UI freezes, and the whole app feels like it’s stuck in molasses.
The Music app on Mac is doing more than just streaming songs. It’s syncing your library state with iCloud, indexing artwork, downloading tracks for offline play, and rendering elaborate animated artwork. Any of those can choke and cause stuttering. Here’s the diagnostic.
Confirm it’s Apple Music specifically
Play something in Spotify, YouTube, or any other audio app. Does that also stutter? If yes, the problem isn’t Music — it’s your Mac’s audio system. Skip to the audio daemon section below.
If only Apple Music stutters, the issue is the app itself or its data.
Pause iCloud Music Library sync
If you have a big library and Sync Library is on, the Music app may be busy syncing in the background, which can stutter playback on weaker Macs.
Music → Settings → General → uncheck Sync Library. Quit and reopen Music. Test playback.
If stuttering stops, sync was the cause. You can re-enable Sync Library when you’re not actively listening — Music will catch up in the background and stop stuttering once it’s done.
Check your network
Streaming Apple Music requires bandwidth. If your connection is flaky, songs buffer and stutter.
Open fast.com (Netflix’s speed test). You want at least 5 Mbps for lossless audio, 1-2 Mbps for standard quality.
If your bandwidth is fine but you still stutter, try downloading the song for offline listening:
- In Music, find the song
- Click the (…) menu → Download
- Wait for the download to finish
- Play the local copy
If the offline copy plays fine but the streaming version stutters, your network is the issue. Switch to 5 GHz Wi-Fi or plug in Ethernet.
Disable Lossless and Spatial if you don’t need them
Lossless and Dolby Atmos audio in Music sound great but they’re network and CPU intensive. On older Macs or weak connections, they can cause stutter.
Music → Settings → Playback:
- Audio Quality: try setting to High Quality (instead of Lossless)
- Dolby Atmos: set to Off or Automatic
If stutter clears, the lossless/atmos formats were stressing your hardware or connection. Pick the lower-quality setting until you upgrade.
Check Activity Monitor
The Music app can be greedy with CPU when it’s processing your library. Open Activity Monitor (Applications → Utilities) and search for “Music”.
If Music is using 100%+ CPU, it’s chewing on something — usually library indexing, artwork downloading, or smart playlist regeneration.
Wait it out. Music typically settles down after 10-30 minutes of background work. If it doesn’t, force-quit Music (Cmd+Option+Esc → Music → Force Quit) and reopen.
If mediaanalysisd or cloudphotod are also high, your Mac is doing photo/media analysis in parallel — multiple background tasks compounding.
Reset the audio daemon
Sometimes Music stutters because the macOS audio system is wedged. Open Terminal:
sudo killall coreaudiod
Type your password. Daemon restarts in about a second.
If Music plays smoothly after this, the audio daemon was the issue, not Music itself.
Clear the Music app’s cache
Music stores cached data — artwork, lyrics, audio chunks for streaming — in your Library folder. Over time, this grows huge and can slow the app.
Quit Music. Then in Finder, hit Cmd+Shift+G (Go to Folder) and paste:
~/Library/Caches/com.apple.Music
Drag the contents to Trash (don’t delete the folder itself). Reopen Music. The cache rebuilds as you use the app.
This often fixes “Music feels slow” issues without affecting your library or downloaded songs.
For deeper cleanup, also check:
~/Library/Caches/com.apple.MusicAgent~/Library/Caches/com.apple.amp.itmtransporter~/Library/Containers/com.apple.Music/Data/Library/Caches/
These all accumulate over time. Clearing them is safe — Music rebuilds them as needed.
Restart the Music app properly
The Music app sometimes leaves background processes running after you Cmd+Q. To fully restart:
- Cmd+Q on Music
- Open Activity Monitor, search “Music”
- If anything music-related is still listed, select and force-quit
- Reopen Music
A clean restart often resolves cache-related stutter.
Check for runaway “MusicAgent” or “iTunes Library” processes
In Activity Monitor, look for MusicAgent, mediaanalysisd, or anything starting with “amp”. These are music-related background services.
If they’re stuck at high CPU for more than an hour, kill them:
- Select the process
- Click the (X) icon
- Choose Force Quit
They’ll restart automatically when needed. The kill clears whatever loop they were stuck in.
Update macOS
Apple Music updates ship with macOS updates. System Settings → General → Software Update.
Several Music app stuttering bugs were fixed in macOS 14.3 and 14.4. If you’re on an earlier release, that alone may fix it.
Clear stale audio prefs
Sometimes Music stutters because the macOS audio routing is unstable. The audio prefs in ~/Library/Preferences/ can pick up cruft over time:
com.apple.audio.AudioMIDISetup.plistcom.apple.audio.DeviceSettings.plistcom.apple.bluetoothaudiod.plist
Quit Music, drag those to Trash, restart. macOS rebuilds them clean.
This kind of plist gardening is annoying to do manually. Sweep clears stale audio prefs and caches in one pass — often fixes Music app stuttering when the cause is deeper than the Music app itself. It can’t fix bandwidth issues or Apple’s servers, but it removes the local-side gunk.
Try a different output
Stutter only happens on certain output devices? If Music is fine through MacBook speakers but stutters on AirPods, the issue is Bluetooth, not Music. See the AirPods stuttering or Bluetooth headphones articles for that.
Music fine on AirPods but stutters on speakers? Strange, but possible — usually a power issue or a stuck driver.
Specific patterns
Stutter only on first play, then clears: cache miss. Music is downloading album artwork or song data. Normal.
Stutter every time you switch songs: library is too big or HDD is slow. If you have an Intel Mac with a spinning hard drive, this is mostly hardware-bound.
Stutter only after long playback sessions: memory leak in the Music app. Quit and reopen periodically.
Stutter only on lossless songs: connection or CPU isn’t keeping up. Drop to High Quality.
Stutter only when the screen is off / Mac is sleeping: sleep policy is killing Music. System Settings → Battery → Power Adapter → check Prevent automatic sleeping when display is off.
App freezes for 5-10 seconds, then resumes: typically iCloud sync. Disable Sync Library temporarily.
Stutter and the library can’t be opened: corrupted library file. The library is at ~/Music/Music/Music Library.musiclibrary. Back it up before doing anything; restoring from backup often fixes it.
Fix order
- Test other audio apps to isolate Music vs system audio
- Pause Sync Library temporarily
- Drop audio quality from Lossless to High Quality
- Check Activity Monitor for runaway music processes
sudo killall coreaudiod- Clear Music app cache
- Restart Music with all related processes killed
- Update macOS to latest 14.x
- Clear stale audio prefs
- Try a different output device
For most people, the fix is either Sync Library being too aggressive or the cache being stale. Try those first.