Search Tools Links Login

How to Find the Model of your Computer in Windows


To find the model of your computer in Windows, you can use several methods. Here are a few common and straightforward methods:

Method 1: Using System Information

  1. Open the Start Menu.
  2. Type System Information and press Enter.
  3. In the System Information window, look for the System Model entry on the right side. It will display the model of your computer.

Method 2: Using Command Prompt

  1. Open the Start Menu.
  2. Type cmd and press Enter to open Command Prompt.
  3. In the Command Prompt window, type the following command and press Enter:
    wmic csproduct get name
  4. The command will return the model name of your computer.

Method 3: Using PowerShell

  1. Open the Start Menu.
  2. Type PowerShell and press Enter to open PowerShell.
  3. In the PowerShell window, type the following command and press Enter:
    Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object -Property Model
  4. PowerShell will display the model of your computer.

Method 4: Using the Settings App

  1. Open the Start Menu and click on Settings (the gear icon).
  2. Go to System and then click on About in the left-hand menu.
  3. Under the Device specifications section, look for the Device model.

Method 5: Checking the BIOS/UEFI

  1. Restart your computer and enter the BIOS/UEFI setup during the boot process (usually by pressing a key such as F2, F10, Delete, or Esc).
  2. In the BIOS/UEFI setup, look for system information which usually includes the model number of your computer.

By using any of these methods, you should be able to find the model number of your Windows computer.

About this post

Posted: 2024-06-08
By: dwirch
Viewed: 71 times

Categories

Tip

Hardware

Windows

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.