View details about running processes with the Windows 10 Task Manager

Although Task Manager's Processes tab offers detailed information about how programs use system resources, it is the Details tab that allows you to find out everything you need to know about running processes (and more). Task Manager's Details tab provides generous data about each process running on your Windows 10 computer or device, and it can come in handy during advanced troubleshooting. In this tutorial, we go over the massive amount of information that it offers and what it can do:

Contents

  1. First things first: Access the Details tab in Windows 10's Task Manager
  2. The default data displayed in Task Manager's Details tab in Windows 10
  3. The additional columns you can add to Task Manager's Details tab in Windows 10
  4. Hide columns from view in Task Manager's Details tab
  5. Sorting options in Task Manager's Details tab
  6. End processes from Task Manager's Details tab in Windows 10
  7. Provide feedback on a process to Microsoft from Task Manager's Details tab
  8. How to change the priority of a process from Task Manager's Details tab
  9. Link a process to a particular processor from Task Manager's Details tab
  10. Troubleshoot problem processes using Task Manager's Details tab
  11. Enable UAC process virtualization in Task Manager's Details tab
  12. Find the location of a running process from Task Manager's Details tab
  13. Research an unknown process using the Details tab in Windows 10's Task Manager
  14. View the properties of a process from Task Manager's Details tab
  15. Switch to the Services tab to see any services associated with a process from Task Manager's Details tab
  16. How cluttered is the Details tab from your Task Manager?

NOTE: The screenshots and the instructions in this guide apply to Windows 10 May 2019 update or newer. If you do not know what version of Windows 10 you have, read: How to check the Windows 10 version, OS build, edition, or type.

First things first: Access the Details tab in Windows 10's Task Manager

To begin, launch the Task Manager. We used the keyboard shortcut "Ctrl + Shift + Esc." Click or tap on More details if the Task Manager starts in its compact view.

View details about running processes with the Windows 10 Task Manager

Open the full version of the Task Manager by clicking More details

Then, click or tap the Details tab.

View details about running processes with the Windows 10 Task Manager

The Details tab in the full version of the Task Manager

If you need to access more details for a specific process, right-click or press-and-hold on it in the Processes tab and then click or tap "Go to details" to open the Details tab.

View details about running processes with the Windows 10 Task Manager

Get more details about a running process in the Task Manager

You can do the same from the Services tab, by right-clicking or pressing-and-holding on any running service, and then clicking or tapping "Go to details."

View details about running processes with the Windows 10 Task Manager

Get more details about a running service

The default data displayed in Task Manager's Details tab in Windows 10

The Details tab in Windows 10's Task Manager shows a lot of information when you first access it. You might feel overwhelmed at first.

View details about running processes with the Windows 10 Task Manager

The default view of the Details tab in Windows 10's Task Manager

This data is displayed in seven default columns:

  • Name - Shows the name of the running process. It is the only column that can not be hidden from view.
  • PID - Displays a unique Process Identifier number. These numbers can be used to match a running service with an error or event that lists the PID.
  • Status - Displays whether a process is running or suspended. Universal Windows Platform apps are suspended to conserve resources when they are not used.
  • User name - Reveals the name of the user (including system accounts) a process is running under.
  • CPU - Shows the percentage of CPU used by each process across all cores.
  • Memory (active private working set) - Displays the amount of memory used and reserved for each process, excluding data from suspended UWP processes.
  • UAC virtualization - Indicates if User Account Control virtualization is Enabled, Disabled, or Not allowed for each process. We return to the topic of UAC virtualization later on, when we explain how the Details tab allows you to change the virtualization of a process.

The additional columns you can add to Task Manager's Details tab in Windows 10

If you want to add more information to the tab, there is a lot to choose from. To see what you can add, right-click or press-and-hold a column header and click or tap Select columns.

View details about running processes with the Windows 10 Task Manager

Press on Select columns to start adding more columns to the Details tab

The Select Columns window opens, revealing forty more columns that you can add to the Details tab, on top of the ones we already went over. Just select the ones you want to be displayed and then click OK to have them added to the Details tab.

View details about running processes with the Windows 10 Task Manager

The Select Columns window shows a total of forty-six optional columns

