Documentation7 min read

Employee Offboarding IT Security: The Checklist That Prevents Data Breaches

Improper employee offboarding is one of the most common causes of data breaches and insider threats. A structured IT offboarding checklist ensures access is revoked, data is preserved, and your organization is protected the moment an employee walks out the door.

Published August 13, 2026Updated August 25, 2026
OffboardingInsider ThreatAccess ControlMicrosoft 365Identity ManagementData SecurityCybersecurity

Why offboarding is a security event

Most organizations treat employee offboarding as an HR process. IT is an afterthought — accounts get disabled days later, if at all. This gap is where breaches happen. A departing employee with active credentials has full access to email, files, CRM data, and cloud applications until someone remembers to pull the plug.

The Ponemon Institute found that 62% of employees admit to taking company data when they leave. Verizon's Data Breach Investigations Report consistently lists insider threats — both malicious and accidental — among the top breach causes. The window between an employee's last day and account termination is the highest-risk period in the entire employment lifecycle.

IT OFFBOARDING — CRITICAL TIMELINE Day 0 Notice given Immediate MFA + VPN revoked Last Day All accounts disabled Day +1 Mailbox converted Day +30 License reclaimed ⚠ HIGH RISK WINDOW — access still active ✓ Controlled offboarding — access terminated Immediate Actions (Day 0 — Last Day) Identity & Access • Disable Entra ID / AD account • Revoke all MFA methods • Terminate VPN / remote access • Revoke all active sessions Data & Devices • Retrieve all company devices • Remote wipe if not returned • Preserve mailbox / OneDrive • Transfer ownership of files Third-Party Apps • Audit OAuth app permissions • Revoke SaaS app access • Change shared passwords • Remove from distribution lists Figure 1 — IT offboarding timeline and the three action categories that must be completed on or before the employee's last day.

Figure 1 — IT offboarding timeline. The high-risk window is the period between notice and account termination. Every hour of active access after an employee's last day is unnecessary exposure.

The complete IT offboarding checklist

Identity and access — immediate

ActionToolNotes
Disable Entra ID (Azure AD) accountMicrosoft Entra admin centerBlocks all M365 and Entra-integrated app access immediately
Revoke all active sessions and tokensEntra ID — Revoke SessionsTerminates active browser sessions and cached tokens
Remove all MFA methodsEntra ID — Authentication methodsPrevents account recovery via registered phone/authenticator
Disable on-premises AD accountActive Directory Users and ComputersRequired if hybrid environment; Entra disable alone is not sufficient
Remove from all security and distribution groupsEntra ID / ADEliminates residual access granted via group membership
Terminate VPN and remote accessFirewall / VPN consoleSeparate from M365 — must be revoked independently
Change all shared/service account passwords the employee knewPassword manager auditAny shared credential the employee had access to must be rotated

Devices and data

ActionToolNotes
Retrieve all company-owned devicesAsset inventoryLaptops, phones, tablets, access cards, keys
Remote wipe unrecovered devicesMicrosoft IntuneSelective wipe removes corporate data; full wipe for company-owned devices
Place mailbox on litigation holdMicrosoft PurviewPreserves all email for legal and compliance purposes before disabling
Convert mailbox to shared mailboxExchange admin centerPreserves email access for manager; releases the M365 license
Set up email auto-reply and forwardingExchange admin centerForward to manager for 30–90 days; set out-of-office message
Transfer OneDrive file ownershipSharePoint admin centerAssign to manager; OneDrive is preserved for 30 days by default then deleted
Audit and transfer Teams ownershipTeams admin centerEmployee may be the sole owner of critical Teams channels

Third-party applications

This is the most commonly missed step. Employees accumulate OAuth app permissions and SaaS accounts that are invisible to IT unless actively audited:

  • Audit OAuth permissions: In Entra ID, review all apps the user granted permissions to. Revoke any that should not persist.
  • SaaS applications: CRM (Salesforce, HubSpot), project management (Asana, Monday), HR systems, billing platforms. Each requires a separate deprovisioning step.
  • GitHub / code repositories: Remove from organization and revoke personal access tokens.
  • Cloud infrastructure: AWS, Azure, GCP — remove IAM users and access keys immediately.
The OAuth blind spot. An employee can grant a third-party app access to their M365 mailbox and files. When you disable the M365 account, the OAuth token may still be valid. IDENETY's offboarding process includes an Entra ID OAuth audit to identify and revoke all third-party app permissions before the account is disabled.

Privileged accounts require extra steps

For employees with administrative access — IT staff, system administrators, finance managers with elevated ERP access — the offboarding process requires additional steps:

  • Audit all privileged role assignments in Entra ID (Global Admin, Exchange Admin, etc.) and remove before disabling the account.
  • Rotate any service account passwords or API keys the employee managed.
  • Review recent privileged activity in the SIEM for anomalies in the 30 days before departure.
  • Conduct an exit interview with IT to document all systems the employee had access to.

See our Microsoft 365 Security Baseline for the full identity governance configuration, and our Wire Fraud & BEC Prevention article for the insider threat scenarios that offboarding gaps enable.

Contact our engineers to build a standardized offboarding runbook for your organization and integrate it with your HR workflow.

About the Author