Install with winget
Open PowerShell or Command Prompt and run:
winget install Microsoft.PerfView
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
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.
Advanced Install Options
Install (latest)
winget install Microsoft.PerfViewInstall (pinned version)
winget install --id Microsoft.PerfView -e --version 3.2.2Upgrade
winget upgrade Microsoft.PerfViewUninstall
winget uninstall Microsoft.PerfViewFrequently Asked Questions
How do I install PerfView using winget?
Open PowerShell or Windows Terminal and run:
winget install Microsoft.PerfView. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.What is PerfView?
PerfView is a CPU and memory performance-analysis tool.
Is PerfView free to use?
PerfView is distributed under the MIT license. Check the publisher’s site for full licensing details.
How do I update PerfView with winget?
Run
winget upgrade Microsoft.PerfView in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall PerfView?
Run
winget uninstall Microsoft.PerfView to remove PerfView from your system.