Find Top CPU Processes

Identify the processes burning CPU on a Windows server.

Use this when: Identify the processes burning CPU on a Windows server.
AdvertisementIn-content ad placement

Command

Get-Process | Sort-Object CPU -Descending | Select-Object -First 10 Name,CPU,Id

When to use it

Identify the processes burning CPU on a Windows server. This belongs in the first few minutes of triage, before deep investigation.

What to look for

Manager note: Quick fixes should reduce triage time, not replace root cause analysis. If the same quick fix is used repeatedly, turn it into a problem record or permanent monitoring change.

Related: All Playbooks · Quick Fix Library · Deep Guides