An asset number is the unique identifier assigned to one asset in a register, used on its tag and in records to tell it apart from similar items.
An asset number is the unique identifier an organisation assigns to a single asset in its register - the short code printed on the item’s tag and used in every record that mentions it. Its whole job is to make one item unambiguous among similar ones: when three identical vacuum cleaners exist, the number is what separates the one in for repair from the two still on the rota. It is the lookup key that connects the physical object, its label, and its asset record.
Asset number vs serial number
These are different identifiers doing different jobs, and a good register records both:
- The serial number belongs to the manufacturer. It is often long, hidden on the underside, and formatted differently by every brand. You need it for warranty claims, insurance, and theft reports.
- The asset number belongs to you. It is short, consistent, visible on the tag, and identical across your register, labels, and audit sheets. It is what people actually read out, type, and scan day to day.
The serial proves what the item is to the outside world; the asset number identifies it inside your organisation.
Designing a numbering scheme
The number is permanent, so design it to survive growth:
- Short and sequential. LT-0042, FA-0007. Long codes get mistyped and ignored.
- Prefix by asset type, optionally. A prefix like LT or FA helps humans recognise what they are looking at; it costs nothing.
- Fixed-width, zero-padded digits. 0042 sorts correctly in any list; 42 does not once 420 exists.
- No baked-in meaning. Encoding department, floor, or purchase year into the digits goes stale the first time anything moves. Keep facts in the record, where they can be edited - the number should only ever mean “this exact item”.
- Never reuse a number, even after disposal. One number, one item, forever.
A worked example
A facilities team starts numbering its kit: cleaning equipment becomes CLN-0001 through CLN-0023, and the first-aid kits on each floor become FA-0001 through FA-0008. Each item gets a label carrying the number and a scannable code, and the register stores the number alongside the serial, purchase details, and location. Six months later, when an auditor asks which vacuum was bought last March, the answer is “CLN-0017” and one lookup - not a tour of the storage cupboards comparing serial plates.
Numbers beyond physical items
Asset numbers are most visible on physical kit, but the same discipline applies to the intangible side of the register - software licences and digital records need unambiguous identifiers too, even though there is nothing to stick a label on. The split is covered under tangible vs intangible assets; the numbering rule is the same on both sides. In AMPthilly, each asset’s internal ID sits on the record beside the serial number, and printable QR labels carry it onto the physical item so a phone-camera scan resolves the number to the full profile.
Related terms
- Asset Record - the entry the asset number is the key to
- Asset Hierarchy - the structure numbered assets slot into
- Asset Location Tracking - keeping the numbered item’s “where” current
- Movable Assets - the items where unambiguous numbering pays off fastest
- Tangible vs Intangible Assets - both sides of the register need identifiers