US Trends

how to see spotlight actual indexing progress in mac

Seeing Spotlight progress

On macOS, the most direct way to check Spotlight indexing is to click the Spotlight icon in the menu bar and start a search; if indexing is active, macOS may show an “Indexing” message with a progress bar or time estimate.

What to look for

  • A progress bar in the Spotlight search panel.
  • An “Indexing” message when you open Spotlight and type a character.
  • Older macOS versions could show a blinking dot or hover tooltip with percentage details, but that does not seem reliable on newer versions.

If the bar is missing

On newer macOS releases, some users report that Spotlight no longer shows a clear, live percentage in the interface, even while indexing is still happening in the background.

A practical fallback is to check Activity Monitor for mds or mdworker processes, which usually means Spotlight is doing indexing work.

Terminal check

If you want a more technical check, the commonly cited command is mdutil -s /, which reports whether indexing is enabled and may indicate status.

Rebuilding to force progress

If you want to force Spotlight to rebuild its index, you can add your disk to Spotlight Privacy and then remove it again; that usually makes Spotlight reindex the drive and brings up the progress indicator.

Best practical answer

If you just want the actual live progress , the Spotlight search panel is the first place to check, but on recent macOS versions it may only show that indexing is happening, not a precise percentage. The most dependable cross- check is Activity Monitor or mdutil in Terminal.

Would you like the exact steps for your macOS version?