VMware ESXi and vSphere Cluster Management

Customizing Columns in Process Explorer

Learn to sort, resize, auto-fit, reorder, and copy Process Explorer column data in the process list and lower pane.

Why customize Process Explorer columns?

Process Explorer is a Windows process-inspection utility that presents process information in a configurable tabular interface. Each table is organized into columns, and each column has a column header: the labeled area at the top used for sorting, resizing, and rearranging data.

The main window contains the process list, which shows running processes. When enabled, the lower pane displays details associated with the selected process, such as related objects or modules. Both views use tables, but the information shown in them is different.

Customizing a layout helps you focus on the information needed for a task. For example, you can place CPU and other frequently reviewed metrics near the process name, widen a path column so its values are readable, or sort by a resource field to find an active consumer quickly.

Sort the table by a column

Selecting a column header sorts the current table by that field. The first selection uses ascending sort: values are ordered from lower to higher, or alphabetically from earlier to later entries. Selecting the same header again reverses the order to descending sort, which places higher values first.

Sorting applies to fields in the table, including process-list fields such as CPU. The sort indicator in the header identifies the active sort field and direction. Use the two directions to find either the smallest or largest values.

Example: find the process using the most CPU

  1. Select the CPU column header in the process list.
  2. Check the order of the values. If the highest CPU values are not near the top, select the CPU header again to reverse the order.
  3. Review the processes at the top of the descending list. These are currently the most CPU-intensive processes shown in the table.

For active CPU investigation, descending order is usually the useful view because it surfaces the largest consumers first. Ascending order instead places low CPU values at the top.

Resize a column manually

To change a column's width, move the pointer to the boundary at the edge of its header. When the pointer indicates a resize operation, drag the divider left or right.

  • Drag right to make a column wider and reveal more of long values.
  • Drag left to make a column narrower and give space to other fields.

Manual sizing is useful when process names, paths, or other values are routinely truncated. It also lets you give more space to the fields most important for your current investigation.

Automatically fit a column to its contents

Double-click the divider immediately to the right of a column header. Process Explorer automatically adjusts that column to fit the contents currently displayed.

Auto-fit is based on the values visible at that moment. A later refresh may display a longer process name, path, or other value, causing the column to appear too narrow again. Auto-fit the column again or widen it manually when that happens.

Make a truncated value readable

  1. Locate the relevant column header.
  2. Find the divider on the header's right edge.
  3. Drag the divider to widen or narrow the column.
  4. Alternatively, double-click the divider to fit the column to its current contents.

Reorder columns

Drag a column header left or right to change the table's left-to-right order. This allows you to place commonly used metrics next to the process name for faster triage.

The Process column is a fixed-position exception: it remains the leftmost column and cannot be moved. Reorder the other movable columns around it, but do not attempt to place another column before Process.

Example: create a troubleshooting layout

  1. Identify the metrics you compare most often with process names.
  2. Drag those movable headers so they sit close to the Process column.
  3. Leave the Process column at the left edge.
  4. Use the adjusted layout to compare process names with the selected resource fields more quickly.

Copy data from a selected row

The Windows clipboard is temporary storage for copied content. In Process Explorer, select a row and press Ctrl+C to copy the selected row's displayed data to the clipboard.

The copied values are tab-separated text: fields are separated by tab characters. This format can be pasted into a text editor, spreadsheet, support ticket, or incident note. In a spreadsheet, the fields commonly appear in separate cells, which is useful for structured analysis.

Ctrl+C works in both the main process-list pane and the lower pane. Select the relevant row in either table before copying.

Main pane and lower pane scope

PaneTypical contentColumn actionsCopy behavior
Main process-list paneRunning processes and process fields such as CPUSort, resize, auto-fit, and reorder columns as supported by the tableSelect a row and press Ctrl+C to copy tab-separated displayed data
Lower paneDetailed objects or modules associated with the selected processUse the table's column controls for its displayed detailsSelect a row and press Ctrl+C to copy tab-separated displayed data

Sorting, sizing, and reordering describe table-column behavior generally. The confirmed copy workflow applies specifically to selected rows in both panes.

Column header actions

User actionWhere to perform itResultNotes or limitations
Single-click a headerAny applicable table headerSort by that columnThe first selection is ascending.
Click the same header againThe currently sorted headerReverse the sort orderUse descending order to surface larger values.
Drag a header boundaryThe divider at a column's edgeResize the column manuallyUseful for long or truncated values.
Double-click a header's right boundaryThe divider immediately to the right of a column titleFit the column to current contentLater, longer values may require another fit or manual widening.
Drag a headerA movable column headerReorder the columnThe Process column stays fixed at the left.
Select a row and press Ctrl+CMain pane or lower paneCopy tab-separated row dataPaste into notes, tickets, text editors, or spreadsheets.

Troubleshooting column behavior

Largest CPU values are not at the top

The CPU column may be sorted ascending, or another field may be the active sort field. Select the CPU header, then select it again if necessary to reverse the order. The highest values should then appear near the top.

A process name or value is cut off

The column may be too narrow for the displayed content. Drag its header divider wider, or double-click the divider to fit the current contents automatically.

A column cannot be moved before Process

This is expected. The Process column has a fixed leftmost position. Leave it in place and arrange the other movable columns around it.

Copied values appear in separate spreadsheet cells

Process Explorer copies row values as tab-separated text. Separate spreadsheet cells are expected and can help with structured analysis. For a simple single-line representation, paste the data into a text editor instead.

An auto-fitted column later becomes too narrow

Auto-fit used the content visible when it was performed. Later data may contain longer values. Double-click the divider again or manually increase the column width.

Quick reference

Click a header                 Sort by that field
Click the same header again    Reverse the sort direction
Drag a header divider          Resize the column
Double-click the divider       Fit to current displayed content
Drag a movable header          Reorder the column
Select a row, then Ctrl+C      Copy tab-separated displayed data

With these controls, you can turn the process list or lower pane into a focused working view: sort the field that answers the current question, size columns for readability, place key metrics beside Process, and copy a selected row into support documentation when needed.