Verified for macOS Tahoe 26.2

How to Fix Finder Slow or Lagging in macOS Tahoe 26.2

Symptom: Finder takes several seconds to open folders, the "spinning beachball" appears when right-clicking, or file previews (QuickLook) are slow.

TL;DR fix

Start with Fix 1: Relaunch Finder and Clear State. If the issue persists after that, try Fix 2: Reindex the Spotlight Database. Full Terminal commands and step-by-step instructions are in each section below.

In Tahoe 26.2, Finder lag is often caused by a corrupt "Spotlight" index or a hang in the iCloud "Bird" process trying to sync metadata.

Recommended Troubleshooting Tool

Before proceeding with manual fixes, we recommend using CleanMyMac X. Quickly identify high CPU apps and optimize system memory with one click.


Fix 1: Relaunch Finder and Clear State

Force-closing Finder is the quickest way to clear a temporary hang.

  1. Press Option + Command + Escape.
  2. Select Finder and click Relaunch.
  3. If it remains slow, clear the Finder preference file:
rm ~/Library/Preferences/com.apple.finder.plist

Fix 2: Reindex the Spotlight Database

If Finder is struggling to display file sizes or icons, the index is likely corrupt.

  1. Open Terminal.
  2. Run:
sudo mdutil -E /
  1. Your Mac will be slow for 15-30 minutes while it rebuilds the index, but Finder speed should improve once complete.

Fix 3: Disable QuickLook Previews for Large Folders

QuickLook can hang if it tries to generate a preview for a corrupt video or large PDF.

  1. Open any Finder window.
  2. Go to View > Show View Options.
  3. Uncheck "Show icon preview" and "Show preview column."

Tip: Check Activity Monitor for a process called `cloudd` or `bird`. if they are using high CPU, Finder is likely lagging due to an iCloud sync loop.