/ writings rahul cooks side projects lol about

spotify lyrics not showing on mac (2026): 8 fixes + a better alternative

Jun 20, 2026

·

8 min read

·

updated Jun 20, 2026

tl;dr: spotify lyrics not showing on your mac? here are 8 fixes that actually work — cache clear, reinstall, region check, plus a third-party app that doesn't depend on spotify's lyrics service.

tldr: spotify lyrics not showing on mac is almost always one of: lyrics button toggled off, offline mode, corrupt cache, outdated app, or musixmatch doesn’t have a license for that track in your region. the 8 fixes below cover all of them. if none work, install karacookie — it pulls lyrics from lrclib (a different source) so it works even when spotify’s native lyrics are broken or missing for a track.


spotify lyrics break on mac more often than they should. i’ve debugged this enough times that i wrote the fix list down. here it is.

the root cause matters because each cause has a different fix. spotify doesn’t generate its own lyrics — it licenses them from musixmatch. musixmatch has regional licensing gaps, the spotify mac client occasionally corrupts its cache, and a botched app update can break the lyrics view entirely. layered on top: the lyrics button itself can get toggled off in the now-playing bar, offline mode disables the lyrics fetch, and some tracks just don’t have lyrics in musixmatch’s database at all.

so before you start nuking your install, run the diagnostic.


quick diagnostic — what’s actually broken?

look at your spotify now-playing bar (the strip at the bottom). check which of these you see:

  • no lyrics icon at all → the lyrics button is hidden or your spotify version is too old. start with fix 1 then fix 4.
  • lyrics icon present, click it, spinner forever → cache is corrupt or you’re offline. start with fix 2 then fix 3.
  • lyrics icon present, click it, “no lyrics available” → musixmatch doesn’t have lyrics for this track in your region. skip to fix 7 or jump to karacookie.
  • lyrics worked yesterday, now nothing → recent spotify update botched it. fix 4 then fix 5.
  • lyrics work for some tracks, not others → expected behaviour, musixmatch licensing gaps. fix 7 or use a third-party app.

now the fixes.


the 8 fixes

fix 1 — check the lyrics icon is enabled

spotify lets you hide ui elements from the now-playing bar. the lyrics button might just be turned off.

right-click anywhere on the now-playing bar at the bottom of the spotify window. you’ll see a list of toggleable elements — “lyrics” should be one of them. make sure it’s checked.

if you don’t see “lyrics” in that right-click menu at all, your spotify version is too old. skip to fix 4.

fix 2 — disable offline mode

offline mode disables every network-dependent feature including lyrics. it’s easy to leave on by accident after a flight.

spotify menu bar → spotify → toggle “offline mode” off.

(it’s a checkmark when on. you want no checkmark.)

fix 3 — clear spotify cache

stale cache is the most common cause of “lyrics spinner forever”. the fix is a clean delete.

  1. quit spotify completely (cmd+q — not just close the window)
  2. open finder, hit cmd+shift+g (go to folder)
  3. paste ~/Library/Caches/com.spotify.client/ and hit enter
  4. select everything in that folder and move to trash
  5. also delete ~/Library/Application Support/Spotify/PersistentCache/ if it exists
  6. reopen spotify, sign in if prompted, play a track, click the lyrics icon

this fixes maybe 40% of all “lyrics broken” cases on its own.

fix 4 — update spotify

spotify menu bar → spotify → about spotify. if an update is available it’ll show “update available” with a button. click it, let it install, restart spotify.

if “about spotify” says you’re already up to date but you suspect you aren’t (sometimes the in-app updater lies), download the latest version directly from spotify.com/download and install over the top. this forces the latest build.

fix 5 — reinstall spotify

if cache clear + update didn’t work, do a clean reinstall. this is the nuclear option that fixes most remaining cases.

  1. inside spotify, account → log out
  2. quit spotify (cmd+q)
  3. open finder, drag /Applications/Spotify.app to trash
  4. also delete:
    • ~/Library/Caches/com.spotify.client/
    • ~/Library/Application Support/Spotify/
    • ~/Library/Preferences/com.spotify.client.plist
  5. empty trash
  6. download fresh from spotify.com/download (not the mac app store version — it updates slower)
  7. install, sign in, try lyrics

