How do you find high RAM usage with Task Manager?
A practical way to spot memory-hungry programs in Windows Task Manager, close them, and trim what loads at startup.

Short answer
Press Ctrl + Shift + Esc to open Task Manager, then click the Memory column header on the Processes tab so the biggest RAM consumer jumps to the top. Select anything you no longer need and click End task. Next, open the Startup apps tab and disable the entries marked High impact, which speeds up boot and frees memory that was being wasted in the background.
What you need
Step by step
Open Task Manager
Press Ctrl + Shift + Esc together. You can also right-click the Start button and pick Task Manager. If the window opens in the compact view, click More details to expand it.
Sort by memory on the Processes tab
Switch to the Processes tab on the left and click the Memory column header. The list reorders so the heaviest RAM user sits at the top. Click the arrow beside a process to expand its child processes and see exactly where the usage is coming from.
End the memory-hungry process
Select a process you are not using that shows high memory, then click End task at the bottom right. If a program's memory keeps climbing over time, it probably has a memory leak, and closing and reopening it clears the problem. Leave system processes labeled Windows alone.
Trim your startup apps
Go to the Startup apps tab and check the Startup impact column. Select anything marked High that you do not need at every boot and click Disable. This shortens boot time and releases RAM that was sitting idle in the background.
Stop a stuck service from the Services tab
If something refuses to close from the Processes tab, switch to the Services tab and note the PID of the relevant row. Open Command Prompt as administrator and run taskkill /F /PID number. Right-clicking the service and choosing Stop or Restart is often enough on its own.
Dig deeper with the Details tab
If the problem persists, open the Details tab, where you can see each process's PID, status, the user account it runs under, and its description. Right-click a column header and use Select columns to add extra memory data such as commit size. In Windows 11 this information is gathered on the Details tab.
Confirm the overall picture on Performance
Open the Performance tab and look at the Memory section for how much RAM is in use and how much is available. If usage still sits above 90 percent after your cleanup, the bottleneck is capacity rather than a single program. At that point a memory upgrade is worth considering.
Tips
Watch out
Do not randomly end system processes you cannot identify. Killing core Windows processes such as csrss.exe or wininit.exe can cost you unsaved work or force a sudden restart. Save any open files before you end a process.
Frequently asked questions
+What memory usage percentage is normal in Task Manager?
At idle, 30 to 50 percent is normal. If it stays above 90 percent constantly, you either have a memory leak or not enough RAM for the work you are doing.
+What is a memory leak and how do I spot one?
A leak happens when a program never returns the memory block it borrowed after it finishes with it. The clearest sign is a process whose memory figure keeps climbing over minutes while you do nothing.
+Is disabling startup apps harmful?
No, it does not delete the app; it only stops it from launching automatically with Windows. You can still open it manually. Leave antivirus and driver software enabled.
+What should I do if End task does not work?
Note the PID on the Services tab and run taskkill /F /PID number in a Command Prompt opened as administrator. If you get an access error, confirm you actually launched it with administrator rights.
+Do RAM cleaner programs actually help?
Most are unnecessary since Windows manages memory itself. Finding the problem process in Task Manager and closing it is safer and more effective than those tools.
Sources and verification
Last verified: 13 Eylül 2026. tell us. Menu and tab names follow the English-language Windows 10 and Windows 11 interface.
This content is for information only; for official procedures the relevant institution’s current announcements take precedence. Details: disclaimer.