Find your computer's specs in Windows 10 or 11

The fastest way is to right-click This PC or My Computer on your desktop or in File Explorer, then select Properties. A window opens showing your processor, RAM, and operating system version in one place.

If you don't see This PC on your desktop, open File Explorer (the folder icon on your taskbar), then look for it in the left sidebar. Right-click it and choose Properties. You'll see your processor name, installed RAM listed as "Installed RAM", and your Windows version under "System".

For more detail — including your graphics card, storage drives, and motherboard — press Windows key + R, type msinfo32, and press Enter. The System Information window shows everything from processor speed to BIOS version. This is the most complete view without downloading anything.

Check specs on a Mac

Click the Apple menu in the top left corner, then select About This Mac. A window appears with your processor, RAM, graphics card, and macOS version all visible at once.

For storage breakdown — how much space your apps, photos, and files actually use — click the Storage tab in that same window. If you need even more technical detail, click System Report to see your motherboard model, serial number, and every connected device.

View Linux system information from the terminal

Open your terminal process. Type uname -a and press Enter to see your kernel version and system architecture. For processor details, type lscpu. For RAM, type free -h (the -h flag shows the numbers in gigabytes instead of bytes, which is easier to read).

To see all your storage drives and how much space each one has, type lsblk. If you want one command that shows processor, RAM, and storage together, type neofetch — though you may need to install it first using your system's package manager.

Key Takeaways

  • In Windows, right-click This PC and select Properties for a quick overview, or type msinfo32 into the Run dialog for complete technical details.
  • On a Mac, click the Apple menu and choose About This Mac to see processor, RAM, and graphics card in seconds.
  • Linux users can type uname -a, lscpu, and free -h into the terminal to view processor, RAM, and storage information.
  • Your specs tell you whether your computer can run specific software, handle video editing or gaming, and how much storage you have left.

Why you need to know your specs

Knowing your computer's specifications matters when you're buying software, checking whether a game will run, or troubleshooting performance problems. A program might require a certain processor generation or a minimum amount of RAM — you can't know if you meet those requirements without checking first.

Specs also help you understand why your computer feels slow. If you have 4 GB of RAM and you're running ten browser tabs plus photo editing software, your specs explain the lag. Knowing this helps you decide whether to upgrade your hardware or close some programs.

Understanding what each spec means

Processor (CPU) is the brain of your computer. A faster processor handles tasks more quickly. You'll see names like Intel Core i7 or AMD Ryzen 5 — the number after the brand usually indicates how powerful it is, though newer generations are faster than older ones with higher numbers.

RAM is temporary memory your computer uses while programs are running. More RAM lets you run more programs at once without slowdown. Most modern computers have between 8 and 16 GB; 4 GB is now too little for comfortable everyday use.

Storage is the permanent space where your files, photos, and programs live. It's measured in gigabytes (GB) or terabytes (TB). A 256 GB drive fills up quickly if you store videos; a 512 GB or 1 TB drive gives you more breathing room.

Graphics card (GPU) handles images and video. Integrated graphics (built into your processor) work fine for web browsing and office work. A dedicated graphics card — from Nvidia or AMD — is necessary for gaming, video editing, or 3D design.

Frequently Asked Questions

What specs do I need to run a specific program?

Check the program's official website or the store page where you'd read it. The requirements section lists the minimum processor, RAM, storage, and graphics card needed. If your specs meet or exceed those numbers, the program should run.

Can I upgrade my computer's specs?

RAM and storage drives can usually be upgraded on desktop computers and some laptops. Processors and graphics cards are harder to replace and often not worth the cost. Check your computer's manual or search your exact model online to see what's upgradeable before you buy new parts.

Why does my computer show less RAM than I installed?

On 32-bit Windows systems, the operating system can only use about 3.2 GB of RAM even if you installed more. Upgrading to 64-bit Windows solves this. On other systems, a small amount of RAM is reserved for the graphics card, which is normal and not a problem.

What's the difference between processor speed and generation?

Speed is measured in gigahertz (GHz) — higher is faster. Generation refers to when the processor was made; a newer generation is usually faster than an older one even at the same speed. An Intel Core i5 from 2023 outperforms an i7 from 2015, even if the i7 has a higher GHz number.