// install via winget
Command Prompt & PowerShell
click to copy
winget install Microsoft.PerfView
// direct download
Download Installer// 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 PowerShell or Windows Terminal and run:
winget install Microsoft.PerfView. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is PerfView?
PerfView is a CPU and memory performance-analysis tool.
Is PerfView free to download?
PerfView is distributed under the MIT license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update PerfView with winget?
Run
winget upgrade Microsoft.PerfView in PowerShell or Windows Terminal to update PerfView to the latest available version.What architecture does PerfView support?
The listed installer targets the x86 architecture. See the publisher’s documentation for full compatibility details.