Where to find your specs depends on your operating system
The fastest way to see your computer's specs is through your operating system's built-in tools — no downloads or third-party software needed. Windows, macOS, and Linux each have a different path to this information, but all of them take under a minute once you know where to look.
Your specs tell you what you're working with: processor type and speed, how much RAM you have, storage capacity, graphics card details, and other hardware information. You'll need these numbers when troubleshooting problems, checking whether software will run on your machine, or deciding whether to upgrade.
Key Takeaways
- Windows users can open System Information by pressing Windows key + Pause/Break, or by typing "System Information" into the search box.
- macOS users click the Apple menu, select About This Mac, and see processor, memory, and storage details in one window.
- Linux users open a terminal and type uname -a or lsb_release -a to see system information.
- Device Manager (Windows) and System Report (macOS) show detailed hardware breakdowns including graphics cards and network adapters.
- Third-party tools like CPU-Z and GPU-Z provide deeper detail about processor and graphics performance if you need it.
Finding specs on Windows
Press the Windows key and Pause/Break key together, or right-click "This PC" on your desktop and select Properties. Either route opens the System window, which shows your processor name, installed RAM, system type (32-bit or 64-bit), and Windows version at a glance.
For more detail, open Device Manager by right-clicking the Start button and selecting Device Manager. Here you can expand categories like "Processors," "Display adapters," and "Network adapters" to see the exact model and driver version of each component. You can also type "System Information" into the Windows search box to open a dedicated window that lists processor, motherboard, BIOS version, and other hardware details in one place.
Finding specs on macOS
Click the Apple menu in the top-left corner and select About This Mac. This single window shows your processor type and speed, total memory (RAM), graphics card, storage capacity, and macOS version. For users who need to know the exact model identifier of their Mac, this window displays it as well.
If you need more granular information — such as which specific graphics memory is installed, PCI card details, or USB device information — click System Report in the About This Mac window. This opens a detailed breakdown organized by hardware category. You can also check storage usage by clicking the Storage tab in About This Mac to see how much space each type of file is using.
Finding specs on Linux
Open a terminal window and type uname -a to see your kernel version, system architecture, and processor type. Type cat /proc/cpuinfo to see detailed processor information including core count and speed. For memory information, type free -h to display RAM and swap space in human-readable format.
To see your Linux distribution name and version, type lsb_release -a or cat /etc/os-release. For storage information, type df -h to see how much space each mounted drive is using. These commands work on most Linux distributions, though some older systems may not have lsb_release available.
Using Device Manager and System Report for detailed hardware
Windows Device Manager shows every piece of hardware your computer recognizes, organized by category. Expand any category to see the exact model number of that component. Right-click any device and select Properties to see driver version, device status, and sometimes performance details. This is especially useful when you need to find out which graphics card or network adapter you have before downloading drivers.
macOS System Report breaks down hardware the same way. Click any category on the left — Graphics/Displays, Memory, Storage, USB, Network — to see detailed specifications. This tool also shows firmware versions and can help you determine whether your Mac supports a specific software update or external device.
Third-party tools for deeper processor and graphics information
CPU-Z is a free Windows tool that shows processor speed, core count, cache size, and real-time temperature. It displays information that Windows System Information does not always make obvious, such as whether your processor is running at its rated speed or if thermal throttling is reducing performance. read it from the official CPUID website.
GPU-Z does the same for graphics cards, showing memory type, memory speed, and current clock speeds. HWiNFO combines both and adds storage, power supply, and motherboard details. These tools are most useful if you're troubleshooting performance problems or checking whether your hardware is running at full capacity. They are optional — your operating system's built-in tools cover the basics.
What each spec number means
Processor (CPU): The name tells you the brand and generation — Intel Core i7-13700K or AMD Ryzen 7 5700X, for example. The number after the brand indicates generation and performance tier. Speed is measured in GHz (gigahertz); higher numbers mean faster processing, though this varies by processor type.
RAM (Memory): Measured in GB (gigabytes). Most modern computers have 8 GB to 32 GB. More RAM lets you run more programs at once without slowdown. The type matters too — DDR4 and DDR5 are current standards, and DDR5 is faster but only works with newer motherboards.
Storage: Measured in GB or TB (terabytes). This is how much space you have for files, programs, and the operating system. SSDs (solid-state drives) are faster than older HDDs (hard disk drives). If your specs show an HDD, your computer will feel slower when opening large files or programs.
Graphics card: Integrated graphics (built into the processor) handles everyday tasks. Dedicated graphics cards (NVIDIA GeForce, AMD Radeon) are needed for gaming, video editing, or 3D work. The model number tells you the performance tier.
Frequently Asked Questions
Why do I need to know my computer specs?
You need specs to check whether software will run on your machine, troubleshoot performance problems, read the correct drivers, or decide whether to upgrade. When you contact technical support, they will ask for your specs to help diagnose issues.
What does 64-bit vs 32-bit mean?
64-bit systems can use more RAM and run faster than 32-bit systems. All modern computers are 64-bit. If your system shows 32-bit, your computer is older and may struggle with current software. Most new programs require 64-bit.
Can I upgrade my RAM or storage after I buy the computer?
Storage (hard drive or SSD) can usually be upgraded on desktop computers and some laptops. RAM can be upgraded on most desktops and some laptops, but not on most modern MacBooks or thin ultrabooks. Check your specific model's manual or manufacturer website to see what's upgradeable.
What if my specs don't match what I paid for?
Compare what you see in System Information to the receipt or product listing. If they don't match, contact the seller or manufacturer. Some retailers list specs incorrectly, and some computers ship with less RAM or storage than advertised.
Do I need third-party tools to see my specs?
No. Your operating system's built-in tools show everything you need for normal use. Third-party tools like CPU-Z are optional and useful only if you're overclocking, troubleshooting performance, or need real-time temperature monitoring.