Skip to content
AMPthilly home
Get started
Asset tracking basics

What Is an Asset Hierarchy?

Asset hierarchy explained: the standard levels, the parent-child rule, a naming convention, and a step-by-step way to build one without over-engineering it.

AMPthilly Updated

An asset hierarchy is a parent-child structure that organises assets by site, system, and component, showing how each item relates to the others.

An asset hierarchy is a parent-child structure that organises assets by site, system, and component, so each asset record shows not just what an item is but what it belongs to and what belongs to it. A pump is part of a boiler, the boiler is part of a plant room, the plant room is part of a building. The hierarchy turns a flat list of equipment into a map of how the organisation’s kit actually fits together.

What you will learn

Why hierarchies exist

A flat register answers “what do we own?”. A hierarchy answers the follow-up questions:

  • Impact - if this air-handling unit fails, which rooms and which equipment downstream are affected?
  • Cost roll-up - what does the kitchen, as a whole, cost us in repairs each year, across every appliance in it?
  • Findability - a technician sent to “Site B, plant room, boiler 2” navigates the tree instead of searching hundreds of records.
  • Accountability - responsibility can be assigned at the right level, a site manager for the site, a department for its systems; see asset accountability.

The idea comes from maintenance management in heavy industry, where standards like ISO 14224 lay out a formal taxonomy of levels. A shallow version of the same idea helps any organisation with more than one location - and you do not need the industrial depth to get the benefit.

Hierarchy vs register, taxonomy, and categories

People mix up four words that describe different things. A clean way to keep them apart:

TermWhat it isAnswers
HierarchyA tree of whole-part and belongs-to relationshipsWhat belongs to what? What does a failure affect?
RegisterThe flat list of what you own and its attributesWhat do we have, and how much did it cost?
TaxonomyThe classification and naming scheme behind the labelsHow do we name and code things consistently?
CategoryA grouping of similar items regardless of where they sitHow many of a kind do we own?

The most common confusion is hierarchy versus register. The register is the data - one row per item with serial, owner, location, and price. The hierarchy is the structure laid over that data, linking each row to its parent. You almost always have both: a register without a hierarchy is just a list; a hierarchy without a register is a tree of empty boxes.

Categories cut across the tree. “Laptops” or “power tools” group items by kind no matter which site or system they sit in, which is why categories answer “how many?” while the hierarchy answers “where, and part of what?”.

The parent-child rule

What makes a structure a hierarchy rather than a loose set of tags is one rule: each child belongs to exactly one parent, and a parent can have many children. You build the tree top-down, from general to specific.

  • A server rack is a parent; the servers inside it are children.
  • A checked-out kit - laptop, dock, and monitor issued to one person - can be modelled as a parent with three children.
  • A delivery van is a parent; the tools that live in it are children.

The single-parent constraint is not a technicality. It is what keeps cost roll-ups honest: if a server could sit under two racks at once, its purchase price would be counted twice when you total each rack. One parent per child means every cost, every repair, and every depreciation figure rolls up exactly once. When an item genuinely roams between parents - a drill that lives in three vans a week - do not re-parent it daily; give it a home parent and track its current whereabouts separately (see movable assets).

The typical levels

A widely used pattern has four levels, and most organisations use a subset. Heavy industry extends the same ordering further - ISO 14224 defines a taxonomy that can run to nine levels - but the principle is identical: general at the top, specific at the bottom.

LevelWhat it isExample
SiteThe physical place: a building, campus, or branchHead Office, Warehouse B
Area / systemA functional grouping inside the siteKitchen, CCTV, 2nd floor IT
AssetThe trackable item with its own record, number, labelDishwasher, Camera 6, Laptop 042
ComponentReplaceable parts beneath an assetHeating element, hard drive

Most small and mid-sized teams use only two or three of these. A two-level subset (site plus asset, or location plus asset) is enough for the majority; a third level for systems helps once a single site holds many groupings worth rolling up. You rarely need components unless you repair below the asset rather than replacing the whole thing.

