Where to find your computer specs depends on your operating system

The fastest way to see your computer's specifications is built into Windows, macOS, or Linux — you do not need to open the case or install anything. On Windows, you can find most specs in Settings or System Information. On macOS, they live in About This Mac. On Linux, the terminal commands lsb_release -a and lscpu show what you need. The method takes less than a minute and shows you processor, RAM, storage, and graphics card without guessing.

If you built your computer yourself or need to verify what the manufacturer claimed, you can cross-check these built-in readings against your original receipts or the labels on the hardware itself. Knowing where to look saves you from downloading unreliable third-party software or paying someone to tell you information your own computer already displays.

Key Takeaways

  • Windows users can open Settings, select System, then About to see processor, RAM, and storage in under one minute.
  • macOS users click the Apple menu, select About This Mac, and see the same core specs plus graphics card details in one window.
  • Linux users type lsb_release -a and lscpu in the terminal to display processor and operating system information.
  • Device Manager on Windows and System Report on macOS show additional hardware details like exact graphics card model and driver versions.
  • Built-in tools are more reliable than third-party software because they read directly from your hardware without interpretation.

Finding specs on Windows 10 and Windows 11

Open Settings by pressing the Windows key and typing "Settings," then click the app. Select System from the left menu, then scroll down and click About. This screen shows your processor name and speed, installed RAM, system type (32-bit or 64-bit), and Windows version. This is the information most people need and it takes about 30 seconds.

For more detail — like your exact graphics card model, network adapter, or storage device manufacturer — open Device Manager. Press the Windows key, type "Device Manager," and click the app. Expand each category to see what hardware is installed. The graphics card appears under Display adapters, storage under Disk drives, and network hardware under Network adapters. Device Manager also shows whether Windows recognizes each piece of hardware and whether any drivers need updating.

If you need to know how much storage space is actually free, right-click This PC on your desktop or in File Explorer, select Properties, and look at the bar graph. It shows total storage and how much is in use. This matters because a computer slows down when the drive is nearly full.

Finding specs on macOS

Click the Apple menu in the top-left corner and select About This Mac. One window opens showing your processor, RAM, graphics card, and storage in the Overview tab. The processor line shows both the chip name and its speed; RAM shows how much is installed; Storage shows your drive capacity and how much is used. This is the fastest way to get the information you need on a Mac.

For more detail, stay in About This Mac and click the System Report button. This opens a more detailed view where you can explore hardware categories on the left side. Click Graphics/Displays to see your graphics card's VRAM and driver version. Click Storage to see the exact model of your hard drive or SSD. Click Network to see your network adapter details. Each category shows information that Device Manager shows on Windows.

If you want to know how much storage is free without opening System Report, click the Apple menu, select About This Mac, then click the Storage tab. A colored bar shows what is using your drive — applications, documents, photos, backups, and other files — so you can see at a glance whether you need to delete something to free up space.

Finding specs on Linux

Open a terminal window. The keyboard shortcut is usually Ctrl+Alt+T, though this varies by Linux distribution. Type lsb_release -a and press Enter to see your Linux distribution name and version number. Type lscpu and press Enter to see your processor name, number of cores, and speed. Type free -h and press Enter to see how much RAM is installed and how much is in use.

To see your storage devices and how much space each one has, type lsblk and press Enter. To see your graphics card, type lspci | grep -i vga and press Enter. These commands show the same information that Windows Device Manager and macOS System Report display, but you access them through text commands instead of a graphical menu. If you are new to Linux, write these commands down or bookmark this page so you can copy them exactly.

What the specs actually mean

Processor (CPU) is the chip that does the calculations. A faster processor with more cores handles more tasks at once. Common processor names are Intel Core i5, i7, or i9 on Windows and Mac, and AMD Ryzen on Windows. The number after the name (like i7-12700) indicates the generation and model; newer numbers are generally faster.

RAM (memory) is how much working space your computer has open at once. More RAM means you can have more programs running without slowdown. 8 GB is the minimum for everyday use; 16 GB is comfortable for most people; 32 GB or more is for video editing, 3D design, or running many programs at once. This is different from storage — RAM empties when you shut down, but storage keeps your files.

Storage is the hard drive or SSD where your files live. SSDs are faster than older hard drives and are now standard on new computers. Storage size matters less than it used to because cloud storage is cheap, but you need enough local space for your operating system and programs to run smoothly. A full drive slows everything down.

Graphics card (GPU) handles images and video. Integrated graphics (built into the processor) are fine for email, web browsing, and office work. A dedicated graphics card (a separate chip) is necessary for gaming, video editing, or 3D work. The specs show whether you have integrated or dedicated graphics and, if dedicated, the model and VRAM.

When to check your specs

Check your specs before buying software or a game to make sure your computer meets the minimum requirements. Most software lists what processor speed, RAM, and storage space it needs. If your computer falls short, the software will run slowly or not at all. Checking first saves you money and frustration.

Check your specs if your computer is running slowly to see whether you are out of RAM or storage space. If RAM is nearly full or your drive is nearly full, that is often the reason. You can then decide whether to close programs, delete files, or upgrade the hardware.

Check your specs before selling or giving away your computer so you can describe it accurately. Buyers and recipients want to know what they are getting, and the specs tell them whether the machine will do what they need.

Frequently Asked Questions

Can I find my computer specs without turning it on?

No, you need to power on the computer to access the operating system where specs are displayed. However, you can sometimes find specs on the original receipt, the manufacturer's website (if you know the model number), or a sticker on the bottom or back of the laptop. The built-in method is more reliable because it shows what is actually installed, not what was promised.

What if my computer shows less RAM than I bought?

This sometimes happens if one RAM stick failed or was not installed correctly. Open Device Manager on Windows or System Report on macOS and check whether all the RAM modules appear. If one is missing, it may have come loose during shipping or use. Reseating the RAM (removing and reinstalling it) often fixes this. If you are not comfortable opening the computer, a repair shop can do it quickly.

Do I need to update drivers after checking my specs?

Not necessarily. Device Manager on Windows shows a yellow warning triangle next to any hardware with outdated or missing drivers. If you see no warnings, your drivers are current. If you see warnings, you can right-click the device and select "Update driver" to search for the latest version. Most drivers update automatically through Windows Update, so manual updates are rarely needed.

What does "64-bit" mean when I see it in my specs?

It refers to how your processor and operating system handle data. 64-bit is the modern standard and can use more than 4 GB of RAM. 32-bit is older and cannot use more than 4 GB. All current computers are 64-bit. If you see 32-bit, your computer is quite old and may struggle with modern software.

Can I trust third-party software that shows my specs?

Built-in tools like Device Manager and About This Mac are more reliable because they read directly from your hardware. Third-party software sometimes misidentifies components or displays outdated information. If you need specs, use the built-in method first. Third-party tools can be useful for very detailed information like exact driver versions, but they are not necessary for basic specs.