1. Home
  2. Frequently Asked Questions (FAQ)
  3. How to retrieve a system serial number

How to retrieve a system serial number

Contents

The OnLogic serial number can be found on a label applied to the bottom of the system, or the rear of the display for Panel PCs. Our serial numbers will begin with U or E, followed by 6 digits.

Since 2018, OnLogic has written the serial number of the system into the SMBIOS data on all products except for Raspberry Pi systems (i.e the Factor Series). This means that the serial number can be retrieved without physically looking at the unit. This can be useful if the system is deployed in the field or mounted in an enclosure.

*Note that the Factor Series systems (FR201 and FR202) do not have a BIOS or SMBIOS, and do not support the below software commands. The systems’ serial number need to be identified via the physical label on the bottom of the case.

Windows

Open CMD from the start menu and run the following commands. One of them should return the correct serial.

WMIC BIOS get serialnumber
WMIC baseboard get serialnumber

Linux

Run the following commands in terminal.

dmidecode -s system-serial-number
cat /sys/devices/virtual/dmi/id/product_serial

Updated on October 24, 2023

Was this article helpful?

Related Articles

Keep In Touch.
Subscribe today and we’ll send the latest product and content updates right to your inbox.
Subscribe