Finding your processor on Windows
The fastest way on Windows is to right-click the Start button in the bottom left corner and select System from the menu that appears. A window will open showing your computer's basic information. Look for the line that says Processor — this will show you the exact model, like "Intel Core i7-12700K" or "AMD Ryzen 5 5600X". Write down the full name if you need it for later.
If the Start button menu does not show System, you can reach the same information another way. Press the Windows key and the letter R at the same time to open a small box called Run. Type msinfo32 and press Enter. A larger window opens called System Information. Look down the list on the left side for Processor — the full model name appears on the right side of that line.
Both methods show you the same information. The right-click method is faster if it works on your version of Windows. The Run method works on every version.
Finding your processor on Mac
On a Mac, click the Apple menu in the top left corner and select About This Mac. A window opens when ready showing your processor information at the top. You will see either "Apple M1", "Apple M2", "Apple M3" (or a newer generation), or an Intel processor name like "Intel Core i5". The exact model and speed in GHz appear on the same line.
This is the only method you need on Mac — the information appears in the first place the system shows you.
Finding your processor on Linux
Open a terminal window. Type the command lscpu and press Enter. The terminal displays a list of information about your processor. Look for the line that says Model name — this shows your processor model, like "Intel Core i5-10400" or "AMD Ryzen 7 3700X".
If lscpu does not work on your system, try cat /proc/cpuinfo instead. This shows more detailed information, but the processor model still appears on a line labeled model name.
Understanding what the processor name tells you
A processor name like "Intel Core i7-12700K" breaks down into parts that matter. The first word is the brand — Intel or AMD. The second part is the family — Core, Pentium, or Ryzen. The number after that (like 7 or 5) tells you the tier within that family, with higher numbers meaning more power. The final numbers and letters show the generation and specific model.
You do not need to memorize this breakdown. The important thing is that you now have the exact name to search for if you need to know whether your processor can run a specific program, how much power it uses, or what it costs to replace.
Why you might need to know your processor
Knowing your processor matters for a few real reasons. Some software requires a certain processor type or generation to run — for example, some newer programs will not work on older Intel processors. If you are troubleshooting a slow computer, knowing your processor helps you understand whether it is old enough to be the problem. If you are buying a new computer or upgrading, you can compare processors to see what difference the cost actually makes.
You might also need the processor name for warranty information, to contact technical support, or to look up how much RAM your computer can hold — some older processors have limits that newer ones do not.
Checking processor speed and cores
The basic name tells you the model, but not how fast it runs right now. On Windows, open System Information the same way as before (right-click Start, select System, or use the Run method with msinfo32). Look for Processor in the list — the speed in GHz appears in parentheses after the model name, like "3.60 GHz".
On Mac, the speed appears on the same line as the processor name in About This Mac. On Linux, type lscpu and look for CPU max MHz — divide this number by 1000 to get GHz.
The number of cores (the separate processing units inside your processor) also appears in System Information on Windows and in the lscpu output on Linux. On Mac, click About This Mac and look for Total Number of Cores. More cores usually mean the processor can handle more tasks at once, but the speed and generation matter more for most everyday work.
Key Takeaways
- On Windows, right-click the Start button and select System to see your processor name in one click.
- On Mac, click the Apple menu and select About This Mac to find your processor at the top of the window.
- On Linux, open a terminal and type lscpu to see your processor model name listed as "Model name".
- The processor name tells you the brand, family, and generation — everything you need to search for compatibility or performance information.
- Speed in GHz and number of cores appear in the same places where you find the processor name, if you need that detail.
Frequently Asked Questions
What if the processor name looks different from what I expected?
Processor names vary by brand and generation. Intel uses "Core i3", "Core i5", "Core i7", or "Core i9". AMD uses "Ryzen 3", "Ryzen 5", "Ryzen 7", or "Ryzen 9". Apple uses "M1", "M2", "M3", or "M4" in newer Macs. Older computers might show "Pentium" or "Athlon". All of these are normal — the name you see is the correct one for your computer.
Does the processor speed matter more than the generation number?
Generation usually matters more than raw speed. A newer processor at 3.0 GHz often outperforms an older one at 4.0 GHz because the newer design is more efficient. The generation number (like 12 in "i7-12700K") tells you how new the processor is. Speed in GHz is one factor, but not the deciding one.
Can I upgrade my processor myself?
On desktop computers, yes — you can remove the old processor and install a new one if your motherboard supports it. On laptops, the processor is usually soldered directly to the motherboard and cannot be replaced. Check your computer's manual or contact the manufacturer to know which applies to you.
What if I see multiple processor names in System Information?
You might see the processor name listed multiple times if you have multiple cores. This is normal — each core shows the same model name. The total number of cores appears separately, usually labeled as "Cores" or "Total Number of Cores".