Find your computer specs in Windows, Mac, or Linux
Your computer's specifications tell you what hardware is inside — the processor speed, amount of memory, storage capacity, and graphics card. You need these details to know whether your machine can run new software, handle video editing, or play games at decent frame rates. The fastest way to find them depends on your operating system, but all three methods take less than a minute.
Windows stores this information in System Information, a built-in tool you can open without installing anything. Mac users can find the same data in About This Mac. Linux users have several command-line and graphical options depending on their distribution. In all cases, you are looking at the same core facts: processor model and speed, RAM amount, storage type and size, and graphics hardware.
Key Takeaways
- Windows users can open System Information by pressing Windows key + Pause/Break, or by searching "System Information" in the Start menu.
- Mac users click the Apple menu, select About This Mac, and see processor, memory, and storage details on the first screen.
- Linux users can run lsb_release -a in the terminal to see the OS version, or lscpu and free -h to see processor and memory details.
- Your processor speed is measured in GHz, RAM in GB, and storage in GB or TB — higher numbers mean more power for demanding tasks.
- Graphics information appears separately from main specs; integrated graphics share system memory, while dedicated cards have their own.
How to check specs on Windows 10 and 11
The quickest method is to press the Windows key and Pause/Break key together. This opens System Information directly. If your keyboard does not have a Pause/Break key, right-click the Start button, select System, and scroll down to see processor, installed RAM, and system type.
In System Information, look for Processor (the model and speed in GHz), Installed RAM (in GB), and System Type (32-bit or 64-bit). If you need storage details, open File Explorer, right-click C: drive or your main drive, and select Properties to see total capacity and how much space is in use. For graphics information, right-click the desktop and look for graphics control panel options — NVIDIA, AMD, or Intel depending on your card.
You can also search "Device Manager" from the Start menu to see a list of all hardware components, including network adapters, sound cards, and storage drives. This view is more detailed but less organized than System Information.
How to check specs on Mac
Click the Apple menu in the top-left corner and select About This Mac. The window that opens shows your processor model and speed, total memory (RAM), and storage capacity on the first tab. The Processor line tells you the chip type (Apple Silicon M1, M2, M3, or Intel) and speed in GHz. Memory shows your RAM in GB.
For storage breakdown — how much space is used and how much is free — click the Storage tab. This shows you which apps and files are taking up the most room. If you need graphics details, stay on the Overview tab and look for Graphics, which lists whether you have integrated graphics (built into the processor) or a dedicated card.
The System Report button at the bottom of About This Mac opens a more detailed view with information about every component, including network hardware, USB devices, and power settings. Most users find the main About This Mac window sufficient.
How to check specs on Linux
Open a terminal window. The commands vary slightly by distribution, but the most common ones work on Ubuntu, Fedora, Debian, and most others. Type uname -a to see the kernel version and system architecture (32-bit or 64-bit). Type lscpu to see processor model, number of cores, and speed in MHz.
For memory information, type free -h to see total RAM and how much is in use, displayed in human-readable format (GB instead of bytes). For storage, type df -h to see all mounted drives, their total capacity, and free space. To see graphics hardware, type lspci | grep -i vga to list your graphics card.
If you prefer a graphical interface, most Linux distributions include a system monitor or settings app that displays this same information without typing commands. GNOME-based systems (Ubuntu, Fedora) have Settings > About, which shows processor, memory, and OS version in a window similar to Mac's About This Mac.
Understanding what the numbers mean
Your processor speed is listed in GHz (gigahertz). A processor running at 3.5 GHz completes 3.5 billion cycles per second. More cores (like 8-core or 12-core) mean the processor can handle multiple tasks at once. For everyday use, a dual-core or quad-core processor at 2.0 GHz or higher is adequate. Video editing, 3D rendering, and gaming benefit from 6 or more cores and speeds above 3.0 GHz.
RAM is listed in GB (gigabytes). Windows 11 recommends 4 GB as a minimum, but 8 GB is the practical baseline for comfortable multitasking. 16 GB handles demanding software like video editors and virtual machines. 32 GB or more is for professional work like 3D animation or large database management.
Storage capacity is shown in GB or TB (terabytes; 1 TB equals 1,024 GB). A 256 GB drive fills quickly if you store video or large game libraries. 512 GB is common for general use. 1 TB or larger is standard for content creators. The type of storage also matters: SSD (solid-state drive) is much faster than HDD (hard disk drive), and most new computers use SSD.
Where to find graphics card information
Graphics hardware comes in two types: integrated (built into the processor and sharing system RAM) and dedicated (a separate card with its own memory). Integrated graphics are fine for web browsing, office work, and video playback. Dedicated cards from NVIDIA or AMD are necessary for gaming, 3D modeling, and video editing at professional quality.
On Windows, right-click the desktop and look for NVIDIA Control Panel, AMD Radeon Settings, or Intel Graphics Settings. These open the graphics control panel where you can see the card model and dedicated memory (if any). In Device Manager, expand Display Adapters to see the graphics hardware listed by name.
On Mac, the About This Mac window lists graphics under the Overview tab. Apple Silicon Macs show integrated GPU cores (like 8-core GPU or 10-core GPU). Intel Macs may show integrated Intel graphics or a dedicated AMD or NVIDIA card.
On Linux, the lspci | grep -i vga command shows your graphics hardware. For more detail, install and run glxinfo (for OpenGL information) or check your distribution's hardware settings app.
What to do with your specifications
Once you have your specs, compare them against the system requirements for software you want to use. Most software publishers list minimum requirements (the bare minimum to run) and recommended requirements (for smooth performance). If your processor, RAM, or storage fall short of the minimum, the software will not run or will run very slowly.
You can also use your specs to estimate upgrade costs. If your RAM is low (4 GB or less), adding more is usually affordable and makes a noticeable difference. If your processor is old, upgrading it often requires a new motherboard and may not be worth the cost — replacing the whole machine might be cheaper. Storage upgrades are straightforward: you can add an external drive or replace an internal drive with a larger one.
Keep your specs handy when contacting tech support or shopping for peripherals. Support staff will ask for your processor model and RAM amount. Peripheral makers (monitors, printers, external drives) often list compatibility by operating system and sometimes by processor type.
Frequently Asked Questions
What is the difference between processor speed and number of cores?
Speed (measured in GHz) is how fast one core runs. Cores are separate processing units that work in parallel. A 4-core processor at 2.0 GHz can handle four tasks simultaneously, each running at 2.0 GHz. A 2-core processor at 4.0 GHz is faster at single tasks but slower at multitasking. Most modern work benefits from more cores at moderate speed rather than fewer cores at high speed.
Can I upgrade my processor or RAM after I buy the computer?
RAM is usually upgradeable on desktop computers and some laptops. You can open the case, remove old sticks, and install new ones. Processors are soldered to the motherboard on most modern laptops and cannot be upgraded. On desktops, processors can be replaced, but you may need a new motherboard if the new processor uses a different socket type. Check your computer's manual or contact the manufacturer before attempting upgrades.
Why does my computer show less RAM available than I installed?
Windows and Mac reserve some RAM for system functions and graphics. If you installed 8 GB, you might see 7.8 GB available. This is normal. If the difference is larger (like 8 GB installed but only 6 GB available), a hardware problem or driver issue may be present. Run a memory diagnostic tool (Windows has one built in) to check for errors.
What does 64-bit or 32-bit mean?
64-bit systems can address more memory and run faster than 32-bit systems. All modern computers are 64-bit. 32-bit systems are obsolete and cannot run current software. If your computer shows 32-bit, it is very old and should be replaced if you need to run modern applications.
How often should I check my computer specifications?
Check your specs once when you buy the computer, then again if you upgrade hardware or need to troubleshoot performance problems. You do not need to check regularly unless you are tracking how much storage you are using. Storage fills over time, so checking disk space every few months helps you know when to clean up files or add external storage.