System Find Computer Model Name and Number in Windows 11


  • Staff
Systerm_Information_banner.png

This tutorial will show you different ways to find the model name and number of your Windows 11 computer.

The system product name is the specific model of your Windows 11 device. Knowing the specific model name and number of your device can help you find the correct drivers and replacement parts for it.

An OEM (ex: HP, Dell, Surface, etc...) device's system product name usually cannot be changed.

If you built your own computer, then you can change the default System Product Name to a custom model name you want.


Contents

  • Option One: Find Computer Model Name and Number in Settings > Home
  • Option Two: Find Computer Model Name and Number in Settings > System
  • Option Three: Find Computer Model Name and Number in Settings > System > About
  • Option Four: Find Computer Model Name and Number in System Information
  • Option Five: Find Computer Model Name and Number using Command
  • Option Six: Find Computer Model Name and Number in Registry Editor




Option One

Find Computer Model Name and Number in Settings > Home


1 Open Settings.

2 Click/tap on Home on the left side. (see screenshot below)


3 You will now see the model (ex: "HP Spectre x360 Convertible 13t-aw100") at the top under your computer name (ex: "Brink-Spectre").

Computer_model_Home_Settings.png





Option Two

Find Computer Model Name and Number in Settings > System


1 Open Settings.

2 Click/tap on System on the left side. (see screenshot below)

3 You will now see the model (ex: "HP Spectre x360 Convertible 13t-aw100") at the top under your computer name (ex: "Brink-Spectre").

Computer_model_System_Settings.png





Option Three

Find Computer Model Name and Number in Settings > System > About


1 Open Settings.

2 Click/tap on System on the left side, and click/tap on About on the right side. (see screenshot below)


Computer_model_About_Settings-1.png

3 You will now see the model (ex: "HP Spectre x360 Convertible 13t-aw100") at the top under your computer name (ex: "Brink-Spectre").

Computer_model_About_Settings-2.png




Option Four

Find Computer Model Name and Number in System Information


1 Open System Information (msinfo32.exe).

2 Click/tap on System Summary in the left pane. (see screenshots below)

3 The System Model value in the right pane will be the model (ex: "HP Spectre x360 Convertible 13t-aw100").

Computer_model_System_Information.png





Option Five

Find Computer Model Name and Number using Command


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the appropriate command below into Windows Terminal, and press Enter. (see screenshots below)

(Windows PowerShell)​
Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model

OR​

(Command Prompt)​
powershell "Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model"

3 The command will now output your model (ex: "HP Spectre x360 Convertible 13t-aw100").

Computer_model_PowerShell.png

Computer_model_command.png





Option Six

Find Computer Model Name and Number in Registry Editor


1 Open Registry Editor (regedit.exe).

2 Navigate to either key location below in the left pane of Registry Editor. (see screenshots below)

HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS

OR​

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SystemInformation

3 The SystemProductName string value (REG_SZ) data in the right pane will be the model (ex: "HP Spectre x360 Convertible 13t-aw100").

Computer_model_regedit-1.png

Computer_model_regedit-2.png



That's it,
Shawn Brink


 

Attachments

  • Systerm_Information.png
    Systerm_Information.png
    8.2 KB · Views: 11
Last edited:

Latest Support Threads

Back
Top Bottom