How to Open Task Manager and Restart Your Computer (All Methods)
Whether your PC has frozen solid or you just want to close a stubborn app, knowing how to open Task Manager and restart your computer are two of the most practical Windows skills you can have. These aren't just emergency tools — they're everyday utilities once you know they're there.
What Is Task Manager?
Task Manager is a built-in Windows utility that shows you everything currently running on your computer — apps, background processes, system services, and resource usage (CPU, RAM, disk, network). It lets you force-close unresponsive programs, monitor performance, and manage startup items.
Think of it as your computer's dashboard and emergency brake in one.
How to Open Task Manager in Windows
There are several ways to launch Task Manager, and the right one depends on what state your system is in.
Method 1: Keyboard Shortcut (Fastest)
Press Ctrl + Shift + Esc simultaneously. Task Manager opens directly — no extra steps.
This works on Windows 10 and Windows 11 and is the quickest method when your system is still responding.
Method 2: The Classic Three-Finger Salute
Press Ctrl + Alt + Delete. A full-screen menu appears with several options. Click Task Manager from the list.
This method is especially useful when your desktop has partially frozen but the system is still processing input.
Method 3: Right-Click the Taskbar
Right-click on an empty area of your taskbar (the bar at the bottom of your screen) and select Task Manager from the context menu.
This is a convenient mouse-based option when your keyboard shortcuts aren't cooperating or you're simply more comfortable with the mouse.
Method 4: Run Dialog or Search
- Press Windows key + R, type
taskmgr, and press Enter - Or press the Windows key, type Task Manager in the search bar, and click the result
Both work reliably on Windows 10 and 11.
Method 5: Command Prompt or PowerShell
Type taskmgr and press Enter. Useful if you already have a terminal window open or are working in a scripted environment.
What You Can Do in Task Manager
Once open, Task Manager gives you several tabs worth of control:
| Tab | What It Does |
|---|---|
| Processes | Shows all running apps and background processes |
| Performance | Real-time graphs for CPU, RAM, disk, GPU, and network |
| Startup | Controls which programs launch when Windows boots |
| Users | Shows active user sessions on the machine |
| Details | Advanced view of running processes with process IDs |
| Services | View and manage Windows background services |
To force-close a frozen program, go to the Processes tab, click the unresponsive app, and click End Task in the bottom-right corner (Windows 10) or top-right area (Windows 11).
How to Restart Your Computer
Restarting is one of the most effective first responses to slowdowns, errors, updates, and freezes. Here are the main ways to do it. 💻
Standard Restart (Normal Conditions)
Click the Start menu (Windows logo, bottom-left), then click the Power icon, and select Restart.
Windows will close all open programs and reboot. If any files are unsaved, you'll be prompted to save or discard them.
Restart via Ctrl + Alt + Delete
Press Ctrl + Alt + Delete, click the Power icon in the bottom-right corner of the screen, and select Restart.
This is the go-to method when your Start menu is unresponsive but the system hasn't fully locked up.
Restart via Task Manager
If you're already in Task Manager, you can restart from there too. In Windows 10, click File in the top menu, then Run new task, type shutdown /r /t 0, and press Enter. This forces an immediate restart.
In some Windows 11 configurations, you can access power options directly from Task Manager's top menu.
Restart via Command Prompt or Run Dialog
- Press Windows + R, type
shutdown /r /t 0, and press Enter - Or open Command Prompt and run the same command
The /r flag means restart. The /t 0 means immediately (zero-second delay).
Hard Restart (Last Resort) ⚠️
If the computer is completely frozen and none of the above respond to input, press and hold the physical power button on your PC or laptop for 5–10 seconds until it shuts off. Then press it again to boot up.
This is a hard shutdown — it cuts power without saving anything. Use it only when the system is entirely unresponsive, as doing it repeatedly can occasionally cause file system issues or interrupt pending updates.
When Restarting Doesn't Fully Fix the Problem
A restart clears temporary memory and resets running processes, but it doesn't solve everything. Persistent slowdowns, repeated crashes, or programs that always appear frozen often point to something deeper — a software conflict, a failing storage drive, insufficient RAM for your workload, or a background process consuming resources.
Task Manager's Performance and Processes tabs are the right starting point for diagnosing those patterns. If one process is consistently using 90%+ of your CPU or RAM, that's the lead to follow.
The Variables That Shape Your Experience
The steps above apply broadly, but a few factors change how they work in practice:
- Windows version — The layout of Task Manager changed significantly between Windows 10 and Windows 11. Features are the same, but the interface is reorganized.
- User account permissions — Standard accounts may not see all processes or services. Administrator accounts get the full picture.
- Laptop vs. desktop — Hard restarts on laptops sometimes require holding a function key combination rather than the power button alone, depending on the manufacturer.
- Custom configurations — Some enterprise or managed devices have restricted access to Task Manager or shutdown commands by IT policy.
How much you need from Task Manager — and which restart method suits your situation — depends on what's actually happening on your machine at that moment.