Hidden macOS Features: 20+ Secret Tools You Should Know

Hidden macOS features

After 15 years of Mac training, I still discover features I didn't know existed. macOS is a deep operating system, and Apple hides powerful capabilities in unexpected places. Some of these hidden features have saved me hours of work. Others just make using my Mac more pleasant. In this article, I'm sharing the hidden gems I've found that I believe every Mac user should know about.

Finder Hidden Features

Finder is your gateway to all files on your Mac, but most users only scratch the surface.

1. Press and Hold Option for Hidden Options

When you hold the Option key while clicking menu items, additional hidden options appear. For example:

  • Option+Click Finder > Go = Opens ~/Library (usually hidden)
  • Option+Click the Share button = Shows additional share options
  • Option+Click the eject button in Dock = Force eject option appears

2. Shift+Command+G: Go to Folder

Press Shift+Command+G (⇧⌘G) in Finder to open a "Go to Folder" dialog. This lets you type any folder path directly. Useful for accessing:

  • ~/Library/Application Support/
  • /System/Library/
  • /Library/Printers/

3. Command+Shift+T: Reopen Closed Tab

Accidentally closed a Finder tab? Press Command+Shift+T to reopen it instantly. This works in Safari too.

4. Command+Option+Shift+T: Open New Finder Window

Start fresh with a new Finder window at your home folder using this shortcut.

5. Space Bar Quick Look

Select any file and press Space Bar for an instant preview. No need to open the file. Quick Look supports:

  • Images (even RAW files)
  • PDFs
  • Documents (Word, Pages, PDF)
  • Videos (plays without QuickTime)
  • Audio files
Finder hidden features

Text Editing Secrets

macOS has powerful text manipulation features buried in every app.

6. Option+Delete: Delete Entire Word

Instead of backspacing character by character, hold Option while pressing Delete to delete entire words at a time.

7. Control+Command+D: Dictionary Lookup

Select any word and press Control+Command+D to see its definition in a popover. Works in most apps including Safari.

8. Option+Shift+K: Draw Apple Logo

Hold Option+Shift and type K (not the letter K, but the K key) to draw the  symbol.

9. Emoji Picker

Press Control+Command+Space anywhere in macOS to open the emoji picker. Search, browse categories, and click to insert emojis anywhere.

10. Accented Character Popup

Hold down any letter key to see accented versions appear. Release on the one you want. For example, hold 'e' to see é, è, ê, ë, and more.

Screenshot and Screen Recording Gems

macOS has powerful built-in screenshot tools that many users overlook.

11. Screenshot App with Advanced Options

Press Command+Shift+5 to open the screenshot toolbar with options for:

  • Capture entire screen, selected window, or selection
  • Record entire screen or selected portion
  • Set timer (10 second, 5 second, 2 second)
  • Choose save location
  • Show mouse pointer in recordings

12. Screenshot to Clipboard Only

Press Command+Shift+Control+4 (add Control to the usual screenshot shortcut) to copy screenshot to clipboard instead of saving to file. Then paste anywhere with Command+V.

13. Record Screen with Audio

The Screenshot app (Command+Shift+5) can record screen with internal audio on Macs with Apple Silicon or T2 chip. Look for the "Options" menu within the screenshot toolbar.

System-Level Hidden Features

These features work across the entire operating system.

14. Restart, Sleep, Shut Down with Timer

In Terminal, type:

sudo shutdown -r +60

This restarts your Mac in 60 minutes. Replace +60 with minutes you want. Use shutdown -s +60 for sleep, shutdown -h +60 for shutdown.

15. Activity Monitor as a Window

Double-click any process in Activity Monitor to open a detailed window showing that process's CPU, memory, disk, and network usage over time.

16. Reset NVRAM/PRAM

Restart your Mac and immediately press and hold Option+Command+P+R for 20 seconds. This resets NVRAM/PRAM, fixing issues with display resolution, speaker volume, startup disk selection, and kernel panic settings.

17. Boot to Recovery Mode

Press Command+R during Mac startup to enter Recovery Mode. From here you can:

  • Reinstall macOS
  • Restore from Time Machine
  • Run Disk Utility for repairs
  • Access terminal for advanced troubleshooting

Safari Hidden Features

Safari is packed with features most users never discover.

18. Reading List with Offline Support

Press Command+Shift+D to add the current page to Reading List. Articles saved to Reading List are automatically downloaded for offline reading—perfect for flights or poor connectivity.

19. Pin Tabs Across All Devices

Right-click any tab and select "Pin Tab." Pinned tabs sync across all your Apple devices through iCloud and stay open permanently.

20. Private Browsing Windows

Press Command+Shift+N to open a new private window. In private mode, Safari doesn't remember your history, cookies, or search history.

21. Website Settings Per-Site

Click the settings icon in Safari's address bar to configure per-website settings for camera, microphone, location, and more. Some sites can use these by default—customize to your preference.

Safari hidden features

Accessibility Hidden Features

macOS has powerful accessibility features that many users overlook.

22. Zoom Anywhere

In System Settings > Accessibility > Zoom, enable "Use scroll gesture with modifier keys to zoom." Now Option+scroll zooms anywhere in macOS, not just in browsers.

23. Voice Control with Custom Commands

System Settings > Accessibility > Voice Control lets you control your entire Mac by voice. You can create custom commands for any action.

24. Reduce Motion

In System Settings > Accessibility > Display, enable "Reduce motion." This replaces many animations with simple fades, making macOS feel snappier and more accessible.

25. Differentiate Without Color

In System Settings > Accessibility > Display, enable "Differentiate without color." This adds shapes to color-coded status indicators (like the close/minimize/expand buttons in windows).

File Management Hidden Gems

Finder has powerful features for managing files that most users never find.

26. Batch Rename

Select multiple files in Finder, right-click, and select "Rename X items." Options include:

  • Replace text
  • Add text (before or after name)
  • Format (sequential numbering, date, etc.)

27. Stacking Files

View > Use Stacks in Finder. Files automatically group by date, kind, or tag. Click a stack to expand it. This is incredibly useful for Downloads folder organization.

28. Copy and Move Without Dragging

Select a file, press Command+C to copy, navigate to destination, and press Option+Command+V to move (not copy) the file. Option+Command+V performs a "move here" operation.

29. Tagging Files

Select any file and press Command+I to get Info. Add tags using the tag field. Tags appear in Finder sidebar for quick filtering. Tags sync with iCloud.

Desktop and Mission Control

Your desktop and windows have hidden capabilities.

30. Hot Corners

System Settings > Desktop & Dock > Hot Corners. Assign actions to each corner of your screen:

  • Start screen saver
  • Show Desktop (to quickly access desktop icons)
  • Mission Control
  • Application Windows
  • Notification Center

31. Keep Window in Overview

When in Mission Control (F3 or swipe up with three fingers), press and hold a window to "pick up" and move it. Drop it in another space to move it there.

32. Tile Windows with Shortcuts

Hold Option and hover over the green maximize button to see tiling options. You can:

  • Tile window to left half
  • Tile window to right half
  • Maximize window

Terminal Hidden Gems

Terminal has powerful commands that unlock system features.

33. Show All Hidden Files

Press Command+Shift+. (period) in Finder to toggle hidden files visibility. Or use Terminal:

defaults write com.apple.finder AppleShowAllFiles true

34. Prevent Mac from Sleeping

In Terminal, type:

caffeinate

Your Mac won't sleep until you close Terminal or press Control+C.

35. Screenshot with Delay

The screencapture command supports delays:

screencapture -T 5 screenshot.png

This takes a screenshot after 5 seconds.

Applications Hidden Features

Built-in apps have hidden capabilities too.

36. Preview PDF Tricks

In Preview, you can:

  • Sign documents: Tools > Annotate > Signature > Manage Signatures
  • Extract pages: View > Thumbnails > Drag pages out to new PDF
  • Combine PDFs: Drag one PDF onto another's thumbnail sidebar

37. Notes Password Protection

In Notes app, you can lock individual notes with a password. Lock the note, and it requires authentication to view even when your Mac is unlocked.

38. Calendar Time Zone Support

Calendar > Preferences > Advanced > Enable time zone support. Now you can see times in multiple time zones simultaneously—essential for coordinating with remote teams.

My Favorite Hidden Features

If I had to pick the hidden features I use daily, they'd be:

  1. Space Bar Quick Look: I use this 50+ times daily
  2. Option+Delete: Faster text editing
  3. Command+Shift+Control+4: Screenshot to clipboard
  4. Pinned Safari tabs: My essential tabs stay open permanently
  5. Hot Corners: Show Desktop is my most-used corner

Discovering More

The best way to discover hidden features is:

  • Explore menus: Read every menu item, especially with Option held
  • System Settings: Browse every section—there's gold in unexpected places
  • Right-click: Always right-click to see context menu options
  • Triple-click: Triple-click any paragraph to select it entirely
  • Long-press: Many elements have hidden options on long-press

Conclusion

macOS is deeper than it appears. Apple hides powerful capabilities throughout the system, often for good reason (avoiding overwhelming new users) but sometimes just for discoverability challenges. I've shared my favorite hidden features, but the best discoveries come from your own exploration.

My challenge to you: pick three features from this list and start using them today. Within a week, they'll feel natural. Within a month, you'll wonder how you ever lived without them.

Alex Thompson

Alex Thompson

Mac trainer and Apple certified consultant with 15 years of experience. He helps individuals and businesses get the most from their Apple devices through training and consulting.