When organisations wait for device return before wiping, they leave company data exposed whenever hardware is lost, delayed in transit, or never handed back. That approach also assumes non-technical staff will follow instructions perfectly. In practice, those dependencies create avoidable gaps in containment and make offboarding slower, more error-prone, and less defensible.
Why This Matters for Security Teams
Waiting for a laptop to come back before wiping it creates a fragile containment model. It assumes the device will be returned on time, that the return path is trustworthy, and that non-technical users will never miss a step. That is not a resilience strategy. It is a delay mechanism that leaves data exposed during loss, theft, shipment delays, and employee non-response.
For security teams, the real problem is not the wipe itself. It is the dependency chain wrapped around it. If access removal, remote lock, and wipe are all gated by physical possession, then offboarding becomes hostage to logistics. Current guidance from the NIST Cybersecurity Framework 2.0 and incident lessons reflected in the Microsoft Midnight Blizzard breach both reinforce the same operational point: access should be removable independently of device recovery.
NHIMG research shows how often delayed containment becomes costly. In the Ultimate Guide to NHIs, NHI Mgmt Group reports that 91.6% of secrets remain valid five days after notification, which is the same class of failure pattern as waiting too long to revoke access. In practice, many security teams discover the flaw only after a device is lost in transit or a former employee simply never sends it back.
How It Works in Practice
A safer model separates device recovery from data protection. The organisation should assume the laptop may never return and should design offboarding around remote control, short-lived access, and rapid revocation. That usually means disabling accounts first, invalidating sessions, revoking VPN and SSO tokens, and triggering remote wipe as soon as the device is marked at risk.
Teams should also reduce the amount of recoverable data on endpoints in the first place. Full-disk encryption, browser session controls, managed secrets storage, and cloud-first work patterns limit what is exposed if the device disappears. Where practical, wipes should be automated through endpoint management platforms rather than waiting for a human to remember a manual checklist.
- Revoke identity access before asking for the device back.
- Use remote wipe, remote lock, and session termination as standard offboarding steps.
- Keep sensitive files in managed repositories, not on local disks.
- Ensure encryption keys and recovery workflows are controlled centrally.
- Track return status separately from containment status.
This is especially important for high-risk users, privileged admins, and anyone with access to secrets or customer data. The Salt Typhoon US telecoms breach illustrates how stolen credentials can outlive the original access window when revocation lags behind exposure. These controls tend to break down when endpoint management is incomplete, because the organisation cannot guarantee that a missed return will trigger a wipe or session revocation.
Common Variations and Edge Cases
Tighter wipe controls often increase operational overhead, requiring organisations to balance stronger containment against user support friction and legal or logistics constraints. That tradeoff becomes sharper for remote workers, international shipping, BYOD programmes, and unionised or regulated environments where physical recovery is slow or contested.
There is no universal standard for this yet, but best practice is evolving toward conditional trust: the device return process can support asset recovery, while the security process should not depend on it. For some organisations, that means accepting that a lost laptop may never be wiped and focusing instead on preventing meaningful data from ever being stored locally.
Edge cases also matter. If a device is offline, wipe commands may queue until it reconnects. If storage is not encrypted, a thief may access local data before the wipe ever arrives. If revocation relies on a manager to approve each step, delays multiply. In those environments, the right question is not whether the laptop comes back, but whether the data was already rendered inaccessible before the return process began.
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 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Access revocation should not depend on device return. |
| NIST AI RMF | GOVERN | Offboarding needs accountable, repeatable access-revocation governance. |
| OWASP Non-Human Identity Top 10 | NHI-06 | Secrets on endpoints remain exposed until wipe or revocation occurs. |
| CSA MAESTRO | G3 | Cloud and endpoint access should be terminated independently of asset recovery. |
| NIST Zero Trust (SP 800-207) | PR.AC | Zero Trust requires continuous control, not trust based on device possession. |
Eliminate local secret storage and revoke exposed credentials as part of endpoint offboarding.
Related resources from NHI Mgmt Group
- What breaks when organisations rely only on USB blocking for device security?
- What breaks when organisations rely on blame after ransomware or device loss?
- What breaks when organisations rely only on mobile device management to stop smishing?
- What breaks when organisations rely on legacy DLP for AI workflows?