How to Find Your Laptop Model: Every Method That Actually Works
Knowing your laptop's exact model number isn't just trivia — it's essential information when you need to download the right driver, check compatibility for an upgrade, or get accurate support. The tricky part is that manufacturers store this information in several different places, and not all of them are obvious.
Here's a complete breakdown of where to look, across every major operating system and scenario.
Why the Exact Model Number Matters
Your laptop's model name (like "Dell XPS 15" or "HP Pavilion 15") is the marketing label. The model number is the specific identifier — often a string like 15-dk0047nr or N56VM — that tells you the exact hardware configuration, production batch, and regional variant.
When searching for drivers, RAM upgrades, replacement batteries, or manufacturer support, the model number is what you actually need. The name alone often isn't specific enough.
Method 1: Check the Physical Label on the Laptop 🔍
The fastest starting point is the laptop itself. Flip it over and look at the bottom panel. Most manufacturers print a sticker containing:
- The model name and number
- Serial number
- Regulatory information
Where to look by brand:
| Brand | Common label location |
|---|---|
| Dell | Bottom panel, near battery or service tag area |
| HP | Bottom panel, often near the hinge |
| Lenovo | Bottom panel or inside the battery compartment |
| ASUS | Bottom panel sticker |
| Acer | Bottom panel, sometimes under a flap |
| Apple (MacBook) | Bottom case, near the hinge in small print |
On some ultrabooks and newer thin-and-light models, the sticker may be very small or partially worn. If the label is unreadable, move to a software method.
Method 2: Find the Model in Windows Settings
Windows gives you multiple routes to your laptop's model information without needing any third-party tools.
Via System Information
- Press Windows + R, type
msinfo32, and hit Enter - Look for System Model in the right-hand panel
- System Manufacturer will show the brand (e.g., DELL, HP, LENOVO)
This is one of the most reliable methods because it reads directly from the firmware — it doesn't depend on sticker readability or a working internet connection.
Via the Settings App
- Open Settings → System → About
- Look under Device specifications
- You'll see Device name here, though for full model detail,
msinfo32is more complete
Via Command Prompt or PowerShell
If you're comfortable with the command line:
wmic csproduct get name Run this in Command Prompt and it returns the exact model string your manufacturer wrote into the system firmware. It's fast, precise, and works on every modern Windows version.
Method 3: Find the Model on a Mac
Apple makes this straightforward.
Using "About This Mac"
- Click the Apple menu (top-left corner)
- Select About This Mac
- You'll see the model name (e.g., MacBook Pro 14-inch, M3, 2023)
For more detail — including the exact model identifier used for support lookups — click More Info (macOS Ventura and later) or System Report, then look under Hardware Overview → Model Identifier.
Using System Information
Open Spotlight (Cmd + Space), search for System Information, and look at Hardware Overview. The Model Identifier field (e.g., MacBookPro18,3) is the precise string Apple uses internally.
Method 4: Check on Linux 🐧
On Linux, the model information lives in system files you can read from the terminal.
Run either of these commands:
sudo dmidecode -s system-product-name or
cat /sys/class/dmi/id/product_name Both pull from the same firmware source as Windows's msinfo32 — so you'll get the manufacturer's official model string, not a distribution-specific label.
Method 5: Check the Original Packaging or Documentation
If you still have the box, receipt, or any included documentation, the full model number is printed there. Retailer order confirmations (from Amazon, Best Buy, or similar) also list the exact model number in the order details — worth checking your email if the physical label is gone.
Method 6: Use the Manufacturer's Support Site
Most major laptop brands have a support portal that can auto-detect your laptop when you visit from that device:
- Dell: support.dell.com — detects your Service Tag automatically
- HP: support.hp.com — offers auto-detection via a small tool
- Lenovo: support.lenovo.com — detects by serial number
- ASUS: asus.com/support — manual serial number entry
These portals are especially useful because they not only confirm your model but also show the exact drivers, manuals, and warranty information relevant to your specific unit.
Which Method Is Right for Your Situation?
The answer depends on factors specific to your setup:
- If your sticker is readable, it's the quickest option — but verify it matches what the system firmware reports, since labels occasionally get swapped or replaced
- If you're on Windows,
msinfo32or thewmiccommand gives you the most reliable firmware-level data - If you're on a Mac, About This Mac is accurate and user-friendly
- If the laptop won't boot, your only options are the physical label, original packaging, or the purchase receipt
- If you need support from the manufacturer, the serial number (usually on the same label) often matters more than the model number alone
The model number you find through firmware tools (system settings, command line, terminal) is generally more trustworthy than a worn physical sticker — especially on older or refurbished machines where labels may not match the actual hardware inside.