Where to find your computer's specs depends on your operating system

Your computer's specifications — the processor, RAM, storage, graphics card, and other hardware details — live in different places depending on whether you use Windows, macOS, or Linux. The fastest route is usually a built-in system information tool that takes 30 seconds to open. You do not need to install anything or restart your machine.

Knowing your specs matters when you are buying software, troubleshooting a slow computer, or checking whether a game or program will run. A manufacturer's website often lists minimum specs, and comparing them to what you actually have tells you whether to expect problems.

Key Takeaways

  • Windows users can open System Information by typing "msinfo32" into the search box, which shows processor, RAM, and storage in one window.
  • macOS users click the Apple menu, select About This Mac, and see the same core specs plus graphics card details in the System Report button.
  • Your specs also appear in Settings or System Preferences under storage or about sections, though the built-in tools are faster.
  • Third-party tools like CPU-Z or GPU-Z show more detail about your processor and graphics card if you need deeper information.
  • Taking a screenshot of your specs or writing them down prevents you from having to look them up again later.

Finding specs on Windows 10 and Windows 11

The fastest way is to use the System Information tool. Press the Windows key and type "msinfo32" (without quotes), then press Enter. A window opens showing your processor name, installed RAM, system type (32-bit or 64-bit), and Windows version all in one place.

If you want storage information, open File Explorer, right-click "This PC" on the left side, and select Properties. You see how much total storage your computer has and how much is currently used. This does not show you the storage speed or type (SSD versus hard drive), but it tells you the capacity.

Another route is Settings. Press Windows key + I to open Settings, then click System on the left, and scroll down to About. You see processor, installed RAM, and device name. This view is simpler but shows fewer details than System Information.

Finding specs on macOS

Click the Apple menu in the top-left corner and select "About This Mac." A window appears showing your processor, memory (RAM), storage, and graphics card. For more detailed information about your graphics card or other components, click the "System Report" button in that same window.

If you want to know storage usage, click the Apple menu, select "About This Mac," then click the "Storage" tab. You see how much space is used and what is taking up room — applications, documents, photos, and so on.

Finding specs on Linux

Open a terminal window. Type "uname -a" and press Enter to see your kernel version and system architecture. Type "cat /proc/cpuinfo" to see processor details, or "free -h" to see RAM information. Type "df -h" to see storage space and usage across all drives.

If you prefer a graphical tool, most Linux distributions include a system monitor process. Search your applications menu for "System Monitor" or "Settings" and look for an About or System section. The exact location varies by distribution.

Understanding what each spec means

Processor (CPU) is the chip that does calculations. A faster processor with more cores handles demanding tasks better. You will see names like Intel Core i7 or AMD Ryzen 5, followed by a generation number — newer numbers are generally faster.

RAM (memory) is temporary working space your computer uses while programs are running. More RAM lets you run more programs at once without slowdown. Common amounts are 8 GB, 16 GB, or 32 GB. If your computer feels slow when you have many browser tabs open, low RAM is often the cause.

Storage is permanent space where your files, programs, and operating system live. An SSD (solid-state drive) is much faster than an older hard drive (HDD). Storage size ranges from 256 GB on budget machines to 1 TB or more on larger systems.

Graphics card (GPU) handles images and video. Integrated graphics (built into the processor) work for everyday tasks and light gaming. A dedicated graphics card (NVIDIA or AMD) is necessary for demanding games or video editing.

Using third-party tools for deeper detail

If the built-in tools do not show what you need, free programs like CPU-Z (Windows) or GPU-Z (Windows) display processor and graphics card details that the system tools omit — clock speed, cache size, power consumption, and temperature.

read these tools from their official websites only. CPU-Z is made by CPUID, and GPU-Z is made by TechPowerUp. Both are portable, meaning you do not have to install them — you can run them directly from a folder. Close them when you are done; they do not stay running in the background.

For macOS, Mactracker shows detailed specs for your Mac model and compares it to other models. For Linux, the terminal commands listed above are usually sufficient, and most distributions include graphical system monitors in their default applications.

Why you might need your specs

Software and games list minimum specs — the lowest processor, RAM, and storage they need to run. Comparing your specs to those minimums tells you whether to expect the program to work smoothly or struggle. If your computer falls short, the program may not run at all or will run very slowly.

When you contact technical support for a slow computer or a program that will not start, the support person will ask for your specs. Having them written down or screenshotted saves time and prevents miscommunication.

If you are selling or trading in your computer, the buyer will want to know the specs. Having them ready makes the transaction faster and gives you confidence that you are quoting accurate information.

Frequently Asked Questions

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

On Windows, open System Information (type "msinfo32"), and look for "System Type." It will say either "x86-based PC" (32-bit) or "x64-based PC" (64-bit). On macOS, click About This Mac and look at the processor line — if it says Apple Silicon or Intel Core with "64-bit," your Mac is 64-bit. Most modern computers are 64-bit.

What is the difference between RAM and storage?

RAM is temporary memory that your computer uses while programs are running — it clears when you shut down. Storage is permanent space where files and programs live. You need enough RAM to run programs smoothly, and enough storage to hold your files and operating system. They are separate things.

Can I upgrade my processor or graphics card?

On desktop computers, yes — you can replace the processor and graphics card if you have the right motherboard. On laptops, the processor is usually soldered to the motherboard and cannot be upgraded. Graphics cards in laptops are rarely upgradeable either. Check your computer's manual or contact the manufacturer to confirm what is replaceable in your specific model.

Why does my computer show less storage than I bought?

Manufacturers measure storage in decimal (1 TB = 1 trillion bytes), but computers measure in binary (1 TB = about 931 GB). The operating system also takes up space — Windows uses 20 to 30 GB, macOS uses 10 to 20 GB. A 256 GB drive shows around 200 GB available after the operating system is installed.

What if my specs seem too low to run a program?

Try running the program anyway — minimum specs are conservative, and many programs run on lower specs than advertised, just more slowly. If it does not work or is too slow, you have a few options: close other programs to free up RAM, upgrade your RAM if your computer allows it, or use a lighter alternative program that needs fewer resources.