Whether you are trying to sell your old laptop, figure out if you can play a new game, or ask a tech-savvy friend for troubleshooting help, you need to know what hardware is actually inside your computer.

It is surprising how many people don't know what processor they own. I help friends and family with PC problems regularly, and the conversation almost always starts the same way: "What CPU do you have?" followed by a long pause. And to be fair, Windows doesn't always make it obvious. The internet is filled with third-party tools like CPU-Z or Speccy that will list your specs for you, but you don't need them.

Windows has incredibly detailed hardware reporting tools built directly into the operating system. Here is how to find every component in your PC in under two minutes, without downloading a single piece of software.


1. The Quick Overview: Settings App

If you just need the basic information—your processor (CPU), how much RAM you have, and whether you are running Windows 10 or 11—the standard Settings app is the fastest route.

  1. Right-click on the Start button (the Windows logo on your taskbar).
  2. Click on System from the menu that appears.
  3. You are now on the About page.
  4. Under Device specifications, you will see:
    • Processor: e.g., AMD Ryzen 7 5800X 8-Core Processor
    • Installed RAM: e.g., 32.0 GB
  5. Scroll down slightly to Windows specifications to see if you have Windows 11 Home or Pro.

Limitation: This page is great for a quick glance, but notice what is missing? It doesn't tell you what graphics card you have, or how much storage space is left.


2. The Gamer's Check: Task Manager

If you are a gamer or need to check on your graphics card (GPU) and storage drives, the Task Manager is the best tool I've found for daily use. It presents the hardware clearly and shows you how hard it is currently working.

  1. Right-click the Start button and select Task Manager (or press Ctrl + Shift + Esc).
  2. If Task Manager opens in a small window with no tabs, click More details at the bottom.
  3. Click on the Performance tab (the icon looks like a small line graph on the left sidebar in Windows 11).
  4. Click through the categories on the left:
    • CPU: Shows your exact processor name in the top right, and the number of Cores in the bottom right.
    • Memory: Shows your total RAM, and critically, its speed (e.g., Speed: 3200 MHz) and how many slots are used (e.g., Slots used: 2 of 4). This "slots used" detail is incredibly useful if you are thinking about a RAM upgrade—it tells you right away whether you have empty slots available.
    • Disk: Shows your storage drives. Look at the "Type" at the bottom to see if it is an SSD or HDD.
    • GPU: Shows the exact name of your graphics card in the top right (e.g., NVIDIA GeForce RTX 4070). It also shows your Dedicated GPU memory (VRAM) at the bottom.

3. The Deep Dive: System Information (msinfo32)

If you are dealing with tech support, upgrading your PC, or trying to find your exact motherboard model to update your BIOS, the Task Manager isn't detailed enough. You need the System Information tool.

  1. Press the Windows Key + R to open the Run dialogue box.
  2. Type msinfo32 and press Enter.
  3. A somewhat old-fashioned looking window will open. This is the master ledger of your PC's hardware.
  4. On the main System Summary page, you can find the highly specific details:
    • BaseBoard Manufacturer: This is who made your motherboard (e.g., ASUSTeK COMPUTER INC. or Micro-Star International (MSI)).
    • BaseBoard Product: This is your exact motherboard model (e.g., MAG B650 TOMAHAWK WIFI). This is crucial information if you ever need to buy compatible RAM or download driver updates.
    • BIOS Version/Date: Tells you exactly how old your motherboard's firmware is.

I used msinfo32 last month when I needed to confirm whether a friend's laptop supported a BIOS update that fixed a Wi-Fi dropout issue. The answer was right there in the BIOS Version field—his firmware was from 2022, and the fix was in a 2024 update. Two minutes of checking saved hours of troubleshooting.


4. The Diagnostic Tool: DirectX Diagnostic (dxdiag)

