# Windows Inactive Devices

The Windows Inactive Devices report displays details for Windows devices in your Microsoft Entra ID environment that have had no activity in the last 90 days. Use this report to identify and remove stale devices to reduce security risks and optimize your device management.

The report provides a summary of inactive Windows devices, categorized by removal priority, and detailed device information to assist with cleanup.

## Focus Table

This section categorizes inactive devices by removal priority.

<figure><img src="/files/Yw2MSVWjWO5dj5RL1KrR" alt=""><figcaption></figcaption></figure>

### **Inactivity State**

* **Disabled, Not Used and Ownerless Devices** \
  Devices that are disabled, inactive, and not assigned to a user.
* **Enabled, Not Used and Ownerless Devices**\
  Devices that are enabled, inactive, and not assigned to a user.
* **Disabled, Inactive and Ownerless Devices**\
  Devices that are disabled, inactive for 90 days, and not assigned to a user.
* **Enabled, Inactive and Ownerless Devices**\
  Devices that are enabled, inactive for 90 days, and not assigned to a user.
* **Enabled, Not Used Devices with an Owner**\
  Devices that are enabled, inactive, and assigned to a user.
* **Enabled, Inactive Devices with an Owner**\
  Devices that are enabled, inactive for 90 days, and assigned to a user.

## Breakdown Table & Filter

Group inactive devices by selected user properties, to see where the devices with a registered owner belongs in your organization.

<figure><img src="/files/JzTr0Sp0sd0nK8vGgDdL" alt=""><figcaption></figcaption></figure>

## Remove Stale Devices

Use the Windows Inactive Devices report to identify devices for removal. \
Follow Microsoft’s best practices for [managing stale devices](https://learn.microsoft.com/en-us/entra/identity/devices/manage-stale-devices) in Microsoft Entra ID:

1. **Review Removal Priority**: Use the Focus Table to identify high-priority devices, such as "Disabled, Not Used and Ownerless Devices" or "Enabled, Not Used and Ownerless Devices."
2. **Check Device Details**: Review the Device Details Table to confirm device status, ownership, and compliance. Use the Column Selector to add properties for more context.
3. **Export Data**: Export the Device Details Table to Excel to create a worklist for your IT team.
4. **Follow Best Practices**:
   * For devices managed by an MDM solution like Intune, ensure they are retired from the management system before removal from Entra ID.
   * For devices with BitLocker encryption, consider backing up recovery keys to avoid data loss.
   * For devices registered with Windows Autopilot, consider the impact of removal on re-provisioning.
5. **Establish Processes**: Create consistent processes for identifying, disabling, and removing stale devices. Define roles, timelines, and approval workflows to ensure governance and minimize risks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bsure.io/user-guides/devices/windows-inactive-devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