Hovering over a column header should give you an idea about the data that column displays. Here is what each of them shows:

  • Package name - Shows the name of a package that a UWP app belongs to. The column is empty when it comes to non-UWP apps.
  • Session ID - Displays the unique number of the user session running a process and can be matched with the ID number shown in the Users tab.
  • Job object ID - Shows the ID of the job object in which the process is running.
  • CPU time - Reveals the total processor time in seconds used by each process since it started running. This data resets if a process is restarted.
  • Cycle - Displays the current percentage of CPU cycle time a process is using.
  • Working set (memory) - Shows the amount of physical memory currently used by each process.
  • Peak working set (memory) - Shows the maximum amount of physical memory used by each process.
  • Working set delta (memory) - Displays the amount of change in working set memory each process has used from the last refresh.
  • Memory (private working set) - Shows the amount of memory used and reserved for each process, including data from suspended UWP processes.
  • Memory (shared working set) - Displays the amount of memory used by each process, that can be used by other processes if needed.
  • Commit size - Shows the amount of virtual memory reserved by Windows 10 for each process.
  • Paged pool - Displays the amount of pageable kernel memory allocated by the Windows kernel or drivers for each process. Pageable memory can be written to another storage medium, like a hard-disk.
  • NP pool - Shows the amount of non-pageable kernel memory allocated by the Windows kernel or drivers for each process.
  • Page faults - Reveals the number of page faults each process generated since it started running. Page faults occur when a process attempts accessing memory that is not currently allocated to the process.
  • PF Delta - Displays the change in the number of page faults generated by each process from the last refresh.
  • Base priority - Shows the current priority of each process, this ranking determining the order in which the threads of a process are scheduled. We return to this when we go over how you can change the priority of a process.
  • Handles - Displays the current number of handles that each process opened. A handle is a system resource such as a file, a registry key or a thread.
  • Threads - Shows the number of active threads for each process.
  • User objects - Displays the number of window manager objects that each process uses. Window manager objects include windows, menus, cursors, keyboard layouts, and monitors.
  • GDI objects - Reveals the number of Graphics Device Interface objects used by each process to draw the user interface.
  • I/O reads - Shows the number of read Input/Output operations generated by each process since it started running, including file, network, and device I/O.
  • I/O writes - Displays the number of write Input/Output operations generated by each process since it started running, including file, network, and device I/O.
  • I/O other - Shows the number of non-read and non-write Input/Output operations, generated by each process since it started running — e.g., control functions.
  • I/O read bytes - Displays the total number of bytes read by each process in Input/Output operations.
  • I/O write bytes - Shows the total number of bytes written by each process in Input/Output operations.
  • I/O other bytes - Reveals the total number of bytes a process used in non-read and non-write Input/Output operations since it started — e.g., control functions.
  • Image path name - Displays the full path to the executable file corresponding to each process.
  • Command line - Shows the full command line used to launch each process, including command-line arguments.
  • Operating system context - Displays the minimum operating system that each process can run on if the corresponding manifest file has that information. This field remains blank for most processes, but can also show older Windows versions — e.g., Windows Vista, Windows 7.
  • Platform - Shows the platform each process is running on: 64 bit or 32 bit.
  • Elevated - Specifies whether the process is running with administrator privileges (elevated) or not.
  • Description - Displays a short text description of what the process is.
  • Data execution prevention - Specifies whether Data Execution Prevention, which is a security feature, is enabled or disabled for each process.
  • Enterprise context - Shows the context of each process while running in Windows Information Protection (WIP) to make sure that your organization's policies are applied and running correctly.
  • DPI Awareness - Displays the default mode for how the application interacts with high DPI (dots per inch) displays.
  • Power throttling - Shows if power throttling is enabled or disabled for each process. Some processes can be automatically throttled when you are not using them, to conserve the battery of your Windows 10 device.
  • GPU - Displays the highest utilization across all Graphics Processing Unit engines.
  • GPU engine - Shares which Graphics Processing Unit engine is utilized the most by each process.
  • Dedicated GPU memory - Displays the total amount of dedicated graphics memory that each process is using across all Graphics Processing Units.
  • Shared GPU memory - Shows the total amount of system memory that each process is using across all Graphics Processing Units.

Hide columns from view in Task Manager's Details tab

As you can imagine, having all forty-six optional columns activated can seriously overcrowd your Task Manager's Details tab, so it might be easier to only keep the ones that interest you. If you have a column open that you no longer need, you can hide it from view by right-clicking or pressing-and-holding the column's header and then choosing Hide column.

View details about running processes with the Windows 10 Task Manager

Hide a column from view from its header's contextual menu

If you want to hide more columns from view at the same time, it might be simpler to right-click or press-and-hold on a column's header and then click or tap Select columns from the contextual menu.

View details about running processes with the Windows 10 Task Manager

Press Select columns to start hiding more columns from the Details tab

The Select Columns window opens, and you can uncheck any unnecessary columns to hide them from view. Just click OK when you are done, to have them removed from the Details tab.

View details about running processes with the Windows 10 Task Manager