This is a legacy tool originally built to troubleshoot gaming and multimedia issues, but it remains one of the best ways to get a clean, exportable summary of your system.

  1. Press the Windows Key + R.
  2. Type dxdiag and press Enter.
  3. If it asks to check for digital signatures, click Yes or No (it doesn't matter for finding specs).
  4. The window that opens is divided into tabs:
    • System: Shows the CPU, RAM, and motherboard model.
    • Display: This is the most detailed view of your Graphics Card. It shows the chip type, total VRAM, and current driver version. (If you have a laptop with integrated and dedicated graphics, you will see a 'Display' tab and a 'Render' tab).
  5. The Best Feature: At the bottom, click Save All Information. This saves a text file to your desktop containing every single specification of your PC. If you are asking for help on a tech support forum like Reddit's r/buildapc, simply copy and paste the contents of that text file. It gives the experts exactly what they need to help you.

5. The Power User Method: PowerShell One-Liners

If you are comfortable with the command line, PowerShell can pull specific hardware details faster than any graphical tool. Here are the commands I use most often:

Get your exact CPU model:

Get-CimInstance Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed

Get total RAM and speed:

Get-CimInstance Win32_PhysicalMemory | Select-Object Capacity, Speed, Manufacturer

Get your GPU name:

Get-CimInstance Win32_VideoController | Select-Object Name, AdapterRAM, DriverVersion

Get your motherboard model:

Get-CimInstance Win32_BaseBoard | Select-Object Manufacturer, Product

You can copy and paste any of these directly into a PowerShell window (right-click Start > Terminal) and it will spit out exactly the information you need in a clean, copyable format. No scrolling through menus, no clicking through tabs.


When Does Knowing Your Specs Actually Matter?

You might think this is a trivial exercise, but there are several real situations where knowing your exact hardware saves you time, money, or both:

Situation What You Need to Know Best Tool
Buying a game on Steam GPU and VRAM Task Manager
Upgrading RAM Current RAM speed, slots used, motherboard model Task Manager + msinfo32
Selling your PC on marketplace Full spec sheet dxdiag (Save All)
Updating BIOS Exact motherboard model and current BIOS version msinfo32
Troubleshooting with tech support Everything dxdiag (Save All)
Checking driver compatibility GPU model and driver version dxdiag (Display tab)

Common Mistakes to Avoid

Don't confuse integrated graphics with a dedicated GPU. If Task Manager shows "Intel Iris Xe Graphics" or "AMD Radeon Graphics" without a specific model number, that is your integrated graphics—not a dedicated gaming GPU. Many people get excited thinking they have a powerful GPU when they actually don't have one installed at all.

Don't trust the sticker on the laptop. Those Intel Core i7 and NVIDIA stickers tell you the brand, but they don't tell you the specific generation or model. An "Intel Core i7" from 2018 is dramatically slower than an "Intel Core i5" from 2024. Always check the full model number.

Don't download "system scanner" tools from random websites. There is absolutely no reason to install third-party software to check your specs. Windows provides everything you need. Those scanner tools often come bundled with adware or unnecessary browser extensions.


Common Questions

Q: Can I check my specs if Windows won't boot? A: If Windows won't start at all, you can check basic specs in the BIOS/UEFI. Restart your computer and press Del, F2, or F12 during startup (the exact key depends on your motherboard). The BIOS screen shows your CPU, RAM amount, and storage drives.

Q: How do I check specs on a Mac? A: Click the Apple menu in the top-left corner, then select "About This Mac." This shows your chip, memory, and macOS version. For storage details, click "More Info" and then "Storage."

Q: How can I check if my RAM is running in dual-channel mode? A: Open Task Manager, go to the Performance tab, click Memory. Look at the bottom-right corner for "Slots used." If it says "2 of 4" or "2 of 2," you likely have dual-channel. You can confirm by running wmic memorychip get BankLabel, Capacity, Speed in Command Prompt—if memory is spread across two different banks, it is dual-channel.

Q: My Task Manager doesn't show a GPU section. Does that mean I don't have a graphics card? A: Every computer has some form of graphics processing. If you don't see a "GPU" section, your graphics are likely handled by integrated graphics built into your CPU. This is common on office laptops and budget desktops without a dedicated video card.


Summary Checklist

  • Need just the CPU and RAM? Right-click Start > System.
  • Need the Graphics Card and SSD type? Use Task Manager (Performance tab).
  • Need the Motherboard model? Run msinfo32.
  • Need to send your specs to tech support? Run dxdiag and click "Save All Information".
  • Want the fastest method? Use the PowerShell one-liners above.

You now know how to interrogate your computer like a professional IT technician, without downloading a single sketchy "System Scanner" program.