How to Check if you have a 32-bit or 64-bit CPU on any operating system.

Blog which cpu 1

Microsoft Windows 10

If your computer uses Windows 10, then you can do the following

number 1

Open the Windows Settings by pressing Windows + I

number 2

Head out to System > About

number 3

On the right side, look for the “System type” entry

number 4

It will show you two pieces of information, If you’re using a 32-bit or 64-bit operating system and whether you have a 64-bit capable processor to run the operating system.

Microsoft Windows 8 and Windows 8.1

If your computer uses Windows 8 or 8.1, then you can do the following

number 1

Swipe in from the right edge of the screen, and then tap Search. Or, if you are using a mouse, point to the lower-right corner of the screen, and then click Search.

number 2

Type system in the search box, and then tap or click Settings.

number 3

Tap or click System.

number 4

If you are running a 64-bit version of Windows 8, 64-bit Operating System is displayed in the System type field under the System heading. If you are running a 32-bit version of Windows 8, 32-bit Operating System is displayed in the System type field under the System heading.

Microsoft Windows Server 2003

If your computer uses Windows Server 2003, then you can do the following

number 1

Click Start, and then click Run

number 2

Type winmsd.exe, and then click OK

number 3

When System Summary is selected If the value that corresponds to the processor starts with x86, the computer is running a 32-bit version of Windows.

number 4

If the value that corresponds to Processor starts with EM64T or IA-64, the computer is running a 64-bit version of Windows.

Microsoft Windows 7

If your computer uses Windows 7, then you can do the following

number 1

Choose Start > Control Panel.

number 2

If the Control Panel is in a category view, then click System And Maintenance. On the next screen, click System.

number 3

If the Control Panel is in Classic View, then double-click System.

number 4

Look for 32-bit Operating System or 64-bit Operating System next to System Type.

Microsoft Windows Vista

If your computer uses Windows 7, (Its probably time for an upgrade) then you can do the following

number 1

Choose Start > Control Panel.

number 2

If the Control Panel is in a category view, then click System And Maintenance. On the next screen, click System.

number 3

If the Control Panel is in Classic View, then double-click System.

number 4

Look for 32-bit Operating System or 64-bit Operating System next to System Type.

Microsoft Windows XP

If your computer uses Windows XP, (Its probably time for an upgrade). But you can do the following

number 1

Choose Start > Control Panel (or Start > Settings > Control Panel).

number 2

If the Control Panel is in a Category View, then click Performance And Maintenance. On the next screen, click See Basic Information About Your Computer.

number 3

If the Control Panel is in Classic View, then double-click System.

number 4

In the System Properties window, click the General tab.

number 5

If the text beneath System says Microsoft Windows XP Professional x64 Edition, then you are running a 64-bit edition of Windows XP. Otherwise, you are running a 32-bit edition.

Apple Mac OS

If you have a Apple Product, you can check by the following method.

number 1

Click the Apple icon in the menu bar

number 2

Select the About This Mac option in the Apple menu

number 3

On the About This Mac window, click the More Info option

number 4

Open the Hardware section and find the Processor Name attribute

number 5

Just do a search for the processor name on the internet and you will find the type of processor it uses.

Processor CPU Type
Intel Core Duo or Solo
32 Bit CPU
Intel Core 2 Duo
64 Bit CPU
Intel Xeon processor
64 Bit CPU
Intel Core i3 Processor
64 Bit CPU
Intel Core i5 Processor
64 Bit CPU
Intel Core i7 Processor
64 Bit CPU
M1
AArch64 or ARM64

Most of the recent computers that Apple Manufactures comes in 64 Bit Variant only. While the recent M1 Processers are typically 64 Bit extension of the AArch64 or ARM64

Linux Systems

If you use a Linux System, perform the following operations. 

number 1

Open the command line interface

number 2

Enter the following command : grep flags /proc/cpuinfo

number 3

Check for "lm" keyword in the output screen.

number 4

If "lm" is found the CPU is a 64 Bit Machine

number 5

If you see i386, i486, i586, or i686 in the output results, then the CPU should be a 32-bit machine

Leave a Comment

Your email address will not be published. Required fields are marked *