Finding the exact model of your laptop is necessary when searching for compatible drivers, verifying warranty status, or preparing the device for sale. Rather than guessing based on size or color, you can locate definitive details through a combination of physical inspection and software tools. This guide walks through multiple methods to help you identify your laptop with precision.
Check the Physical Label
Every laptop carries a service label affixed to the bottom panel or inside the battery compartment. This sticker contains a string of letters and numbers that serve as the unique identifier for your specific unit. You will typically find the manufacturer name, a model number such as "DV7" or "XPS 15", and sometimes a short product name.
Turn the device over and look near the center, hinge area, or battery slot.
Use a flashlight if the text is small or the area is dimly lit.
Record the alphanumeric code exactly as it appears to avoid lookup errors.
Utilize Your Operating System
Windows System Information
Windows provides a straightforward path to system details without requiring third-party tools. The System Information utility compiles the manufacturer, model, processor, and installed memory into a single summary.
Press Windows Key + R , type msinfo32 , and press Enter.
Look for "System Manufacturer" and "System Model" in the right-hand pane.
System Settings on macOS
Apple integrates model information directly into the menu, making it immediately visible without opening an application.
Click the Apple logo in the top-left corner of the screen.
Select "About This Mac" to view the model name, year, and processor.
Access the BIOS or UEFI Firmware
If the operating system will not load, you can still retrieve the model string by entering the system firmware. This environment is independent of the installed software and reads the hardware configuration directly from the motherboard.
Restart the machine and press the designated key during boot, usually F2 , Del , or Esc .
Navigate to the "Main" or "System Information" tab.
Note the Product Name or Version listed on the screen.
Use Command-Line Utilities
For users comfortable with terminal commands, specific queries can return the exact model number faster than navigating graphical menus.
On Windows
Open Command Prompt or PowerShell and execute a query against the system management BIOS.
Type wmic csproduct get name and press Enter.
The output will display the official model string provided by the firmware.
On Linux
Linux distributions store DMI/SMBIOS data that can be accessed through the terminal.
Open the terminal and enter sudo dmidecode -s system-product-name .
You may also try sudo lshw -class system for detailed manufacturer information.
Inspect the Original Packaging
If the physical label is worn or missing, the box the laptop shipped in is a reliable secondary source. The model number is printed prominently on the cardboard, usually alongside the storage capacity and color variant.