You can view laptop specifications in Settings/About, System Information, or terminal tools on Windows, macOS, Linux, and ChromeOS.
Laptop specifications help with upgrades, game settings, driver choices, and resale value. This guide walks you through the quickest built-in ways to see your CPU, RAM, storage, graphics, display, battery, and motherboard details across Windows, macOS, Linux, and ChromeOS—no junkware, no guesswork.
Finding Laptop Specs On Windows, Mac, Linux, And ChromeOS
Every platform has two paths: a fast glance for the basics and a deeper view for full details. Start with the quick path; if you need the model number, GPU memory, or slot layout, jump to the deeper tools in each section below.
Windows: Fast Path And Deep Detail
Fast Path: Settings → About
- Press Windows+I to open Settings.
- Go to System → About.
- Check Device specifications (processor, RAM) and Windows specifications (edition, version, build).
This screen is enough for most shoppers, game minimums, or basic upgrade checks.
Deep Detail: System Information (msinfo32)
- Press Windows+R, type
msinfo32, press Enter. - Review System Summary for motherboard model, BIOS/UEFI version, Secure Boot state, and more.
- Open Components to see display adapter, storage, network, and battery details.
- To save a full report, use File → Export….
Tip: if you’re checking GPU or audio support for games, the DirectX Diagnostic Tool shows the graphics driver, VRAM, and DirectX version in one place—see the next sub-section.
Graphics & DirectX: DxDiag
- Press Windows+R, type
dxdiag, press Enter. - In the System tab, check the DirectX version.
- In the Display tab, check GPU name, total memory, and driver version/date.
- Use Save All Information… to export a text file for support tickets.
Copy-Paste Commands For Windows (PowerShell)
Open PowerShell (search “PowerShell”, right-click → Run as administrator) and paste any of these blocks.
# Full system snapshot
Get-ComputerInfo
# CPU, RAM, motherboard, BIOS
Get-CimInstance Win32_Processor | Select-Object Name,NumberOfCores,MaxClockSpeed
Get-CimInstance Win32_PhysicalMemory | Select-Object Capacity,Speed,Manufacturer
Get-CimInstance Win32_BaseBoard | Select-Object Product,Manufacturer,SerialNumber
Get-CimInstance Win32_BIOS | Select-Object SMBIOSBIOSVersion,ReleaseDate
# GPU(s) and driver
Get-CimInstance Win32_VideoController | Select-Object Name,AdapterRAM,DriverVersion,DriverDate
# Disks and partitions
Get-PhysicalDisk | Select-Object FriendlyName,MediaType,Size,HealthStatus
Get-Volume | Select-Object DriveLetter,FileSystemLabel,FileSystem,SizeRemaining,Size
Need a one-liner? Run systeminfo in Command Prompt for a quick text summary, or export DxDiag for a game support ticket.
macOS: Quick Overview And Full Report
Quick Overview: About This Mac
- Click the menu → About This Mac (or System Settings → General → About on newer versions).
- See the model name, chip (Apple silicon or Intel), memory, and serial number.
- Select More Info… for storage and display details.
Full Report: System Report
- From About This Mac, click System Report….
- Review Hardware → Hardware Overview for model identifier, CPU, core count, memory slots, and Boot ROM.
- Check Graphics/Displays for GPU model and VRAM; Storage for drive type and protocol; Power for battery cycle count and condition.
Copy-Paste Commands For Mac (Terminal)
Open Terminal (Spotlight → “Terminal”) and paste the blocks you need.
# Full hardware profile (large output)
system_profiler SPHardwareDataType SPDisplaysDataType SPMemoryDataType SPStorageDataType
# CPU brand string
sysctl -n machdep.cpu.brand_string
# Battery cycle count and health (Mac notebooks)
ioreg -l | grep -i "CycleCount\|DesignCapacity\|MaxCapacity"
Linux: GUI Hints And Shell Snippets
GUI Hints
Desktop environments often include a system panel: “About” in GNOME, “Info Center” in KDE. These show CPU, RAM, GPU driver, and OS version. For deeper detail, use the terminal tools below.
Copy-Paste Commands For Linux (Terminal)
# CPU model and cores
grep -m1 "model name" /proc/cpuinfo
# Memory (installed and free)
free -h
# Disks and NVMe model names
lsblk -o NAME,MODEL,SIZE,TYPE,MOUNTPOINT
# Graphics stack
lspci | egrep -i "vga|3d|display"
# Distro and kernel
lsb_release -a 2>/dev/null || cat /etc/*-release
uname -r
On Debian/Ubuntu families, you can install lshw and run sudo lshw -short for a full inventory.
ChromeOS: Quick Checks That Work On Any Brand
Fast Path: About ChromeOS
- Select the clock → Settings (gear icon).
- Open About ChromeOS for version, channel, and update status.
Deep Detail: chrome://system
- Open Chrome, type
chrome://systemin the address bar, press Enter. - Use the Expand buttons to view CPU, memory, storage, battery, and network data.
For live CPU and memory usage, open the browser menu → More tools → Task manager.
What Specs Matter For Common Tasks
Everyday Work And Study
- CPU: Any recent 4-core chip handles browsers, Docs, and video calls.
- RAM: 8 GB keeps many tabs smooth; 16 GB if you stack dozens of tabs and apps.
- Storage: 256 GB SSD gives room for downloads and photos; cloud users can live with 128 GB.
- Wi-Fi: AX/Wi-Fi 6 or newer helps in crowded homes or dorms.
Creative Work: Photo, Video, Audio
- CPU/GPU: Look for a recent multi-core CPU and a GPU with modern codec support (H.264/H.265, AV1 where available).
- RAM: 16–32 GB for large RAW files or timelines.
- Storage: NVMe SSD for fast projects; consider a second SSD or external NVMe for scratch space.
- Display: IPS or OLED panel with wide gamut and a calibration option.
Gaming
- GPU: The bottleneck for 1080p and higher. Check VRAM against game recommendations.
- CPU: 6+ cores help with high-refresh esports titles.
- RAM: 16 GB is the comfort zone today.
- Storage: SSD cuts load times; leave 20–30% free for best results.
How To Read Spec Sheets Without Guessing
Spec labels vary by brands and resellers. Here’s how to decode them fast:
- Model Code: The full model (not just the family) maps to exact ports, screen, and battery size. Find it in Windows msinfo32, macOS Hardware Overview, or the laptop’s bottom label.
- CPU Name: Both Intel and AMD encode generation and class (e.g., “i5-1240P,” “Ryzen 7 7840U”). Compare generation before core count.
- GPU Tier: Mobile GPUs share names with desktop parts but differ in power limits. Check VRAM and driver date in DxDiag or System Report.
- Memory: “LPDDR” is soldered; “DDR4/DDR5 SODIMM” is usually upgradable. Slot count shows in system tools; the vendor’s manual confirms it.
- Storage: “PCIe NVMe” signals speed; “SATA” is slower. Tools list the model string so you can look up exact specs.
- Wireless: “AX/Wi-Fi 6” or “BE/Wi-Fi 7” suggests better performance with modern routers.
Copy-Ready Checks For Support Tickets
When a seller or support team asks for “full specs,” send a small, clean bundle:
- Windows: Run DxDiag and click Save All Information…; attach the text file.
- macOS: In System Report…, choose File → Save… to produce a .spx file.
- Linux: Run
sudo lshw -short > hardware.txt; attach the file. - ChromeOS: Visit
chrome://system, click Expand on the sections you need, then copy to a doc.
Common Roadblocks And Quick Fixes
- Spec Tool Won’t Open: On Windows, confirm you typed
msinfo32(not “msinfo”). If blocked by policy, open PowerShell and runGet-ComputerInfoinstead. - Unknown GPU Name: Laptops with integrated + discrete graphics may show both. Games use the discrete one when plugged in and set to performance mode.
- RAM Shows Less Than Installed: Integrated graphics reserve shared memory; this is normal on many thin-and-light models.
- Battery Info Missing: Some vendors hide health data. On macOS, use the Power section in System Report; on Windows, generate a battery report with
powercfg /batteryreportin an admin Command Prompt.
Quick Reference Table
The table below lists the fastest menu path and the best deep-dive tool for each platform.
| Platform | Fast Path (Basics) | Deep Detail Tool |
|---|---|---|
| Windows | Settings → System → About | System Information (msinfo32) / DxDiag |
| macOS | → About This Mac / More Info… | System Report (hardware, graphics, power) |
| Linux | About panel in desktop settings | Terminal: lshw, lsblk, lspci |
| ChromeOS | Settings → About ChromeOS | chrome://system (expand sections) |
When To Use Official Guides
If you’re filing a warranty claim or checking upgrade paths, it helps to follow platform-specific instructions from the vendor. See Microsoft’s device info guide and Apple’s system information guide for step-by-step screenshots and wording used by support teams.
Checklist: What To Record Before You Upgrade Or Sell
- Laptop model code and year.
- CPU family and core count.
- GPU model and VRAM (if any).
- RAM size, speed, and slot status.
- Storage size, interface (NVMe/SATA), and health if available.
- Display size, resolution, refresh rate, and panel type.
- Battery cycle count and condition.
- Wi-Fi/Bluetooth version.
- Port list (USB-C/Thunderbolt, HDMI, SD).
- OS version/build and firmware version.
FAQ-Style Speed Round (No Fluff)
Where’s My Exact Model Number?
On Windows, open msinfo32 and check System Model. On Mac, see Hardware Overview. Many laptops also print a label under the chassis.
How Do I Export Specs For A Repair Ticket?
Windows: DxDiag text file. macOS: .spx from System Report. Linux: lshw output. ChromeOS: expand sections at chrome://system and copy.
Can I See Memory Slots And Speeds?
Windows: msinfo32 → Components → Memory. macOS: SPMemoryDataType in system_profiler. Linux: sudo dmidecode -t memory (where allowed).
What If The Tool Names Don’t Match My OS Version?
Vendors rename panels between releases. If you don’t see an option, search for it in the system Settings search bar. The underlying tools—msinfo32, DxDiag, System Report, and terminal commands—remain consistent.
