The fastest way to check your specs depends on your operating system

Windows users can open Settings, go to System, then About to see processor, RAM, and storage in one place. Mac users open Apple menu > About This Mac. Linux users open a terminal and type uname -a or lsb_release -a depending on the distribution. All three methods take under a minute and show the core information most people need: what processor you have, how much RAM, what operating system version, and storage capacity.

If you need more detailed information—like your graphics card model, motherboard type, or exact driver versions—you will need to dig deeper. But for everyday questions like "can I run this software" or "why is my computer slow," the built-in system information tools are usually enough.

Key Takeaways

  • Windows users find basic specs in Settings > System > About without installing anything.
  • Mac users open Apple menu > About This Mac to see processor, memory, and storage at a glance.
  • Linux users type terminal commands like uname -a or lsb_release -a to view system information.
  • For detailed specs like graphics card or motherboard model, you may need third-party tools or the Device Manager (Windows) or System Report (Mac).
  • Knowing your RAM, processor, and storage helps you understand whether your computer can run new software or games.

Finding specs on Windows 10 and Windows 11

Open the Settings app by pressing the Windows key and typing "Settings," then click the app when it appears. Once Settings opens, click System on the left sidebar, then scroll down and click About. You will see your processor name (like "Intel Core i7" or "AMD Ryzen 5"), installed RAM listed as "Installed RAM," and storage under "Device specifications."

If you need more detail, right-click the Start button and select Device Manager. This shows every piece of hardware in your computer, including your graphics card under "Display adapters" and your storage drives under "Disk drives." You can also right-click your C: drive in File Explorer, select Properties, and see how much space is used and available.

Finding specs on Mac

Click the Apple menu in the top-left corner and select About This Mac. A window opens showing your processor (listed as "Chip" on newer Macs or "Processor" on older ones), memory (RAM), and storage under "Storage." This is the quickest way to answer most questions about your Mac's power.

For more detail, click System Report in that same window. This shows your graphics card under "Graphics," your motherboard information under "Hardware," and installed software versions. You can also check storage by clicking the Apple menu, selecting About This Mac, then the Storage tab, which breaks down what is using space on your drive.

Finding specs on Linux

Open a terminal window (usually by right-clicking the desktop or pressing Ctrl+Alt+T) and type uname -a. This shows your kernel version and system architecture. For more readable output, type cat /proc/cpuinfo to see processor details, free -h to see RAM, or df -h to see storage.

If you want a single command that shows everything at once, try inxi -F (if installed) or lsb_release -a for your Linux distribution version. Different Linux distributions may have slightly different commands, so if one does not work, a quick search for your specific distribution name plus "check system specs" will point you to the right command.

Understanding what each spec means

Processor (CPU) is the brain of your computer. A newer or faster processor handles tasks more quickly. Common names include Intel Core i3/i5/i7, AMD Ryzen 3/5/7, or Apple M1/M2. The number after the brand (like "i7" or "Ryzen 5") roughly indicates power level, though newer generations are faster than older ones with the same number.

RAM (memory) is how much information your computer can hold while working on tasks. More RAM lets you run more programs at once without slowdown. Most modern computers have 8 GB, 16 GB, or 32 GB. If you have 4 GB or less and your computer feels slow, RAM is often the bottleneck.

Storage is the total space on your hard drive or solid-state drive (SSD). This is where your operating system, programs, and files live. If you are running low on storage (less than 10 percent free), your computer will slow down noticeably. You can see how much is used and how much is free in the storage information.

Graphics card (GPU) handles images and video. Integrated graphics (built into your processor) are fine for everyday work and web browsing. Dedicated graphics cards (like NVIDIA GeForce or AMD Radeon) are needed for gaming or video editing. You can see which you have in Device Manager (Windows) or System Report (Mac).

When you need specs for software or games

Software and games list their system requirements somewhere—usually on the store page, in the manual, or on the publisher's website. These requirements tell you the minimum processor, RAM, and storage needed to run the program. Compare what the software needs against what you found in your system information.

For example, if a game requires "Intel Core i5 or equivalent" and you have an Intel Core i3, the game may run but could be slow or crash. If a program needs 16 GB of RAM and you have 8 GB, it will not work well. Knowing your specs lets you make an informed decision before you buy or read.

Frequently Asked Questions

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

On Windows, open Settings > System > About and look for "System type." On Mac, open About This Mac and check if it says "Intel" or "Apple Silicon" (all modern Macs are 64-bit). On Linux, type uname -m in the terminal; if it shows "x86_64" or "aarch64," you have 64-bit. This matters because some older software only runs on 32-bit systems.

What if I see different RAM amounts in different places?

Your operating system may reserve some RAM for itself, so the amount available to programs is slightly less than the total installed. This is normal. The "Installed RAM" figure in Windows Settings or "Memory" in Mac's About This Mac shows your true total. The difference is usually small and not a problem.

Can I upgrade my processor or RAM?

RAM can usually be upgraded on desktop computers and some laptops, though it varies by model. Processors are soldered to the motherboard on most modern computers and cannot be replaced. Check your computer's manual or search your exact model number plus "upgrade RAM" to see what is possible for your machine.

Why does my storage show less space than I expected?

Operating systems, hidden system files, and recovery partitions take up space that is not always visible. A 500 GB drive might show only 450 GB available. This is normal. If you are running very low on space (under 10 percent free), delete old files, uninstall programs you do not use, or move files to an external drive.

Do I need to check my specs regularly?

No. Your specs do not change unless you physically upgrade hardware. You only need to check them when you are buying new software, troubleshooting a problem, or selling your computer. Bookmark this guide if you think you will need it again.