Customize the Details tab by only selecting the columns you want to appear in the table

Sorting options in Task Manager's Details tab

By default, the processes in the Details tab are sorted alphabetically. Clicking on any of the column headers sorts the data displayed based on the values shown in that column.

View details about running processes with the Windows 10 Task Manager

Processes in the Details tab arranged by the values displayed in the PID column

If you are happy with the data displayed but want to change the order in which it appears, click or tap and then drag a column's header to move that column left or right.

End processes from Task Manager's Details tab in Windows 10

One of the most common uses for the Details tab is to stop processes quickly, to free up system resources. To end a process, select it and then click or tap the End task button from the bottom-right corner of the Task Manager.

View details about running processes with the Windows 10 Task Manager

Press End task to stop any highlighted process

You can also right-click or press-and-hold on any process to open a contextual menu. Click or tap on End task to close that task.

View details about running processes with the Windows 10 Task Manager

Click or tap End task from a process's contextual menu to end it

You can click or tap "End process tree" from the same contextual menu if you want the entire process tree to be terminated.

End process tree from a process's contextual menu

Provide feedback on a process to Microsoft from Task Manager's Details tab

The Details tab now allows you to quickly provide feedback to Microsoft on any listed process. Just right-click or press-and-hold to open the contextual menu and then click or tap Provide feedback.

View details about running processes with the Windows 10 Task Manager

Provide feedback about a process from Task Manager's Details tab

The Feedback Hub opens, and, once you to sign in with your Microsoft account, you can send your issue or opinion to Microsoft.

View details about running processes with the Windows 10 Task Manager

Use the Feedback Hub to say your opinion

How to change the priority of a process from Task Manager's Details tab

The Details tab lets you see the priority of each process. Windows schedules the threads of a process based on this ranking. However, you can do more with the Details tab and change the priority of a process. Right-click or press-and-hold on a process and hover over the Set priority option to open a menu that not only lets you see a process's current priority but also allows you to choose a new priority level.

View details about running processes with the Windows 10 Task Manager

View and modify a process' priority level

The Set priority menu displays six possible priority levels: Realtime, High, Above normal, Normal, Below normal, and Low. Most processes have a normal priority level and, while raising the priority of a process should make it run better, it could destabilize the rest of your system and even cause a crash. To avoid performance issues, never raise priority more than a single step at a time. If you want to raise it even higher, test each step before progressing further. The Realtime priority is also tricky, and we suggest leaving it alone, as recommended by Microsoft.

Link a process to a particular processor from Task Manager's Details tab

The Details tab offers yet another option to change the way a process runs on your Windows 10 computer or device, allowing you to select a particular processor or core on your system that you want a process to run on. This can be useful because some processes run on all processors on your system by default, and limiting them to a particular processor can help increase efficiency and maximize your system performance. Right-click on press-and-hold on a process to open the contextual menu. Then click or tap on Set affinity to start linking that process to a processor or core.

View details about running processes with the Windows 10 Task Manager

Set affinity of a process to start changing the processor it runs on

When the Processor affinity window opens, choose the core or cores you want the process to run on and then click or tap OK.

View details about running processes with the Windows 10 Task Manager

Choose the core(s) you want a process to run on

While it may seem like a good idea to let Windows divvy up the load evenly among all cores, certain older applications, like old games from the 90s or 2000s that were designed for a single-core processor, might run better when pushed onto a single core.

Troubleshoot problem processes using Task Manager's Details tab

Not only can you change how programs run on your computer using the Details tab, but you can also get information that might help you resolve certain issues. If you have a program lock up and become unresponsive, you can right-click or press-and-hold on it in the Details tab to open its contextual menu and then press on "Analyze wait chain."

View details about running processes with the Windows 10 Task Manager

Analyze wait chain to start resolving issues with unresponsive processes

The "Analyze wait chain" window opens, allowing you to examine the process and list all subprocesses that are currently attempting to complete a task. Killing these subprocesses often frees up the parent process allowing you to save data that might otherwise be lost. You can also research the offending subprocesses to see why they may be using resources so heavily.

If a running process has no current issues, it shows displays a message informing you it is running normally.

View details about running processes with the Windows 10 Task Manager

Skype running normally in the Analyze wait chain window

If there is a process that is giving you trouble, such as performance issues, freeze-ups or errors, you can create a dump file that provides a detailed account of everything that your process is doing in memory at the time the dump file is created. Right-click or press-and-hold on a process, and then click or tap "Create dump file" from its contextual menu.

View details about running processes with the Windows 10 Task Manager

Create a dump file for a process

For some processes, this action can take some time, in which case you receive a message asking you to wait in the Dumping process window.

