How to Find Your Computer Model in Windows 11

This article explains how to find a computer model name and number in Windows 11.

The System Product Name is a unique identifier assigned to a computer’s hardware components. Windows uses it to identify the computer’s model and manufacturer. Manufacturers will typically affix the brand name and model number on the back or side of the computer. However, this is not the case for all PC builders.

If you cannot find the model name and number on the computer, you can use Windows to locate it.

Custom PC builders can also change their device System Product Name (model) in Windows. However, an OEM device’s system product name (ex., HP EliteBook) usually cannot be changed.

Knowing your device model name in Windows can be useful in several situations. For example, when you need to download drivers or updates specific to your device or seek technical support, having the model name and number can help identify your device and its components.

Some applications may require you to enter your device’s model name to run properly.

Find your PC model name in the Settings app

As described above, you can use Windows to locate the PC’s model name in Windows.

Here’s how to do it.

First, open the Windows Settings app.

You can do that by clicking on the Start menu and selecting Settings. Or press the keyboard shortcut (Windows key + I) to launch the Settings app.

When the Setting app opens, click the Home button on the left.

Under the computer name, you should see the PC’s System Product Number or model name.

Windows 11 model name in the Settings app

Alternatively, click the System button on the left and select the About tile to expand it.

Windows 11 System About tile

You will also find the model name and number of your device.

Windows 11 System model name

Use Widows System Information

Another way to display your device model name and number is to use the Windows System Information app.

First, open System Information (msinfo32.exe).

Next, click on System Summary in the left pane. Then, select the System Model value in the right pane to show the model name.

Windows 11 System model name in Information

Use command line (Windows Terminal)

Using the Windows Terminal app with PowerShell or the Command Prompt, one can display their device’s model name and number in Windows.

Open Windows Terminal and select the PowerShell tab. Then, run the command below.

Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model

With the Command Prompt tab in Windows Terminal, run the command below.

powershell "Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model"

Use Windows Registry editor

The computer model name and number are also recorded in the Windows System Registry.

To get your device’s model number in the Windows Registry editor, browse the keys below.

ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSystemInformation
ComputerHKEY_LOCAL_MACHINEHARDWAREDESCRIPTIONSystemBIOS
Windows 11 System model name in registry

That should do it!

Conclusion:

  • Finding your device model name and number in Windows 11 is essential for downloading specific drivers, seeking technical support, and running certain applications.
  • The model name and number can be located in the Windows Settings app, Windows System Information, Windows Terminal, and the Windows Registry editor.
  • Changing the system product name is an option for custom PC builders, but it’s typically not feasible for OEM devices.
  • Understanding your device’s model name and number can streamline maintenance and troubleshooting processes.

Frequently Asked Questions

How do I find my computer model name in Windows 11?

You can find your computer model name by opening the Windows Settings app, clicking the Home button, and looking under your computer name for the System Product Number. Alternatively, you can use the System Information app (msinfo32.exe) and check the System Model value in the System Summary section.

What is a System Product Name and why does it matter?

A System Product Name is a unique identifier assigned to your computer's hardware components that Windows uses to identify your device's model and manufacturer. Knowing your model name is useful for downloading drivers, finding updates specific to your device, and getting proper technical support.

Can I find my PC model number using command line in Windows 11?

Yes, you can open Windows Terminal and use PowerShell to run the command: Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model. Alternatively, in Command Prompt, you can run: powershell "Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model"

Where is the computer model information stored in Windows Registry?

Your computer model information is stored in the Windows Registry at two main locations: ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSystemInformation and ComputerHKEY_LOCAL_MACHINEHARDWAREDESCRIPTIONSystemBIOS. You can access these using the Windows Registry editor.

Can I change my computer's System Product Name in Windows 11?

Custom PC builders can change their device's System Product Name in Windows, but OEM devices (like those from HP or Dell) typically cannot be changed. The manufacturer's assigned model name is usually locked for branded computers.

Categories:

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *