Home > News Tips

How to Tell if Your Mac is 64 Bit or 32? ARM or x64?

Updated on Tuesday, December 3, 2024

iBoysoft author Jenny Zeng

Written by

Jenny Zeng
Professional tech editor

Approved by

Jessica Shee

English Français Deutsch やまと Español Português

Summary: In this post from iBoysoft, we cover two methods to check if your CPU is 32-bit or 64-bit with the architecture x64 or ARM. You'll learn how to tell if the CPU is 32-bit or 64-bit from About This Mac and Terminal.

Is my Mac 32 or 64 bit

"Is my Mac 64-bit or 32?" 

Are you wondering if your Mac is 64-bit or 32-bit? Here are two ways to find out. As a rule of thumb, any Mac newer than a 2008 MacBook should have a 64-bit processor and operating system.

Way 1: Check if CPU is 32 or 64 bit via About This Mac

  1. Open the Apple menu and click About This Mac.
  2. Below the Mac model name is the information about your processor.
  3. Compare the Processor Name to the table below to know if your Mac is 32 or 64-bit.
    How to check if Mac CPU is 32 or 64 bit
Processor Name32 or 64-bitARM or x64
Intel Core Solo32 bit\
Intel Core Duo32 bit\
Intel Core 2 Duo64 bitx64
Intel Quad-Core Xeon64 bitx64
Dual-Core Intel Xeon64 bitx64
Quad-Core Intel Xeon64 bitx64
Core i364 bitx64
Core i564 bitx64
Core i764 bitx64
Core i964 bitx64
Apple M164 bitARM
Apple M264 bitARM
Apple M364 bitARM
Apple M464 bitARM

In conclusion, all Apple Silicon Macs are based on the ARM architecture and are 64-bit. Most Intel processors are 64-bit, except for the Intel Core Solo and Intel Core Duo.

Now that you know if your Mac is 32 or 64-bit, ARM-based or x64, share the information with your friends!

 

Way 2: Tell if CPU is 32 or 64 bit from Terminal

Alternatively, you can check if the CPU is 32-bit or 64-bit in Terminal. Here's how:

  1. Launch Terminal from the Applications > Utilities folder.
  2. Type the following command and hit Enter to learn if your Mac is 32 or 64-bit.getconf LONG_BITIf the output is 64, it suggests that the system uses 64-bit long integers.How to tell if CPU is 32 or 64 bit in Terminal
  3. Type the following command and hit Enter to know if your Mac is x64 or ARM-based.uname -mIf the output is x86_64, it indicates that the system is running on a 64-bit architecture.How to check if Mac is 64 or ARM in Terminal

Does your Mac use 64-bit or 32-bit? Share the post to benefit more users!