Finding your CPU on Windows

The fastest way on Windows is to right-click the Start button, select "System," and look for "Processor" in the window that opens. You will see the exact model name and speed — for example, "Intel Core i7-13700K" or "AMD Ryzen 5 7600X." This tells you the brand, the generation, and how fast it runs.

If that window does not open, you can also press the Windows key and type "System Information," then click the first result. Scroll down until you see "Processor" listed. The information is identical either way.

A third option is to open Task Manager by pressing Ctrl+Shift+Esc, click the "Performance" tab, and select "CPU" from the left side. The processor name appears at the top of the graph. This method also shows you how much of your CPU's power you are currently using, which is useful if your computer feels slow.

Finding your CPU on Mac

Click the Apple menu in the top-left corner and select "About This Mac." The window that opens shows "Processor" near the top — you will see something like "Apple M3 Max" or "Intel Core i9." This is your CPU model.

The same window also shows how many cores your processor has (listed as "cores") and how much memory your Mac has. If you need more detail, click "System Report" in that same window, then select "Hardware" on the left. The CPU section expands to show additional information like cache size and bus speed, though most people do not need these details.

Finding your CPU on Linux

Open a terminal window and type lscpu then press Enter. The output shows your processor model, number of cores, and speed in a readable list format. Look for the line that says "Model name:" — that is your CPU.

If you prefer a graphical view, you can also open the system settings process (the name varies by Linux distribution), navigate to "About," and look for processor information there. The terminal method is faster and works the same way on every Linux system.

Key Takeaways

  • On Windows, right-click the Start button and select "System" to see your processor model and speed in seconds.
  • On Mac, open "About This Mac" from the Apple menu to find your CPU model and core count.
  • On Linux, open a terminal and type lscpu to see detailed processor information.
  • Your CPU model name (like "Intel Core i7" or "AMD Ryzen 5") tells you the brand, generation, and performance tier.
  • The speed listed next to your CPU model is measured in gigahertz (GHz) and indicates how fast it processes instructions.

Understanding what the CPU information means

The processor name breaks down into recognizable parts. "Intel Core i7" or "AMD Ryzen 5" tells you the brand and tier — higher numbers usually mean better performance. The number after that (like 13700K or 7600X) indicates the generation and specific model within that tier. Newer generations are usually faster than older ones, even if the tier number stays the same.

The speed listed in gigahertz (GHz) — often shown as "3.5 GHz" or "4.2 GHz" — is how many billions of instructions per second your CPU can handle. Higher numbers mean faster processing, but this number alone does not tell the whole story; a newer processor with a lower GHz can sometimes outperform an older one with higher GHz because of architectural improvements.

The number of cores matters for tasks that use multiple cores at once, like video editing or running many programs simultaneously. A processor with 8 cores can handle more parallel work than one with 4 cores. Most everyday tasks like web browsing and email do not max out your cores, so a lower core count does not mean your computer is slow.

Why you might need to know your CPU

Knowing your CPU helps you understand whether your computer can run new software or games. Developers list minimum CPU requirements, and you can compare your model against those requirements. It also helps when troubleshooting — if your computer is slow, knowing your CPU model lets you search for known issues specific to that processor.

If you are selling your computer or trading it in, the CPU model is one of the main factors that determines its value. It is also useful when upgrading software or drivers, since some updates are designed for specific processor generations.

Where to find more detailed CPU information

If you need specifications beyond the model name and speed, websites like Intel ARK (ark.intel.com) and AMD's specification pages let you search your exact CPU model and see cache size, thermal design power (TDP), and other technical details. These details matter mainly if you are overclocking, building a custom computer, or diagnosing a specific technical problem.

CPU-Z is a free Windows program that displays detailed processor information in an organized format. On Mac, you can use the "System Report" window mentioned earlier. These tools show everything your operating system knows about your processor in one place, which is helpful if you need to share specifications with a technician or compare your CPU against another model.

Frequently Asked Questions

What is the difference between processor speed and number of cores?

Speed (measured in GHz) is how fast a single core processes instructions. Cores are separate processing units that work in parallel. A processor with 8 cores at 3.5 GHz can do more total work than one with 4 cores at 4.0 GHz because it can handle more tasks at the same time, even though each individual core is slightly slower.

Does a newer CPU model always mean better performance?

Usually yes, but not always by a huge margin. A newer generation processor is typically 10 to 20 percent faster than the previous generation at the same tier. The biggest performance jumps happen when you move up a tier (like from Core i5 to Core i7) or jump several generations ahead.

Can I upgrade my CPU?

On desktop computers, yes — you can replace the CPU if your motherboard supports the new model. On laptops, the CPU is usually soldered directly to the motherboard and cannot be replaced. Check your computer's manual or contact the manufacturer to know for certain.

What does "generation" mean in a CPU model name?

Generation refers to the year and design cycle the processor was released in. Intel's 13th generation Core processors (like the i7-13700K) are newer than 12th generation (like the i7-12700K). Newer generations use improved manufacturing techniques and architecture, which usually means better performance and lower power consumption.

Is my CPU the same as my graphics card?

No. Your CPU is the main processor that runs your operating system and programs. Your graphics card (GPU) is a separate component that handles graphics and video. Some CPUs have built-in graphics, but they are still two different things. You can find your graphics card information in the same System Information window where you found your CPU.