Open the side panel of a desktop computer and you'll see a tangle of cables, green circuit boards, fans, and metal brackets that can seem overwhelming if you don't know what you're looking at. In reality, a PC is made up of a small number of well-defined components, each with a specific role. Understanding them doesn't require an engineering degree — it requires knowing what job each part is responsible for.
This guide walks through every major component in a desktop PC, explains what it does, why it matters, and what to look for when evaluating specifications. Whether you're buying a new machine, considering an upgrade, or trying to understand a repair estimate, this is the foundation you need.
The CPU: The Brain
The CPU, or central processing unit, is the primary computational engine of the computer. Every calculation, every instruction from every piece of software running on the machine, ultimately gets processed by the CPU. It's a small silicon chip — roughly the size of a postage stamp — that sits in a socket on the motherboard and runs at billions of operations per second.
Modern CPUs are made up of multiple cores, each capable of handling its own instruction stream independently. A 6-core CPU can handle six independent threads of computation simultaneously. Many modern CPUs also support hyperthreading (Intel's term) or simultaneous multithreading (AMD's equivalent), which allows each physical core to handle two software threads at once, effectively doubling the apparent core count for appropriately written software.
Clock speed, measured in gigahertz (GHz), describes how many processing cycles the CPU completes per second. A 4GHz CPU completes four billion cycles per second. Higher is generally faster, but this comparison is only meaningful within the same processor family — architectural improvements between generations mean a newer 3.5GHz chip can outperform an older 4.5GHz chip in many tasks.
Cache is a small pool of extremely fast memory built directly onto the CPU die. The CPU checks its cache before going to RAM, and cache hits are far faster than main memory access. More cache generally improves performance in workloads with frequently repeated operations.
For comparing processors across brands and generations, PassMark CPU Benchmark provides a searchable database of real-world benchmark results that levels the playing field between Intel and AMD offerings.
RAM: Short-Term Memory
RAM, or random-access memory, is the computer's working memory — the space where active programs and their data live while they're being used. When you open a web browser, the browser's code and your open tabs are loaded into RAM. When you open a spreadsheet, its contents live in RAM while you work on it. This allows the CPU to access that data quickly without repeatedly reading from the much slower storage drive.
RAM capacity is measured in gigabytes (GB). More RAM means more active programs and data can be held simultaneously before the system starts swapping to disk — a slow process that causes the sluggishness most people associate with aging computers. In 2026, 16GB is a comfortable minimum for general computing; 32GB is recommended for anyone running creative software, multiple virtual machines, or heavy multitasking. 8GB is workable but noticeably limiting for many common use patterns.
RAM speed is measured in megahertz (MHz) and labeled by generation: DDR4 at 3200MHz is common in systems built between 2018 and 2022; DDR5 at 4800MHz and above is standard in current-generation platforms. The practical performance difference between RAM speeds matters most in systems where the CPU uses integrated graphics, which shares the system's RAM for video memory. In systems with dedicated GPUs, the real-world impact is more modest.
RAM is also characterized by its number of sticks and whether they're running in dual-channel configuration. Two sticks of 8GB running in dual-channel mode provide noticeably higher memory bandwidth than one stick of 16GB — enough to matter in memory-intensive workloads and integrated graphics scenarios.
The Motherboard: The Hub
The motherboard is the large circuit board that everything else plugs into. It provides the physical sockets and slots for the CPU, RAM, storage, GPU, and peripheral connections. It also contains the chipset — a set of controller chips that manage communication between components — as well as the BIOS/UEFI firmware that initializes hardware at boot.
The CPU socket on the motherboard is generation-specific. Intel and AMD use different socket standards, and even within a manufacturer's lineup, sockets change between CPU generations. A CPU will only seat in a compatible socket — you cannot install an AMD Ryzen processor in an Intel LGA motherboard or vice versa, and even within AMD's lineup, a current-generation CPU may require a BIOS update before it will run on an older board of the same socket family.
RAM slots (DIMM slots) on the motherboard accept specific RAM types. A DDR4 board won't accept DDR5 modules — the notch positions differ physically. The number of slots and the maximum supported capacity determine your upgrade ceiling. High-end motherboards may have four DIMM slots supporting up to 128GB; budget boards may have two slots with a 64GB maximum.
Expansion slots — particularly PCIe slots — allow you to add components: dedicated graphics cards, NVMe storage, network cards, sound cards, and capture cards all connect here. The primary PCIe x16 slot (the longest one) is reserved for the GPU. Shorter x4 and x1 slots handle smaller expansion cards.
The form factor of the motherboard — ATX, Micro-ATX, Mini-ITX — determines what cases it fits in and how many expansion slots and headers are available. ATX is the full-size standard; Micro-ATX is mid-size; Mini-ITX is compact but limited in expansion options.
The GPU: Graphics Processing
The GPU, or graphics processing unit, handles the rendering of visual output — everything you see on screen. Unlike the CPU, which excels at a relatively small number of complex sequential tasks, the GPU is architected for massive parallelism: a modern GPU may have thousands of small processing cores working simultaneously on the same rendering workload.
For general computing tasks — web browsing, document editing, video playback, video conferencing — modern CPUs include integrated graphics (Intel's Iris Xe, AMD's Radeon integrated) that are entirely adequate. A dedicated GPU becomes necessary for gaming at high resolutions and frame rates, for 3D modeling and rendering, for video encoding acceleration, and for machine learning workloads.
The GPU has its own dedicated memory, called VRAM (video RAM). VRAM holds the textures, frame buffers, and shader data the GPU works with. More VRAM allows higher-resolution textures and more complex scenes. In 2026, 8GB of VRAM is a reasonable minimum for gaming; demanding games at 4K resolution benefit from 12GB or more.
The GPU communicates with the rest of the system through the PCIe bus. Current high-end GPUs use PCIe 4.0 or 5.0 x16 interfaces, though the bandwidth difference between these rarely translates to real-world gaming performance differences — the GPU's processing cores are typically the bottleneck, not the bus.
Storage: HDD vs. SSD
Storage is where your operating system, applications, and files live permanently — persisting when the machine is turned off, unlike RAM. The two main types of storage in consumer computers are HDDs (hard disk drives) and SSDs (solid-state drives), and the difference between them is one of the most impactful factors in everyday computer performance.
HDDs store data on spinning magnetic platters read by a mechanical arm. They're slow relative to modern standards — a typical HDD reads and writes data at around 100–150MB/s for sustained sequential transfers, and random access (reading small pieces of data scattered across the drive) is even slower due to the physical movement required. HDDs are cost-effective for bulk storage and remain useful for archiving large files that aren't frequently accessed.
SATA SSDs store data on flash memory chips with no moving parts. They connect using the same SATA interface as HDDs but are typically five to ten times faster — 500–550MB/s sequential. More importantly, their random access times are dramatically faster because there's no mechanical movement. The practical effect is that the computer boots faster, applications launch faster, and the general responsiveness of the system improves noticeably.
NVMe SSDs connect via the M.2 slot on the motherboard and use the PCIe bus rather than the SATA interface. Modern NVMe SSDs achieve sequential read speeds of 3,500–7,000MB/s — far faster than SATA. This difference is most apparent in large file transfers and operations that move substantial data: copying large video files, loading large project files in creative software, or running multiple concurrent virtual machines. For everyday computing tasks like web browsing and document editing, the advantage over a good SATA SSD is less pronounced in practice.
The Power Supply Unit: The Foundation
The PSU (power supply unit) converts AC power from your wall outlet into the DC voltages that PC components run on — primarily 12V, 5V, and 3.3V rails. It supplies power to the motherboard (via a 24-pin connector), the CPU (via a 4+4 or 8+12 pin connector), GPUs (via 6+2 pin or 16-pin connectors), storage drives, and case fans.
PSU capacity is rated in watts. A general-purpose PC with integrated graphics might run comfortably on 400W. A gaming system with a high-end GPU may require 750W to 1000W under full load. Power supply capacity should be chosen with headroom — running a PSU consistently near its maximum rating reduces efficiency and longevity. A 650W PSU in a system that draws 400W at load is a sensible configuration.
PSU efficiency is rated by the 80 Plus certification system: 80 Plus Bronze, Silver, Gold, Platinum, and Titanium indicate how efficiently the unit converts AC power to DC at various loads. A Gold-rated PSU wastes less power as heat, runs cooler and quieter, and typically has a longer service life than an unrated or Bronze unit.
A failed PSU is one of the more dangerous hardware failures — an undersized, failing, or low-quality unit can damage other components. It's the one component where buying cheap consistently produces problems.
The Performance Hierarchy: What Matters Most for Different Uses
Gaming
For gaming, the GPU is the primary driver of performance — it determines frame rates and visual quality at a given resolution more than any other component. After the GPU, the CPU matters for feeding the GPU with game logic and AI; a severely underpowered CPU will bottleneck even a high-end GPU. RAM at 16GB with fast speeds helps in CPU-bound scenarios. Storage speed affects load times but not in-game frame rates.
Video Editing and Content Creation
Video editing benefits from a fast, multi-core CPU for software rendering and encoding, large amounts of RAM (32GB or more for 4K workflows), and a fast NVMe SSD for reading large source files without stuttering. A GPU with hardware encoding acceleration (Nvidia's NVENC, AMD's VCE, Intel's Quick Sync) can dramatically speed up export times for supported formats.
General and Office Use
For web browsing, email, document editing, and video calls, any modern CPU — even budget-tier — with 16GB of RAM and an SSD delivers an experience indistinguishable from a high-end system for these tasks. The bottleneck in general use is almost never the processor; it's usually insufficient RAM or the continued use of a slow mechanical hard drive.
Software Development and Web Development
Development workloads benefit from a capable CPU and ample RAM — compilation, running local development servers, and maintaining many browser tabs and terminal windows simultaneously all benefit from more cores and more memory. A fast SSD reduces the time spent waiting for file system operations during builds. GPU matters primarily only if the work involves GPU compute, machine learning, or game development.
For more on the physical configurations available when buying a desktop, see our guide to Home PC Varieties. For a deep dive into the board that ties it all together, see Understanding Your Motherboard.