April 15, 2026·20 min read·PerformanceSpeedOptimization

How to Speed Up Your MacBook: 12 Proven Tips for 2025

Learning how to speed up your MacBook is one of the best investments you can make — whether you're running a two-year-old MacBook Air or a MacBook Pro that's starting to feel sluggish after years of use. The performance gains from a few targeted tweaks can be significant: faster app launches, smoother multitasking, and a system that doesn't grind to a halt the moment you open a browser with more than five tabs.

This guide covers 12 concrete steps that actually move the needle. No vague advice, no paid software you don't need — just settings, habits, and built-in tools that take your MacBook from frustratingly slow to noticeably faster.


Table of Contents


Why MacBooks Slow Down Over Time

Even a MacBook that felt blazing fast when you unboxed it can become sluggish over the years. Here's what's actually happening under the hood:

  • Fragmented and nearly full SSD — When your drive is close to full, macOS runs out of room for swap files and temporary data, causing dramatic slowdowns.
  • Too many login items — Every app you install wants to run a helper process at startup. These accumulate silently and eat startup time and RAM.
  • RAM pressure from browser tabs — Modern web pages are memory-intensive. Twenty browser tabs can consume as much RAM as a professional application.
  • Background processes gone rogue — Apps like Dropbox, Google Drive, Microsoft AutoUpdate, and antivirus tools all run background daemons that can spike CPU usage.
  • Spotlight reindexing after updates — After a major macOS update, Spotlight rebuilds its entire search index in the background, temporarily hammering CPU and disk.
  • Visual effects overhead — macOS is visually polished, and features like transparency, animation, and mission control effects cost GPU and CPU cycles.
  • Outdated apps with memory leaks — Apps that haven't been updated in a while sometimes have memory leaks: their RAM usage grows over time until your Mac starts paging heavily to disk.
  • Thermal throttling — If your Mac's vents are blocked or the thermal paste has degraded on older Intel models, the CPU throttles itself to stay cool, dramatically reducing performance.
  • Runaway background syncing — iCloud, Dropbox, OneDrive, and Google Backup all sync files in the background. During initial setup or after large file uploads, this saturates both disk and CPU.
  • Outdated macOS — Older macOS versions don't receive the latest performance optimizations. Each release typically improves memory management and app launch speeds.

Quick Fix Summary Table

FixBrief Description
Free Up Disk SpaceRemove clutter; macOS needs 15–20% free space to run smoothly
Manage Login ItemsCut unnecessary startup processes that hog RAM and boot time
Activity MonitorFind and kill specific processes burning CPU or RAM
Reduce Visual EffectsDisable transparency and animations for snappier UI
Browser ManagementFewer tabs and extensions = dramatically lower RAM use
Update macOS and AppsGets you performance patches and bug fixes
Energy SettingsPrevent throttling and optimize processor performance
Reindex SpotlightFixes post-update slowdowns from indexing
Clear CachesRemove gigabytes of stale temporary files
Disable Background RefreshStops apps syncing when you're trying to work
Reset SMCFixes thermal and fan issues causing throttling (Intel only)
Hardware UpgradeMore RAM or a faster external SSD for older machines

Fix 1: Free Up Disk Space

This is the single highest-impact thing you can do for a slow MacBook. macOS uses free SSD space as virtual memory (swap). When your drive is more than 85% full, the system constantly competes for that space, causing beachballing, slow app launches, and general unresponsiveness.

Aim to keep at least 15–20% of your drive free at all times.

Find out how much space you have:

  1. Click the Apple menu > About This Mac.
  2. Click More Info (macOS Ventura+) or the Storage tab (older macOS).
  3. You'll see a breakdown of what's consuming space.

Free up space using built-in tools:

  1. Open System Settings > General > Storage.
  2. Click Recommendations and review Apple's suggestions:
    • Store in iCloud — offloads files you haven't touched recently.
    • Optimize Storage — removes already-watched Apple TV downloads.
    • Empty Trash Automatically — removes items older than 30 days.
  3. Under Applications, sort by size and delete apps you no longer use.
  4. Under Documents, look for large files in Downloads, Desktop, and iCloud Drive.

