If you’ve ever shopped for a PC, you’ve probably seen the letters CPU thrown around like everyone already knows what they mean. CPU stands for Central Processing Unit, and it’s the single most important component in any computer. But “important” doesn’t tell you much. Let’s break down what a CPU actually does, how it works at a basic level, and what to look for when you’re picking one for your own build.
What the CPU actually does
Every piece of software on your computer is, at the bottom of the stack, a series of instructions. Open a browser tab, drag a file, render a frame of a game — each of those actions gets translated into millions of tiny instructions like “add these two numbers”, “compare this value to that one”, or “fetch the data at this memory address.” The CPU is the chip that reads those instructions and carries them out, one after another, faster than you can comprehend.
Modern CPUs run those instructions in the billions per second. That’s what the gigahertz (GHz) number on the box refers to: a 4.0 GHz CPU completes roughly four billion clock cycles every second. It can do more than one thing per cycle thanks to a clever pipeline design, but the basic idea is: bigger number, faster work.
Cores and threads explained
Older CPUs had a single core, which meant they could only chew through one stream of instructions at a time. Modern CPUs have multiple cores — usually anywhere from 4 to 16 in a typical consumer chip, and many more in workstation parts. Each core is essentially a small CPU on its own, capable of doing its own work independently. A 6-core CPU can handle six totally separate streams of instructions at the same time.
Then there are threads. Most consumer CPUs use a technology Intel calls Hyper-Threading and AMD calls SMT (Simultaneous Multi-Threading) that lets each physical core handle two threads of work at once. So a 6-core / 12-thread CPU has 6 actual cores but can juggle 12 streams of work because of clever scheduling.
For everyday browsing, 4 cores is enough. For gaming, 6 to 8 cores is the sweet spot in 2026. For video editing, 3D rendering, or compiling code, more cores means dramatically faster work.
Clock speed vs core count
People often ask whether they should chase clock speed or core count. The honest answer is that it depends on what you do.
- Gaming still loves high clock speeds and good single-core performance. Most games can’t use more than 6-8 cores effectively.
- Productivity workloads like video encoding, 3D rendering, and software compilation scale almost linearly with cores.
- General use sits in the middle. Anything modern with 6 cores and a clock above 4 GHz feels responsive.
Cache memory
One spec you’ll see is cache, usually measured in megabytes (MB). Cache is a tiny pool of extremely fast memory built directly into the CPU. When the CPU needs data, it first checks its cache before going out to system RAM (which is much slower in comparison). More cache means the CPU is more likely to find what it needs locally, which improves performance — especially in games.
Cache comes in levels: L1, L2, and L3. L1 is the smallest and fastest, L3 is the largest and slowest. When a CPU advertises something like “32MB of L3 cache,” that’s the big shared pool all the cores can dip into.
Sockets and compatibility
CPUs don’t go into any motherboard you find. Each generation uses a specific physical socket, and you have to match them. AMD currently uses the AM5 socket for its Ryzen 7000 and 9000 series. Intel uses LGA 1851 for its 15th-gen Core chips and LGA 1700 for older 12th, 13th, and 14th-gen parts.
Always check that your motherboard’s socket matches your CPU. A Ryzen 7 will not fit in an Intel motherboard, no matter how much force you apply.
Integrated graphics
Many CPUs come with a small graphics processor built in, called an iGPU. It’s not powerful enough for gaming at high settings, but it’s perfect for office work, video playback, and as a backup if your dedicated GPU fails. Most Intel chips have integrated graphics; AMD has them on chips ending in “G” and on its newer Ryzen 7000+ desktop chips.
TDP and cooling
Every CPU has a TDP rating (Thermal Design Power) measured in watts. This is roughly how much heat it puts out under load, and it tells you what kind of cooler you need. A 65W chip is happy with an entry-level air cooler. A 125W or 170W chip needs a proper tower air cooler or liquid cooling to stay under thermal limits.
What to look at when buying
If you’re picking a CPU for a new build, the short checklist is:
- Decide what you mostly do (gaming, productivity, mixed).
- Set a budget — CPUs range from around $100 to over $700.
- Pick a socket and stick to it (AM5 for AMD, LGA 1851 for Intel right now).
- Look at independent benchmarks for the games or apps you actually use, not generic synthetic scores.
- Match your cooler to the chip’s TDP.
That’s the CPU in a nutshell. It’s not magic — it’s a clock, a bunch of cores, and a whole lot of cache, doing simple things very quickly. Once you understand that, the spec sheets stop looking like alphabet soup and start telling you something useful.