Finding Your Computer's Specs in Windows, Mac, and Linux

You can see your computer's specifications—processor, RAM, storage, graphics card, and operating system version—without opening the machine or buying software. Every operating system includes a built-in tool that shows this information in a few clicks. Where you look depends on whether you use Windows, macOS, or Linux, but the process takes less than a minute on any of them.

Knowing your specs matters when you're buying software, troubleshooting a slow computer, or checking whether a game or program will run. You may also need them when calling technical support or selling the machine. This guide walks you through the exact steps for each system.

Key Takeaways

  • Windows users can open System Information by pressing Windows key + Pause/Break, or by searching "System Information" in the Start menu.
  • Mac users can click the Apple menu, select "About This Mac," and see processor, RAM, and storage all on one screen.
  • Linux users can open a terminal and type uname -a or lsb_release -a to see operating system and kernel details.
  • Your processor speed, RAM amount, and storage type are the three specs that affect performance most directly.
  • GPU (graphics card) information may require a separate step in Windows and Linux, but appears in the Mac overview automatically.

Checking Specs on Windows 10 and Windows 11

The fastest way is to use the keyboard shortcut. Press the Windows key + Pause/Break at the same time. This opens the System window directly, and you'll see your processor name, installed RAM, and system type (32-bit or 64-bit) on the first screen. The processor speed listed here is the base speed, not the maximum speed your chip can reach under load.

If your keyboard doesn't have a Pause/Break key, or if the shortcut doesn't work, open the Start menu and type "System Information" into the search box. Click the result that says "System Information" (not Settings). This opens a more detailed window. Look for "Processor," "Installed RAM," and "System Type" in the list. You can also find your Windows version number here under "OS Name."

To see your graphics card, scroll down in System Information and look for "Display Adapters." If nothing appears there, your computer is using integrated graphics built into the processor. For more detail about your GPU, right-click on the desktop and look for "Graphics Settings" or "NVIDIA Control Panel" (if you have an NVIDIA card) or "AMD Radeon Settings" (if you have AMD). These panels show memory dedicated to graphics and driver version.

Checking Specs on macOS

Click the Apple menu in the top-left corner and select About This Mac. Everything you need appears on one screen: processor model and speed, number of processor cores, RAM amount, graphics card name and memory, storage drive type (SSD or HDD), and macOS version. This is the simplest spec check across all operating systems.

If you want more detail about storage—how much space is actually used versus free—click the Storage tab in the same window. For information about your battery health (on laptops), click System Report and then navigate to "Power" in the left sidebar. The System Report also shows serial number, model identifier, and other details useful for repair or warranty purposes.

Checking Specs on Linux

Open a terminal window. The keyboard shortcut is usually Ctrl + Alt + T, though this varies by desktop environment. Once the terminal is open, type one of these commands and press Enter:

  • uname -a shows your kernel version, system architecture (32-bit or 64-bit), and hardware platform.
  • lsb_release -a shows your Linux distribution name and version number.
  • free -h shows your total RAM and how much is currently in use.
  • lscpu shows processor model, number of cores, and base frequency.
  • lsblk shows all storage drives and their sizes.
  • lspci | grep -i vga shows your graphics card.

You can run all of these commands one after another to build a complete picture of your system. If you prefer a graphical interface, most Linux distributions include a system settings or system monitor process. Search your process menu for "System" or "Settings" and look for a section labeled "About" or "Details."

Understanding What the Specs Mean

Processor (CPU) is the chip that does calculations. The name tells you the brand (Intel, AMD) and generation. The speed in GHz (gigahertz) tells you how many calculations it can do per second. More cores means it can handle more tasks at once. A newer generation processor is usually faster than an older one, even at the same speed.

RAM (Random Access Memory) is temporary memory your computer uses while running programs. More RAM means you can run more programs at once without slowdown. Common amounts are 4 GB, 8 GB, 16 GB, or 32 GB. If you're running out of RAM, your computer will use storage space as a substitute, which is much slower.

Storage is the permanent space where files and programs live. An SSD (solid-state drive) is much faster than an HDD (hard disk drive). The amount shown is total capacity; you'll want to keep at least 10 to 20 percent free for the operating system to function smoothly.

Graphics Card (GPU) handles images and video. Integrated graphics (built into the processor) is fine for everyday tasks and web browsing. A dedicated graphics card (separate chip) is needed for gaming, video editing, or 3D work. The memory amount (VRAM) affects how large and detailed images the card can process.

When You Need Specs for Software or Hardware Decisions

Before installing a program, check its system requirements against your specs. The program's website or manual will list a minimum processor, RAM amount, and storage space needed. If your computer falls short, the program may not run or will run very slowly. Some programs also specify a minimum graphics card or operating system version.

If you're buying a replacement part—a new RAM stick, storage drive, or graphics card—you need to know what your current system uses. RAM type (DDR4, DDR5) and speed must match your motherboard. Storage drives need to fit your computer's physical slots (2.5-inch, 3.5-inch, or M.2). Graphics cards need a compatible slot (PCIe) and enough power from your power supply.

When calling technical support, have your specs ready. Support staff will ask for your processor model, RAM amount, and operating system version to narrow down the problem. If you're selling your computer, listing accurate specs helps buyers decide whether it meets their needs and sets a fair price.

Common Mistakes When Reading Specs

Don't confuse processor speed with processor power. A newer processor at 2.5 GHz is often faster than an older one at 3.5 GHz because architecture improvements matter more than raw speed. The generation number (Intel 12th Gen, AMD Ryzen 5000 series) is more useful than GHz alone.

Don't assume all your RAM is available for programs. The operating system reserves some for itself. On a computer with 8 GB of RAM, you might see only 7.5 GB or 7.8 GB available to programs. This is normal and not a sign of a problem.

Don't confuse storage capacity with free space. A 500 GB drive with 100 GB free has only 100 GB available for new files and programs. If free space drops below 10 percent, your computer will slow down noticeably. Check how much is actually free before deciding whether you need more storage.

Frequently Asked Questions

Why does my computer show less RAM than I installed?

The operating system reserves some RAM for itself, and a small amount may be reserved for graphics if you have integrated graphics. If you installed 16 GB but see 15.5 GB, this is normal. If you see significantly less—like 8 GB when you installed 16 GB—one stick may not be seated properly, or one stick may have failed.

What's the difference between processor speed and processor cores?

Speed (GHz) is how fast each core works. Cores are separate processing units that work in parallel. A 4-core processor at 3 GHz can handle four tasks simultaneously, while a 2-core processor at 4 GHz handles two tasks. For most everyday use, more cores matter more than higher speed.

How do I know if my graphics card is good enough for a game?

Check the game's system requirements on its store page or manual. Compare your GPU model and VRAM amount to the minimum and recommended specs listed. If your card meets the recommended specs, the game should run smoothly at high settings. If you meet only the minimum, expect lower graphics quality or frame rate.

Can I check specs on a computer that won't start?

If the computer powers on but won't load the operating system, you may see specs in the BIOS or UEFI screen that appears before Windows or macOS loads. Restart the computer and press Delete, F2, or F12 (varies by manufacturer) when ready. The BIOS shows processor, RAM, and storage information, though not always in user-friendly format.

Why do I need to know my specs if I'm just using the computer normally?

You don't need them for everyday browsing or email. You'll need them when troubleshooting slowness, installing new software, upgrading hardware, selling the computer, or calling support. Keeping a record of your specs is also useful if your computer is stolen or lost.