Nerds 2 You Logo

Need Help Now?

The laptop fan starts roaring halfway through a video call. A storage warning appears while you're downloading a work file. Then an application refuses to install, and you're left wondering whether the problem is the computer, the operating system, or one missing hardware requirement.

Before you buy memory, book a repair visit, or submit a warranty request, check the computer's specifications. A short inventory of the processor, RAM, storage, graphics, operating system, firmware, model, and serial number gives a technician something useful to work with. It also helps you decide whether an upgrade is sensible or whether the machine needs hands-on diagnosis.

Table of Contents

Why Checking Your Specs Matters Before You Call for Help

A homeowner in Edmonton may call about a “slow laptop” when the issue is a nearly full drive. A small office may report that a workstation “can't run the new software” without knowing its processor architecture, available memory, or graphics hardware. Those descriptions are understandable, but they leave a technician sorting through possibilities before any repair decision can begin.

A quick self-check changes that conversation. If you can provide the exact computer model, installed RAM, processor, storage capacity, available space, graphics adapter, operating system version, and serial number, the technician can assess compatibility before arriving. That can prevent a trip based on the wrong memory module, an unsuitable drive, or a model that needs a different repair path.

Microsoft's Windows 11 system requirements for Canada give users a useful baseline. A compatible computer needs a 1 GHz or faster processor with two or more cores, 4 GB of RAM, and 64 GB of storage, along with requirements such as UEFI Secure Boot, TPM 2.0, and a DirectX 12-capable graphics card. These details matter when an Edmonton household or small business is deciding whether to repair, upgrade, or replace a machine.

Practical rule: Record the identity of the machine before you troubleshoot its symptoms. The model and serial number often matter as much as the visible fault.

Specifications also put performance complaints into context. Ontario Tech's laptop standards use 16 GB of RAM and at least a 250 GB SSD with 50 GB free space as a practical benchmark for running multiple programs, while an engineering-focused standard uses a 500 GB drive and recommends a dedicated workstation-class GPU for demanding workflows. Those thresholds don't prove that every computer below them is unusable, but they show why a machine can boot normally and still feel inadequate for school, remote work, or business multitasking.

If your problem involves connectivity rather than hardware, a guide to finding your PC's IP address can help separate a network issue from a computer specification issue. The platform-specific methods below cover Windows, macOS, and Linux, so you can gather the right information before escalating the problem.

How to Check Computer Specs on Windows

For a quick first read on a Windows computer, right-click the Start button and choose System. This is also the first built-in route used in many on-site visits because it avoids installing a scanner and puts the basic device information in front of you immediately.

Look for:

  • Processor: The model name and, where shown, its speed.
  • Installed RAM: The memory Windows reports as installed.
  • System type: Whether the system is 64-bit or another architecture.
  • Windows edition and version: Useful for compatibility and support decisions.

You can also open Settings > System > About. This view adds the device name, product information, Windows specifications, version, and OS build. It's a convenient summary, but it isn't a complete hardware inventory. Settings can show enough to identify a basic compatibility problem, yet it may not reveal the motherboard, firmware, or every component a technician needs.

Use System Information for a deeper inventory

Press Windows key + R, type msinfo32, and press Enter. Microsoft identifies this as the built-in System Information utility for detailed machine data. In System Summary, record the operating system name and version, system manufacturer, system model, processor, total physical memory, BIOS or UEFI version, system type, and baseboard product.

Screenshot from https://example.com/screenshots/msinfo32-system-summary.png

Expand Components when the issue involves a specific part. Open Display for graphics details, then check storage and other categories as needed. Microsoft's System Information guidance also notes that opening the utility with administrator privileges can improve reporting for drivers and services.

Check live behaviour, not just advertised hardware

Open Task Manager and select Performance. CPU, Memory, Disk, and GPU panels show current use alongside hardware labels and reported speeds. This matters when a computer has adequate specifications on paper but becomes unusable during a call or while several applications are open. For a fuller explanation of the tool, see what Task Manager does.

Use dxdiag when graphics or audio compatibility is the concern. Its Display tab can help identify the GPU, graphics memory, driver details, and DirectX information. Device Manager belongs later in the workflow. It's valuable for checking whether Windows detects a device and whether a driver has a warning, but it usually isn't the best place to learn the complete specification of that device.

When you need to send information to a technician, use File > Export in System Information and save the report. An .nfo file preserves a much more useful record than a photograph of a single Settings screen.

How to Check Specs on macOS

On a Mac, start with the Apple menu and About This Mac. The opening panel gives you the chip or processor description, memory, serial number, and macOS version in one place. That quick view is usually enough to identify the machine and begin a support conversation.

Record the serial number before a repair visit. It distinguishes the actual computer from another model that may share the same external design, and it gives a service provider a precise device identifier. The Support area in About This Mac is also a fast route to available service information and warranty status.

Move from the summary to System Information

Select More Info to open the fuller system view, then launch System Information. The names and layout can vary slightly between macOS releases, but these areas are the most useful:

  • Hardware Overview: Model identifier, processor or chip type, reported speed where applicable, and memory.
  • Memory: Installed memory details, module information, and available slots on systems that expose separate modules.
  • Storage: Drive capacity, free space, volumes, and available health information such as SMART status where supported.
  • Graphics/Displays: GPU model, displays, and graphics memory details.
  • Network: Network adapters and related interfaces when connectivity is part of the diagnosis.

Screenshot from https://example.com/screenshots/macos-about-this-mac.png

Storage deserves a separate look because the amount of free space can be very different from the drive's total capacity. If the Mac is slow during file operations, updates, or application launches, record both values. A practical guide to freeing space on a Mac can help with cleanup, but don't delete files until you've confirmed what they are and whether a backup exists.

Apple Silicon Macs report memory differently from many Intel systems. The computer uses unified memory, so the total RAM is shared between the CPU and GPU rather than being presented as ordinary system memory plus a separate VRAM pool. That means a graphics-heavy application can consume part of the same memory pool shown in the overview, and comparing the number directly with a discrete-GPU Windows computer can produce a misleading conclusion.

Checking Hardware Specs on Linux

Linux gives you excellent visibility, but the information is spread across terminal tools rather than one universal summary window. Open a terminal with Ctrl+Alt+T, then begin with commands that answer one question at a time.

lscpu

This returns the processor model, architecture, core information, and thread information in a compact summary. For memory, use:

free -h

The -h option presents installed, used, and available memory in human-readable units such as GiB or MiB. That distinction matters because “available” memory is not the same as the total installed memory.

Map storage and attached hardware

Start with the storage layout:

lsblk

This lists block devices, their sizes, mount points, and filesystems. Pair it with:

df -h

df -h shows used and available space for mounted partitions. lsblk tells you what devices exist, while df -h tells you how full the mounted filesystems are. You need both views before deciding that a drive needs replacement.

For a broader inventory, install and run:

sudo lshw -short

The short hardware tree can include the motherboard, processor, graphics device, network adapters, storage, and audio hardware. Some firmware and serial-number fields require sudo, so the unprivileged output may be incomplete. If you need a more consolidated report, inxi -Fxz is an optional all-in-one reporter that gathers system information into a single readable block, with sensitive identifiers masked by the -z option.

An infographic showing five Linux terminal commands to check CPU, RAM, storage, GPU, and system information.

Treat decorative summaries with caution

neofetch can make a terminal look tidy, but it's mainly a decorative summary. It shouldn't be the source for an upgrade decision because it may omit the storage layout, slot information, firmware details, or the distinction between integrated and discrete graphics. Use focused commands when the result will determine what part you buy or what repair a technician performs.

Which Specs to Record and Why They Matter

A full report can contain more information than anyone needs. A better approach is to record the fields that answer the decision in front of you. The information required for a RAM upgrade is different from the information needed for a warranty claim or application compatibility check.

For memory, write down the installed total, occupied and free DIMM or SODIMM slots, maximum supported capacity, memory type, and rated speed. The motherboard or system manufacturer's documentation may be needed to confirm the maximum, because the amount currently installed doesn't prove what the computer can accept. Processor details also matter, and understanding processor speed helps prevent a comparison based only on a single clock-speed figure.

Storage needs a separate record. Capture the interface, such as SATA or NVMe, total capacity, current free space, and whether the motherboard has an unused slot. A laptop can have room for a larger replacement drive without having room for a second drive, and a desktop may offer expansion options that a compact system doesn't.

For repairs and warranty conversations, accuracy beats detail. Copy the exact model number, serial number or service tag, operating system edition and build, and BIOS or firmware revision. A marketing name printed on a chassis may identify a family of computers, while the system-reported model identifies the configuration in front of you.

