To accurately review the number of CPU Cores on your machine, there are 2 methods. You may use either the System Report or Terminal method:
System Report:
For MacOS Monterey and older:
- Navigate towards the top left corner of your screen and click the Apple Logo
- Click "About this mac" > "System Report" > "Hardware"
- The number of CPU Cores should be listed in the Hardware overview, to the right of "Total number of Cores"
For MacOS Ventura:
- Navigate towards the top left corner of your screen and click the Apple Logo
- Click "More Info"
- Scroll to the bottom of the "About" page
- Click "System Report" > "Hardware"
- The number of CPU cores should be listed in the Hardware overview, to the right of "Total number of Cores"
In both cases, the output will resemble like so:
Terminal:
- Launch the "Terminal" Application
- Type and enter the command: sysctl -n hw.ncpu
- The resulting output will provide the number of cores
Upon entering the command, the terminal output result in the number of cores like so: