How to Hide Menu Bar Icons on Mac (Hard vs Easy Mode)
Your Mac's menu bar is valuable real estate. But between background utilities, status indicators, and helper apps, it quickly becomes a mess. Here are the three ways to clean it up.
Option 1: The Hard Way (Manual) Free
macOS allows you to remove some system icons, but it's tedious and doesn't work for third-party apps.
# Remove Spotlight icon (Requires Admin)
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
killall SystemUIServer
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search
killall SystemUIServer
- ✗ Risky: Requires modifying system files or permissions.
- ✗ Limited: Cannot hide third-party apps like Docker, Creative Cloud, or Slack.
- − Permanent: To get them back, you have to undo your terminal commands.
Option 2: The Subscription Way Expensive
Apps like Bartender allow you to hide icons, but often come with subscription models, paid upgrades, or closed-source code that runs with high privileges.
- ✓ Works: Hides both system and third-party icons.
- ✗ Cost: Often $16+ or recurring fees for upgrades.
- ✗ Privacy: Closed source. You can't verify if it's sending analytics about your installed apps.
Option 3: The Sane Way (SaneBar) Winner
SaneBar is the privacy-first menu bar manager. It uses a simple separator (|) concept: anything to the left is hidden, anything to the right stays visible.
- ✓ One Click Hide: Toggle visibility instantly.
- ✓ Privacy First: 100% on-device, 100% transparent code, no analytics.
- ✓ Power Search: Can't find an icon? Type its name to reveal and click it instantly.
- ✓ Price: Pay $6.99 once. Own it forever.