How to Find the Model of your Computer in Windows

By | 2024-06-08

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.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.