The fastest way to see your computer specs
On Windows, press the Windows key and type "System Information" into the search box, then open the app. You will see your processor, RAM, and system type right away. On a Mac, click the Apple menu in the top left, select "About This Mac", and the window that opens shows your processor, memory, and storage. On Linux, open a terminal and type uname -a to see your kernel and system architecture, or lsb_release -a to see your distribution and version.
These built-in tools are faster than downloading anything and show you the information most people actually need: what processor you have, how much RAM is installed, and what operating system version you are running. If you need more detail — like your graphics card, motherboard model, or exact storage capacity — the steps below walk you through finding that too.
Key Takeaways
- Windows users can open System Information by pressing the Windows key and typing "System Information" to see processor, RAM, and OS version in seconds.
- Mac users click the Apple menu and select "About This Mac" to view the same core specs without opening any additional software.
- Linux users can type uname -a in a terminal to see system architecture and kernel version, or lsb_release -a for distribution details.
- Device Manager on Windows and System Report on Mac show additional hardware like graphics cards and storage drives if you need more detail than the quick view.
Finding specs in Windows 10 and Windows 11
The System Information app is the standard place to look. Press the Windows key on your keyboard, type "System Information", and press Enter. The window shows your processor name and speed, installed RAM, system type (32-bit or 64-bit), and Windows version all in one place.
If you need to see your graphics card, storage drives, or other hardware, open Device Manager instead. Press the Windows key, type "Device Manager", and press Enter. Expand the categories to see what is installed — graphics cards appear under "Display adapters", hard drives and SSDs under "Disk drives", and network cards under "Network adapters". Right-click any device and select "Properties" to see its driver version and detailed specs.
For storage capacity, right-click your C: drive (or whichever drive you want to check) in File Explorer, select "Properties", and you will see how much space is used and how much is free. This is faster than looking through Device Manager if you only need to know how full your drive is.
Finding specs on a Mac
Click the Apple menu in the top left corner and select "About This Mac". The window that opens shows your processor, memory (RAM), startup disk size, and graphics card. This is the quickest way to get the information you need.
If you need more detail — like your serial number, firmware version, or a list of every piece of hardware — click "System Report" in that same window. The report breaks down your hardware by category: processors, memory, storage, USB devices, and network. You can also see which version of macOS you are running and whether any updates are available.
Finding specs on Linux
Open a terminal (usually by pressing Ctrl+Alt+T or searching for "Terminal" in your applications menu). Type uname -a and press Enter. This shows your kernel version, system architecture (32-bit or 64-bit), and hardware platform in one line.
To see your processor details, type cat /proc/cpuinfo. To see how much RAM you have, type free -h. To see your storage drives and how much space each one has, type lsblk or df -h. If you want to know your Linux distribution and version, type lsb_release -a or cat /etc/os-release.
Different Linux distributions may have graphical tools as well — Ubuntu has a "Details" app you can open from the applications menu, and Fedora has a similar system information tool. These show the same information in a window instead of requiring terminal commands.
What each spec actually means
Processor (CPU) is the chip that does the calculations. A faster processor (measured in GHz) and more cores generally mean better performance, but the specific model matters more than the number alone. An Intel Core i7 and an AMD Ryzen 7 are not directly comparable by name.
RAM (memory) is how much working space your computer has open at once. More RAM lets you run more programs or larger files without slowdown. Most computers today have between 4 GB and 16 GB; 8 GB is a common middle ground.
Storage is how much space you have to save files. This is separate from RAM — storage stays even when the computer is off, while RAM clears. A full drive can slow your computer down, so knowing how much space you have left matters.
Graphics card (GPU) handles images and video. Integrated graphics (built into the processor) are fine for everyday work and video calls. A dedicated graphics card (a separate chip) is needed for gaming, video editing, or 3D work.
When you need to know your specs
Check your specs before buying software or a game to make sure your computer can run it. Most programs list their minimum requirements (the lowest specs that will work) and recommended specs (what will run smoothly). If your processor, RAM, or graphics card falls below the minimum, the software may not work at all.
You also need your specs if you are troubleshooting a problem with tech support. When you contact a company's support team, they will ask what processor you have, how much RAM, and what operating system version. Having this information ready saves time.
If your computer is running slowly or you are thinking about upgrading, knowing your current specs helps you decide what to upgrade. If you have 4 GB of RAM and your computer slows down when you open multiple browser tabs, adding more RAM may help. If your processor is old, upgrading RAM alone will not fix slowness caused by the processor itself.
Frequently Asked Questions
How do I know if my computer specs are good?
It depends on what you do. For web browsing and email, 4 GB of RAM and a processor from the last five years is enough. For video editing or gaming, you need at least 8 GB of RAM and a faster processor or dedicated graphics card. Compare your specs to the requirements of the software you want to run.
Can I upgrade my processor or graphics card?
On a desktop, yes — you can replace the processor and graphics card. On a laptop, usually no — these are soldered to the motherboard and cannot be removed. RAM can sometimes be upgraded on laptops, but storage (the hard drive or SSD) can almost always be replaced on both desktops and laptops.
What does 64-bit mean?
It refers to how much data your processor can handle at once. A 64-bit processor is standard on all modern computers and can use more than 4 GB of RAM. A 32-bit processor is very old and cannot use more than 4 GB of RAM no matter how much you install. You almost certainly have a 64-bit system.
Why does my computer show less RAM than I installed?
Some RAM is reserved for the graphics card and other hardware, so the operating system does not count it as available. If you installed 8 GB, you might see 7.5 GB or 7.8 GB available. This is normal and not a problem.
Where do I find my serial number or product key?
On Windows, open System Information and look for "System SKU" or search for "Product Key Viewer" online (Microsoft does not make an official tool, but third-party viewers exist). On a Mac, click "About This Mac" and look for "Serial Number". The product key is usually on a sticker on the computer itself or in your purchase email.