Subscribe to the Non-Human & AI Identity Journal

What breaks when hardware assets are not tracked through decommissioning?

The organisation loses assurance over whether sensitive data was removed, whether the device still contains usable access material, and whether the asset is still counted as active. That creates compliance exposure, resale risk, and a gap between operational reality and inventory records.

Why This Matters for Security Teams

When hardware is not tracked through decommissioning, the problem is not just inventory drift. It becomes a lifecycle control failure: data may remain on disks, firmware may retain settings, and embedded credentials or certificates may still be usable long after the device is supposed to be retired. That creates a direct gap between what security believes is removed and what still exists in the field. NIST’s Cybersecurity Framework 2.0 treats asset management and safe disposal as core operational discipline, not a back-office cleanup task.

For NHI governance, decommissioning matters because hardware often carries access material that is easy to forget: local secrets, enrollment tokens, agent certificates, SSH keys, or cached credentials tied to automation. The same pattern shows up in breach research such as the Schneider Electric credentials breach, where unmanaged identity material becomes a long-tail exposure. NHI Management Group’s guide also notes that only 20% of organisations have formal processes for offboarding and revoking API keys, which is a warning sign for broader lifecycle weakness. In practice, many security teams discover stale access only after the hardware has already been resold, reassigned, or physically destroyed.

How It Works in Practice

A sound decommissioning process should prove three things before an asset leaves service: data removal, credential removal, and inventory closure. That means wiping storage with a documented method, invalidating any device-bound identity, and reconciling the asset status in CMDB, procurement, and security tooling. If the device hosted an agent, service account, or embedded controller, the identity should be revoked at the same time the asset is retired, not later.

Practitioners usually break this into checkpoints:

  • Verify ownership and final status before the device leaves the environment.
  • Remove or rotate any keys, certs, tokens, and recovery secrets associated with the hardware.
  • Sanitise storage according to the sensitivity of the data and the intended disposal path.
  • Record a signed handoff, wipe confirmation, or destruction certificate.
  • Close the asset in inventory only after the previous steps are complete.

This is also where NHI controls intersect with hardware control. If a server, laptop, IoT device, or appliance still has a valid token or certificate, it can continue authenticating even after it is considered retired. That is why lifecycle controls in the Ultimate Guide to NHIs are relevant here: identity material must be revoked as part of asset offboarding, not treated as a separate cleanup activity. Current guidance suggests treating decommissioning as an access event as much as an asset event. These controls tend to break down when devices are reassigned between teams without a formal wipe-and-revoke step, because the operational handoff outruns the security record.

Common Variations and Edge Cases

Tighter decommissioning controls often increase operational overhead, requiring organisations to balance assurance against turnaround time and disposal cost. That tradeoff is real, especially in environments with high device churn, remote workers, or third-party repair chains. Best practice is evolving for how much evidence is enough, but there is no universal standard for this yet.

Edge cases matter. For cloud-managed laptops, the risk may be less about physical resale and more about local cache, enterprise tokens, and auto-enrolment remnants. For industrial or embedded hardware, firmware settings, TPM material, and device certificates can persist even after a superficial wipe. For leased assets, the organisation may also need contractual proof that sanitisation occurred before the asset changed custody. For regulated environments, decommissioning evidence must often be retained long enough to satisfy audit, legal hold, or chain-of-custody requirements.

Two sources of confusion show up repeatedly: first, teams assume “factory reset” equals secure erasure, which is not always true; second, they assume inventory removal means risk is gone, when the identity may still be active elsewhere. NHI Management Group’s research on NHI lifecycle governance is clear that visibility and revocation discipline must travel together. That same lesson is reinforced by the NIST Cybersecurity Framework 2.0: asset disposition is only complete when residual access is eliminated, not when the device disappears from the shelf.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 ID.AM-5 Asset inventory must stay accurate through retirement and disposal.
OWASP Non-Human Identity Top 10 NHI-03 Retired hardware can retain credentials or certs tied to NHIs.
NIST AI RMF AI RMF governance applies when edge devices host autonomous agents.

Track each device to final disposition and reconcile inventory only after wipe and revocation are complete.