View details about running processes with the Windows 10 Task Manager

Wait while the dump file is being created

Once the file is created, the Dumping process window lets you know and shares its location. Screenshot the window or remember the path, and then click or tap OK. The generated file can be opened with debugging software such as WinDBG, but most users get more value from this feature by sending the dump file to a tech support agent.

View details about running processes with the Windows 10 Task Manager

Remember the path to your newly created dump file

You might need to enable hidden files to access the folder where this file is stored.

View details about running processes with the Windows 10 Task Manager

Showing Hidden items helps follow the path to your DMP file

Enable UAC process virtualization in Task Manager's Details tab

Another feature accessed from Task Manager's Details tab is UAC Virtualization. This option allows you to enable User Account Control virtualization for a particular program. While most users should have no reason to interact with this feature often, it does serve an important purpose.

Some older applications are configured to write directly to important system locations and require your user account to have admin credentials to run. If you do not want to grant admin rights to any such app, you can enable virtualization from the Task Manager. This causes Windows to recreate important locations, such as the System32 directory and system registry keys, in a virtual environment in order to prevent potential problems from affecting your actual system files.

To enable this feature, select UAC virtualization from the contextual menu that shows up after right-clicking or pressing-and-holding on a process.

View details about running processes with the Windows 10 Task Manager

Start enabling UAC virtualization for a process by pressing it in its contextual menu

Click or tap Change virtualization to enable or disable the feature for the selected process.

View details about running processes with the Windows 10 Task Manager

Confirm you want to Change virtualization for the process

Find the location of a running process from Task Manager's Details tab

You can find the exact location on your hard drive of the executable file corresponding to a process from the Details tab in Windows 10's Task Manager. Right-click or press-and-hold on a listed process and click or tap "Open file location."

View details about running processes with the Windows 10 Task Manager

Open file location to find an app's executable

The File Explorer opens the folder your application's executable file is stored in. The corresponding file is highlighted when the folder opens.

View details about running processes with the Windows 10 Task Manager

The app's executable file is selected when the containing folder opens

Research an unknown process using the Details tab in Windows 10's Task Manager

You might come across an unknown process that is eating up your resources. The Details tab offers the option to research that process and understand what it is all about. Right-click or press-and-hold on a process and then click or tap Search online.

View details about running processes with the Windows 10 Task Manager

Research an unknown process by searching online for it

Your default web browser opens a new tab, and runs a web search with the name and description of the process on Bing (regardless of your default search engine), helping you get more information on it.

View details about running processes with the Windows 10 Task Manager

Your browser runs a Bing search with the name and description of the process

View the properties of a process from Task Manager's Details tab

The properties of a process can offer a lot of information about the executable that runs it. They show the file's size, location, access dates, and security settings, and you can even troubleshoot compatibility issues. Right-click or press-and-hold on a process listed in the Details tab of your Task Manager and click or tap Properties.

View details about running processes with the Windows 10 Task Manager

Accessing Properties provides more info about a process

The Properties window opens, providing you access to useful information about the selected process.

View details about running processes with the Windows 10 Task Manager

The properties of Application Frame Host

Switch to the Services tab to see any services associated with a process from Task Manager's Details tab

Some of the processes listed in the Details tab have a corresponding service displayed in the Services tab. Right-click or press-and-hold on a process and then click or tap "Go to service(s)."

View details about running processes with the Windows 10 Task Manager

Find the corresponding service for your process

This action switches you over to the Services tab and highlights any service(s) associated with the chosen process. If there are no such services, it just switches to the Services tab and selects nothing.

View details about running processes with the Windows 10 Task Manager

The corresponding service is highlighted in the Services tab

How cluttered is the Details tab from your Task Manager?

Thank you for taking the time to read the longest ever tutorial I wrote! When I finally finished writing it, I found my Details tab was cluttered with all the different columns I kept adding and hiding. We know the wealth of detailed information available on this tab is invaluable for power users and tech support agents, but is there anyone who actually has at least half of the forty-six columns open in their Task Manager's Details tab? If you are out there, let us know, and maybe we can all find out new ways this tab can be used for a maximum of efficiency.

Sign up and earn $1000 a day ⋙

How To Access An Android Phone With A Broken Screen

How To Access An Android Phone With A Broken Screen

Dealing with a broken screen on your Android phone is a hassle. Although phone screens are pretty tough, one nasty drop can shatter them completely. Given that most people have a lot of irreplaceable content on their phones, it is

Find out how to find friends and family using online services

Find out how to find friends and family using online services

