Few things are more frustrating than clicking on an app only to have it stop responding completely. Whether you’re working on an important document, editing photos, watching videos, or simply browsing the web, a frozen application can interrupt your workflow and leave you wondering what to do next.
The good news is that Windows 11 and Windows 10 include several built-in ways to force-close frozen apps safely. In most cases, you can shut down the unresponsive program without restarting your entire computer. This helps you get back to work faster while minimizing disruptions.
In this guide, you’ll learn the easiest and most effective ways to force close frozen apps on Windows 11/10.
Force Close Frozen Apps on Windows 11/10

To force close a frozen app on Windows 11 or Windows 10, press Ctrl + Shift + Esc to open Task Manager, locate the unresponsive application under the Processes tab, select it, and click End Task. If Task Manager doesn’t work, you can also use Alt + F4, Command Prompt, Windows Terminal, or restart Windows Explorer if the issue involves File Explorer.
When an application freezes, it usually stops responding to your mouse clicks and keyboard input. Sometimes you’ll see a “Not Responding” message in the title bar, while other times the app simply appears stuck.
This doesn’t always mean your computer has crashed. Often, only one application has become unresponsive because of insufficient memory, software conflicts, corrupted temporary files, outdated drivers, or excessive CPU usage.
Windows provides several ways to close these stubborn applications. It’s best to start with the simplest method and move to more advanced options only if needed.
The methods below are arranged from easiest to more advanced, making them simple for beginners to navigate.
1: Close the Frozen App Using Task Manager
The Task Manager is the quickest and most reliable way to force close an unresponsive application. It monitors every running program and allows you to terminate any process that refuses to close normally.
Begin by pressing Ctrl + Shift + Esc on your keyboard. This shortcut opens Task Manager directly without navigating through additional menus. If Task Manager opens in its compact view, click More details at the bottom to display all available options.
Stay on the Processes tab and look through the list until you find the frozen application. Windows may display Not Responding beside the program name, making it easier to identify.
Click the application once to highlight it. Then select End Task in the lower right corner of the window. Windows immediately attempts to stop the process and remove it from memory.
If the application closes successfully, you can reopen it and continue working. Keep in mind that any unsaved work inside the frozen program may be lost, so it’s always a good idea to save your files frequently while working.
For most users, this method solves the problem in just a few seconds.
2: Use the Alt + F4 Keyboard Shortcut
If the application is only partially frozen, the familiar Alt + F4 shortcut may still work.
First, click anywhere inside the frozen application to make sure it is the active window. Next, press Alt + F4 on your keyboard.
Windows sends a command asking the application to close. If the software is only temporarily stuck, it may respond and shut down normally. Sometimes you’ll even receive a prompt asking whether you’d like to save your work before exiting.
If nothing happens after waiting several seconds, the application is likely completely unresponsive. In that case, move on to the next method.
Although this shortcut is simple, it remains one of the fastest ways to close programs that have stopped responding but are still capable of processing keyboard commands.
3: Force Close Apps Using the Taskbar
Sometimes an application freezes while still showing its icon on the Windows Taskbar.
Move your mouse over the application’s taskbar icon and right-click it. If the app is still partially responsive, you’ll see an option labeled Close window.
Select this option and wait a few moments. Windows will attempt to shut down the application normally.
If the program refuses to close, you’ll need to return to Task Manager or use one of the advanced methods explained below.
This option is useful because it doesn’t require opening any additional Windows tools.
4: Force Close an App Using Command Prompt
For users who want another reliable option, Command Prompt can terminate frozen applications by using a simple command.
Press Windows + S, type Command Prompt, and open the application. You don’t necessarily need administrator privileges for most user applications.
Type the following command:
tasklist
This command displays every running process currently active on your computer.
Locate the name of the frozen application. Next, type:
taskkill /IM programname.exe /F
Replace programname.exe with the actual executable name.
For example:
taskkill /IM chrome.exe /F
The /F switch tells Windows to forcefully terminate the process instead of requesting a normal shutdown.
Once completed, Windows should display a confirmation that the process has ended successfully.
5: Force Close Apps with Windows Terminal or PowerShell
Another effective method involves Windows Terminal or Windows PowerShell.
Open Windows Terminal by pressing Windows + X and selecting it from the menu.
You can also search for PowerShell from the Start menu.
Enter the following command:
Stop Process -Name “ApplicationName” -Force
For example:
Stop Process -Name “notepad” -Force
This command immediately ends the selected process.
PowerShell provides a modern alternative to Command Prompt and works especially well for advanced troubleshooting or scripting repetitive maintenance tasks.
Restart Windows Explorer if File Explorer Freezes
Sometimes the problem isn’t with a regular application. Instead, Windows Explorer itself becomes unresponsive.
Symptoms may include a frozen Taskbar, missing desktop icons, or an unresponsive Start menu.
Open Task Manager using Ctrl + Shift + Esc.
Scroll until you find Windows Explorer under the list of processes.
Select it and click Restart.
Within a few seconds, your desktop, taskbar, and File Explorer windows should reload automatically.
This solution often fixes interface problems without requiring a complete system restart.
Restart Your Computer if Nothing Else Works
If every method fails, restarting your PC is the final solution.
Press Ctrl + Alt + Delete.
Click the Power icon in the lower right corner.
Choose Restart.
If Windows still responds, it will safely restart your computer and close all running programs.
If your computer remains completely frozen and none of the keyboard shortcuts work, press and hold the Power button for about five to ten seconds until the computer turns off.
Wait several seconds before turning it back on.
A forced shutdown should only be used as a last resort because unsaved files may be lost and Windows won’t have the opportunity to close applications normally.
FAQs
Why do apps freeze on Windows 11 or Windows 10?
Applications can freeze because of low system memory, high CPU usage, software bugs, outdated drivers, corrupted program files, or conflicts with background applications.
Will force closing an app delete my files?
No. Force closing only terminates the running application. However, any unsaved changes made since your last save may be lost.
What is the fastest way to force close a frozen app?
The quickest method is opening Task Manager with Ctrl + Shift + Esc, selecting the frozen application, and clicking End Task.
Can I force close multiple apps at once?
Yes. Using Task Manager, Command Prompt, or PowerShell, you can end multiple processes one after another. However, only close applications you recognize to avoid affecting system stability.
Why won’t Task Manager close a frozen app?
If Task Manager cannot end the process, the application may be waiting on a system resource or be locked by a deeper operating system issue. Using taskkill, PowerShell, or restarting your computer usually resolves the problem.
Is it safe to use the taskkill command?
Yes. The taskkill command is a standard Windows utility designed to terminate processes. Just make sure you’re targeting the correct application before using the /F parameter.
Summary
Knowing how to force close frozen apps on Windows 11/10 is an essential troubleshooting skill that can save time and prevent unnecessary frustration. In most situations, Task Manager provides the quickest and safest solution, while Alt + F4, Command Prompt, PowerShell, and restarting Windows Explorer offer additional ways to handle stubborn applications.
If a program freezes repeatedly, consider updating the application, installing the latest Windows updates, updating your device drivers, and checking your system for insufficient memory or software conflicts.
With these methods, you’ll be able to recover from most app freezes quickly and get back to using your PC with minimal interruption