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.

Çalışma masasındaki dizüstü bilgisayar ekranında sistem kaynak kullanımını gösteren grafikler, yanında çay bardağı ve fare.

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

A PC running Windows 10 or Windows 11
A user account with administrator rights

Step by step

01

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.

02

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.

03

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.

04

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.

05

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.

06

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.

07

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.

Ad — in-article responsive

Tips

If you are not sure what a process is, right-click it and choose Search online so you know what it does before you close it.
The App history tab now covers both Microsoft Store apps and regular programs, so you can see which one ate resources over a given period.
On most machines the browser is the biggest memory consumer. In Chrome or Edge, press Shift + Esc to open the browser's own task manager and inspect tabs individually.
If the same process comes back with high memory at every boot, update or uninstall the program instead of just closing it, since leaks are usually version bugs.

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.

N?
Nasıl Yapabilir? Editör Ekibi

Resmî kaynaklara dayanan, Türkiye için yazılmış adım adım rehberler. Our editorial principles →