22

Previously, I would look in Task Manager for a *32 next to the process name in Task Manager to tell what platform the process is running on:

enter image description here


However, in Windows 8 and 10 (on the details tab) this is not present:

enter image description here


How can I see, in Task Manager, if my processes are running as 32-bit or 64-bit?

Jonno
  • 21,643

2 Answers2

35
  1. Right click on the column headers and click Select columns

enter image description here

  1. Check Platform

enter image description here

  1. Drag the new column where you want

enter image description here

Jonno
  • 21,643
2

How can I see, in Task Manager, if my processes are running as 32-bit or 64-bit?

You can use an alternative Task Manager, for example Process Hacker (free, open source, can replace Task Manager and there is a portable version).

Bits can be added as a column to the normal detailed "Process" display:

enter image description here

DavidPostill
  • 162,382