Sweepfor Mac

Speed up your Mac

MacBook Air M1 Running Slow? Here's How to Fix It

MacBook Air M1 from 2020 feeling slow? It's almost always storage and clutter, not the chip. Here's how to bring it back to launch-day fast.

8 min read

The MacBook Air M1, released November 2020, was the laptop that proved Apple Silicon was real. Five-plus years on, it’s still the most-used Mac laptop in the world. And it’s the most common candidate for “my Mac feels slow lately.”

Here’s the thing: the M1 chip in your Air hasn’t slowed down. It runs the same instructions in the same time it did on day one. What’s changed is the accumulated weight of macOS updates, photo libraries, app caches, and a 256GB SSD that’s now 92% full. Fix those, and the M1 Air is still genuinely fast.

Know your machine

The vast majority of MacBook Air M1s sold were:

  • 8GB RAM / 256GB SSD — the $999 base model, by far the most common
  • 8GB RAM / 512GB SSD
  • 16GB RAM / 256GB SSD
  • 16GB RAM / 512GB SSD or larger

If you’re on the base 8GB / 256GB Air — and you probably are — you have both tight memory and tight storage. These two problems amplify each other: when storage gets full, swap can’t write cleanly, so memory pressure feels worse.

Apple Silicon Airs have no fan. The M1 throttles when warm, but it’s efficient enough that throttling is rare for normal use. If your Air is throttling, that’s the symptom of an underlying load issue, not the cause.

Start with storage

System Settings → General → Storage. If you’re above 85% full, that’s almost certainly your single biggest performance issue.

Where the space typically goes on a 5-year-old M1 Air:

  1. System Data — 50-100GB. Includes Time Machine snapshots, caches, logs, mediaanalysis databases.
  2. Photos — if iCloud Optimize is off, your full photo library is local. 30-100GB.
  3. Mail — every attachment from every account, downloaded forever. 5-20GB.
  4. Apps — Adobe alone is 25GB.
  5. Downloads — installers, ZIPs, screenshots. 8-25GB on most Airs.
  6. iOS device backups~/Library/Application Support/MobileSync/Backup/ — old phone backups, 30-80GB.

The single biggest single-action recovery: enable iCloud Photos with “Optimize Mac Storage” (Settings → [Name] → iCloud → Photos). On most Airs this frees 30-80GB instantly.

The second biggest: disable Time Machine local snapshots if you don’t actively back up — sudo tmutil disable in Terminal frees 30-50GB on most older Airs.

Reclaim 20+ gigs without buying more storageSweep finds the System Data, snapshots, and old downloads adding up. Free for macOS →

The 8GB memory pressure problem

Activity Monitor → Memory tab. The Memory Pressure graph at the bottom is what matters.

On an 8GB M1 Air doing modern web work, yellow pressure is the default state. Apple’s compression is very good — yellow pressure on M1 8GB feels roughly like green pressure on Intel 8GB. But sustained red pressure is bad: the SSD gets thrashed, and on a 5-year-old Mac the SSD has finite write cycles.

Sort processes by Memory. Common offenders on M1 Airs:

  • Chrome — 2-4GB easily. Use Safari instead. Apple’s browser is markedly more efficient on M1 hardware (15-30% lower memory per tab).
  • Slack — 800MB-1.5GB. The web version in Safari uses a fraction of that.
  • Microsoft Teams — 1-2GB idle. Migrate to Outlook web if possible.
  • Spotify — 400-600MB. Apple Music is around 180MB.
  • Photoshop / Lightroom — these will hold RAM until quit, not minimized. Quit them when done.

Switching from Chrome to Safari and from Slack desktop to Slack web reclaims 2-3GB on most Airs. That’s a quarter of total system memory.

The login items that snuck in

System Settings → General → Login Items. Look at both sections.

Five years of installing software has loaded the background. On an old Air it’s common to find:

  • Adobe Creative Cloud Helper (350MB resident)
  • Microsoft AutoUpdate Helper (150MB)
  • Dropbox / Google Drive helpers (400-700MB each)
  • Steam, Discord, gaming peripheral software
  • Old printer utilities
  • VPN client launchers
  • 1Password, Bitwarden launch agents

