The fastest way to open Task Manager on a Mac

On a Mac, the tool that does what Task Manager does on Windows is called Activity Monitor. The quickest way to open it is to press Command + Space to open Spotlight Search, type "Activity Monitor", and press Enter. The window opens in seconds.

If you prefer using the menu, you can also open Activity Monitor by going to Applications > Utilities > Activity Monitor. Both routes get you to the same place — a window showing every program and process running on your Mac right now.

Key Takeaways

  • Activity Monitor is the Mac equivalent of Windows Task Manager and shows all running programs and background processes.
  • The fastest way to open it is Command + Space, then type "Activity Monitor" and press Enter.
  • You can also find it in Applications > Utilities > Activity Monitor if you prefer clicking through folders.
  • The CPU, Memory, and Disk tabs show you which programs are using the most resources and slowing your Mac down.
  • You can force-quit a frozen program by selecting it and clicking the X button, which works the same way as ending a task in Windows Task Manager.

What Activity Monitor shows you

When Activity Monitor opens, you see a list of every program and background process running on your Mac. By default, it shows the CPU tab, which lists programs ranked by how much processor power they are using right now. At the top of the window, you will see tabs for CPU, Memory, Energy, Disk, and Network — each one shows different information about what your Mac is doing.

The Memory tab is useful when your Mac feels slow. It shows which programs are using the most RAM. If one program is using most of your available memory, that is usually why your Mac has slowed down. The Disk tab shows which programs are reading from or writing to your hard drive, which can also cause slowness if one program is stuck doing heavy disk work.

How to force-quit a frozen program

If a program stops responding and you cannot close it normally, Activity Monitor lets you force-quit it. Find the program in the list, click it once to select it, then click the X button in the top left corner of the Activity Monitor window. A dialog box will ask you to confirm — click "Force Quit" and the program closes when ready.

This is the same as ending a task in Windows Task Manager. The program closes without saving, so you will lose any unsaved work in that program. But if the program is completely frozen, this is often the only way to get control of your Mac back.

Understanding the columns in Activity Monitor

Activity Monitor shows several columns of information about each process. The % CPU column shows what percentage of your processor that program is using right now. The Memory column shows how much RAM it is using, measured in megabytes (MB) or gigabytes (GB). Threads shows how many separate tasks that program is running at once — more threads usually means the program is doing more work.

You can click any column header to sort the list by that column. For example, clicking the Memory column header sorts all programs from highest memory use to lowest, which makes it straightforward to spot which program is eating up your RAM. Clicking the header again reverses the sort order.

Other ways to open Activity Monitor

If Spotlight Search does not work for you, you can open Activity Monitor through Finder. Click the Finder icon in your dock, then click Applications in the sidebar. Double-click the Utilities folder, then double-click Activity Monitor. This takes longer than Spotlight, but it works the same way.

You can also add Activity Monitor to your dock for faster access in the future. Once it is open, right-click the Activity Monitor icon in your dock, hover over Options, and click "Keep in Dock". After that, you can open it with one click instead of typing.

What to do if a program is using too much power

If you see a program using a very high percentage of CPU or memory, you have a few choices. First, try closing the program normally — click the red circle in the top left corner of the program's window. If that does not work, use Activity Monitor to force-quit it as described above.

If the same program keeps using too much power, the program itself may have a problem. Try restarting your Mac, which clears out all running processes and often fixes temporary slowness. If the problem happens again with the same program, the program may need to be updated or reinstalled. Check the App Store or the program's website to see if a newer version is available.

Frequently Asked Questions

Is Activity Monitor the same as Task Manager on Windows?

Activity Monitor does the same job as Windows Task Manager — it shows what programs are running and how much power they are using, and it lets you force-quit frozen programs. The layout and names are different, but the purpose is identical.

Can I see what a process does before I force-quit it?

You can right-click a process and click "Sample Process" to see what it is doing, but the results are technical and hard to read unless you know how to read code. A safer approach is to search the process name on Google — often you will find out quickly whether it is safe to close.

Will force-quitting a program hurt my Mac?

Force-quitting a program does not hurt your Mac itself. The only downside is that you lose any unsaved work in that program. Your Mac is designed to handle programs closing suddenly, so there is no risk of damage.

Why is something called "kernel_task" using so much CPU?

kernel_task is a core part of macOS itself, not a program you installed. If it is using a lot of CPU, your Mac is usually working hard on something in the background — managing heat, handling disk work, or running a system update. This usually goes away on its own after a few minutes or after a restart.

Can I see what programs use the most battery power?

Yes — click the Energy tab in Activity Monitor. It shows which programs are draining your battery the fastest. Programs that use a lot of CPU or keep your screen on will show up here. If one program is draining battery much faster than others, closing it or updating it may help your battery last longer.