(important: download directly from spotify.com. the mac app store version is sandboxed differently and updates lag the direct version by 1-2 releases.)

fix 6 — log out and back in

sometimes the lyrics issue is tied to your account session being stale. less invasive than a full reinstall.

inside spotify: profile icon (top right) → log out. close spotify. reopen, sign back in. try lyrics.

(if you use sso via google/apple/facebook, sign out from those providers too just to be safe.)

fix 7 — try a different region (or vpn)

musixmatch licenses lyrics country-by-country. a track with no lyrics in your region might have lyrics in the us or uk.

two ways to test:

  1. change your spotify country: account → edit profile → country. note that spotify only lets you change country if you’re physically in that country (or appear to be — see below). some regions require updated payment info.
  2. use a vpn (mullvad, proton, nordvpn — any will work) to set your apparent location to the us, quit and reopen spotify, then check lyrics.

if lyrics suddenly work for the same track with a different region, that confirms musixmatch is the blocker. but this is a workaround, not a fix — you can’t run a vpn forever just for lyrics. that’s where a third-party app helps.

fix 8 — check spotify status page

if everyone’s lyrics are broken, it’s not you. spotify occasionally has service-wide lyrics outages (musixmatch api downtime, regional licensing issues).

check status.spotify.dev — if there’s a “lyrics” or “metadata” incident, just wait it out. usually resolved within an hour.

(you can also check r/spotify on reddit — if it’s down for everyone, you’ll see complaints within minutes.)


still not working? use a third-party app

if you’ve worked through all 8 fixes and lyrics still don’t show for the tracks you care about, the issue is musixmatch — either they don’t have a license for that track in your region, or they don’t have the track at all. spotify can’t fix that. only a different lyrics source can.

that’s exactly what third-party lyrics apps solve.

karacookie (full disclosure, i made it) pulls lyrics from lrclib, a community-maintained open lyrics database. lrclib is independent of musixmatch — it has tracks musixmatch doesn’t, especially indie releases, jpop, kpop deep cuts, and older non-english music. so when spotify shows “no lyrics available”, karacookie often shows them anyway.

it reads what’s currently playing on spotify via macos’s mediaremote api (the same one spotify itself uses for media keys and lock screen art). you don’t sign in to spotify, you don’t set up a developer account, you don’t configure anything. open the app, hit play in spotify, allow one macos permission prompt. lyrics appear in a floating bar.


native spotify lyrics vs karacookie — when each works

scenarionative spotify lyricskaracookie
popular english pop trackworksworks
track missing from musixmatch”no lyrics available”usually works (lrclib has it)
regional licensing gap (e.g. indian users on a japanese track)“no lyrics available”usually works
spotify cache corruptedbroken until you fix itworks (independent of spotify cache)
musixmatch api outagebroken for everyoneworks (uses lrclib)
offline mode onbrokenbroken (also needs internet)
free tier userworksworks
premium userworksworks
floating window over fullscreen apps / zoomno — only in spotifyyes
karaoke per-word revealno — line-by-line onlyyes

native spotify lyrics are fine when they work. karacookie is the bulletproof fallback for the cases where they don’t.


how to install karacookie in 60 seconds

  1. go to karacookie and download the latest .command file
  2. double-click the downloaded file — macos will ask for permission once (it’s open source so it isn’t apple-notarized; you’ll need to right-click → open the first time, or allow it from system settings → privacy & security)
  3. open spotify, play any track
  4. karacookie shows the lyrics in a floating bar automatically

no spotify login, no developer account, no oauth. ~5 mb app, native swift, near-zero cpu when paused.

if you want the full install walkthrough with screenshots, see karacookie install guide.


faq

(answered in the structured data above — your search engine should show these directly.)


related reads

  • karacookie — lyrics that move with the music — the product page
  • best spotify lyrics app for mac (2026): 7 floating overlays tested — comparison of every floating lyrics app
  • how to get apple music style lyrics for spotify — karaoke reveal walkthrough
  • free spotify lyrics overlay for mac — the no-bullshit guide — every free option, ranked

liked this? get more honest reviews

no spam, just useful stuff. unsubscribe anytime.