Where to find your computer specs depends on your operating system
Your computer's specifications—the processor, memory, storage, and graphics card—live in different places depending on whether you use Windows, Mac, or Linux. Windows stores this information in System Settings and Device Manager. Mac keeps it in About This Mac. Linux varies by distribution, but the terminal command lsb_release -a or neofetch will show you what you need. The fastest route on any system takes under a minute.
You'll want to know your specs for several reasons: checking if new software will run on your machine, troubleshooting hardware problems with a technician, selling or donating your computer, or straightforward understanding what you're working with. The steps below cover the most common operating systems.
Key Takeaways
- On Windows 11 or 10, open Settings, select System, then About to see processor, RAM, and storage in one place.
- On Mac, click the Apple menu in the top-left corner, select About This Mac, and you'll see processor, memory, and graphics card details.
- Windows Device Manager shows individual hardware components like graphics cards and network adapters in more detail than the Settings summary.
- If you need your specs for a technician or before buying software, the System Information window (Windows) or About This Mac (Mac) gives you everything at once.
Finding specs on Windows 11 and Windows 10
The quickest way is through Settings. Right-click the Start button (the Windows logo in the bottom-left corner) and select Settings. On the left sidebar, click System. Scroll down and click About. You'll see your processor name, installed RAM (listed as "Installed RAM"), system type (32-bit or 64-bit), and storage information.
This view gives you the essentials, but it doesn't show your graphics card or other individual components. For a more complete picture, open Device Manager instead. Right-click the Start button again and select Device Manager. Expand the categories—Display adapters shows your graphics card, Network adapters shows your network hardware, and Storage shows your hard drive or SSD. Each item can be right-clicked to view driver details and other technical information.
Finding specs on Mac
Click the Apple menu in the top-left corner of your screen and select About This Mac. A window opens showing your processor (listed as "Chip" on newer Macs or "Processor" on older ones), memory (RAM), graphics card, and storage. This single window contains nearly everything you need to know about your machine's hardware.
If you need more detailed information—such as your serial number, firmware version, or specific graphics memory—click the System Report button in that same window. This opens a more technical view where you can explore individual components. For most purposes, though, the main About This Mac window is sufficient.
Finding specs on Linux
Linux doesn't have a single graphical window like Windows or Mac, but the terminal gives you quick answers. Open a terminal and type neofetch (if installed) to see a colorful summary of your system, or type lsb_release -a to see your Linux distribution and version. For processor details, type lscpu. For memory, type free -h. For storage, type df -h.
If you prefer a graphical interface, many Linux distributions include a system information tool in their settings menu—look for "System" or "Details" in your process menu. The exact name and location varies by distribution (Ubuntu, Fedora, Debian, etc.), but the concept is the same.
What each spec means and why it matters
Processor (CPU) determines how fast your computer can think. Common names include Intel Core i5, AMD Ryzen 5, or Apple M1. A newer or higher-numbered processor generally performs better, though the generation matters more than the number alone.
Memory (RAM) is how much information your computer can hold in active use right now. It's measured in gigabytes (GB). Most modern computers have 8 GB to 16 GB. More RAM lets you run more programs at once without slowdown. If you're checking specs to see if software will run, RAM is often the limiting factor.
Storage is your hard drive or SSD—the permanent space where files live. It's also measured in gigabytes or terabytes (TB). Storage size doesn't affect speed the way RAM does, but you need enough free space for your files and for the operating system to function.
Graphics card (GPU) handles images and video. Integrated graphics (built into the processor) work for everyday tasks. A dedicated graphics card (a separate component) is needed for gaming, video editing, or 3D work. Your specs will show either "Intel Integrated Graphics" or the name of a dedicated card like NVIDIA GeForce or AMD Radeon.
When to write down your specs and where to keep them
Once you've found your specs, take a screenshot or write them down in a document you can find later. Include your processor name, RAM amount, storage size, and graphics card. Save this in a folder or cloud storage you use regularly—not buried in Downloads.
You'll use this information when talking to a technician about a problem, checking whether new software will run on your machine, or selling your computer. Having it ready saves time and prevents miscommunication. If you're troubleshooting a specific issue, your specs help a technician understand what hardware you're working with before they start diagnosing.
Frequently Asked Questions
Can I check my specs without opening Settings or Device Manager?
Yes. On Windows, right-click any file, select Properties, then Details to see some specs. On Mac, hold Option and click the Apple menu, then System Information. On Linux, terminal commands like uname -a show basic information. These routes are faster if you only need one or two details.
What if I see two different processor names in different places?
You're likely seeing the processor model number in one place and the processor generation in another. For example, "Intel Core i7-12700K" is one processor—the i7 is the series, and 12700K is the specific model. Both names refer to the same chip. Write down the full name when you need your specs for a technician.
Does my computer have enough RAM to run new software?
Check the software's system requirements first—the publisher lists the minimum RAM needed on their website or in the product description. Compare that number to your installed RAM. If your RAM is lower, the software may run slowly or not at all. If you're close to the minimum, consider that other open programs also use RAM.
Why does my storage show less space than I thought I had?
Operating systems (Windows, Mac, Linux) take up space themselves, and manufacturers sometimes measure storage differently than the operating system does. A 1 TB drive typically shows around 930 GB of usable space after the OS is installed. This is normal and not a sign of a problem.
Is there a difference between checking specs on a laptop versus a desktop?
No. The steps are identical—the operating system stores hardware information the same way regardless of whether you're using a laptop or desktop. The only difference is that laptops have integrated graphics more often than desktops do, but you'll find that information in the same places.