Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to Launch macOS Activity Monitor from the Utility and Terminal

Posted on 24/04/202011/03/2026 IT Expert By IT Expert No Comments on How to Launch macOS Activity Monitor from the Utility and Terminal
  1. Home
  2. Mac
  3. How to Launch macOS Activity Monitor from the Utility and Terminal

Activity Monitor is similar to Windows Task Manager. It displays a variety of resources in use on your system in real time. It shows the processes that are running on your Mac, so you can manage them and see how they affect your Mac’s activity and performance. In this article, we shall discuss how to Launch macOS Activity Monitor from the Utility and Terminal. Please see process Explorer – SysInternal Tools, how to use SysInternals Live Tools, how to download and use Windows SysInternals tools locally, and Process Explorer (Replace built-in Task Manager).

How to Launch macOS Activity Monitor

To launch Activity Monitor, there are various ways to go about this. From the LaunchPad, Search for Activity Monitor

Please, see How to correctly uninstall Nextcloud from Mac, how to Use Google Chrome’s Enhanced Privacy Settings, and Kill Containers and remove unused images from Docker Correctly.

Launch Activity Monitor via the Application Utilities

Alternatively, from the Applications. Then click on Utilities. Navigate to this folder and double-click the icon to launch the app as shown below.

However, you can get to this (or any Mac app) much faster using Spotlight search. Press Cmd + Space to open Spotlight. Then type in the first few letters of the app and press Return.

Either of the following steps will open up Activity Monitor as shown below. Please see the User account and process management in Linux.

The Activity Monitor Window of the application is the principal process monitor. It displays a list of both open apps and system processes. Some apps are easy to spot, while others are system-level processes essential for running macOS.

Exploring Activity Monitor Menus

Click the column header at the top to arrange the processes in either ascending or descending order. On the upper right, there is a Search Filter box that lets you search for a specific process.

You may want to see how to launch the Task Manager in Windows, and how To Get Install.WIM From Windows 10 Installation File

The category tabs at the top of the window as shown below.

(CPU, Memory, Energy, Disk, and Network) focuses on specific kinds of data. They’re the primary system monitor indicators and gives you a lot of valuable information for troubleshooting purposes. Each pane shows real-time stats and graphs of resource usage over time.

Please see How to fix Domain Join Error during Windows Deployment, SCVMM setup Error 10421: Fix VMM Service Account conflict, and SCVMM setup Fails: Fix Missing Windows ADK Deployment Files.

How to Pin Activity Monitor

To pin Activity Monitor in your Dock. Right-click the app icon and choose Options. Select Keep in Dock.

You can even monitor vital parameters right from the Dock by selecting View, and Dock Icon. Select Show CPU Usage or History.

For more information, visit this page https://support.apple.com/en-us/HT201464

Using the the Terminal, We basically have two commands to do this.

  • ps aux
  • Top

Example 1: Show all running processes via the Terminal

To show all running processes on macOS via the command line, the following command below is needed and it is generally available for both Linux and Mac.

ps aux

Other commands that can be used

ps -ax

Type ps -ax at Terminal’s command prompt to list every process running, along with additional details such as the PID, the elapsed time running, and the process name and location. Another useful command to help find a process by name or PID is grep which can filter out the desired information.

It can be used in conjunction with the ps -ax command to list only the process that you are interested in. At the command prompt type ps -ax | grep <application name>.

Example 2: Show the processes in mac via the Terminal

Lastly you could use the “top” command. The “top” command is used to show the processes in mac and in Linux. It provides a dynamic real-time view of the running system.

Usually, this command shows the summary information of the system and the list of processes or thread.

Once you know the process ID has been determined, killing it via the Terminal is simple. But absolute care needs to be taken however because, forcing a process to suddenly exit can have unforeseen consequences, so it’s advisable to check carefully that the process you are about to kill is the correct one.

Please see How to locate and edit the host file on macOS, Task Kill vs Stop Process: How to search for a service PID, Detect registry keys using Process Monitor using Sysinternals Tools, and Detect registry keys using Process Monitor using Sysinternals Tools.

There are essentially two easy ways to kill a process:

  1. By PID: The simplest way is with the kill command followed by the PID, which causes the selected process to terminate immediately. In the Sky example, kill 14530 does the job and causes the process to exit immediately
  2. By name: This method uses the killall command to kill all the processes that contain that name. For example, killall Skype will terminate all the processes that have Skype in their name

Caution: killall should be used sparingly to avoid accidentally terminating the wrong processes.

I hope you found this blog post helpful on How to Launch macOS Activity Monitor from the Utility and Terminal. If you have any questions, please let me know in the comment session.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Mac Tags:Launch macOS Activity Monitor, Monitoring, Performance, Task Manager

Post navigation

Previous Post: Set Chrome as default: How to set a browser as default on macOS
Next Post: Various methods on how to launch Windows Task Manager

Related Posts

  • Enable or Disable Siri
    How to enable Siri on Mac devices Mac
  • Ping commands
    Ping from Source IP Address from all environments Mac
  • plain screenshot 1
    How to make a screenshot on a macOS device Mac
  • maxresdefault
    How to add one or more external displays with your Mac Mac
  • tmutil localsnapshot
    Fix what is taking up my Mac Storage? Delete Snapshots Mac
  • fba7f screenshot 2019 04 15 at 18.33.30
    File System Overview: How to decide on the right File System to use for your USB Linux

More Related Articles

Enable or Disable Siri How to enable Siri on Mac devices Mac
Ping commands Ping from Source IP Address from all environments Mac
plain screenshot 1 How to make a screenshot on a macOS device Mac
maxresdefault How to add one or more external displays with your Mac Mac
tmutil localsnapshot Fix what is taking up my Mac Storage? Delete Snapshots Mac
fba7f screenshot 2019 04 15 at 18.33.30 File System Overview: How to decide on the right File System to use for your USB Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Install Windows Admin Center on Windows Server 2019
    Configure Windows Admin Center on Windows Server 2019 Network | Monitoring
  • nodee
    How to install Cypress on Windows and perform Automation Windows
  • Windows server 2025 set up
    Install Windows Server 2025 via iDRAC Virtual Media or PXE Windows Server
  • Fix this file came from another computer and might be blocked error
    File Came From Another Computer And Might be Blocked Error Windows
  • maxresdefault
    Error 0x8007232B: Can’t activate Windows on this device as we can’t connect to your organization’s activation server Windows
  • MP Tools
    Veles Software: How to install and configure MPA Tools Reviews
  • microsoft
    Fix EFI network timeout on VMware Workstation Virtualization
  • MFA
    Rolling out Multi-factor Authentication – Recommendations Security | Vulnerability Scans and Assessment

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,784 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.