Worked examples

A small hotel might structure its register like this:

  • Site: Hotel - the building itself
    • System: Kitchen - holding the appliances: dishwasher, ovens, fridges, each its own asset
      • Component: dishwasher heating element - listed because it is swapped, not the whole machine
    • System: Security - the recorder plus each of the security cameras as individual assets

Now “what did the kitchen cost us last year?” is a roll-up, and “camera 6 is down” comes with its position in the system attached.

An IT or office team would use the same shape with different labels:

  • Site: Head Office
    • Area: 2nd floor
      • Asset: Laptop 042 - with its dock and monitor as children, or checked out together as a kit

Same tree, same parent-child rule - only the names change. That portability is the point: one structure serves a plant room and a floor of desks equally well.

Naming and numbering your assets

A hierarchy is only as clean as the names hanging off it. A consistent naming convention makes assets sortable, searchable, and unambiguous when two people are looking at the same list.

A few rules that hold up well:

  • Pick a fixed format and use it everywhere, such as Location-Type-Number: B2-PUMP-001, HO-LAPTOP-042. The order matters less than the consistency.
  • Zero-pad the sequence so records sort correctly - 001 not 1, so 010 does not land before 2.
  • Prefer short letter codes over raw numbers for the type segment; PUMP reads better than a numeric class no one remembers.
  • Avoid spaces and special characters so the value behaves in search, exports, and labels.
  • Plan for growth - leave enough digits in the sequence that you will not run out, and avoid encoding things that change often (an owner’s initials) into a permanent ID.

Whatever scheme you choose, store it in the asset’s internal ID field so the name and the record stay tied together, and print it onto the asset tag so the physical item carries its own identifier. Heavy industry formalises this further with functional-location codes under standards like ISO 14224; most teams do not need that level, but the underlying habit - a predictable, sortable code per asset - is worth borrowing.

How to build an asset hierarchy

You do not need a multi-year rollout. A small team can stand up a workable hierarchy in an afternoon:

  1. Inventory and categorise what you own. Start from your existing list (or build one) and sort items into rough categories. This is the raw material for the tree.
  2. Decide your levels - and stop where decisions stop. Choose two or three levels that match how you actually make decisions. Do not add a level you will not use.
  3. Agree a naming convention before you load anything, so every record follows the same format from day one.
  4. Load top-down. Create sites first, then systems or areas, then assets beneath them. A CSV import gets a starting list in quickly; you can fill in parents and refine as you go.
  5. Validate with the people who use the kit. The technicians and managers who live with the equipment will spot a mis-parented asset or a missing system faster than anyone at a desk.
  6. Review on a schedule so the tree keeps matching reality as assets arrive and retire.

If you are starting cold, our guide to a simple asset register covers the inventory step, and the IT asset inventory checklist is a useful prompt list for IT-heavy environments.

How deep to go

The classic mistake is over-nesting: a five-level tree that nobody maintains is worse than a two-level one that stays true. Go only as deep as the decisions you make - if you never repair below the asset level, skip components entirely. Movable assets complicate trees too: a drill that lives in three vans a week should hang off a home location, with its actual whereabouts handled by location tracking rather than by re-parenting it daily. In practice, many small organisations get the benefit of a hierarchy from two levels.

Keeping the hierarchy accurate over time

A hierarchy is not a one-time build; it drifts the moment assets stop matching the tree. A stale tree nobody maintains is worse than a simple one that stays true, so make accuracy a habit rather than a project:

  • Give the structure an owner. One person who is responsible for the shape - new parents, retired branches, naming consistency - prevents the tree turning into a free-for-all.
  • Review on a cadence. A quick pass each quarter, or at each asset audit, catches mis-parented and missing items.
  • Add new assets at the right node as they arrive, rather than dumping them at the top to sort later.
  • Retire old ones cleanly. When an item leaves, mark it through decommissioning instead of deleting it, so its history and any roll-ups stay intact.
  • Keep parent-child links and names consistent - the same conventions you set at the start are the ones that keep the tree readable a year on.

