You Need to Know Your PC’s Model, and Here’s Why
It happens to everyone. You’re trying to download a driver update, contact tech support, or check if your laptop can run the latest game. The support page asks for your exact computer model, and you draw a blank. Is it an Inspiron 15 5000? A Pavilion x360? Or just a string of numbers and letters you’ve never noticed?
Knowing your computer’s model isn’t just for tech experts. It’s the key to getting the right help, compatible parts, and accurate troubleshooting. Without it, you might install the wrong software, buy RAM that doesn’t fit, or spend hours on fixes meant for a different machine.
This guide walks you through the simplest, most reliable ways to find your computer model in Windows 10. Whether you have a desktop, laptop, or all-in-one, one of these methods will give you the answer in seconds.
The Fastest Way: Using System Information
Windows has a built-in tool called System Information that holds a treasure trove of details about your PC, including the model. It’s the most straightforward method that works on almost any Windows 10 computer.
Here is how to use it.
Open System Information with a Shortcut
Press the Windows key and the R key on your keyboard at the same time. This opens the Run dialog box. In the small text field, type msinfo32 and press Enter or click OK.
The System Information window will open. On the right side, you’ll see a list of items. Look for “System Model.” The information next to it is your computer’s model name or number.
For many branded PCs from Dell, HP, Lenovo, or Acer, this will show the exact marketing name, like “Inspiron 15 7560.” For some custom-built desktops, it might show the motherboard model or a generic identifier.
What If System Model is Blank or Generic?
If the “System Model” field says “To be filled by O.E.M.” or something similarly unhelpful, don’t worry. This is common on custom-built systems. The model in this case is essentially defined by your motherboard. You’ll need to use another method, like checking the physical label or using Command Prompt, to get more specific details about components.
Check Your PC’s Physical Label
Sometimes the most direct answer is right on the machine. Manufacturers almost always place a label with the model number and serial number on the device itself. The location varies.
For laptops, check these spots.
- The bottom panel. You may need to turn the laptop over.
- Under the battery compartment. If the battery is removable, power off, remove it, and look inside.
- Along the sides of the display hinge or on the palm rest near the keyboard.
For desktop towers, look here.
- The back panel of the tower.
- The side panel.
- Inside the case, printed on the motherboard itself (requires opening the case).
All-in-one PCs often have the label on the stand or the back of the screen. The label might say “Model,” “Product Name,” or “P/N.” Write down the full alphanumeric code.
Use Command Prompt or PowerShell
If you prefer using text commands or need to script this information, Windows command-line tools are incredibly powerful. Both Command Prompt and PowerShell can retrieve your system model with a single command.
The Command Prompt Method
Click the Start button, type cmd, and select “Command Prompt” from the results. In the black window that opens, type the following command and press Enter.
wmic csproduct get name
The next line will display your computer’s model name. This command queries the Windows Management Instrumentation (WMI) database, which stores hardware information.
The PowerShell Method
PowerShell is the more modern command shell. Right-click the Start button and select “Windows PowerShell” or “Terminal.” Type the following command and press Enter.
Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object Model
This will output the model information. For a cleaner, one-line output, you can also use.
(Get-CimInstance Win32_ComputerSystem).Model
Both command-line methods are excellent for getting a quick, no-frills answer, especially if the graphical tools aren’t working.
Find Model Details in the BIOS or UEFI
Your computer’s Basic Input/Output System (BIOS) or its modern replacement, UEFI, is the low-level software that starts your PC before Windows loads. It contains definitive hardware information, including the model.
Accessing the BIOS/UEFI requires restarting your computer. As soon as you press the power button, start repeatedly pressing a specific key. Common keys are F2, F10, F12, Delete, or Esc. The correct key often flashes on the screen during startup with a message like “Press F2 for Setup.”
Once inside the BIOS/UEFI setup utility, navigate using your keyboard arrows. Look for a “Main,” “System Information,” or “Product Information” tab. The model number should be listed there. Do not change any other settings. Simply note the model and exit without saving changes.
This method is foolproof because it reads the information directly from the system firmware, independent of the Windows operating system.
Using Third-Party System Information Tools
If you want more detail than Windows provides, several free, reputable third-party applications can help. These tools give you a complete picture of your hardware, which is useful for upgrades and diagnostics.
CPU-Z for Component Details
CPU-Z is a lightweight, free utility focused on hardware identification. Download it from the official CPUID website. After installing and running it, check the “Mainboard” tab. Here you’ll find your motherboard manufacturer and model, which is the core of a custom desktop’s identity.
The “SPD” tab will show details about your installed RAM, which is helpful when buying matching sticks.
Speccy for a User-Friendly Overview
Speccy, from the makers of CCleaner, presents all your system information in a clean, categorized interface. The summary page clearly shows your operating system, CPU, RAM, motherboard, graphics, and storage details, including temperatures.
It’s excellent for getting a quick, comprehensive snapshot of your entire system, making it easy to find the model of your motherboard, graphics card, and other key components.
Why Use These Tools?
While Windows can tell you the system model, these utilities dive deeper. They can identify the exact model of your graphics card, hard drive, and even your monitor. This is invaluable when you need to find driver updates for specific components or verify hardware specifications for software requirements.
What to Do With Your Computer Model Information
Now that you have the model number, what’s next? This information unlocks several practical actions.
First, visit your manufacturer’s support website. Enter your model number to find the exact drivers, manuals, and firmware updates for your device. This ensures compatibility and stability, much better than using Windows Update’s generic drivers.
Second, use it for troubleshooting. Searching for your specific model along with an error message often leads to forum posts or support articles addressing your exact problem. You’ll find known issues and tested solutions.
Finally, it’s essential for upgrades. When buying new RAM, a storage drive, or a replacement battery, the model number tells you what specifications and form factors are compatible with your laptop or desktop. It prevents costly mistakes.
Common Issues and Troubleshooting Steps
Sometimes, finding the model isn’t straightforward. Here are solutions to common problems.
The Model Number Seems Incomplete or Coded
Manufacturers often use internal product codes. A label might say “P/N: 82C20001US.” This is a part number. Search for this full code on the manufacturer’s website or a general search engine. It will typically link to the product’s marketing page, revealing the consumer-friendly name like “Lenovo Yoga 9i 14.”
Nothing Works on a Custom-Built PC
For a desktop you built yourself, the “computer model” is defined by its components. The most critical part is the motherboard. Use CPU-Z or open the case to find the model number printed directly on the motherboard. The graphics card and power supply also have their own model numbers, important for their specific drivers and replacements.
Windows Tools Crash or Don’t Open
If System Information or command-line tools fail, it could indicate a deeper system file corruption. You can run a System File Checker scan. Open an Administrator Command Prompt and type sfc /scannow. This will attempt to repair corrupted Windows system files that might be causing the issue.
Keeping a Record of Your System Details
Once you’ve gone through the effort to find your model, save it somewhere accessible. Create a simple text file or note on your phone with the following information.
- Computer Model (e.g., Dell XPS 15 9500)
- Serial Number
- Windows 10 Version (check in Settings > System > About)
- Key Component Models (GPU, Motherboard if custom)
This record is incredibly useful for future support calls, insurance claims, or when selling your device. It takes two minutes now but can save hours of frustration later.
Your Quick Path to the Right Answers
Finding your computer model in Windows 10 is a simple task with multiple paths. For most users, pressing Windows+R, typing msinfo32, and reading the “System Model” field is all it takes. If that’s unclear, check the physical label on your device or use the wmic csproduct get name command in Command Prompt.
This knowledge puts you in control. It transforms you from someone guessing about their PC to someone who can precisely identify it, leading to better support, compatible upgrades, and effective troubleshooting. Bookmark this page or note down your model. The next time a driver update, hardware question, or tech support agent asks, you’ll have the answer ready.