Where to find your computer's specs without opening it up

Your computer's specifications — the processor, memory, storage, and graphics card — live in your operating system's settings. You do not need to open the machine or read anything. Windows, Mac, and Linux all show this information in a few clicks, and the steps are straightforward once you know where to look.

The fastest route depends on which operating system you use. Windows users can open System Information from the Control Panel. Mac users check About This Mac from the Apple menu. Linux users open a terminal and run a command. All three methods take less than a minute.

Key Takeaways

  • Windows users can find full specs by right-clicking "This PC" or "My Computer" and selecting Properties, or by searching "System Information" in the Start menu.
  • Mac users click the Apple menu in the top-left corner, select "About This Mac", and see processor, memory, and storage in one window.
  • Linux users open a terminal and type lsb_release -a for the operating system version, or lscpu for processor details.
  • Your computer's serial number and model name appear in the same places as your specs, which you may need for warranty or repair claims.
  • If you need detailed information about your graphics card or network adapter, Windows Device Manager and Mac System Report offer deeper detail than the basic specs view.

Finding specs on Windows 10 and Windows 11

The quickest method on Windows is to right-click on "This PC" (Windows 10) or "This PC" (Windows 11) in File Explorer and select Properties. A window opens showing your processor name, installed RAM, and system type (32-bit or 64-bit). This covers the four specs most people need.

For more complete information, search "System Information" in the Start menu and open the app. This window shows your processor, RAM, system manufacturer, model, BIOS version, and the Windows version you are running. The list on the left side lets you drill down into hardware like your graphics card, network adapters, and storage devices.

Device Manager is another Windows tool that shows individual hardware components. Search "Device Manager" in the Start menu. You can expand categories like "Processors", "Display adapters", and "Disk drives" to see the exact model of each part. This is useful if you need to know your graphics card model for a driver update or to check whether your network adapter supports a specific wireless standard.

Finding specs on Mac

On a Mac, click the Apple menu in the top-left corner of the screen and select "About This Mac". A single window shows your processor (called "Chip" on newer Macs), total memory, startup disk size, and macOS version. This is usually all you need.

For more detail, click the "System Report" button in that same window. This opens a larger view where you can see your Mac's serial number, model identifier, and hardware UUID. The left sidebar lets you explore categories like Graphics, Storage, and Network to find the model numbers of individual components.

If you are looking for your Mac's age or warranty status, the serial number in System Report can be entered on Apple's support website to check coverage dates. The model identifier (something like "MacBookPro18,1") tells you the exact generation of your machine.

Finding specs on Linux

Linux distributions vary in how they display system information through a graphical interface, but the terminal method works on all of them. Open a terminal window (usually Ctrl+Alt+T on Ubuntu and similar distributions) and type the commands below.

Type lsb_release -a to see your Linux distribution name and version. Type lscpu to see your processor model, number of cores, and clock speed. Type free -h to see your total RAM and how much is in use. Type lsblk to see your storage drives and their sizes. Each command returns its information when ready.

For graphics card information on Linux, type lspci | grep -i vga to see your graphics hardware. If you need more detail about any component, the lshw command (run as sudo lshw) shows a complete hardware inventory, though the output is longer and more technical.

What each spec means and why you might need it

Your processor (CPU) is the chip that runs calculations. The name tells you the brand (Intel, AMD, Apple) and generation. A newer generation usually means faster performance. You need this if you are checking whether your computer can run new software or a video game.

Your RAM (memory) is measured in gigabytes (GB). More RAM means your computer can run more programs at once without slowing down. If you work with video editing, large spreadsheets, or many browser tabs, knowing your RAM helps you understand whether upgrades would help.

Your storage is the hard drive or solid-state drive (SSD) where files live. It is also measured in gigabytes or terabytes (TB). You need this number to know how much space you have left for new files, or to decide whether to upgrade to a larger drive.

Your graphics card (GPU) handles images and video. Integrated graphics (built into the processor) handle everyday tasks. A dedicated graphics card (a separate chip) is needed for gaming, 3D design, or video editing. The model name tells you which one you have.

Checking specs for a computer you do not own yet

If you are looking at a computer for sale online or in a store, the seller or manufacturer should list the specs in the product description. Look for the processor model, RAM amount, and storage size. If the listing does not include these, ask the seller directly before you buy.

For new computers from major manufacturers, the spec sheet is usually on the product page. For used computers, ask the seller to run System Information (Windows) or About This Mac (Mac) and send you a screenshot. This is more reliable than their description, because people sometimes misremember or guess.

When to ask for help finding your specs

If you follow the steps above and the System Information window does not open, or if the terminal commands do not work, your operating system may have a problem. In that case, restart your computer and try again. If it still does not work, you may need to contact the manufacturer's support line or take the computer to a repair shop.

If you find your specs but do not understand what they mean for your specific situation — for example, whether your RAM is enough for a piece of software you want to use — the software's system requirements page will tell you the minimum specs needed. Compare your specs to that list.

Frequently Asked Questions

Can I check my computer's specs without turning it on?

No. The operating system has to be running to display the information. However, you can sometimes find specs on a sticker on the bottom or back of the machine, though this information is often incomplete or outdated.

What if my computer shows less RAM than I thought I bought?

This can happen if one RAM stick failed, or if the operating system is not recognizing all of it. Restart the computer first. If the RAM amount is still low, one stick may have come loose or failed. A repair technician can reseat or replace it.

Does my processor speed (GHz) matter more than the number of cores?

Both matter, but in different ways. Higher GHz means faster single-task performance. More cores means better performance when running many programs at once. For everyday use, the processor generation (how new it is) matters more than either number.

Where do I find my computer's serial number?

On Windows, open System Information and look for "System Serial Number". On Mac, click About This Mac and then System Report, then look for "Serial Number". The serial number is also printed on a sticker on the bottom or back of most laptops and desktops.

Can I upgrade my processor or graphics card?

Processors are soldered to the motherboard on most modern computers and cannot be upgraded. Graphics cards can sometimes be upgraded on desktop computers, but not on laptops. RAM and storage are the two components most people can upgrade themselves. Check your computer's manual or contact the manufacturer to see what is upgradeable.