How to
check system information and specifications on windows 11 ✅2024
There are several ways to check the system information and
specifications on your Windows 11 computer. Here are the most common and
straightforward methods, keeping in mind the current year is 2025, but these
methods remain the same as in 2024:
1. Using the Settings App (Basic Information):
This method provides a quick overview of your system.
- Click
the Start button (Windows
icon on the taskbar).
- Click
on Settings (gear icon).
- In
the Settings window, click on System.
- Scroll
down and click on About.
Here you'll find basic information such as:
- Device name: Your
computer's name.
- Processor: The
CPU model and speed.
- Installed RAM: The
amount of random access memory.
- Device ID: A
unique identifier for your device.
- Product ID: Your
Windows product identifier.
- System type: Whether
your operating system is 64-bit or 32-bit.
- Pen and touch: Information
about pen and touch input if your device supports it.
- Windows specifications:
- Edition: The
version of Windows 11 you're running (e.g., Home, Pro).
- Version: The
specific build number of Windows 11.
- Installed on: The
date when Windows was installed.
- OS build: The
detailed build number of your Windows 11 installation.
2. Using the System Information Tool (Detailed Information):
This tool provides a comprehensive overview of your
hardware and software.
- Press
the Windows key + R to open
the Run dialog box.
- Type
msinfo32 and press Enter
or click OK.
The System Information window will open. The left pane categorizes the
information, and the right pane displays the details for the selected category.
Some key categories to check are:
- System Summary: Provides
an overview of your operating system, system manufacturer and model,
processor, BIOS version, RAM, etc.
- Components: Details
about your hardware, including display adapter (graphics card), storage
devices, network adapters, sound devices, etc.
- Software
Environment: Information about your drivers, startup
programs, services, etc.
You can also use the "Find what" option at
the bottom to search for specific information. To save this information, go to File > Export... to save it
as a text file.
3. Using DirectX Diagnostic Tool (Primarily for Graphics):
This tool is useful for checking your graphics card and
DirectX version.
- Press
the Windows key + R to open the Run dialog box.
- Type
dxdiag
and press Enter or click OK.
The DirectX
Diagnostic Tool window
will open.
- The
System tab shows general system information.
- The
Display
tab(s) will show details about your graphics card(s), including the name,
manufacturer, chip type, memory, and drivers.
- The
Sound and Input tabs provide information about your audio
devices and input peripherals.
4. Using Command Prompt or PowerShell (Command-Line Interface):
You can use commands to get specific system information.
- Command Prompt:
- Open
Command Prompt (search for "cmd" in
the Start menu).
- Type
systeminfo and press Enter.
This will display a detailed overview of your system. You can also use
specific commands like wmic cpu get Name, NumberOfCores,
NumberOfLogicalProcessors for processor info or wmic memorychip get
Capacity, Speed for RAM info.
- PowerShell:
- Open PowerShell (search
for "powershell"
in the Start menu).
- Type
Get-ComputerInfo and press Enter. This will
display a wealth of system information in an object format. You can
filter this information using specific properties (e.g., Get-ComputerInfo
-Property "OsName", "OsVersion"). To save the
information to a file, use Get-ComputerInfo | Out-File -FilePath
"C:\systeminfo.txt".
Choose the method that best suits the level of detail you
need. For most users, the Settings
app provides
sufficient basic information, while the System Information tool offers a more comprehensive look at your
system specifications. The DirectX
Diagnostic Tool is
great for graphics-related information, and Command Prompt/PowerShell offers powerful
command-line options.
