DEV Community

Mukisa Jay Jordan
Mukisa Jay Jordan

Posted on

The Ultimate Guide to Discovering and Understanding Your Computer's Properties

Your computer already knows what it can do. The question is: do you?

I used to be the kind of person who would glaze over when anyone started talking about CPUs and RAM. "Yeah, yeah, my computer's fine," I'd say, while having absolutely no idea what was actually inside the box under my desk.

Then one day I tried to install something and it wouldn't run. Someone asked me what graphics card I had. I stared at them. I didn't know. I had owned this computer for years and had no idea what was inside it.

That felt weird. Like driving a car for years without knowing whether it had power steering or what kind of engine it had.

So I looked it up. And honestly? It wasn't even that hard. My computer had been telling me this stuff the whole time — I just didn't know where to look.

That's what this guide is about. Not turning you into a hardware expert. Just helping you stop feeling clueless about the machine you probably use every single day.

What Are "Computer Properties" Anyway?
"Computer properties" is just a fancy way of saying: the stuff your computer is made of, and the software it runs.

The usual suspects:

CPU — the processor, the thing that does the thinking
RAM — short-term memory for stuff currently happening
Storage — where your files actually live (SSD or HDD)
GPU — the graphics card, if you have one
Operating system — Windows, macOS, Linux, and which version
The boring stuff — manufacturer, model, screen resolution, etc.
None of this is glamorous. But knowing it saves you from:

Installing software that won't run
Buying a game your computer can't handle
Telling tech support "my computer's broken" without being able to say what computer you have
Making upgrade decisions based on guesses
The Five Things Worth Knowing First
You could spend hours diving into every technical detail. But if you only learn five things, make it these.

  1. The Processor (CPU) The CPU is the brain. It does the calculations, runs the instructions, makes stuff happen.

When you look up your processor, you'll see something like "Intel Core i5-12400" or "AMD Ryzen 5 5600X" or "Apple M2." That string of text actually means something — the model, the generation, how many cores, how fast it is.

Here's the thing though: GHz alone doesn't tell you much. I used to think a higher number automatically meant a faster processor. It doesn't. A newer processor at 3.0 GHz can crush an older one at 4.0 GHz because the architecture is better. Don't compare processors by clock speed alone. Look at the actual model and generation.

  1. RAM (Memory) RAM is your computer's short-term working memory. Think of storage as the filing cabinet in the other room, and RAM as the desk surface where you're actually working right now.

More RAM = more stuff can be "on the desk" at once without things getting slow.

Common amounts you'll see: 4GB, 8GB, 16GB, 32GB, 64GB+

Is more always better? No. If you're just browsing the web and writing documents, 8GB is usually fine. If you're running a bunch of apps at once, editing video, or doing something heavy, you'll want more. But buying 64GB when you only need 8GB is like buying a warehouse to store your laptop bag.

  1. Storage (SSD vs HDD) This one actually matters a lot more than people realize.

HDD (Hard Disk Drive): The old-school kind with a spinning disk inside. They're cheap and can hold a lot, but they're slow. Like, noticeably slow in daily use.

SSD (Solid-State Drive): No moving parts. Much faster. If you've ever used a computer with an SSD and then gone back to an old HDD, you already know the difference — the SSD one just feels snappier everywhere.

When you check your storage, you want to know two things: how much (like 512 GB) and what type (SSD or HDD). "512 GB SSD" tells you way more than just "512 GB."

  1. The Graphics Card (GPU) The GPU handles everything you see on screen. For basic use, your computer might have integrated graphics — graphics built into the processor that share memory with the rest of the system. For heavier stuff like gaming or video editing, you might have a dedicated GPU with its own memory.

I'll be honest: for a long time I ignored this entirely. Then I tried running something graphics-heavy and wondered why my computer sounded like a jet engine and still struggled. The GPU was the missing piece of the puzzle.

If you care about gaming, video editing, 3D work, or some kinds of AI stuff — the GPU matters. A lot. Don't just look at the CPU and assume that's enough.

  1. The Operating System This one's straightforward: Windows, macOS, or Linux. And the specific version matters — because software developers don't always support every version.

Knowing you're on "Windows" isn't enough. Are you on Windows 10? Windows 11? Which build? That stuff actually matters when you're checking if something will work.

How to Actually Find This Stuff (Without Opening Your Computer)
Good news: you don't need to crack open your case. Your computer already knows what it is. You just have to ask.

On Windows
The easy way: Settings

Hit Windows + I to open Settings, then go to System → About. You'll see the basics: processor, RAM, whether you're on 64-bit, Windows edition, version.

That's enough for most people most of the time.

The detailed way: System Information

Press Windows + R, type msinfo32, hit Enter. This thing is a treasure chest. Processor, memory, BIOS version, manufacturer, model, components, software environment. It's like your computer's ID card.

The live version: Task Manager

Press Ctrl + Shift + Esc, go to the Performance tab. This shows you what your computer is doing right now — CPU usage, memory usage, disk activity, network, GPU. It's one thing to know what hardware you have. It's another to see it actually working.

The graphics/sound check: DirectX Diagnostic Tool

Press Windows + R, type dxdiag, hit Enter. Useful for graphics memory, display info, sound devices, and DirectX info. Good to know if you're troubleshooting something multimedia-related.

The command-line way: systeminfo

Open Command Prompt and type systeminfo. Press Enter. You get a big wall of text with a lot of system details. Not the most exciting view, but it works.

PowerShell: If you're into that kind of thing, PowerShell can pull system info too, and it's more flexible if you want to do something repetitive or automated. But for a one-time look, the tools above are simpler.

On macOS
Click the Apple menu → About This Mac. You'll see the model, processor or Apple chip, memory, macOS version, storage.

