> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/endpoint/reports/detected-apps.md).

# Discovered Apps

Lists the applications Intune has detected across the enrolled devices in the selected tenant, with how many devices each one is installed on. This is a software inventory rather than a list of what CIPP or Intune has deployed, so applications installed outside Intune appear here too. Filter buttons narrow the list to Windows, macOS, iOS or Android applications.

## Table Details

The properties returned are for the Graph resource type `detectedApp`. For more information on the properties please see the [Graph documentation](https://learn.microsoft.com/en-us/graph/api/resources/intune-devices-detectedapp?view=graph-rest-beta#properties).

{% hint style="info" %}
Device Count is how many enrolled devices report the application installed. The same application appears once per version, so a product mid-upgrade shows as several rows with the count split between them.
{% endhint %}

{% hint style="warning" %}
Unmanaged applications are only collected from devices marked as corporate owned. On personal devices Intune never inventories applications it does not manage, so the picture here is incomplete for a tenant with personally owned devices enrolled.
{% endhint %}

{% hint style="info" %}
Intune refreshes this inventory roughly every seven days per device, counted from that device's enrolment date rather than on a tenant-wide schedule, so a newly installed application can take a while to appear. Applications collected by the Intune Management Extension for Win32 apps refresh every 24 hours instead.
{% endhint %}

To see which applications a particular device reports, use the Detected Applications section on [View Device](/user-documentation/endpoint/mem/devices/device.md).

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cipp.app/user-documentation/endpoint/reports/detected-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
