The fastest way to check your specs depends on your operating system

On Windows, right-click "This PC" or "My Computer" on your desktop or in File Explorer, then select "Properties." You will see your processor, RAM, and system type on one screen. On Mac, click the Apple menu in the top-left corner, select "About This Mac," and the window that opens shows your processor, memory, storage, and graphics card. On Linux, open a terminal and type uname -a to see your kernel and system information, or lsb_release -a for your distribution details.

If you need more detail than these quick views provide—such as your motherboard model, power supply wattage, or exact graphics card memory—you will need a system information tool. Windows includes one built in; Mac and Linux users typically use free third-party tools. The method you choose depends on what information you actually need and how deep you want to go.

Key Takeaways

  • Windows users can right-click "This PC" and select "Properties" to see processor, RAM, and system type in under ten seconds.
  • Mac users open "About This Mac" from the Apple menu to view processor, memory, storage, and graphics information.
  • For detailed specs like motherboard model or power supply wattage, Windows has a built-in System Information tool; Mac and Linux users need free third-party software.
  • Knowing your specs matters when buying software, upgrading hardware, or troubleshooting performance problems.

Windows: Using the Properties window and System Information

The quickest Windows method is the Properties window. Right-click "This PC" (Windows 10 and 11) or "My Computer" (older versions) on your desktop or in File Explorer. Select "Properties" from the menu. The window shows your processor name and speed, installed RAM, system type (32-bit or 64-bit), and Windows version. This covers what most people need to know.

For more complete information, open the System Information tool. Press the Windows key, type "System Information," and press Enter. This window displays your processor, RAM, BIOS version, motherboard manufacturer and model, system manufacturer, and Windows version. Scroll down to see graphics card information under "Components." If you need storage details, click "Storage" in the left panel to see your hard drives and their capacity.

A third option is Device Manager, which shows every hardware component your system recognizes. Press the Windows key, type "Device Manager," and press Enter. Expand each category—such as "Processors," "Display adapters," or "Disk drives"—to see the exact model of each component. This is useful when you need to find a driver for a specific piece of hardware.

Mac: Checking About This Mac and System Report

On any Mac, click the Apple menu in the top-left corner and select "About This Mac." The window that opens shows your Mac model, processor, memory (RAM), storage capacity, and graphics card. This is usually all you need. The window also displays your macOS version and serial number.

If you need more detail, click "System Report" in the same window. This opens a more detailed view that includes your motherboard model, BIOS version, serial numbers for each component, and information about your storage drives. You can also expand sections like "Graphics/Displays" to see memory allocated to your graphics card, or "Memory" to see how many RAM slots you have and whether they are all filled.

Linux: Terminal commands for system information

Linux users typically check specs through the terminal. Open your terminal process and type uname -a to see your kernel version, system architecture (32-bit or 64-bit), and hostname. For your Linux distribution name and version, type lsb_release -a or cat /etc/os-release.

To see your processor details, type lscpu. To check RAM, type free -h (the -h flag shows the result in human-readable format like GB instead of bytes). For storage, type df -h to see all mounted drives and their capacity. To see your graphics card, type lspci | grep -i vga. These commands work on most Linux distributions, though some older systems may require slightly different syntax.

What each specification means and why it matters

Processor (CPU) is the chip that does the calculations. A faster processor with more cores handles demanding tasks like video editing or gaming better. You will see a name like "Intel Core i7" or "AMD Ryzen 5" followed by a generation number and speed in GHz.

RAM (memory) is how much working space your computer has open at once. More RAM lets you run more programs simultaneously without slowdown. Most modern systems have between 8 and 32 GB; 8 GB is the minimum for comfortable everyday use, and 16 GB is standard for most people.

Storage is your hard drive or solid-state drive (SSD) capacity—how much total space you have for files, programs, and the operating system. A full drive slows your computer, so you want to keep at least 10 to 20 percent free.

Graphics card (GPU) handles images and video. Integrated graphics (built into your processor) work for everyday tasks and light gaming. A dedicated graphics card is necessary for serious gaming, 3D modeling, or video editing.

System type (32-bit or 64-bit) determines which software you can install. 64-bit is standard now and can use more than 4 GB of RAM; 32-bit is obsolete for new software.

When you need to know your specs

Check your specs before buying software to make sure your computer meets the minimum requirements. Games, video editing software, and professional applications all list processor, RAM, and storage minimums on their product pages. Running software on a computer below the minimum will cause crashes or extreme slowness.

You also need your specs when troubleshooting performance problems. If your computer is slow, knowing your RAM and processor helps you understand whether the problem is hardware limitation or something else. If a device is not working, knowing your exact graphics card or network adapter model lets you search for the right driver.

When upgrading hardware—adding RAM, replacing a hard drive, or installing a new graphics card—you need to know your current specs to buy compatible parts. For example, you need to know your motherboard model to buy RAM that fits your system, and you need to know your power supply wattage before installing a power-hungry graphics card.

Frequently Asked Questions

What is the difference between RAM and storage?

RAM is temporary working memory that your computer clears when you shut down. Storage is permanent space where files and programs live. You need enough RAM to run your programs smoothly, and enough storage to hold all your files. A computer with 16 GB RAM but only 100 GB storage left will run slowly because the drive is full, even though RAM is plenty.

Why does my computer show less RAM than I installed?

Some RAM is reserved for your graphics card and system functions, so you may see slightly less than the total you bought. For example, a computer with 16 GB installed might show 15.9 GB available. If the difference is more than 1 GB, you may have a RAM stick that is not fully seated in its slot—try opening your computer and reseating the RAM by pushing it down firmly until it clicks.

How do I know if my computer can run a specific game or program?

Find the system requirements on the software's product page or manual. Compare your processor, RAM, storage space, and graphics card against the "minimum" and "recommended" requirements. Minimum means it will run but may be slow or have reduced graphics. Recommended means it will run smoothly. If your specs are below minimum, the software may not run at all.

Can I upgrade my processor?

On desktop computers, yes—you can usually replace the processor if you buy one compatible with your motherboard. On laptops, the processor is soldered to the motherboard and cannot be upgraded. Check your motherboard model (found in System Information) and search online for compatible processors before buying.