Software compatibility depends on another group of fields. Record the CPU architecture, such as x86 or ARM, the GPU model and available graphics memory, and the minimum operating system version required by the application. The result should fit on a one-page handout that you can print or save before a service call.

Task Fields to Record Why It Matters
RAM upgrade Installed RAM, occupied and free slots, maximum capacity, memory type, speed Confirms whether a new module is compatible and whether expansion is possible
Storage upgrade Interface, total capacity, free space, drive layout, unused slot Separates a replacement drive from a possible second-drive installation
Repair visit Exact model, serial number or service tag, OS build, BIOS or firmware revision Helps identify the device and narrow the diagnostic path
Warranty claim Model, serial number, purchase or service information, firmware details Gives the service provider the correct machine identity
Software compatibility CPU architecture, GPU model, graphics memory, supported OS version Shows whether the application requirement matches the actual platform

Keep the document with your backup and purchase records. A technician can work from a clear inventory much faster than from a series of uncertain guesses.

Common Mistakes When Reading Your Specs

The most common reading error is confusing free space with total drive capacity. A storage screen may show a large drive while leaving little usable room, or show a modest amount of free space without making the total capacity obvious. Record both figures from the storage view, not just the number that happens to be highlighted.

GPU names also invite false confidence. A label such as “Intel UHD” or “Radeon Graphics” may describe integrated graphics built into the processor rather than a separate graphics card. That distinction affects gaming, 3D applications, video work, and upgrade planning, so confirm the complete entry in Display, Task Manager, or the platform's detailed hardware report.

Read the component category, not just the brand name. “Radeon” identifies a graphics family, but it doesn't by itself tell you whether the computer has a dedicated card, shared memory, or a particular performance level.

Third-party scanner apps can save time in some environments, but they can also report inflated memory, misidentify a processor, or display a serial number that doesn't match the machine. Some bundle upgrade prompts that encourage a purchase before the hardware has been verified. Built-in tools are the safer starting point for a repair or compatibility decision because they report what the operating system and firmware identify directly.

Laptop stickers create another trap. Manufacturers often sell multiple configurations under one chassis name, so the branding on the lid or underside may not match the exact SKU reported by the BIOS or System Information. Use the sticker as a clue, then confirm it against the operating system.

Finally, don't skim past firmware and software labels. A BIOS date can be mistaken for the firmware version, while Windows editions such as Pro, Home, or Education can affect available drivers and features. Copy the complete field rather than paraphrasing it from memory.

A Quick Spec-Check Checklist Before Upgrades or Repairs

Use the platform-specific tools above to create one consistent record. The quick view is useful for orientation, while the deeper system utility confirms details that affect parts, drivers, firmware, and service decisions.

  • Confirm the platform: Record the operating system edition, version, build, and system architecture.
  • Identify the processor: Copy the full CPU or chip model, including any generation or architecture indicator shown by the system.
  • Document memory: Write down the installed total and, where available, slot usage and memory type.
  • Separate storage values: Record total capacity, free space, interface, and the visible drive or partition layout.
  • Check graphics: Capture the full GPU name and driver version. On macOS, note how unified memory is presented.
  • Copy the device identity: Save the exact model, serial number, service tag, or Apple serial number.
  • Export the report: On Windows, save the System Information report when a technician needs more than a short summary.

This self-check is usually enough to prepare an upgrade question, verify an application requirement, or give support staff a useful starting point. It isn't a substitute for hands-on diagnosis when the machine produces POST beeps, shuts down intermittently, fails to start, or may have a motherboard fault. Don't open the case or order parts based only on a guessed model, especially when the computer contains important data.

Nerds 2 You doesn't provide remote services or full MSP services, but it does provide ongoing support and network monitoring for small and medium businesses. The Edmonton team handles most major hardware repairs on site, while board-level repairs aren't part of the service scope.


For on-site computer and laptop diagnostics, hardware upgrades, data-transfer guidance, and major repairs in Edmonton, contact Nerds 2 You Edmonton. Bring or share the spec record you created, and the team can use the model, hardware details, and symptoms to assess the next practical step.

Contact Nerds 2 You for quality professional service

Experience the difference with our dedicated team of experts ready to assist you. Whether you need immediate support or have questions about our services, we are here to help. Reach out today and let us provide you with the reliable service you deserve. Your satisfaction is our priority and we guarantee a prompt response to all inquiries.