Where to Find Your Computer Specs
Your computer stores its own specifications and can show them to you in seconds. The fastest way depends on whether you use Windows, Mac, or Linux — each operating system keeps this information in a different place, but all three let you view it without installing anything new.
You do not need to open your computer or call technical support. The information is built into your system and takes less than a minute to locate. Once you know where to look, you can check your specs whenever you need them — before buying software, troubleshooting a problem, or comparing your machine to another one.
Key Takeaways
- Windows users can right-click "This PC" or "My Computer" and select Properties to see processor, RAM, and storage in one window.
- Mac users open System Information from the Apple menu to view processor type, memory, and storage details.
- Linux users open a terminal and type uname -a or lsb_release -a to display system information.
- Your specs include processor (CPU), memory (RAM), storage drive type and size, and graphics card — all of which affect what software will run.
- Manufacturer websites and system information tools often show more detail than the basic operating system view, including exact model numbers and driver versions.
Getting Specs on Windows
On Windows, the quickest route is the Properties window. Right-click on "This PC" or "My Computer" on your desktop or in File Explorer, then select Properties. A window opens showing your processor name, installed RAM, and system type (32-bit or 64-bit). This covers the four specs most software asks about.
For more detail, open Settings and go to System > About. This page shows your Windows version, processor, installed RAM, device name, and system type all in one place. If you need even more information — like your exact graphics card model or storage drive type — use the Device Manager. Right-click the Start button, select Device Manager, and expand the categories to see connected hardware.
The System Information tool gives the most complete picture. Press Windows key + R, type msinfo32, and press Enter. A detailed window opens listing processor, BIOS version, installed RAM, system manufacturer, and every piece of hardware Windows recognizes. This is the tool to use if you are troubleshooting or need exact model numbers for driver downloads.
Getting Specs on Mac
On Mac, click the Apple menu in the top-left corner and select About This Mac. A window appears showing your processor type, memory (RAM), storage drive, and macOS version. This is the fastest way to see the basics.
For more detailed information, stay in the About This Mac window and click System Report. This opens a longer list showing your exact processor model, memory configuration, graphics card, storage drive type, serial number, and more. You can also see which version of each driver is installed and get the full hardware inventory.
If you need to know your storage breakdown — how much space is used versus free — click About This Mac and then Storage. A visual bar shows how much space each type of file is taking up, which helps you understand whether you need to delete files or upgrade your drive.
Getting Specs on Linux
Linux users access specs through the terminal. Open a terminal window and type uname -a to see your kernel version, processor architecture, and operating system. For more readable output, type lsb_release -a to display your Linux distribution name and version.
To see memory and storage, type free -h to show RAM usage and df -h to show disk space. For a complete hardware inventory including processor model, graphics card, and motherboard information, type lshw or inxi -F if inxi is installed on your system.
If you prefer a graphical interface, most Linux distributions include a system settings or system monitor process. Look in your applications menu for "System Settings" or "System Monitor" — the exact name varies by distribution, but the function is the same.
Understanding the Specs You Find
Your computer's main specifications are the processor (CPU), memory (RAM), storage drive, and graphics card. The processor is the chip that runs calculations — faster processors with more cores handle demanding tasks better. Memory is temporary working space — more RAM lets you run more programs at once without slowdown. Storage is permanent space where files live — a larger drive holds more files, and an SSD (solid-state drive) is faster than an older HDD (hard disk drive).
The graphics card handles images and video. Integrated graphics (built into the processor) work for everyday tasks and video playback. Dedicated graphics cards (separate chips from manufacturers like NVIDIA or AMD) are needed for gaming, video editing, and 3D design work. Your system type — 32-bit or 64-bit — determines which versions of software you can install; most modern computers are 64-bit.
When you are checking whether software will run on your computer, compare your specs to the software's system requirements. The requirements list a minimum processor speed, minimum RAM, minimum storage space, and sometimes a specific graphics card. If your computer meets or exceeds all the minimums, the software should run.
When to Check Your Specs
Check your specs before buying or downloading software. The product page or manual lists system requirements — your computer must meet those requirements or the software will not run or will run very slowly. Knowing your specs ahead of time saves time and prevents wasted downloads.
Check your specs when troubleshooting problems. If a program crashes or runs slowly, knowing your RAM and processor helps you understand whether the problem is your hardware or something else. If you are getting an error message, search the error plus your exact processor model or graphics card model — often someone else has solved the same problem on the same hardware.
Check your specs before upgrading. If you want to add more RAM or replace your storage drive, you need to know what your computer currently has and what it can accept. Your specs also help you decide whether an upgrade is worth the cost or whether buying a new computer makes more sense.
Frequently Asked Questions
What is the difference between RAM and storage?
RAM is temporary memory your computer uses while running programs — it clears when you shut down. Storage is permanent space where files stay until you delete them. You need enough RAM to run your programs smoothly and enough storage to hold your files. A computer can have lots of storage but little RAM, or vice versa.
Why do some specs show two different processor speeds?
Modern processors have a base speed (the may provide minimum) and a boost speed (the maximum when the processor is working hard). The boost speed is higher but only happens when needed. Software requirements usually list the base speed, so compare that number to your specs.
What does 64-bit mean, and why does it matter?
64-bit means your processor and operating system can handle larger chunks of data at once, which makes them faster and able to use more than 4 GB of RAM. Most software today is 64-bit only. If your system is 32-bit, some newer software will not run at all.
Can I check my specs on a computer that won't start?
If your computer will not start, you cannot check specs from inside the operating system. Your best option is to check the manufacturer's label on the outside of the computer or look up your model number on the manufacturer's website, which usually lists the original specs.
Do I need to update my specs information regularly?
Your hardware specs do not change unless you physically upgrade something like RAM or a storage drive. You only need to check again if you add hardware or if you are troubleshooting a new problem. The specs you find today will be the same next month.