How to Track Hardware Bottlenecks in Windows 11

Windows 11 includes a powerful built-in tool called Performance Monitor (PerfMon) that allows you to capture and analyze system resource usage over extended periods. This guide explains how to set up custom Data Collector Sets in Performance Monitor to log real-time data for your CPU, memory, storage, and network components. By tracking these key metrics over hours or days, you can accurately identify hardware bottlenecks, diagnose system slowdowns, and determine which components need an upgrade or optimization.

Opening Performance Monitor

  1. Press Windows Key + R to open the Run dialog.
  2. Type perfmon and press Enter (or search for Performance Monitor in the Start menu).

Creating a Long-Term Data Collector Set

To track performance continuously in the background, you must configure a custom Data Collector Set:

  1. In the left navigation pane, expand Data Collector Sets.
  2. Right-click User Defined, select New, and click Data Collector Set.
  3. Enter a name for the log (e.g., Hardware Bottleneck Tracker).
  4. Select Create manually (Advanced) and click Next.
  5. Check the box for Performance counter and click Next.

Adding Essential Hardware Counters

Click the Add… button to select the specific hardware counters that reveal bottlenecks:

1. Processor (CPU)

2. Memory (RAM)

3. Storage (SSD/HDD)

4. Network

After selecting the counters, click Add >> for each, then click OK.

Configuring Intervals and Duration

  1. Set the Sample interval. For long-term tracking (several hours or days), set this between 5 to 15 seconds to prevent log files from becoming excessively large.
  2. Click Next, choose a directory to save the log files, and click Finish.

Running and Stopping the Data Collection

  1. Under Data Collector Sets > User Defined, select your newly created set.
  2. Right-click your set in the center pane and select Start (the icon will display a green play symbol).
  3. Run your standard workloads, games, or applications while the monitor runs in the background.
  4. To finish logging, right-click the set and select Stop.

Analyzing the Logged Data

  1. In the left pane of Performance Monitor, expand Reports > User Defined.
  2. Click the name of your Data Collector Set and select the specific log file you generated.
  3. Review the graphical overview or switch the display type to Report using the toolbar button or Ctrl + G.
  4. Look for sustained peaks:
    • CPU Bottleneck: Sustained % Processor Time above 85–90% combined with a high Processor Queue Length.
    • RAM Bottleneck: Available MBytes dropping below 10% of total RAM alongside high Pages/sec spikes.
    • Disk Bottleneck: % Disk Time consistently at 100% paired with Avg. Disk sec/Transfer consistently exceeding 20–25ms.