Skip to content

Check if a Program is 32-bit or 64-bit on Windows

Similar Questions

How to See if Process is 32-bit or 64-bit in Windows
To See if Process is 32-bit or 64-bit in Processes tab in Task Manager
Check if a Program is 32-bit or 64-bit on Windows

Note

64-bit programs will typically install in C:\Program Files while 32-bit applications will be in C:\ProgramFiles (x86).

ANSWER / SOLUTION

  1. Run the program you want to check.
  2. Launch Task Manager.
  3. Select More Details
  4. Select the Details tab.
  5. Right-click any column (For example, right click User.) and select Select Columns.
  6. Check the box next to Platform, and click OK.
  7. View the new Platform column that lists the bit version

Platform

Comments