How to Force an App to Shut Down on Mac OS X

This wikiHow teaches you how to turn off an unresponsive application on your Mac OS X computer.

Use keyboard shortcuts

How to Force an App to Shut Down on Mac OS X Picture 1How to Force an App to Shut Down on Mac OS X Picture 1

Press the key combination + ⌥ Option+Esc . The "Force Quit" dialog box opens.

How to Force an App to Shut Down on Mac OS X Picture 2How to Force an App to Shut Down on Mac OS X Picture 2

Click on the application you want to quit.

A "(Not Responding)" note will appear next to the frozen application.

How to Force an App to Shut Down on Mac OS X Picture 3How to Force an App to Shut Down on Mac OS X Picture 3

Click Force Quit . The application will be exited and restarted.

Use the Apple menu

How to Force an App to Shut Down on Mac OS X Picture 4How to Force an App to Shut Down on Mac OS X Picture 4

Open the Apple menu with the black apple icon in the upper left corner of the screen.

How to Force an App to Shut Down on Mac OS X Picture 5How to Force an App to Shut Down on Mac OS X Picture 5

Click Force Quit… It's in the middle of the menu.

How to Force an App to Shut Down on Mac OS X Picture 6How to Force an App to Shut Down on Mac OS X Picture 6

Click the application that you want to close.

A "(Not Responding)" note will appear next to the frozen application.

How to Force an App to Shut Down on Mac OS X Picture 7How to Force an App to Shut Down on Mac OS X Picture 7

Click Force Quit . The application will be exited and restarted.

You will need to restart if your computer freezes.

Use Activity Monitor

How to Force an App to Shut Down on Mac OS X Picture 8How to Force an App to Shut Down on Mac OS X Picture 8

Click the Spotlight app, which resembles a magnifying glass, located in the upper-right corner of the screen.

How to Force an App to Shut Down on Mac OS X Picture 9How to Force an App to Shut Down on Mac OS X Picture 9

Type "Activity Monitor" into the search data area.

How to Force an App to Shut Down on Mac OS X Picture 10How to Force an App to Shut Down on Mac OS X Picture 10

Click Activity Monitor under "Applications."

How to Force an App to Shut Down on Mac OS X Picture 11How to Force an App to Shut Down on Mac OS X Picture 11

Click the application that you want to close.

How to Force an App to Shut Down on Mac OS X Picture 12How to Force an App to Shut Down on Mac OS X Picture 12

Click "Quit Process" in the upper left corner of the window. The application will stop running.

Use Terminal

How to Force an App to Shut Down on Mac OS X Picture 13How to Force an App to Shut Down on Mac OS X Picture 13

Open the Terminal utility. By default, the application is located in the Utilities folder of the large Applications folder.

If the regular Force Quit method doesn't work, use this method to close the program.

How to Force an App to Shut Down on Mac OS X Picture 14How to Force an App to Shut Down on Mac OS X Picture 14

Type "top" and press ⏎ Return. The 'top' command will display information about running applications.

How to Force an App to Shut Down on Mac OS X Picture 15How to Force an App to Shut Down on Mac OS X Picture 15

Find the program you want to close. Under the column titled "COMMAND," find the name of the app you want to disable.

The COMMAND list can use the shortened name of the program. Find a name that sounds similar to the show you want to star in.

How to Force an App to Shut Down on Mac OS X Picture 16How to Force an App to Shut Down on Mac OS X Picture 16

Find the PID number (Process ID - code identifying the process you want to stop). After finding the program name, look at the number located immediately to the left of the program, below the PID column. Then, write down this code.

How to Force an App to Shut Down on Mac OS X Picture 17How to Force an App to Shut Down on Mac OS X Picture 17

Type "q". This command will exit the list of applications and return you to the command line.

How to Force an App to Shut Down on Mac OS X Picture 18How to Force an App to Shut Down on Mac OS X Picture 18

Type "kill ###". Replace the "###" signs with the number you just determined from the PID column. For example, if you want to turn off iTunes and the program has a PID code of 3703, you would type "kill 3703".

If the program does not respond to the 'kill' command, type 'sudo kill -9 ###', replacing the ### with the PID number.

How to Force an App to Shut Down on Mac OS X Picture 19How to Force an App to Shut Down on Mac OS X Picture 19

Exit Terminal. The application will automatically close and restart.

5 ★ | 2 Vote