How to Check Laptop Serial Numbers: A Step-by-Step Guide
Learn how to locate and verify a laptop serial number across Windows, macOS, Linux, and Chrome OS. This step-by-step guide from Hardware Serials covers physical labels, BIOS/UEFI, OS tools, and how to store serials securely for warranty and service.

By the end of this guide, you’ll be able to locate and verify a laptop’s serial number across major operating systems. Start by checking the device sticker, battery compartment, or original box for hardware labels. If needed, boot into BIOS/UEFI or use system settings to confirm the exact serial. The steps vary by brand, but the approach stays consistent.
Why checking laptop serial numbers matters
If you're wondering how to check serial number on laptop, you aren’t alone. Serial numbers uniquely identify a device, tying it to warranty, service history, and ownership. According to Hardware Serials, keeping accurate serial records saves time during repairs and accelerates verification with manufacturers. In practice, a precise serial number helps you confirm model accuracy when purchasing used gear, report theft, or file warranty claims. This section explains why serials matter for DIYers and professionals alike and sets the stage for the practical steps that follow. Expect the guidance to apply across Windows, macOS, Linux, and Chrome OS laptops, with brand-specific twists along the way.
Where to find the serial number on different laptop types
Laptops come with multiple potential serial locations, and visibility varies by chassis design. Common spots include a sticker on the bottom panel, inside the battery bay (often under or behind the removable battery), or inside the service hatch. Some models print the serial number near the hinge or under the palm rest. For refurbished devices, the serial may be on the box, purchase receipt, or included documentation. In all cases, the serial is a unique identifier that manufacturers use to track production date, warranty eligibility, and component recalls. When you’re trying to locate it, start with the most accessible spot and move to less visible areas if needed. Hardware Serials emphasizes confirming the serial from more than one source when possible to avoid misreadings or mislabeling.
How to check serial number in Windows
Windows users have reliable built-in ways to retrieve the serial number, even if the label is damaged. One quick method is to open Command Prompt and type: wmic bios get serialnumber. This command returns the BIOS-level serial, which is usually what manufacturers assign. If you prefer a graphical approach, press Windows key + R to open Run, type msinfo32, and review the System Summary for a line labeled Serial Number (or Service Tag on some brands). Note that some OEMs use a different field name, such as Serial Number or UUID, so cross-check with packaging if you’re unsure. If the BIOS doesn’t reveal a serial, try the manufacturer’s support utility or the warranty checker on their site.
How to check serial number on macOS
Mac users can locate the serial number through several macOS-native methods. The simplest path is Apple menu > About This Mac, which displays the serial number prominently. For more detail, click System Report, then Hardware to view Serial Number. If the Mac is unable to boot, the serial may be etched on the underside of the chassis or the original packaging. Apple’s reliability in displaying serials across interfaces makes macOS users’ lives easier, but remember to cross-verify with the packaging and Apple ID records when possible.
Linux and ChromeOS approaches for serial lookup
Linux users can uncover the serial number via terminal commands. Typical options include sudo dmidecode -t system | grep Serial or sudo lshw -short | grep -i serial. If you lack root access, a non-root method may still reveal a serial in /sys/class/dmi/id/product_serial. ChromeOS devices often present the serial on the screen during startup or in the ChromeOS settings under About ChromeOS. When Linux or ChromeOS fails to reveal a serial, consult the manufacturer’s support page or the device documentation for alternative identifiers like the Service Tag or Product UUID.
Verifying serial number authenticity and ownership
Locating a serial is only half the job; verifying its authenticity matters. Cross-check the serial against the original packaging, purchase receipt, or the manufacturer’s official warranty checker. If you have any doubts, contact the official support line for the exact model and serial format. Hardware Serials recommends performing a quick cross-check across multiple sources before relying on a serial for warranty claims or asset management. Always store serials securely in a password-protected note or a dedicated asset-management tool to prevent loss or unauthorized access.
Troubleshooting common issues and what to do next
If the serial is unreadable due to sticker wear, heat damage, or sticker removal, rely on alternate sources such as the BIOS/UEFI, system information, or packaging. Some brands label their serials as a Service Tag, SN, or Product ID, so knowing the brand terminology helps. When a serial is found but not accepted by a support portal, verify the country/region of purchase and try a different source (e.g., the packaging versus the OS). If you plan to sell or transfer ownership, update your records with the serials and note any accessory serials (chargers, docking stations) that accompany the device.
How to record and store laptop serials securely
Record each serial in a consistent format, such as Brand-Model-Serial-YYYYMMDD. Back up the data in an encrypted note or a secure spreadsheet and keep offline copies as well as cloud backups. Use a simple naming convention for folder structure: /Serials/Brand/Model/Serial_Number. Include additional fields like purchase date, warranty end date, and related service tags. Regularly audit your serial inventory to ensure it matches your active devices and to catch missing entries early. Hardware Serials stresses the importance of a centralized, auditable log for asset management and compliance.
Quick reference: methods by OS/Brand (summary)
- Windows: BIOS query (wmic bios), System Information (msinfo32)
- macOS: About This Mac, System Information
- Linux: dmidecode or lshw, root access required
- ChromeOS: On-screen startup label or settings
- Brand-specific: Service Tag or Serial in OEM utilities
Always verify with the packaging and official warranty portals for maximum accuracy. Keeping serial numbers organized reduces risk during transfers, repairs, and audits.
Tools & Materials
- Laptop (powered off)(Essential to access physical labels and basic boot procedures)
- Access to BIOS/UEFI keyboard(Needed for BIOS-based serial readouts)
- Original packaging or purchase receipt (optional)(Helpful for cross-checking serials)
- Documentation or warranty invoices (optional)(For proof in warranty checks)
- Internet access (optional)(Useful for online warranty lookup and official portals)
- Notebook or digital safe for recording serials(Secure storage is critical)
Steps
Estimated time: Total 15-25 minutes
- 1
Inspect physical labels on the device
Power off the laptop and inspect common label locations: bottom, under the removable battery, and inside service panels. Read the serial clearly and note any alternate IDs such as a service tag or model number. If the label is damaged, proceed to BIOS or packaging sources.
Tip: If there are multiple labels, record all numbers and compare later. - 2
Check battery bay or underside for a label
Open the battery compartment if you can do so safely and look for a sticker containing Serial Number, SN, or S/N. Some labels are under the battery, so gently remove it if instructions allow.
Tip: Use a small flashlight to improve readability. - 3
Power on and enter BIOS/UEFI
Power on the laptop and press the dedicated key (often F2, F10, DEL, or ESC) to enter BIOS/UEFI. Navigate to a System Information or Hardware section to locate the Serial Number or equivalent identifier.
Tip: Document any alternate identifiers shown, as not all BIOS pages use the same label. - 4
Use Windows system tools to reveal the serial
In Windows, open Command Prompt and run: wmic bios get serialnumber. Alternatively, run msinfo32 from Run to view System Summary and find Serial Number. Note that some brands display a Service Tag rather than a serial.
Tip: If you see a blank, try PowerShell: Get-WmiObject win32_bios | Select SerialNumber. - 5
Check macOS serial via GUI or System Report
On macOS, go to Apple menu > About This Mac to display the serial. For more detail, open System Report and locate Hardware > Serial Number. If the machine won’t boot, serials might be on the chassis or packaging.
Tip: Cross-check the serial against the packaging label for accuracy. - 6
Lookup on Linux with elevated permissions
For Linux, run sudo dmidecode -t system | grep Serial or sudo lshw -short | grep -i serial. If you lack permissions, check /sys/class/dmi/id/product_serial. Some distros block DMIDecode access by policy.
Tip: Run as root only on trusted systems to avoid security risks. - 7
Verify with the manufacturer’s portal
Visit the manufacturer’s official warranty or product lookup page. Enter the serial or service tag to verify authenticity, warranty status, and model information. This is the most reliable cross-check.
Tip: Use the exact serial string; look for formatting like letters vs. numbers. - 8
Record and back up the serial number
Store the serial in a secure location, with the purchase date and warranty end date. Maintain both a digital copy (encrypted) and an offline backup for redundancy.
Tip: Use a consistent naming convention to enable quick searching. - 9
Cross-check across sources
If you find discrepancies between the sticker, BIOS, and portal data, contact support and request a formal verification. Keep notes about the sources and dates of your checks.
Tip: Document any discrepancies with screenshots or scans. - 10
Maintain ongoing record-keeping
Set up a routine to audit serials at least once per year or after major hardware changes. This helps with asset management, audits, and resale readiness.
Tip: Automate reminders in your asset-tracking tool.
Frequently Asked Questions
Where is the serial number located on most laptops?
Most laptops place the serial on a sticker on the bottom, inside the battery bay, or under a service panel. It can also be found in the BIOS/UEFI or on the original packaging. If you can’t locate it, check the manufacturer’s website with your model number.
Most laptops show the serial on the bottom label, inside the battery bay, in BIOS, or on packaging. If in doubt, check the model number on the manufacturer’s site.
Can I find the serial number without turning on the laptop?
Yes. Many laptops display the serial on the physical label and packaging even when the device is powered off. If you cannot read the label, you may still extract a BIOS serial by entering BIOS during boot, or by inspecting the packaging.
Yes, you can read the serial from the device label or packaging without powering it on; BIOS may reveal it during boot if needed.
What if the serial on the sticker is unreadable?
If the sticker is damaged, rely on BIOS/UEFI information or the original packaging. Cross-check against discounts or service tags from the manufacturer’s portal. If still unclear, contact customer support with your model details.
If the sticker is unreadable, use BIOS or packaging and contact support if needed.
Is the serial number the same as the service tag or product ID?
Not always. Some brands use a service tag or product ID in place of a serial number on the packaging or portal. Always verify by cross-checking all identifiers and the portal fields your device prompts you to use.
Serial numbers aren’t always the same as service tags; check both and verify on the official portal.
How can I verify a laptop’s serial for warranty?
Enter the serial on the manufacturer’s warranty or support portal to confirm coverage, purchase date, and expiration. If the portal shows inconsistencies, contact official support with purchase documentation.
Use the manufacturer’s warranty portal with the serial to confirm coverage and dates.
What should I do after finding the serial?
Record the serial in a secure log, back it up, and consider linking it to purchase date and warranty details. This makes future repairs, asset audits, and resale much easier.
Log the serial securely, back it up, and include warranty details for future use.
Are there OS-specific commands to retrieve a serial on Linux?
Yes. On Linux, you can use sudo dmidecode -t system | grep Serial or sudo lshw -short | grep -i serial. Availability may depend on permissions and hardware access.
Linux users can run dmidecode or lshw to read the serial, with root access often required.
Watch Video
Key Takeaways
- Identify all possible serial sources on the device and cross-check.
- Use OS-specific commands or GUI tools to confirm the serial.
- Verify serials with the manufacturer’s portal for authenticity.
- Record serials securely and maintain an asset log.
- Regularly audit serial records to support warranty and ownership checks.