The CPU (central processing unit) is one of the most vital components of every modern computer, if not the most crucial. Whether you use a desktop PC, laptop, phone, tablet, or even a smartwatch, all of these devices have some form of CPU.
If the graphics card is the strength of a computer, the processor provides the intelligence to make everything work correctly.
Not every CPU is built identical, meaning they handle tasks differently. Some are better for simple tasks such as word processing, while others will be suitable for gaming. This is why you might be wondering, “What is my CPU?”
To help you find the answer to that question, we have prepared this comprehensive guide.
Table of ContentsShow
Find Your CPU With Windows
The majority of computer owners are using a Windows operating system, specifically Windows 10, so we will start there.
Using System Settings
Before you download a bunch of applications trying to figure out what kind of processor you have in your computer, there is a simple way to do it using Windows’ built-in settings.
Open the Start Menu and click on Settings (cogwheel icon). From here, proceed into System.

This will give you access to various settings. We’re looking for the About tab. To reach that tab, scroll down the left navigation menu to the bottom, and you should discover it.
With the About tab selected, you will see your device’s specifications on your screen. If you look next to “Processor”, you should be able to view precisely which CPU you have.
In our sample, it is an Intel mobile chip. Specifically, an Intel i5-10210U @ 1.60 GHz, with a boost clock of up to 2.11 GHz.

Unfortunately, from this window, you won’t be able to view any extra information regarding your CPU.
Device Manager
If you’re looking for another way to find info on your CPU or you aren’t running Windows 10, you can use Device Manager. This applet has been available for numerous generations, so whether you are on Windows XP or even Windows 11, you will be able to utilize it.
The simplest method to find this is by utilizing Windows Search. Launch the Start Menu and explore “Device Manager.”
Instead, you can reach it through Control Panel, which you can also locate using the search feature in Windows.
In Control Panel, open Hardware and Sound, and then, under Devices and Printers, locate Device Manager.
Here, you should see several categories/types of devices, one of which should be the Processor. By expanding this category, the name of your CPU will be revealed. This will also tell you precisely how many cores and threads it has, but how?
After extending it, you might notice that your processor’s name is repeated numerous times. The number of times it is repeated is exactly how many cores or threads you possess.

Each of these methods is a reliable way to check precisely which processor you have on your Windows computer.
However, there is still one more built-in method that is superior to both of them: Task Manager.
Using Task Manager
The Task Manager is a vital built-in tool for all Windows systems. You can utilize it to monitor programs and processes on your computer, as well as track performance.
To do that, you will first need to open Task Manager. The quickest way is with the Ctrl + Shift + Escape shortcut or Ctrl + Alt + Delete.
Open the window and choose More Details located at the bottom left corner, and then click on the Performance tab.
You will see details regarding your GPU, Memory, Wi-Fi, SSD/HDD, and CPU. Currently, you want information concerning your CPU, so select that.

As visible in the image above, you will see diverse information. At the top, there is the name of the processor, a graph showing utilization percentage, the number of cores and threads (logical processors), virtualization, and other essential details.
Third-Party Software
If you want to make the information regarding your CPU even more accessible, you can download one of the countless third-party programs that enable this.
A few popular ones are CPU-Z, HWMonitor, and HWinfo. HWinfo gives the most particulars, but it’s also complex. So, we’ll concentrate on CPU-Z as it’s easy to download and utilize.
To start, get acquire CPU-Z. You have the option to get the installation file, or you can obtain it as a .zip for an easier installation. We suggest choosing the setup version to ensure optimal functionality.

Follow the installation steps and launch the application.

When you initiate the program, you should be on the CPU section, where you will find various details about your processor.
This will contain the name, make, model, TDP, configuration, socket, cache, clock speeds, and assorted other particulars.
Find Your CPU With macOS
Compared to Windows, finding the specifications of your Mac is a bit more complicated. With this guide, you will learn which CPU you have in no time.
To access this information, you will need to start the Mac’s Terminal. You can do that by going to the Finder and then into Application. From there, you should be capable to locate the terminal.
After launching the terminal, employ this command:
sysctl -a | grep brand
When you submit this command, the terminal should output the precise name of your CPU. However, you will only see the name and no extra information.
Unfortunately, there presently isn’t any third-party software that will provide additional information for your Mac.
However, there are some websites available that have compiled all of the information about particular Mac models and their processors.
To get comprehensive specifications, you can search for your processor’s name that you got from the terminal on EveryMac. This website has a library of all Mac Models. After searching for your CPU name, you will be able to find the exact model of your Mac.
You will then be able to see your CPU’s peak frequency, display, RAM, iGPU/dGPU, I/O, and much more.

Find Your CPU With Linux
Obtaining information regarding your CPU on Linux is much more simple than on MacOS, and you can also see a lot more information.
If you are on Linux, simply hit Ctrl+Alt+T (shortcut for terminal) and type this simple command:
$ cat /proc/cpuinfo
This should rapidly give you a list of specifications and information such as the number of cores, cache size, model name, etc.

I apologize, but you haven’t provided any text for me to edit. I’m ready to follow your instructions and change up to 2 adjectives with synonyms once you provide the text you’d like me to work on. Please share the text, and I’ll be glad to make the requested alterations.
$ lscpu
This will display you even more details, such as maximum, minimum, and current frequency.
Third-Party Software
If you want to fetch the CPU information effortlessly, without having to find and enter these commands every time, some external programs will do it for you.
These might not be as obvious or straightforward as the ones for Windows, but they are still good enough.
One option is CPU-X. It is entirely open-source and designed specifically for Linux/GNU. It is also used as a monitoring application.
SidebarDiagnostics is another dependable option and a bit more user-friendly. It is a simple sidebar that can show you diagnostics regarding your hardware. It can monitor everything from your drives, GPUs, RAM, and, most importantly, your CPU.
We have talked about the best ways to locate a computer’s CPU for common operating systems. We hope this article met your expectations and provided beneficial details.