Tools that make this easier

A hierarchy is easier to hold together when the register underneath it does the structural work for you. In AMPthilly, category and sub-category fields plus a location per asset cover the site-and-system layers most teams actually use, without maintaining a formal multi-level tree. CSV import gets your starting list in quickly, and each asset carries its own owner, location, and full service history - so the structure stays tied to live data rather than a separate diagram that goes stale. You can start on the free plan (no card required) and add depth only where you genuinely make decisions.

The takeaway

An asset hierarchy is the tree that turns a flat list into a map: each child belongs to exactly one parent, built top-down from site to component. Cover the standard levels, name things consistently, and - above all - keep it shallow enough to maintain. A two-level structure that stays true beats a nine-level taxonomy that no one updates.

FAQ

What are the typical levels of an asset hierarchy? A common pattern runs site, area or system, asset, and component. The site is the physical place, the system is a functional grouping like “kitchen” or “CCTV”, the asset is the trackable item with its own record and number, and components are the replaceable parts beneath it. Few organisations need all four levels everywhere - the right depth is wherever you stop making decisions about the things below it.

How deep should an asset hierarchy go? Only as deep as the decisions you make. If you repair dishwashers by swapping heating elements, the element earns a place in the hierarchy; if you replace the whole dishwasher, it does not. Over-nesting is the classic failure - a five-level tree nobody maintains is worse than a two-level one that stays true. Most small organisations do fine with location plus asset.

What is the difference between an asset hierarchy and asset categories? A hierarchy expresses whole-part and belongs-to relationships - this pump is part of that boiler, in this plant room, on this site. A category groups similar items regardless of where they sit - “laptops” or “power tools”. They answer different questions: the hierarchy tells you what a failure affects and where to look; categories tell you how many of a kind you own and what they cost as a class.

What is the difference between an asset hierarchy and an asset register? A register is the flat list of what you own and its attributes - one row per asset, with serial number, owner, location, and cost. A hierarchy is how those items relate to each other as a tree, parent to child. The register answers “what do we have?”; the hierarchy answers “what belongs to what, and what does a failure affect?”. Most systems hold both: the register is the data, the hierarchy is the structure laid over it.

What are parent and child assets? A parent asset is the item something belongs to; a child asset is the item that belongs to it. A server rack is a parent, the servers in it are children. The defining rule is that each child has exactly one parent, while a parent can have many children - that single-parent constraint is what keeps cost roll-ups clean and prevents the same asset being counted in two places.

How many levels should an asset hierarchy have? Heavy-industry guidance often says three to six, typically five. The honest answer for most small teams is fewer - two levels (location plus asset) cover the majority, and three handles almost everyone. Add a level only when you make a decision at that depth. Depth you do not use is depth you have to maintain for no return.

What is ISO 14224 and do I need it? ISO 14224 is an international standard for collecting reliability and maintenance data, built around the oil-and-gas industry. It defines a taxonomy that can run to nine levels, from industry down to individual part. It is a useful reference for the standard ordering of levels, but it is overkill for most teams. Borrow its idea of going general to specific; do not feel obliged to adopt its depth.

What is the difference between an asset hierarchy and an asset taxonomy? A hierarchy is the structural tree - which asset belongs to which. A taxonomy is the classification and naming scheme that decides how you label and code things in the first place: the categories, the abbreviations, the numbering format. The taxonomy drives consistent names; the hierarchy arranges the named items into a tree. You need a simple taxonomy to build a clean hierarchy.

Free to start, no card required

Put your register to work

AMPthilly gives every asset an owner, a location, and a history - checkouts, printable QR labels, service desk, and audit trail in one place. The free plan covers 3 users and 25 assets, with SSO and MFA included.