Install via Winget
winget install Microsoft.PerfView
Open Windows Terminal or PowerShell and run the command above. Winget is built into Windows 10 (1809+) and Windows 11.
About PerfView
PerfView is a free performance-analysis tool that helps isolate CPU and memory-related performance issues. It is a Windows tool, but it also has some support for analyzing data collected on Linux machines. It works for a wide variety of scenarios, but has a number of special features for investigating performance issues in code written for the .NET runtime.
Frequently Asked Questions
How do I install PerfView using winget?
Open Windows Terminal or PowerShell and run:
winget install Microsoft.PerfView. Winget is built into Windows 10 (1809+) and Windows 11.What is PerfView?
PerfView is a CPU and memory performance-analysis tool.
Is PerfView free to download?
PerfView is available under the MIT license. Use the winget command or the direct download link on this page.
How do I update PerfView with winget?
Run
winget upgrade Microsoft.PerfView in Windows Terminal or PowerShell to update PerfView to the latest available version.