Your HP laptop’s model is shown on its product label and can also be read in Windows System Information or BIOS System Information.
Knowing your exact HP model saves you from ordering the wrong charger, downloading the wrong driver, or pulling up manuals for a different build. HP laptops often share a family name (like Pavilion or Envy), yet each family has many variants that look alike. The trick is to grab the identifier HP actually uses for parts and drivers, not just the marketing name on the lid.
This article walks you through reliable ways to find the model on any HP laptop, even if stickers are worn off or Windows won’t boot. You’ll also learn what to write down so you can reuse it later without repeating the hunt.
What “Model” Means On HP Laptops
People say “model” to mean a few different things. On HP systems, you’ll run into three labels most often:
- Product name: the consumer-facing name shown in Windows and many HP screens (example: “HP Laptop 15-dy2xxx”).
- Product number (often called SKU): a shorter code that pinpoints a specific configuration (screen, CPU, storage, region). This is the most useful ID for drivers and parts.
- Serial number: a one-of-a-kind ID for your exact unit, used for warranty lookups and service records.
If you only need a rough answer for resale, the product name may be enough. If you’re hunting a BIOS update, display panel, battery, hinge kit, or input device layout, the product number is the one to capture.
Start With The Fast Physical Check
When the laptop is in front of you, a label check is the cleanest route. HP places product labels in a few common spots, and many machines still have at least one readable copy.
Check The Bottom Panel And The Hinge Area
Flip the laptop over and scan for a printed label. On some designs, the label sits near the rear rubber feet or close to the hinge. Look for “Product,” “ProdID,” “P/N,” or “Model.” If you see a long string with letters and numbers, that’s often the product number.
Check Under A Service Door Or Battery Bay
Older HP models hide the label under a removable battery or access panel. If your device has a latch-style battery, remove it after shutting down and unplugging power. If there’s a small service door, open it with the right screwdriver and keep the screws together.
Take A Clear Photo And Zoom
Phone cameras beat squinting. Take a photo straight on, then zoom in. If the text is shiny, tilt the laptop a bit to cut glare. Once you have a crisp photo, copy the product number and serial number into a note app so you don’t need to crawl under the desk again.
How To Find Out What Model Your HP Laptop Is With Built-In Tools
If the label is missing or unreadable, Windows can still reveal the product name and system model, plus the product number on many HP builds. You don’t need admin rights for most of these checks.
Method 1: Windows System Information (msinfo32)
This is the built-in Windows view that lists “System Model” and “System SKU” on many machines.
- Press Windows logo + R.
- Type msinfo32, then press Enter.
- In the System Summary screen, find System Model.
- Also check System SKU. On many HP laptops, this maps to the product number or a close hardware ID.
Microsoft lists msinfo32 options and usage in its msinfo32 command reference.
Method 2: HP Shortcut (Fn + Esc)
Many HP laptops show a small “System Information” window when you press Fn and Esc together. In that pop-up, look for Product name, Product number, and Serial number. If it appears, this is one of the fastest ways to grab the full set of IDs.
Method 3: Settings “About” Page
On Windows 11 and Windows 10, go to Settings → System → About. You’ll often see a device name and some hardware fields. This page is fine for a quick glance, yet it may not show the product number.
Method 4: Command Prompt Checks
If you want a copy-paste friendly answer, the command line can print model strings.
- System model: open Command Prompt and run
wmic csproduct get name. - SKU: run
wmic csproduct get identifyingnumberorwmic csproduct get uuid(results vary by build). - Serial number: run
wmic bios get serialnumber.
Command output can be messy. If you see extra spaces, copy the line into a text editor and trim it. Match what you find against other methods when you can.
Still stuck? HP shows common label locations and several on-device ways to confirm the model in HP’s model number lookup tips.
Picking The Best Method For Your Situation
Use the method that fits what your laptop can do right now. If Windows won’t load, skip straight to BIOS. If you’re buying a part, prioritize product number and serial number.
| Where You Look | What You Usually Get | When This Works Best |
|---|---|---|
| Bottom or hinge label | Product name, product number, serial number | Fast check when labels are readable |
| Battery bay or service door label | Product number, serial number | Older laptops or models with hidden labels |
| Fn and Esc System Information window | Product name, product number, serial number | Windows boots and shortcut is enabled |
| Windows System Information (msinfo32) | System Model, System SKU | You need a software-based readout |
| Windows Settings → About | Device name, basic model string | Quick check, light detail |
| Command Prompt (wmic) | Model string, serial number | You want copy-paste text |
| BIOS System Information (F10 menu) | Product name, product number, serial number | Windows won’t load or drive is blank |
| HP web device detection | Model and driver-match result | You’re installing drivers and want auto match |
Finding The Model In BIOS When Windows Won’t Start
If the laptop turns on but Windows fails, BIOS is the safest place to read the IDs. BIOS screens differ across HP lines, yet the same fields show up in a “System Information” panel.
Open BIOS Setup
- Shut the laptop down fully.
- Turn it on and tap F10 repeatedly as soon as the HP logo appears.
- In BIOS, find a tab or menu item named System Information.
You should see Product name, Product number, Serial number, and sometimes a “UUID.” Write the product number exactly, including dashes.
Use The Startup Menu If F10 Doesn’t Open BIOS
On some systems, tapping Esc at startup opens a menu with options. From there, select BIOS Setup. If the built-in input stops responding, try a wired USB input device.
Decoding What You Found So You Don’t Order The Wrong Part
Once you have a model string, sanity-check it before you spend money. HP names often end with “-xxx” patterns that hide real differences. A battery for one variant might not fit the next one.
Match Three Things
- Product name for the family and size line.
- Product number for the exact configuration.
- Serial number for warranty and service history.
Know The Two Common Traps
- Marketing line vs. model: “Pavilion” or “Envy” is a family label, not a full match for parts.
- Series shorthand: a listing like “15-dy2xxx” applies to many builds. The product number narrows it down.
What To Save And Where To Save It
After you find the right identifiers once, store them in two places so you can grab them during a call or a late-night repair search.
Make A Small “Device Card” Note
Copy these fields into a note:
- Product name
- Product number
- Serial number
- Windows edition (10 or 11)
- CPU name (optional)
Add a photo of the label if you have it. Photos keep typos out.
Label The Charger And Case
If you travel with your laptop, put a small sticker on the charger brick with the product number. Chargers get mixed up fast in shared spaces, and the wrong wattage can cause slow charging or random shutdowns.
| Field To Record | Why You’ll Use It | Where To Find It |
|---|---|---|
| Product name | Manuals, basic specs, resale listing | Label, Fn and Esc, BIOS, msinfo32 |
| Product number | Exact driver match, parts fit, charger match | Label, Fn and Esc, BIOS |
| Serial number | Warranty checks, service records | Label, Fn and Esc, BIOS, wmic |
| System Model | Fast ID when labels are gone | msinfo32, wmic csproduct |
| System SKU | Hardware ID tied to configuration | msinfo32 |
Troubleshooting When The Usual Spots Fail
If none of the methods above show a clean product number, don’t panic. Some older Windows builds hide it, and some refurbished laptops have worn labels.
When msinfo32 Shows A Generic String
If System Model reads like “HP Notebook” with no suffix, try Fn and Esc or BIOS. Those screens often list the product number even when Windows shows a generic label.
When The Label Is Damaged
Try side-lighting the label with a flashlight at a low angle. Raised ink can show up better in raking light. A macro photo mode can also pull out faint characters.
When The Laptop Won’t Power On
If the laptop is totally dead, your only options are the original box, the purchase invoice, or any saved device card note. Some retailers print the SKU on the receipt. If you bought it used, ask the seller for a photo of the underside label from when it was readable.
Small Checklist Before You Leave This Page
- Find the product number and serial number using at least one on-device method.
- Verify the product name in Windows or BIOS so you can search manuals later.
- Save a device card note with the three IDs and a label photo.
- If you’re shopping for parts, search by product number first, then match photos and connector types.
References & Sources
- Microsoft.“msinfo32.”Lists command options and explains what the System Information tool does.
- HP.“How to Find Your HP Laptop Model Number.”Shows label locations and device-based methods for identifying HP laptop model details.