# How to find my Installation ID on an Android device?

Usually, using the Custom User ID is the easiest way to locate your device on Batch and register yourself as a tester on the platform.

However, this identifier isn't always available in Batch:

* It's usually only set for logged-in users.
* You may not know your Custom User ID.

This is why Batch created the **Installation ID**. This ID is unique and is generated when the application is installed.

{% hint style="danger" %}
The Installation ID is renewed every time the app is uninstalled/reinstalled.
{% endhint %}

You can retrieve your Installation ID following the methods below:

## Option A: Use the "Find my installation" feature <a href="#h_6121f721eb" id="h_6121f721eb"></a>

From version 1.18 of our SDK, Batch will copy the Installation ID to the clipboard when the application appears in the foreground 4 times within 20 seconds.

Here is how to do it:

{% stepper %}
{% step %}
Close your application (from the background)

{% endstep %}

{% step %}
Reopen it and switch to the background 4 times in a row in less than 20 seconds

{% endstep %}

{% step %}
Open a clipboard and paste the text: this is your Installation ID!
{% endstep %}
{% endstepper %}

You can also follow the video below:&#x20;

{% embed url="<https://www.loom.com/share/3d908a4802b1490d9f944510ee18f42a?sid=1299884d-4efb-4e78-b979-57295a3aebc1>" %}

{% hint style="warning" %}
If you use an older version of the SDK or if you have deactivated this feature via [our dedicated method](https://doc.batch.com/developer/sdk/ios/troubleshooting#copying-the-installation-id), we recommend displaying the Installation ID somewhere in the app: [Displaying the installation ID](https://doc.batch.com/developer/sdk/ios/troubleshooting#displaying-the-installation-id).

\
If it hasn't been done, you'll still be able to find your Installation ID following the option detailed below.
{% endhint %}

## Option B: Check the logs in the terminal application <a href="#h_6121f721eb" id="h_6121f721eb"></a>

To do so, please refer to our documentation on [how to check Batch logs on Android](https://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-check-batch-logs-on-android).


---

# 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://doc.batch.com/developer/technical-guides/how-to-guides/mobile/android-specific/how-to-find-my-installation-id-on-an-android-device.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.
