---
title: "Check the User Web Push Permission"
slug: "check-web-push-user-permission"
description: "This guide covers troubleshooting steps to check the user web push permission."
tags: ["web push permission", "web push troubleshooting"]
updated: 2026-03-04T07:55:16Z
published: 2026-03-04T07:55:16Z
canonical: "academy.insiderone.com/check-web-push-user-permission"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://academy.insiderone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Check the User Web Push Permission

> Suggested reading: [Receiving no Web Push Notifications](/v1/docs/receiving-no-web-push-notifications)

If you want to debug any issues with receiving [Web Push notifications](/docs/types-of-web-push-notifications), you should also check whether you have allowed them.

When you opt in to notifications, the **insUserPermissionGranted** key will be set to ***true***.

## Chrome

To check whether you have allowed Web Push notifications on Chrome:

1. Click right > **Inspect** on your website and open the browser console.
2. Go to **Application** > **Local Storage** to see the value of **insUserPermissionGranted**.
3. If the value shows the state as **true**, you have enabled Web Push notifications.

![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/image-1767087619083.png)

## Firefox

To check whether you have allowed Web Push notifications on Firefox:

1. Click right > **Inspect** on your website and open the browser console.
2. Go to **Storage** > **Local Storage** to see the value of **insUserPermissionGranted**.
3. If the value shows the state as **true**, you have enabled web push notifications.

![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/image-1767087642094.png)