If you want more detail, there's a System Information app that goes deeper — hardware, software, network, all of it.

On Linux
Linux is more varied because there are so many versions, but the terminal has your back:

lscpu — CPU info
free -h — memory info (the -h makes it human-readable)
lsblk — storage devices
uname -a — kernel info
lspci — list of hardware devices, including graphics
No graphical tool needed. The terminal tells you what's there.

The Real Question: Is My Computer "Good"?
Here's where people get confused. They look at a spec sheet and ask "is this good?" — as if "good" is a yes-or-no thing.

It's not.

A computer is only "good" relative to what you want to do with it.

Let me give you an example. Say you've got:

Intel Core i5
8 GB RAM
512 GB SSD
Integrated graphics
Windows 11
Is that good? Maybe. For browsing, documents, schoolwork, watching videos — probably totally fine. For gaming? Depends on the game, and which i5 you actually have (because "i5" alone doesn't tell you much). For video editing? You'd want to look more carefully at the CPU, GPU, and RAM.

The point is: a spec list without context doesn't tell you anything useful. You have to compare it to what you're trying to do.

So how do you figure it out?
For everyday stuff — web, email, documents, streaming — most modern computers are fine. You don't need to overthink it.

For gaming — check the game's minimum and recommended specs. Compare them to yours. Pay attention to the GPU especially. Game requirements are usually listed somewhere on the store page or the developer's site.

For creative work — video editing, 3D, graphic design — the GPU and RAM matter a lot, and so does storage speed. Check what the software recommends.

For just... knowing — write your specs down somewhere. Seriously. Next time someone asks "what computer do you have?" or you're troubleshooting something, you won't have to go looking again.

A Few Things I Wish Someone Had Told Me

  1. Write your specs down once and save them.

You will forget them. I promise. Put them in a note, a text file, a photo — somewhere easy to find. Future-you will be grateful.

  1. "Intel Core i5" is not specific enough.

There have been many, many generations of Core i5. An i5 from 2015 and an i5 from 2024 are different animals. If you're comparing or troubleshooting, you need the full model number.

  1. RAM and storage are not the same thing.

I've seen smart people confuse these. RAM is temporary working memory. Storage is where your files live permanently. You can have a huge hard drive and almost no RAM, or lots of RAM and a tiny drive. They do different jobs.

  1. Don't look at just one spec.

A great CPU with not enough RAM still feels slow when you're doing something that needs memory. A fast computer with a spinning HDD instead of an SSD feels sluggish in daily use. Everything works together.

  1. You don't need to open your computer to find basic specs.

For most people, the built-in tools give you everything you need. You don't need to crack the case unless you're actually upgrading or repairing something.

  1. If you're stuck, your specs help other people help you.

Instead of saying "my computer isn't working," saying "I have an i5-12400, 8 GB RAM, Windows 11, and here's what I was trying to do" gets you much better help, much faster.

A Real Example (Why "It Depends" Matters)
Let's go back to that example from before:

CPU: Intel Core i5 RAM: 8 GB Storage: 512 GB SSD Graphics: Integrated OS: Windows 11 64-bit

If I told you that, what would you actually know?

Well, you'd know it's probably fine for everyday stuff. But:

Which i5? A 12th gen is different from an 8th gen. That matters.
Which integrated graphics? Integrated graphics from 2015 can't do what integrated graphics from 2024 can do.
What's the computer being used for? That's the question that actually matters.
Same machine, different person, different answer. That's why context is everything.

Quick FAQ (The Stuff People Actually Ask)
How do I see all my specs? There's no single screen with everything, but start with Settings → System → About on Windows, or About This Mac on macOS. Go deeper with System Information or Task Manager if you need more.

How do I check my RAM? Windows: Settings → System → About, or Task Manager → Performance → Memory. macOS: About This Mac. Linux: free -h.

How do I check my processor? Same places — Settings → About, System Information, About This Mac, or lscpu on Linux.

SSD or HDD? Task Manager → Performance → Disk on Windows usually tells you the type. System Information tools on macOS and Linux can show it too.

How do I check my graphics card? Windows: Task Manager → Performance → GPU, or use dxdiag. macOS: About This Mac / System Information. Linux: lspci and look for graphics.

Does more RAM = faster computer? Not automatically. More RAM helps when your work actually needs it — like running lots of apps at once or doing something memory-heavy. But if your CPU is slow or your storage is old and slow, adding RAM won't fix everything.

Is an SSD better than an HDD? For most everyday uses? Yes, dramatically. Boot times, app launches, general snappiness — SSDs make a real difference. But HDDs still have a place for cheap bulk storage, depending on what you need.

Will my computer run this game/app? Find your exact specs, find the game's or app's minimum and recommended requirements, and compare. Pay attention to CPU, GPU, RAM, storage space, and OS version. Don't guess.

Should I upgrade? Depends on what's actually holding you back. If your computer feels slow because it's constantly running out of memory, more RAM might help. If storage is slow or full, upgrading storage could help. If games are struggling, the GPU (if you can upgrade it) might be the thing. But check what your specific computer even supports before spending money.

The Point
Your computer isn't just a screen and a keyboard and whatever apps you have open. It's a system — a bunch of parts with specific jobs, all working together.

The CPU thinks
The RAM holds what's happening now
The storage remembers what's important
The GPU shows you what's going on
The OS keeps the whole thing from falling apart
Once you know that, your computer stops being a mystery box. You can check what's inside. You can figure out why something isn't working. You can decide whether an upgrade actually makes sense. You can stop guessing.

And next time someone asks, "What are your computer's specs?" — you won't have to stare at the screen and make something up.

You'll know.

Top comments (0)