The fastest way to find your computer's specs
The quickest route depends on your operating system. On Windows, right-click "This PC" or "My Computer" and select Properties to see your processor, RAM, and operating system version in one screen. On Mac, click the Apple menu, select "About This Mac," and you'll see the same information. On Linux, open a terminal and type uname -a for basic details, or lsb_release -a for your Linux version.
These built-in tools show you the core specs most people need: what processor you have, how much RAM is installed, your storage drive type, and which operating system version runs on your machine. You don't need to read anything or restart your computer.
Key Takeaways
- Windows users can right-click "This PC" and select Properties to see processor, RAM, and OS version without opening any other programs.
- Mac users find the same information by clicking the Apple menu and selecting "About This Mac."
- Linux users can type uname -a in a terminal to display system information including kernel version and processor type.
- For detailed storage and hardware information beyond the basics, Windows offers Disk Management and Device Manager, while Mac has System Report.
Finding your specs in Windows
Right-click on "This PC" (Windows 10 and 11) or "My Computer" (older versions) on your desktop or in File Explorer. Select Properties from the menu. A window opens showing your processor name and speed, installed RAM, system type (32-bit or 64-bit), and Windows version number.
If you need more detail—storage breakdown, graphics card information, or a list of all installed hardware—open Device Manager. Press the Windows key and type "Device Manager," then press Enter. You'll see categories like Processors, Display adapters, and Disk drives. Click the arrow next to any category to expand it and see what's installed.
For storage details, right-click your C: drive (or whichever drive you want to check) in File Explorer and select Properties. This shows total capacity, used space, and free space. If you want to know your drive type—whether it's a solid-state drive (SSD) or older spinning hard drive—open Device Manager, expand Disk drives, right-click your drive, and select Properties. The Device type field will say SSD or HDD.
Finding your specs on Mac
Click the Apple menu in the top-left corner and select "About This Mac." The window that opens shows your Mac model, processor, memory (RAM), graphics card, and macOS version. This covers what most people need to know.
For more detailed information, click the "System Report" button in that same window. You'll see expanded details about your storage drives, USB devices, network adapters, and battery health (on laptops). The Storage tab shows how much space each drive has and how much is used.
To check your drive type—SSD or traditional hard drive—open System Report and click Storage. Next to each drive name, you'll see the type listed. Most modern Macs use SSDs, but if you have an older machine or external drive, this is where you'll find that information.
Finding your specs on Linux
Open a terminal window. Type uname -a and press Enter. This displays your kernel version, processor architecture, and operating system name in one line. For a more readable breakdown, type uname -m to see just your processor type (x86_64 for 64-bit Intel/AMD, for example).
To see your Linux distribution name and version, type lsb_release -a and press Enter. This shows whether you're running Ubuntu, Fedora, Debian, or another variant, plus the version number.
For RAM information, type free -h to see total memory and how much is currently in use. To see storage, type df -h for a breakdown of all mounted drives and their capacity. If you want a list of all hardware devices, type lspci to see graphics cards, network adapters, and other components.
Understanding processor and RAM specs
Your processor name tells you the brand and generation. Intel processors are usually labeled Core i3, i5, i7, or i9, followed by a number like 13th Gen or 12th Gen. AMD uses Ryzen 3, 5, 7, or 9. The higher the number, the newer and faster the processor. The speed listed next to it (measured in GHz) shows how fast it runs—higher is faster, but generation matters more than raw speed.
RAM is measured in gigabytes (GB). Most modern computers have 8 GB, 16 GB, or 32 GB. More RAM lets you run more programs at once without slowdown. If you're checking specs to see whether your computer can run a specific program, look for the RAM requirement first—it's usually the limiting factor for older machines.
Checking storage and drive type
Your storage capacity is measured in gigabytes (GB) or terabytes (TB). One terabyte equals 1,000 GB. A typical modern computer has 256 GB, 512 GB, or 1 TB of storage. This is where your operating system, programs, and files live.
The drive type matters for speed. An SSD (solid-state drive) is much faster than an HDD (hard disk drive) and is standard on computers made after 2015. If your computer has an HDD, upgrading to an SSD is one of the fastest ways to improve performance. You can check your drive type in Device Manager (Windows), System Report (Mac), or by typing lsblk in a terminal (Linux).
When you need your specs and what to do with them
You typically need your specs when buying software, checking whether a game will run on your machine, or troubleshooting a problem with technical support. When you contact support, have your processor name, RAM amount, and operating system version ready—support staff will ask for these first.
If you're buying software or a game, check the system requirements against your specs. The requirement will list a minimum processor, minimum RAM, and minimum storage space. Your computer must meet or exceed all three. If you're below the minimum RAM, the program will run slowly or not at all. If you're below the minimum storage, you won't have room to install it.
Frequently Asked Questions
How do I know if my computer has enough RAM to run a program?
Check the program's system requirements and compare the minimum RAM listed to what you have. If the requirement says 8 GB and you have 16 GB, you're fine. If you have 4 GB and the requirement is 8 GB, the program will run slowly or not at all. You can check your RAM by right-clicking This PC (Windows) or opening About This Mac (Mac).
What's the difference between processor speed and generation?
Generation (like 12th Gen or 13th Gen) matters more than raw speed in GHz. A newer processor at 2.5 GHz will outperform an older processor at 3.0 GHz. When comparing specs, look at the generation number first, then the speed as a tiebreaker.
Can I upgrade my computer's specs after I buy it?
RAM and storage can usually be upgraded on desktop computers and some laptops. Processors cannot be upgraded on laptops and are difficult to upgrade on desktops. If you're buying a computer and think you'll need more RAM or storage later, it's cheaper to add it now than to upgrade after purchase.
Why does my computer show less storage space than advertised?
The operating system and built-in programs take up space. A computer advertised as 256 GB might show 220 GB available because Windows, Mac, or Linux and pre-installed software use about 30–40 GB. This is normal and expected.
How do I know if my computer is 32-bit or 64-bit?
On Windows, right-click This PC and select Properties. Look for "System type"—it will say either 32-bit or 64-bit. On Mac, open About This Mac and look at the processor line; modern Macs are all 64-bit. On Linux, type uname -m in a terminal; x86_64 means 64-bit, i686 means 32-bit.