Manually clean large files via Terminal:

du -sh ~/Downloads/* | sort -rh | head -20

This shows your 20 largest Downloads items by size, so you can decide what to delete.

Tip: The biggest space hogs are usually old iOS backups (in ~/Library/Application Support/MobileSync/Backup/), old Xcode simulators (xcrun simctl delete unavailable), and duplicate photos. Attack those first.


Fix 2: Manage Login Items and Launch Agents

Every application you've ever installed has had the opportunity to add itself to your startup sequence. Over time, this list grows into a parade of background helpers that boot up before you even open a browser — collectively slowing down startup from 15 seconds to a minute and quietly consuming RAM all day.

Remove login items via System Settings:

  1. Open System Settings > General > Login Items & Extensions.
  2. Under Open at Login, review the list. Disable anything you don't actively need at startup (creative apps, updater helpers, non-essential productivity tools).
  3. Toggle the switch off for each item you want to remove from startup.

Remove hidden Launch Agents via Terminal:

Login Items only shows user-facing apps. Many apps also install hidden Launch Agents that don't appear in this list.

ls ~/Library/LaunchAgents/
ls /Library/LaunchAgents/

Review the .plist files listed. If you see agents from apps you've uninstalled or rarely use, you can disable them with:

launchctl unload ~/Library/LaunchAgents/com.example.AppName.plist

Replace com.example.AppName.plist with the actual filename. This stops the agent from loading without deleting the file.

Tip: Be conservative here. Don't disable agents you don't recognize — some are from Apple or essential system software. Only touch agents from apps you know and don't need running in the background.


Fix 3: Check Activity Monitor for CPU and Memory Hogs

Activity Monitor is macOS's built-in task manager. It shows you exactly what's consuming your CPU, RAM, disk, and network bandwidth in real time. Five minutes with Activity Monitor often reveals one or two processes responsible for most of the slowdown.

  1. Open Activity Monitor (find it in Applications > Utilities or search with Spotlight).
  2. Click the CPU tab and sort by % CPU (descending).
  3. Watch the list for a few seconds. Any process consistently above 50% CPU is a suspect.
  4. Click the Memory tab and sort by Memory (descending). Look for apps using more than 1–2 GB that you're not actively using.
  5. To stop a runaway process, select it and click the X button in the top-left corner of Activity Monitor.

Common offenders:

  • kernel_task — If this shows very high CPU, it's usually a sign of thermal throttling (see Fix 11).
  • mds_stores — Spotlight indexing; high CPU after an update is normal for a few hours.
  • com.apple.WebKit.WebContent — Individual Safari tabs each run as separate WebKit processes.
  • Dropbox, OneDrive, Google Drive — File sync clients spike CPU and disk during large syncs.

Tip: The Memory Pressure graph in the Memory tab is the most useful performance indicator. Green means you're fine; yellow means memory is being managed actively; red means your Mac is heavily swapping and you need to close apps or add RAM.


Fix 4: Reduce Visual Effects and Transparency

macOS's interface is beautiful, and the blur, transparency, and animation effects look great. But they consume real GPU cycles — especially on older MacBook Air models with integrated graphics and limited VRAM. Reducing these effects makes the UI feel faster and more responsive.

Reduce Motion:

  1. Open System Settings > Accessibility > Display.
  2. Turn on Reduce Motion. This replaces flying animations with simple cross-fades.

Reduce Transparency:

  1. In the same Accessibility > Display screen, turn on Reduce Transparency. This replaces blurred, translucent menu bars and sidebars with solid colors.

Additional GPU relief:

  1. Open System Settings > Desktop & Dock.
  2. Set Minimize windows using to Scale Effect instead of Genie Effect.
  3. Turn off Animate opening applications if available.

These changes won't make your Mac look dramatically different in day-to-day use, but they do reduce the rendering workload — especially noticeable on 2015–2019 MacBook Air models.

Tip: If you have a MacBook with a dedicated GPU, you can check whether macOS is using it via Activity Monitor's Energy tab. Look for the Requires High Perf GPU column — apps marked "Yes" are using more power.


Fix 5: Manage Browser Tabs and Extensions

Your browser is almost certainly the biggest resource consumer on your Mac. A modern Chrome or Firefox tab can use 200–400 MB of RAM. Twenty tabs equals 4–8 GB of RAM consumed by a single app — and that's before any extensions start doing their own background work.

Reduce open tabs:

Keep only tabs you're actively using. Use bookmarks or apps like Anybox or Raindrop.io to save pages you want to revisit, then close the tabs.

Switch to or optimize Safari:

Safari is significantly more memory- and energy-efficient than Chrome on a Mac. If you're on Chrome, consider moving to Safari or at least using Safari for general browsing.

Audit browser extensions:

  1. In Safari: Safari > Settings > Extensions — disable any extension you don't use daily.
  2. In Chrome: Menu > More Tools > Extensions — remove or disable unused extensions.

Each active extension runs background JavaScript. Three or four unnecessary extensions can add hundreds of MB to your browser's memory footprint.

Enable Tab Suspension:

  • In Chrome, install The Great Suspender or a similar tab manager to automatically freeze inactive tabs.
  • Safari does this natively since macOS Monterey — inactive tabs are automatically suspended.

Tip: If your Mac fans spin up every time you watch a YouTube video in Chrome, switch to Safari for media consumption. Safari uses hardware-accelerated video decoding that dramatically reduces CPU usage compared to Chrome's software rendering.


Fix 6: Update macOS and Apps

Every major macOS release brings performance optimizations, memory management improvements, and security patches. Individual app updates often fix memory leaks and CPU bugs. Staying current is one of the lowest-effort things you can do to keep your Mac fast.

Update macOS:

  1. Open System Settings > General > Software Update.
  2. Install any available updates.

Update apps from the App Store:

  1. Open the App Store.
  2. Click Updates in the sidebar.
  3. Click Update All.

Update apps not from the App Store:

Many apps (Chrome, Firefox, Zoom, Slack, VS Code) have their own auto-updaters. Check each app's menu for an "Update" or "Check for Updates" option.

Tip: If a specific macOS update is known to cause issues (you can check Mac user forums before upgrading), wait for the first point release (e.g., 15.0 → 15.0.1) before installing it. Point releases usually address the most common regressions.


Fix 7: Optimize Energy Settings

Your MacBook's processor has built-in power management that throttles performance to conserve battery. On battery power, this throttling is often more aggressive than necessary. Adjusting energy settings ensures your Mac performs at its best when you need it.

For plugged-in use:

  1. Open System Settings > Battery.
  2. Click Options.
  3. Set Enable Power Nap to off (or "Only on Power Adapter" if available) — Power Nap wakes your Mac during sleep to check email, which consumes resources.
  4. Set Low Power Mode to Never when you're plugged in and need performance.

Prevent the display from sleeping too aggressively during tasks:

  1. In System Settings > Displays > Advanced (or Battery settings depending on macOS version), adjust the "Turn display off" time to at least 10 minutes so screen sleep doesn't interrupt long tasks.

On Intel Macs, disable automatic GPU switching if you're always on power:

  1. Open System Settings > Battery > Options.
  2. Turn off Automatic graphics switching when plugged in if you're doing GPU-heavy work.

Tip: If your MacBook runs very hot during light tasks, make sure the fans aren't blocked. Use it on a hard flat surface. A laptop stand that elevates the machine and improves airflow can drop temperatures by 5–10°C and reduce thermal throttling significantly.


Fix 8: Reindex Spotlight

After major macOS updates, migrations, or when you add a large number of files, Spotlight rebuilds its search index. During this process, mds_stores can peg your CPU at 80–100% for hours. If that's what Activity Monitor shows, Spotlight is the culprit and there's not much you need to do — it'll finish on its own.

But if Spotlight search has been slow for days, or if searches return outdated or missing results, forcing a reindex solves it:

  1. Open System Settings > Siri & Spotlight.
  2. Click Spotlight Privacy (on older macOS: System Preferences > Spotlight > Privacy).
  3. Drag your Macintosh HD (or the drive you want to reindex) into the privacy list.
  4. Wait 30 seconds.
  5. Remove the drive from the privacy list by selecting it and clicking .

Spotlight will now rebuild the index from scratch. Expect elevated CPU usage from mds_stores for 30 minutes to a few hours depending on how many files you have.

Tip: If you don't use Spotlight for code search and have a large development directory, add it to the Spotlight Privacy list permanently. Excluding a folder with millions of files (like a node_modules directory) can dramatically cut index build times.


Fix 9: Clear System Junk and Caches

macOS stores temporary files, app caches, and log files that accumulate over time. While macOS does periodically clean these up, they can grow to several gigabytes before that happens. Clearing them manually reclaims disk space and occasionally fixes app slowdowns caused by a corrupted cache.

Clear system caches manually:

  1. Open Finder.
  2. In the menu bar, click Go > Go to Folder and type:
~/Library/Caches/
  1. Select folders for apps you recognize and no longer use. Drag them to the Trash.
  2. Do the same for the system-level cache:
/Library/Caches/

Clear logs:

sudo rm -rf /private/var/log/asl/*.asl

Clear temporary files:

rm -rf ~/Library/Caches/com.apple.dt.Xcode

(Only run this if you use Xcode — it can store several gigabytes of derived data and build caches.)

After clearing caches, some apps will take slightly longer to launch the first time as they rebuild their caches from scratch. This is expected and normal.

Tip: Don't delete the entire ~/Library/Caches/ folder in one shot. Some apps store important data (not just caches) in subdirectories there. Be selective and only remove folders from apps you're confident about.


Fix 10: Disable Unnecessary Background App Refresh

Several macOS apps refresh content in the background — checking for new emails, syncing calendar events, fetching news headlines — even when you're not actively using them. This background activity isn't always visible, but it consumes CPU, memory, and network bandwidth.

Disable iCloud sync for services you don't use:

  1. Open System Settings > [Your Name] > iCloud.
  2. Turn off iCloud sync for services you don't actively use (iCloud Drive, Photos, Mail, etc.). Each service you disable is one less background process.

Limit Mail fetch frequency:

  1. Open the Mail app.
  2. Go to Mail > Settings > Accounts.
  3. For each account, set Check for new messages to Every 15 minutes or Manually instead of Automatically.

Manage Notification Centre background activity:

  1. Open System Settings > Notifications.
  2. Turn off notifications for apps that don't need to alert you (news apps, social media). Notification delivery often triggers a brief app wakeup.

Tip: The biggest culprit in background CPU consumption is usually a cloud sync client during initial setup or when it detects a large batch of changed files. If Dropbox or Google Drive is spiking your CPU, pause syncing while you work and let it catch up overnight.


Fix 11: Reset SMC (Intel Macs Only)

The System Management Controller (SMC) handles low-level hardware functions on Intel Macs: fan speed, thermal management, battery charging, and power states. A corrupted SMC can cause your Mac to run fans constantly, throttle performance even when it's cool, or behave sluggishly at boot. Resetting it takes less than two minutes.

On MacBook models with a non-removable battery (2009 and later):

  1. Shut down your Mac.
  2. Hold Shift + Control + Option on the left side of the keyboard, then press and hold the Power button for 10 seconds.
  3. Release all keys.
  4. Press the Power button to turn your Mac on normally.

On MacBook models with a T2 chip (2018 and later Intel models):

  1. Shut down your Mac.
  2. Hold Control + Option + Shift for 7 seconds.
  3. While still holding those keys, also hold the Power button for another 7 seconds.
  4. Release all keys, wait a few seconds, then press Power to start up normally.

Note: Apple Silicon Macs (M1 and later) don't have an SMC. On those machines, simply shutting down fully and restarting accomplishes the equivalent reset.

After the reset, test whether the fans behave normally and whether performance has improved. If your Mac was thermal throttling due to an SMC issue, you'll notice a significant improvement immediately.

Tip: If your MacBook gets very hot during light tasks like web browsing, that's often an SMC issue rather than a hardware failure. An SMC reset is always worth trying before booking an Apple service appointment.


Fix 12: Add More RAM or Upgrade Storage (Where Possible)

On older MacBook Pro models with upgradeable RAM (pre-2012, or later models with soldered RAM that's been reflowed by a third party), more memory is the most direct way to speed up a Mac that's memory-pressured. For most current MacBooks with unified memory, this isn't an option — but external storage is.

When to consider a RAM upgrade:

  • Activity Monitor's Memory Pressure graph is consistently red or yellow.
  • Your Mac has 8 GB of RAM and you regularly run multiple apps simultaneously.
  • You use memory-intensive apps: video editing (Final Cut, Premiere), virtual machines (Parallels, VMware), or professional audio workstations.

Using an external SSD to supplement storage:

If your internal drive is nearly full and you can't delete more files:

  1. Connect a fast external SSD via USB-C or Thunderbolt.
  2. Move large file archives (old photos, video projects, music libraries) to the external drive.
  3. Keep the internal drive at least 20% free for optimal performance.

A USB-C SSD can easily hit 800–1000 MB/s read speeds on modern Macs — fast enough for media work and archiving without slowing your workflow.

For older MacBook Pro models with a removable SSD:

If you have a 2013–2015 MacBook Pro with a 128 GB or 256 GB SSD, upgrading to a 1 TB replacement SSD is one of the most transformative upgrades you can make. The larger capacity alone improves performance, and newer NAND storage is faster than drives from that era.

Tip: If you're unsure whether RAM or storage is your bottleneck, check Activity Monitor. Red memory pressure = RAM-limited. A consistently full drive with slow read/write speeds = storage-limited. These require different solutions.


FAQ

How much free space do I need to keep on my MacBook for it to run well?

Apple recommends keeping at least 10% of your drive free, but in practice 15–20% is a safer target. macOS uses free space for virtual memory, file system operations, and software updates. Below 10% free, you'll start to notice slowdowns during intensive tasks. Below 5% free, your Mac can become severely sluggish and some processes may fail entirely. Free space has an outsized impact on overall system performance.

Will a factory reset speed up my MacBook?

Yes, a clean install of macOS genuinely speeds up Macs that have accumulated years of legacy software, conflicting drivers, and misconfigured settings. However, it's a last resort because migrating your data back takes time. Before doing a full reset, work through the fixes in this guide — most people get 80% of the performance benefit without wiping anything. If you do decide to reset, use Time Machine for your backup so you can restore selectively rather than restoring everything at once.

Does having too many apps installed slow down my Mac?

Installed apps sitting in your Applications folder don't slow down your Mac by themselves — they only consume disk space. The problem is that many apps install background services, Launch Agents, and Login Items when you install them. These background processes run continuously whether you open the app or not. Use the steps in Fix 2 to find and disable these hidden background processes from apps you rarely use.

Why does my MacBook get slow after using it for a few hours?

This pattern — fast after a fresh restart, slow after extended use — usually points to a memory leak in one or more apps. Open Activity Monitor, click the Memory tab, and watch which apps grow in memory usage over time. The typical culprit is a browser (Chrome and Firefox are worse for this than Safari), a cloud sync client, or a communication app like Slack or Teams. Restarting those specific apps (not your entire Mac) usually fixes the slowdown until the next time you use them for a long session.

Is it worth paying for a Mac cleaner app like CleanMyMac?

Third-party cleaning apps can be convenient, but everything they do — clearing caches, managing login items, freeing RAM — is something you can do yourself with the built-in tools covered in this guide. Most of what these apps clean is genuinely junk, but some remove files that apps regenerate immediately. The paid options are worth considering if you want a single interface for all these tasks and don't mind the annual subscription cost. They don't typically make your Mac faster than manual cleaning does, but they do make the process faster for you.


Conclusion

Knowing how to speed up your MacBook means you don't have to buy new hardware every time performance starts to slip. The biggest wins come from three areas: keeping your disk at least 20% free (Fix 1), cutting down on startup processes and background agents (Fix 2), and managing your browser's tab and extension load (Fix 5). Those three changes alone transform a sluggish MacBook into something that feels genuinely fast again.

For persistent issues — thermal throttling, memory pressure, or post-update slowdowns — the deeper fixes like resetting the SMC, reindexing Spotlight, and clearing accumulated caches round out the toolkit. Work through this list from top to bottom, and you'll find the cause. Most MacBooks that feel old just need a good cleanup, not a replacement.