4 Ways to Check If Windows Program Is 32 bit or 64 bit

Windows comes in two architectures, 32-bit and 64-bit. The difference between the two is the amount of memory they support and their performance. 64-bit Windows supports more than 4 GB of RAM…

Check if program is 32 or 64 bit

Windows comes in two architectures, 32-bit and 64-bit. The difference between the two is the amount of memory they support and their performance. 64-bit Windows supports more than 4 GB of RAM while 32-bit client OS is limited to using less than 4 GBs of RAM only.

If you have 64-bit Windows installed, you can install 64-bit as well as 32-bit applications. Both can run in parallel as both Windows 10 64-bit and Windows 11 are backward compatible. The question arises of how we can check whether an application is 32-bit or 64-bit.

In this article, we will discuss the different ways using which you can easily identify whether an application is 32-bit or 64-bit.

How to Check Program Bit Architecture

Using Task Manager

Follow the steps below to check a program’s bit architecture in Windows using the Task Manager:

  1. Open the Task Manager using the CTRL + Shift + Esc shortcut keys and click More details from the bottom.
    more details
  2. Switch to the Details tab.
    Details tab

Windows 11

For Windows 10, refer to the section below.

  1. You can see bit architecture for each application instance under the Architecture column, which will be “x64” for 64-bit apps, and “x86” for 32-bit apps.
    WIn11

Windows 10

  1. Right-click column heading and then click Select columns.
    select columns
  2. From the pop-up menu, check the box next to “Platform” and click Ok.
    platform
  3. You can now see the bit architecture under the Platform column.
    platform2

You can also apply the Windows 10 method to Windows 11, but that won’t be necessary as the relevant information is already displayed.

Using Compatibility Option

Here is another method to determine the bit architecture of a program using the Compatibility settings:

  1. Open the Task Manager using the CTRL + Shift + Esc shortcut keys and swtich to the Details tab.
  2. Right-click on the program you want to know the architecture for and click Properties from the context menu.
    properties
  3. Now switch to the Compatibility tab and check the box next to “Run this program in compatibility mode for.”
    compatibility
  4. Now open the drop-down menu under Compatibility Mode. If the list of options start from “Windows Vista,” then the program is of 64-bit architecture. If the list begins from “Windows 95,” then the program is of 32-bit architecture.
    list

As the above picture shows the list is starting with Windows Vista indicating that the program is 64 bit. Do not apply the settings and close the Properties window.

Checking in Program Files

This is another simple and easy way to check the program is 32/64 bit.

When you install a program its architecture is 32-bit, it will save into “C:\Program Files (x86)” while all 64-bit programs are saved to “C:\Program Files”.

4 Ways to Check If Windows Program Is 32 bit or 64 bit 1
Program Files and Program Files (x86) in C drive

That said, it is not always the case and is a tentative estimation, since some programs, like Google Chrome, are 64-bit in architecture but are installed in the Program Files (x86) folder.

Using Command Prompt

Another way to determine the architecture of a program is through the Command Prompt. However, a tool will need to be downloaded called SigCheck, developed by Microsoft. Here is how to do so:

Note: You must have the complete path to the program’s .exe file for this method.

  1. Download SigCheck and extract the contents to an empty folder.
  2. Now open Command Prompt with administrative privileges and use the following command to navigate to the extarcted folder. Replace PathToFolder with the complete path to the extracted SigCheck folder:
    cd /d "<em>PathToFolder</em>"
    cd d
  3. Now use the following command while replacing PathToProgram with the complete path to the program file that you want to know the bit architecture for:
    sigcheck.exe "<em>PathToProgram</em>"
    sigcheck

You will now see the bit architecture for the program in front of MachineType in the details provided by the result of the command in step 3 above.

Note that when running the command for the first time, you may see a license agreement notice. Accept it to proceed with the cmdlet.

Closing Words

These are easy and simple ways to find whether your program is 32 bit or 64 bit. You don’t need to install any third-party software as there are already many ways to check within your OS. I hope all these are easy to get and quick to check.

Latest posts
Uninstall Microsoft Edge on Windows 11 10
How To Uninstall Microsoft Edge On Windows 11, 10

You are no longer stuck with Microsoft Edge as the proprietary browser. Don’t need it? Uninstall Edge with these steps.

View post
How To Fix Windows Update Error Code 0x800f081f
How To Fix Windows Update Error Code 0x800f081f

This error can be annoying to fix, since these isn’t only one cause. Here are all the methods to fix the error 0x800f081f.

View post
How To Remove Or Replace Image Background Using Photos App In Windows 11
How To Remove Or Replace Image Background Using Photos App In Windows 11

Microsoft Photos allows you to edit only the background of your images. Replace or simply remove them using these methods.

View post

Leave the first comment