Where to find your computer's specs right now
You can see your computer's main specifications — processor, memory, storage, and operating system — without installing anything or opening the hood. Windows, Mac, and Linux each have a built-in tool that shows this information in under a minute.
The fastest route depends on your operating system. On Windows, you open System Information. On Mac, you open About This Mac. On Linux, you open the terminal and type a command. All three show the same core facts: what processor you have, how much RAM is installed, how much storage space exists, and which version of the operating system is running.
Knowing these numbers matters because they tell you whether your computer can run new software, how much work it can handle at once, and whether an upgrade would help or whether you need a different machine entirely.
Key Takeaways
- Windows users can right-click "This PC" and select Properties, or search for "System Information" in the Start menu to see processor, RAM, and storage in seconds.
- Mac users click the Apple menu, select "About This Mac", and see the same core specs displayed in a single window.
- The four specs that matter most are processor model, RAM amount in gigabytes, storage capacity, and operating system version.
- If you need more detailed information about graphics cards, network adapters, or other components, Windows System Information and Mac's System Report both list everything installed.
Checking specs on Windows
On Windows 10 or Windows 11, the fastest method is to right-click on "This PC" in File Explorer and select Properties. A window opens showing your processor name, installed RAM, and system type (32-bit or 64-bit). This is usually enough to answer whether your computer can run a particular program.
For more detail, search for "System Information" in the Start menu and open the app. This window shows your processor, RAM, and storage, plus the Windows version and build number. If you need to know about your graphics card, network adapter, or other components, scroll down in System Information and click "Device Manager" — it lists every piece of hardware Windows recognizes.
If you want to know how much storage space is actually free (not just the total), open File Explorer, right-click on the C: drive, and select Properties. A pie chart shows how much space is used and how much is available.
Checking specs on Mac
Click the Apple menu in the top-left corner and select "About This Mac". A single window displays your processor, memory (RAM), storage, graphics card, and macOS version. This is the Mac equivalent of Windows Properties and shows everything most people need to know.
If you need more detail — serial number, firmware version, or a complete list of installed components — click "System Report" in the same window. This opens a more detailed view where you can see your network adapters, USB devices, and other hardware. For storage space breakdown, click "Storage" in the left sidebar.
The information in About This Mac is the same whether you are running an Intel processor or an Apple Silicon chip (M1, M2, M3, etc.). The processor name will tell you which type you have.
Checking specs on Linux
Linux does not have a single graphical tool like Windows or Mac, but the terminal commands are straightforward. Open a terminal and type uname -a to see your operating system, kernel version, and system architecture. Type free -h to see how much RAM you have. Type df -h to see storage space on all drives.
For processor details, type lscpu to see the processor model, number of cores, and speed. If you want a complete hardware inventory, type lshw (you may need to run it with sudo, which means typing sudo lshw). These commands work on Ubuntu, Fedora, Debian, and most other Linux distributions.
If you prefer a graphical interface, many Linux distributions include a system settings app that shows basic specs. The exact name and location vary by distribution, but searching for "System" or "Settings" in your process menu usually finds it.
Understanding what the numbers mean
Your processor model tells you how fast your computer can think. Newer models are faster, but the exact speed depends on the brand and generation. An Intel Core i7 from 2023 is faster than an Intel Core i5 from 2020, but the name alone does not tell you the year. If you see a number like "13th Gen" or "Ryzen 7 5700X", that number indicates the generation — higher is newer.
RAM (memory) is measured in gigabytes. More RAM means your computer can run more programs at once without slowing down. 8 GB is the minimum for comfortable everyday use. 16 GB handles heavy multitasking and most creative work. 32 GB or more is for video editing, 3D rendering, or running virtual machines. If you have less than 8 GB, upgrading RAM is often the cheapest way to make your computer feel faster.
Storage is also measured in gigabytes or terabytes (1 TB = 1,000 GB). This is how much space you have for files, programs, and the operating system itself. A full drive slows down your computer, so you want at least 10 to 20 percent free space. If your drive is nearly full, deleting files or adding an external drive helps more than upgrading the processor.
The operating system version matters because older software may not run on very new versions, and new software may not run on very old versions. Windows 10 and Windows 11, macOS Ventura and Sonoma, and Ubuntu 22.04 and 24.04 are all current versions. If you are running something older, you may have trouble installing new programs.
When you need more detailed specs
Sometimes you need to know about components that do not show up in the basic specs window — your graphics card, sound card, network adapter, or USB controller. These matter if you are troubleshooting a problem or checking whether your computer can handle a specific task like gaming or video editing.
On Windows, open Device Manager (search for it in the Start menu) and expand each category to see what is installed. The "Display adapters" section shows your graphics card. The "Sound, video and game controllers" section shows your audio hardware. On Mac, click "System Report" in About This Mac and browse the left sidebar for the component you want to know about.
If you are buying new software or a game and the box says "requires NVIDIA GeForce GTX 1060 or better", Device Manager tells you exactly what you have. If it says "requires 16 GB RAM", you now know how to check that too.
Frequently Asked Questions
What should I do if I do not recognize the processor name?
Search the processor name online along with the word "specs" — for example, "Intel Core i5-12400 specs". This shows you the release year, number of cores, and how it compares to other processors. You can also use websites like CPU-Z or GPU-Z (free tools) to get a detailed breakdown of your processor and graphics card.
Can I upgrade my processor or RAM myself?
RAM is usually upgradeable on desktop computers and some laptops — you can open the case and add more sticks. Processors are harder: on most laptops they are soldered to the motherboard and cannot be replaced. On desktops, you can replace the processor, but it requires opening the case and may require a new motherboard. If you are not comfortable opening your computer, a repair shop can do it for you.
Why does my computer show less RAM than I installed?
On 32-bit versions of Windows, the system can only recognize about 3.2 GB of RAM even if you have more installed. Switching to 64-bit Windows (if your processor supports it) lets you use all of it. On Mac and Linux, this is less common, but it can happen if one RAM stick is faulty. If you installed 16 GB but only see 8 GB, one stick may not be seated properly — try removing and reinstalling both sticks.
What if my storage shows less space than the drive should have?
Operating systems and file systems reserve space for their own use, so a 1 TB drive usually shows about 930 GB available. This is normal. If the difference is much larger, you may have a corrupted partition or a failing drive — run a disk check (Windows) or Disk Utility (Mac) to diagnose the problem.
Do I need to check my specs before buying new software?
Yes. Software boxes and online store pages list minimum requirements — processor speed, RAM, storage space, and sometimes graphics card. Checking your specs first tells you whether the software will run. If your computer does not meet the requirements, it may run very slowly or not at all.