The number of cores in your computer processor (CPU) helps determine its performance.
Each computer contains one core, but modern-day computers have up to 2(two) or even up to 32 cores installed for better speed and efficiency.

If you’re familiar with your laptop, you should have heard of Core i3, Core i5, Core i7, and the like, advertised as processors; the higher the core count, the higher the performance.
Since all tasks are processed in the CPU, the core determines how fast and efficiently the processor performs the tasks assigned to it, since a core can handle only one task at a time.
Hence, the greater the core, the faster the computer and vice versa. You can also take the CPU type, clock speed, multi-threading, etc., into consideration when evaluating the number of cores installed on your CPU.
However, note that you might have five cores installed in your laptop, and only two will be in use; we’ll discuss how to increase the number of cores at some other time. Meanwhile, you can learn how to increase your RAM here.
It’s essential to know the number of cores installed on your PC to determine the best fit for a particular task or project, especially when working with applications that require multiple cores.
Having known these, let me guide you through 3 proven ways to check how many cores your computer’s CPU has.
How to Check the Number of Cores installed on your Processor using CMD
Follow the guide below to see the number of cores in your laptop processor using the command prompt.
- Search for CMD or command prompt on your computer’s Start page
- Type the following commands into the command prompt interface and hit “Enter” to unveil the number of cores in your CPU.
wmic cpu get NumberOfCores,NumberOfLogicalProcessors
You can either jot down or take down the displayed number of cores and logical processors installed in the system.

That’s it.
If your processor supports Hyper-Threading, the number of “Logical processors” will also be displayed, which is usually twice the number of physical cores.
How to Check the Number of Cores installed on your Computer using Task Manager.
Follow the guide below to check the number of cores installed on your computer using Task Manager.
- Open the Task Manager on your computer by pressing Control+Shift+Escape.
- Click on more details to expand(varies from PC)
- Navigate to the performance section

You’ll see the number of cores and logical processors installed on your computer.
That’s it.
How to Get the Number of Cores Installed in Your Computer Using Windows PowerShell
Let’s follow the guide below to see the number of cores installed on your computer using the Windows PowerShell console.
- Search for Windows PowerShell on your start page and open it.
- Type the command below and press Enter to reveal the number of cores or logical processors on your laptop.
Get-WmiObject –class Win32_processor | ft NumberOfCores,NumberOfLogicalProcessors
That’s it.
You should be able to see the number of physical cores and logical cores installed in the system ( if you can hyperthread)
How to Check the Number of Cores Installed on Your Mac Laptop
Follow the guide below to see the number of cores installed in your Mac Laptop.
- Click on the Apple icon at the top left corner of your PC
- Select “About this MAC” from the options
- Next, click “System Report” to view the hardware preview of your laptop, which typically includes the total number of cores.
That’s it.
I hope this little guide helps you check the number of cores installed in a laptop’s CPU without stress.
Notwithstanding, the total number of cores doesn’t determine your laptop’s speed or performance, but it should also be considered when purchasing a new laptop.
Kindly share and drop a comment below.
