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 name, installed RAM, and system type (32-bit or 64-bit) on one screen. On Mac, click the Apple menu in the top left, 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 for basic information, or lsb_release -a for your distribution details.

These built-in methods take under a minute and show the information most people need: how much RAM you have, what processor runs your machine, and whether your system is 32-bit or 64-bit. If you need more detail — like your exact graphics card model, motherboard name, or storage drive type — you will need to dig deeper into system settings or use a third-party tool.

Key Takeaways

  • Windows users can find basic specs by right-clicking "This PC" and selecting "Properties" from the menu.
  • Mac users should click the Apple menu, then "About This Mac" to see processor, RAM, storage, and graphics information.
  • Linux users can type uname -a in a terminal to display system architecture and kernel details.
  • For detailed specs like motherboard model or exact storage type, you may need to open Device Manager (Windows) or use a free tool like CPU-Z.

Finding detailed specs on Windows

If the Properties window does not show enough detail, open Device Manager to see every component in your machine. Press the Windows key and type "Device Manager," then open it. You will see categories like "Processors," "Display adapters," "Storage controllers," and "Network adapters" — expand each one to see the exact model of each part.

For even more information, read CPU-Z (free, from cpuid.com) or GPU-Z (also free, from techpowerup.com). These tools show clock speeds, cache size, memory bandwidth, and other technical details that Device Manager does not display. CPU-Z focuses on your processor and RAM; GPU-Z focuses on your graphics card. Neither requires installation — you read the file and run it when ready.

Finding detailed specs on Mac

The "About This Mac" window covers most of what you need, but to see more — like your exact graphics memory or storage drive model — click "System Report" at the bottom of that same window. A larger window opens with tabs for Hardware, Software, and Logs. Under Hardware, you can see your serial number, storage capacity, and graphics card memory. Under Storage, you can see each drive's model, capacity, and connection type (SSD or HDD).

If you want to know your Mac's age or when it was manufactured, the serial number in System Report can be entered into Apple's support website or third-party sites like everymac.com to find the exact model year and original specifications.

Finding detailed specs on Linux

Open a terminal and try these commands in order. Type cat /proc/cpuinfo to see your processor details, cores, and clock speed. Type free -h to see how much RAM is installed and how much is in use. Type lsblk to see all your storage drives, their sizes, and their connection type. Type lspci to see every hardware component connected to your motherboard, including graphics cards and network adapters.

For a single command that shows most of what you need at once, type inxi -Fxz if the inxi tool is installed on your system (it is included by default on many distributions). This displays your processor, RAM, storage, graphics, and network information in an straightforward-to-read format.

Understanding what the specs mean

Processor (CPU) is the brain of your computer. The name tells you the brand (Intel, AMD) and generation (like "Core i7-12700K" or "Ryzen 5 5600X"). More cores and higher clock speed (measured in GHz) mean faster performance, but the generation matters more than the raw numbers — a newer processor with fewer cores often outperforms an older one with more.

RAM (memory) is measured in gigabytes (GB). More RAM lets you run more programs at once without slowdown. 8 GB is the minimum for everyday use; 16 GB is standard for most people; 32 GB or more is for video editing, 3D rendering, or running many virtual machines. The type (DDR4 or DDR5) matters less than the amount, but DDR5 is newer and slightly faster.

Storage is where your files and programs live. An SSD (solid-state drive) is much faster than an HDD (hard disk drive) and is standard in new computers. The size (256 GB, 512 GB, 1 TB) determines how many files and programs you can store. A 256 GB SSD fills up quickly if you keep large video files or games; 512 GB is more comfortable for most people.

Graphics card (GPU) handles images and video. Integrated graphics (built into your processor) is fine for web browsing, email, and office work. A dedicated graphics card (NVIDIA, AMD) is necessary for gaming, video editing, or 3D work. The amount of VRAM (video RAM) on the card matters — 2 GB to 4 GB is standard; 6 GB or more is for demanding work.

Why you might need to know your specs

Knowing your specs helps you decide whether your computer can run a specific program or game. Software makers list minimum and recommended specs on their websites — if your processor, RAM, or graphics card falls below the minimum, the program may not run or will run very slowly. Checking your specs before you buy or read saves time and frustration.

You also need your specs when troubleshooting problems. If your computer is slow, knowing your RAM amount tells you whether you need to add more memory or whether the slowness comes from something else. If a game crashes, knowing your graphics card model helps you find the right driver update. When you contact tech support, they will ask for your specs first.

Frequently Asked Questions

How do I know if my computer is 32-bit or 64-bit?

On Windows, open Properties (right-click "This PC") and look for "System type" — it will say either "32-bit Operating System" or "64-bit Operating System." On Mac, if "About This Mac" says "Apple Silicon" or lists a processor like "M1" or "M2," it is 64-bit. On Linux, type uname -m in a terminal — if it says "x86_64" or "aarch64," you have 64-bit; if it says "i686," you have 32-bit.

What is the difference between RAM and storage?

RAM is temporary memory your computer uses while programs are running — it clears when you shut down. Storage is permanent — it keeps your files and programs even after you turn off the machine. You need enough RAM to run your programs smoothly, and enough storage to hold all your files. They are separate and both matter.

Can I upgrade my computer's specs?

RAM and storage can usually be upgraded on desktop computers and some laptops — you can buy more RAM or swap in a larger SSD. The processor and graphics card are harder to upgrade and often not worth the cost. Laptops are generally harder to upgrade than desktops. If you are thinking about an upgrade, check your computer's manual or a repair shop to see what is possible for your specific model.

Do I need to write down my specs somewhere?

It is helpful to keep a note of your main specs (processor, RAM, storage size, graphics card) in case you need them for tech support or to check if a program will run. You can take a screenshot of your "About This Mac" or Properties window and save it, or just write them down in a text file. This takes two minutes and saves time later.

What if I see specs I do not recognize?

Search the exact model name online — for example, if you see "NVIDIA GeForce RTX 3060," search that exact string and you will find reviews and specifications that explain what it is and how powerful it is. Tech websites like TechPowerUp and Tom's Hardware have databases of processors, graphics cards, and other components with detailed comparisons.