Disable everything you don’t actively use. After disabling, restart. Some launch agents come back through /Library/LaunchDaemons/ and ~/Library/LaunchAgents/.

Tip: Login Items doesn't show everything. Check ~/Library/LaunchAgents/ and /Library/LaunchAgents/ in Finder for actual files. These are .plist files installed by apps to run automatically. You can move them out (don't delete; move to a Backup folder) to disable them entirely.

Browser tab discipline

The single biggest variable in M1 Air performance is browser tab count. An M1 Air with 6 tabs and one with 60 tabs are different machines.

What helps:

  • Use Safari Tab Groups to “park” sets of tabs without keeping them in active memory
  • Enable Safari → Settings → Tabs → Automatically close tabs after a week
  • For Chrome: enable Memory Saver in chrome://settings/performance
  • Bookmark research-heavy sites instead of leaving them open
  • Audit extensions — every extension adds memory cost per tab

Realistic working tab count for 8GB M1 Air: 8-15 active tabs.

The Spotlight reindex problem

Spotlight is the most common cause of “my Air randomly slowed down a week ago.” When the index corrupts — usually after an interrupted update or a forced shutdown — mds_stores runs at high CPU constantly and the system feels weighted.

Reset Spotlight:

  1. System Settings → Siri & Spotlight → Spotlight Privacy
  2. Click + and add your Macintosh HD volume
  3. Wait 30 seconds
  4. Select it, click −
  5. Spotlight rebuilds the index

This takes 2-6 hours on an M1 Air. The machine will be hot and CPU-busy throughout. Plug in, leave overnight, expect a faster Mac in the morning.

Skip the manual huntSweep finds every cache, log, and forgotten file in seconds. Download Sweep free →

Photos analysis backlog

If your M1 Air has been slow for days and Activity Monitor shows mediaanalysisd or photoanalysisd at 200-400% CPU, Photos got behind on object detection / face recognition / scene analysis.

This is normal after big imports — Apple’s analysis runs during idle time when the machine is plugged in. If it never finishes:

killall photoanalysisd
killall mediaanalysisd

These restart automatically and re-evaluate. Sometimes the kick is enough. Persistent issue means the Photos library has a corrupt analysis database — repair it with Photos held while opening (Cmd-Option held while launching Photos → Repair Library).

The macOS update lag

Right after a major macOS update — especially Sequoia 15 onward — your M1 Air will feel slow for 24-72 hours. This is normal. macOS reindexes Spotlight, reanalyzes Photos, and APFS does background optimization.

What helps the post-update lag:

  • Plug in. Most background tasks pause on battery to save energy.
  • Leave the Air open and not asleep for several hours (System Settings → Lock Screen → adjust sleep timing temporarily)
  • Don’t troubleshoot performance during this window — wait 48 hours

If you’re still slow a week after an update, that’s not normal lag — something corrupted. Reset Spotlight, restart, possibly reinstall macOS over the existing install.

When 8GB isn’t enough anymore

Honest assessment: if your Air is still slow after cleanup, your workload may have grown beyond 8GB. Signs:

  • You routinely keep 25+ tabs open
  • You use Adobe Photoshop or Lightroom Classic daily
  • You run Docker, virtual machines, or local LLM tools
  • Your job has multiple Electron apps (Slack, Teams, VS Code, Notion, Discord) running constantly

You can’t upgrade RAM in an M1 Air. Options:

  1. Adapt the workflow — Safari over Chrome, native apps over Electron, fewer tabs
  2. Sell and upgrade — used M1 Airs still hold $400-700 resale, and a 16GB M3 or M4 Air starts around $1,099

For lighter use — writing, web browsing, video calls, casual photo work, document editing — the M1 Air kept clean is still genuinely usable through 2027.

There’s a faster waySweep does this in seconds. Try Sweep free →

The M1 chip in your Air is still capable. The Mac just needs maintenance — clean storage, trimmed startup items, restrained apps, and an occasional Spotlight reset. Do those, and your “slow” Air is back to launch-day fast.

← Back to all guides