If you are having trouble with an application that running on your Mac machine, or your system seems sluggish or you see a spinning cursor, somethings not right and you would want to kill a running process that's gone rogue, here are some ways you can do so,
We have listed down 8 ways in which you can kill/force quit an application on macOS
- Keyboard shortcut: Command ⌘ + Option ⌥ + Escape
This is the most easiest and quickest way you can reach to the Force Quit Application, when this window opens up you would see a list of Applications that are currently running, if an application is not responding for a while, you can select it from here and click Force Quit. This is the easiest and the most used way to kill and Application.
- Using the Apple Menu Option:
MacOs Force quit menu optionForce quit applciation
Click on the Apple logo on the top right side of your Menu bar and Select "Force Quit (App name)". This will close the current application that you are working with.
- Using Activity Manager:
It is also one of the most preferred way to force close an application though the User Interfaces available on macOS (and most powerful one)
You can see stats of each process in detail - Process Name, %CPU utilization, CPU time, Threads, Idle Wake Ups, PID and User. Also you get beatification based on CPU, Memory, Energy, Disk and Network utilization. Double click on the Process Name and you would see a prompt - Click "Force Quit"
You can find it in /Applications/Utilities/ or open it from Spotlight with Command+Space and then type ‘Activity Monitor’ and the return key. Using Activity Monitor is very easy: Select the process name or ID you wish to kill (unresponsive apps will usually appear as red), and hit the red “Quit Process” button.
⚡️ Does it look familiar to Windows Task Manager. - Using Option ⌥ + Right Click on Docker
Click Option ⌥ and Right click on a app icon on docker and you should see "Force Quit" option to terminate that app.
- Using Keyboard shortcut: Command ⌘ + Option ⌥ + Escape + Shift
This is kind of similar to way no. 1, when you press these key combinations at once the current active app will be force closed. This is the best way to kill an app when your track-pad or mouse is not working.
- Using Terminal Command: kill
This is the most preferred way to kill an frozen application, or a process when you are a developer or a pro user, use kill [processname] to kill an application, kill -9 [processname] will force kill the app.
Kill -9 macOS terminal command - Using Touch Bar
This option may not be available to all user, but surely Macbook users with a touch-bar - you may come access a case where the bar esc key is not working - you can use any of the above cases where esc key is not needed.
- If nothing works: Control + Command + Power to force restart Mac
Comments:
- Worked for me.
AndrewK23 15 Jul 2020 15:02:08 GMT
- Was having problems quitting iTunes, step 2 helped. Thank You 👱
user145 14 Jul 2020 14:07:08 GMT
- Further comments disabled!
- How to Setup maven on Mac OS X
- vi undo redo command [Examples]
- Hide files and folders on Mac OS X
- Spell check not working in Gmail : Mac OS X
- Transfer files between Android and Mac OS X using usb cable
- How to enable Do Not Disturb mode for Notification Center in Mac OS X 10.10 Yosemite
- Find the location of Spotlight searched file
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner
- [Mac] To open Eclipse you need to install the legacy java se 6 runtime
- Create a large dummy file using Mac OS X terminal command
- Java location in Mac OS X
- Take Screenshot on Mac OS X (Keyboard Shortcuts)
- How to Stop Photos App from auto loading when device connected to the Mac
- Pdf Text to Speech option in Mac OS X Preview App
- Remove Applications from Startup Mac OS X
- Install Apache Tomcat ver 8 on Mac OS X Yosemite 10.10
- Safari appends .html extension to files that are downloaded
- Mac OS X Taking Screen Capture using Terminal
- 4 Open Source SQLite Editor for Mac OS X , Windows and Linux
- Take Screenshots on Mac OS without Keyboard
- Disable Chrome Notification bell from Mac OS X menu bar
- Google Search Hot Trends Screensaver for Mac OS X
- How to Gzip a file directory on Mac OS X using Terminal Command
- Find Java JRE Installation location Mac OS X
- How to See Hidden Folders and Files on macOS
- Country ISO Codes List - Java
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete - Android
- Amp Hello World Example - AMP
- Android : Exception raised during rendering: action_bar API 22 - Android
- 3 Python program to add two numbers - Python
- How to install powershell on macOS - Powershell
- Remove ActionBar from Activity that extends appcompat-v7 - Android
- The service instance - SharePoint