Where to find your computer's specifications

Your computer's specs—the processor, RAM, storage, and graphics card—live in your system settings, not in a physical manual. On Windows, you reach them through the System Information tool. On Mac, the About This Mac window shows everything. On Linux, you use terminal commands or the system settings menu, depending on your distribution. All three methods take under a minute and require no special software.

The reason to check your specs matters: you need them to know whether your computer can run new software, whether an upgrade is worth the cost, or whether a problem is a hardware limit rather than a software glitch. A game that requires 8 GB of RAM will not run smoothly on a machine with 4 GB, no matter how many times you restart.

Key Takeaways

  • Windows users open System Information by typing "system information" into the search box and looking for processor, RAM, and storage in the window that appears.
  • Mac users click the Apple menu, select About This Mac, and find processor, memory, and storage listed in the Overview tab.
  • Linux users open Settings and navigate to About, or type lsb_release -a and free -h into the terminal for detailed information.
  • The four specs that matter most are processor (CPU), RAM (memory), storage (hard drive or SSD), and graphics card (GPU).
  • You can also check storage space by opening your file manager and looking at the drive properties, which works the same way on all three systems.

Finding specs on Windows 10 and Windows 11

Open the search box at the bottom left of your screen and type "system information" without quotes. Click the result labeled System Information. A window will open showing your processor name, installed RAM (listed as "Installed RAM"), and system type.

For storage, look at the left side of the same window and click "System Summary" if it is not already selected. You will see the processor and RAM there. To check your hard drive or SSD, close this window, open File Explorer, right-click on the C: drive (or whichever drive is your main one), and select Properties. The pie chart shows how much space is used and how much is free.

If you need your graphics card information, type "Device Manager" into the search box instead. Click Device Manager, then click the arrow next to "Display adapters" to expand it. Your graphics card name appears there. If you see "Microsoft Basic Display Adapter," your computer is using integrated graphics built into the processor rather than a separate card.

Finding specs on Mac

Click the Apple menu in the top left corner and select "About This Mac." The Overview tab opens automatically and shows your processor (listed as "Chip" on newer Macs or "Processor" on older ones), memory (RAM), and storage. The storage line shows total capacity and how much is used.

For more detail, click the "System Report" button at the bottom of the About This Mac window. This opens a longer list that includes graphics card information under "Graphics/Displays," battery health if you have a laptop, and serial number. You can close this window and go back to About This Mac for the quick version anytime.

Finding specs on Linux

The method depends on your distribution. Most modern Linux systems have a Settings process. Open it, look for a section called "About" or "System," and you will see processor, memory, and storage listed there, similar to Windows and Mac.

If you prefer the terminal, open it and type the commands below, pressing Enter after each one. The output tells you exactly what you have. Type uname -a for the operating system and kernel version. Type lscpu for processor details. Type free -h for RAM (the "Mem:" line shows total memory). Type df -h for storage on each drive.

Understanding the four specs that matter most

Processor (CPU) is the brain of your computer. It handles calculations and runs your programs. Common processors are Intel Core i5, i7, or i9 on Windows, and Apple M1, M2, or M3 on Mac. A newer processor number (i7 instead of i5, M3 instead of M1) means faster performance. You cannot upgrade a processor in most laptops, so this is a spec that matters when you buy.

RAM (memory) is temporary workspace your computer uses while programs are running. 8 GB is the minimum for comfortable everyday use. 16 GB handles heavy multitasking and most games. 32 GB or more is for video editing, 3D rendering, or running many virtual machines at once. Unlike a processor, RAM can often be upgraded on desktop computers, though not on most laptops.

Storage is the hard drive or SSD where your files and programs live permanently. SSDs (solid-state drives) are faster than older hard drives (HDD). A 256 GB SSD is tight if you install many programs or keep large video files. 512 GB is comfortable for most people. 1 TB (1,000 GB) gives you room to grow. Storage can usually be upgraded or replaced on both desktops and some laptops.

Graphics card (GPU) handles images and video. Integrated graphics (built into the processor) work fine for web browsing, email, and office work. A dedicated graphics card (Nvidia GeForce, AMD Radeon, or Intel Arc) is necessary for gaming, video editing, or 3D work. You will see the name of your card in Device Manager on Windows or System Report on Mac.

Checking storage space without opening system settings

You can see how much storage you are using without digging into system menus. On Windows, open File Explorer, right-click the C: drive, and select Properties. On Mac, click the Apple menu, select About This Mac, and look at the Storage line. On Linux, open the file manager, right-click your home folder, and select Properties.

If you are running low on space, the pie chart or bar shows which category is taking up room. You can then delete old files, uninstall programs you do not use, or move large files to an external drive. Keeping at least 10 to 15 percent of your drive free helps your computer run faster.

What to do if a spec is too low for what you want to run

If a program requires more RAM than you have, you have two options: upgrade the RAM if your computer allows it, or use a lighter program instead. For example, if you want to edit video but have only 8 GB of RAM, you could upgrade to 16 GB, or you could use a simpler video editor that does not demand as much memory.

If your processor is too old or slow, upgrading is usually not possible on a laptop. On a desktop, you can replace the processor and motherboard, but it is often cheaper to buy a new computer. If your storage is full, you can add an external drive, replace the internal drive with a larger one, or delete files you no longer need.

Frequently Asked Questions

What do the numbers in processor names like "Core i7-13700K" mean?

The "i7" tells you the tier (i5 is entry-level, i7 is mid-range, i9 is high-end). The "13" is the generation (newer is faster). The "700" and letter are specific model details. You do not need to memorize this—just know that a higher number usually means better performance, and a newer generation beats an older one even if the tier is lower.

Is 8 GB of RAM enough?

For web browsing, email, and office work, yes. For gaming, video editing, or running many programs at once, 16 GB is better. If you only use your computer for light tasks and rarely have more than three programs open, 8 GB is fine. You can always check how much RAM you are actually using by opening Task Manager on Windows or Activity Monitor on Mac.

Can I upgrade my laptop's RAM or storage?

It depends on the model. Many Windows laptops allow you to open the bottom panel and swap out the RAM or SSD yourself. Most modern MacBooks have RAM soldered to the motherboard and cannot be upgraded. The best way to know is to search "[your laptop model] RAM upgrade" online—you will find guides showing whether it is possible and how difficult it is.

What is the difference between an SSD and a hard drive?

An SSD (solid-state drive) has no moving parts and is much faster. A hard drive (HDD) uses spinning platters and is slower but cheaper per gigabyte. If your computer has an SSD, it will boot and open programs noticeably faster than one with a hard drive. Most new computers come with SSDs.

Why does my computer show less storage than I bought?

The operating system (Windows, Mac, or Linux) takes up space, and manufacturers measure storage differently than the operating system does. A 1 TB drive usually shows around 930 GB available. This is normal and not a defect.