• To quickly force quit on Windows, use the keyboard shortcut Alt + F4.
  • You can also force quit on Windows by using Task Manager or Command Prompt.
  • If these methods don't work, try restarting your computer.


How to force quit on Windows using a keyboard shortcut

Be aware that if you don't complete step one of this method, your computer — rather than the app — will shut down.

1. Click to select the application that has stopped working.

2. Press Alt + F4.


How to force quit on Windows using Task Manager

1. Press Control + Alt + Delete

2. Choose Task Manager.

3. Select the application that you want to force quit.

4. Click End task.


How to force quit on Windows using Command Prompt

The Command Prompt app used to be installed on all Windows computers, but has since been replaced by PowerShell for the most recent versions. If your computer has PowerShell, you can switch back to Command Prompt, if desired.

1. Press Windows key + R.

2. Type cmd into the search box and press Enter.

3. Type tasklist into the Command Prompt. You'll then see a list of tasks and programs running on your computer.

4. Enter taskkill/im [name_of_program].exe. For example, if you want to quit Firefox, you'd enter taskkill/im firefox.exe.


5. Press Enter.

You should see a confirmation message once you've completed these steps.