# How to fix the "Unregistered" push test error?

In some cases, the dashboard may show an error when you try sending a test notification to your iOS or Android device, or to your web browser: "Push test has failed NotRegistered".

<figure><img src="https://38998153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCL8wF0y1T2vLnm3yR2MW%2Fuploads%2FfUcqv6A7EBWwZhGsAGOp%2FScreenshot%202025-06-20%20at%2012.10.49.png?alt=media&#x26;token=f99f0b8e-8bd2-40e2-9bec-0c568e1d4d55" alt="" width="519"><figcaption></figcaption></figure>

This usually happens because the device token is not valid anymore. Each time you reinstall your app, Apple or Google resets your existing token and generates a new one for your device, invalidating the existing one.

To fix the issue, you need to **find the Installation ID attached to your new push token**: [iOS](https://doc.batch.com/developer/technical-guides/how-to-guides/how-to-find-my-installation-id-on-an-ios-device) / [Android](https://doc.batch.com/developer/technical-guides/how-to-guides/how-to-find-my-installation-id-on-an-android-device) / [Web](https://doc.batch.com/guides-and-best-practices/message/push-notifications/how-to-send-a-test-push-notification-to-your-web-browser#h_17fa92f09d).