In today's world, where information is more accessible than ever before, finding long-lost friends or relatives has become much easier. Online services for finding people provide convenient and effective tools that allow you to restore lost connections.

IObit Uninstaller 13 - One Click to Uninstall All Unwanted Programs

IObit Uninstaller 13 - One Click to Uninstall  All Unwanted Programs

In the busy software utilities industry, the available uninstallation tools are often overshadowed by more glamorous alternatives. Nonetheless, an excellent way of removing programs on a PC is vital for optimal system performance and the elimination of unwanted applications.

Instructions for creating Moon phase trend

Instructions for creating Moon phase trend

Instructions for creating a Moon phase trend. The Moon trend is extremely popular on TikTok, creating an unprecedented fever. Through Moon phase will help you know the date

How to edit videos posted on YouTube without losing views

How to edit videos posted on YouTube without losing views

How to edit videos posted on YouTube without losing views, You forgot to blur sensitive content in videos posted on YouTube. Don't worry, here's how to adjust it

How to enable dark mode on TikTok

How to enable dark mode on TikTok

How to turn on dark mode on TikTok, How to turn on dark mode on TikTok is not difficult. The article will guide you in detail how to change the TikTok interface to black on Samsung

Shirt size chart - How to choose the most accurate shirt size

Shirt size chart - How to choose the most accurate shirt size

Shirt size chart - How to choose the most accurate shirt size, What is the shirt size chart? Shirt size means only the size and size of the shirt or pants. Shirt size varies according to direction

Instructions for drawing prizes to receive Lucky Money on ZaloPay

Instructions for drawing prizes to receive Lucky Money on ZaloPay

Instructions for drawing prizes to receive Lucky Money on ZaloPay. Recently, Zalo has launched the program "Amazing lucky money, Happy Spring Luck" taking place from January 29, 2021 to

How to view and recover Microsoft Outlook password

How to view and recover Microsoft Outlook password

How to view and recover Microsoft Outlook password, How to view Outlook password on computer is not difficult. This article will guide you how to view and recover Outlook password

Instructions for creating and searching for draft posts on Facebook

Instructions for creating and searching for draft posts on Facebook

Instructions for creating and searching for draft articles on Facebook. Currently, we can save articles that we have created but have not yet posted on Facebook. Here, WebTech360 invites

How to set up LibreOffice Writer to work like Microsoft Word

How to set up LibreOffice Writer to work like Microsoft Word

How to set up LibreOffice Writer to work like Microsoft Word, If you're planning to switch from Microsoft Word to LibreOffice Writer but want a similar experience

Instructions for turning off saving videos on TikTok are extremely simple

Instructions for turning off saving videos on TikTok are extremely simple

Instructions for turning off saving videos on TikTok are extremely simple, to help people block others from downloading and saving their videos simply and easily. So today, WebTech360

Instructions for creating genealogical and organizational charts on Google Sheets

Instructions for creating genealogical and organizational charts on Google Sheets

Instructions for creating genealogical charts and organizing them on Google Sheets. Google Sheets is an online office application that helps us easily edit online spreadsheets,

How to import and manage multiple email accounts in Gmail

How to import and manage multiple email accounts in Gmail

How to import and manage multiple email accounts in Gmail, Want to manage all emails in Gmail? Let's learn how to manage and add multiple accounts with WebTech360

Instructions for using Photoshop filters for beginners

Instructions for using Photoshop filters for beginners

Instructions for using Photoshop filters for beginners, Each filter in Photoshop has its own algorithm and uses. Below are instructions for using the internal filter

How to create automatic clicks on Macrorify

How to create automatic clicks on Macrorify

How to create automatic clicks on Macrorify, Macrorify helps you create automatic click tasks and detect images. In this article, let's find out how with WebTech360

Instructions for logging out of Instagram account remotely

Instructions for logging out of Instagram account remotely

Instructions for remotely logging out of your Instagram account. If you don't know how to remotely log out of your Instagram account, today WebTech360 would like to introduce

Instructions for remotely logging out of Tik Tok account

Instructions for remotely logging out of Tik Tok account

Instructions for remotely logging out of Tik Tok account. To help people quickly log out of Tik Tok accounts from other devices, today WebTech360

Instructions for blurring photos on B612

Instructions for blurring photos on B612

Instructions for blurring photos on B612. Recently, the B612 application has updated the image blur effect. Next, WebTech360 will introduce the article Instructions for blurring photos

How to fix the error of printing blank pages in Microsoft Excel

How to fix the error of printing blank pages in Microsoft Excel

How to fix the error of printing blank pages in Microsoft Excel. Why do some Excel documents not display data or contain blank pages when printed? Below are the reasons