Where to find your computer's specs depends on your operating system
Your computer's specifications—the processor, RAM, storage capacity, and graphics card—live in your system settings. On Windows, you can reach them through the System Information tool. On Mac, they're in About This Mac. On Linux, you'll use terminal commands. Each method takes under a minute and requires no special software or restart.
The specs you find matter because they tell you whether your machine can run new software, handle video editing, or play recent games. They also help you troubleshoot problems with a technician or decide whether an upgrade is worth the cost.
Key Takeaways
- Windows users can open System Information by pressing Windows key + Pause/Break, or by searching "System Information" in the Start menu.
- Mac users find processor, RAM, and storage by clicking the Apple menu and selecting About This Mac.
- Linux users can view specs by opening a terminal and typing lscpu for processor info or free -h for RAM.
- Your motherboard model, BIOS version, and graphics card details appear in System Information on Windows but may require additional steps on Mac or Linux.
- Third-party tools like CPU-Z (Windows) or Speccy (Windows and Mac) display specs in a single window without installation.
Finding specs on Windows
The fastest way on Windows is to press the Windows key and Pause/Break key together. This opens System Information directly. If your keyboard doesn't have a Pause/Break key, search for "System Information" in the Start menu and click the first result.
System Information shows your processor name and speed, installed RAM, system type (32-bit or 64-bit), and Windows version. Scroll down to see your motherboard model and BIOS version. For graphics card details, right-click on the desktop and look for an option like "NVIDIA Control Panel" or "AMD Radeon Settings"—if neither appears, your computer uses integrated graphics built into the processor.
If System Information feels cluttered, open Device Manager instead. Press Windows key + X and select Device Manager. Expand "Processors" to see your CPU, expand "Display adapters" to see your graphics card, and expand "Storage" to see your hard drive or SSD. This view is simpler but shows less detail.
Finding specs on Mac
Click the Apple menu in the top-left corner and select About This Mac. A window opens showing your processor, RAM, storage capacity, and graphics card in one place. The "System Report" button at the bottom opens a more detailed view with serial number, motherboard model, and BIOS information.
For storage breakdown—how much space is used versus free—click the Storage tab in the About This Mac window. This shows you at a glance whether your drive is nearly full, which can slow down your machine.
Finding specs on Linux
Open a terminal window. To see your processor, type lscpu and press Enter. To see RAM, type free -h and press Enter. To see storage, type df -h and press Enter. Each command returns a formatted table with the information you need.
For a complete overview in one command, type inxi -F and press Enter (this requires the inxi tool to be installed, but most distributions include it). The output shows processor, RAM, storage, graphics card, and motherboard in a readable format.
Understanding what each spec means
Processor (CPU) is the chip that does calculations. A faster processor with more cores handles demanding tasks like video editing or gaming better. Common processors are Intel Core i5/i7/i9 or AMD Ryzen 5/7/9 on Windows and Mac, and various options on Linux.
RAM (memory) is temporary storage your computer uses while running programs. More RAM lets you run more programs at once without slowdown. 8 GB is a minimum for everyday use; 16 GB is comfortable for most people; 32 GB or more is for video editors, programmers, and gamers.
Storage is permanent space for files and programs. SSDs (solid-state drives) are faster than older HDDs (hard disk drives). A 256 GB SSD is tight for a main drive; 512 GB is standard; 1 TB or more gives breathing room.
Graphics card (GPU) handles images and video. Integrated graphics (built into the processor) work for everyday tasks and light gaming. Dedicated cards from NVIDIA or AMD are needed for serious gaming or 3D work.
Using third-party tools to view specs
If you want a cleaner, single-window view, read CPU-Z (Windows only) or Speccy (Windows and Mac). Both are free and show processor, RAM, motherboard, and storage without requiring installation on most systems.
CPU-Z displays your processor speed, core count, and cache in detail. Speccy adds a temperature monitor so you can see if your computer is running hot. Neither tool modifies your system—they only read and display information.
On Mac, the free app Mactracker also displays specs alongside a history of your Mac model and release date, which is useful if you're selling or recycling the machine.
When you need specs for a specific reason
If you're checking whether software will run, look at the software's system requirements and compare them to your specs. Most software lists minimum RAM, processor type, and storage space needed. If your computer meets or exceeds those numbers, it should work.
If you're troubleshooting a problem with a technician, have your specs ready before you call. Write down your processor model, RAM amount, storage type (SSD or HDD), and Windows or Mac version. This saves time and helps the technician narrow down the cause.
If you're selling or donating your computer, knowing the specs helps you set a fair price or describe the machine accurately to the buyer.
Frequently Asked Questions
How do I know if my computer has an SSD or a hard drive?
In System Information on Windows, look under Storage. If it says "SSD" or "Solid State Drive", you have an SSD. If it says "HDD" or lists a model number with "WD" or "Seagate", it's a hard drive. On Mac, click About This Mac and look at the Storage section—it will say "SSD" or "Hard Drive" next to the capacity.
What does "64-bit" mean, and why does it matter?
64-bit means your operating system can use more than 4 GB of RAM and run more powerful software. Almost all modern computers are 64-bit. If you see 32-bit, your computer is older and limited to 4 GB of RAM maximum. Most new software requires 64-bit.
Can I upgrade my processor or RAM after I buy the computer?
RAM can usually be upgraded on desktop computers and some laptops. Processors are soldered to the motherboard on most modern laptops and cannot be upgraded. On desktops, processors can be replaced but require technical skill. Check your computer's manual or contact the manufacturer before assuming an upgrade is possible.
Why is my computer slower than the specs suggest it should be?
Specs show potential, not real-world speed. A full hard drive, too many background programs, malware, or overheating can slow you down even with good specs. Check your storage space (if it's over 90% full, clean it up) and close unused programs. If the computer is hot to the touch, dust buildup may be blocking airflow.
Do I need to know my specs to install Windows or Mac updates?
No. Updates check your specs automatically and only install if your computer meets the requirements. You only need to know your specs if an update fails and you're troubleshooting why, or if you want to know in advance whether your computer can run a major new version.