After each Microsoft Edge update, coupon notification popups reappear even if you previously disabled them. This happens because Edge resets certain user preferences during the update process, specifically for features like the Shopping coupon tool. This article explains why Edge restores these settings and provides a permanent fix using Group Policy or Registry edits so the notifications stay off.
Key Takeaways: Disabling Edge Coupon Notifications Permanently
- Edge Settings > Privacy, search, and services > Shopping > Save time and money with coupons: Toggle this off to disable the coupon feature, but it may reset after updates.
- Group Policy > Computer Configuration > Administrative Templates > Microsoft Edge > Enable shopping coupons feature: Set to Disabled to force the coupon feature off permanently.
- Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ShoppingCouponsEnabled: Set to 0 to block coupon notifications via registry edit when Group Policy is unavailable.
Why Edge Coupon Notifications Return After Each Update
Microsoft Edge includes a Shopping feature that automatically searches for coupons when you visit online stores. The feature is enabled by default for all users. When you turn it off in Edge settings, the change is stored in a local user preferences file. During a major Edge update, the browser may reset certain preference files to their default state to avoid conflicts with new code. This reset includes the coupon notification setting.
The behavior is by design for stability. Edge updates replace core files and sometimes reapply default flags. Users who disable the feature through the settings interface see the notification return because the local preference is overwritten. The only way to prevent this is to block the feature at the system policy level, which is not affected by browser updates.
Steps to Permanently Disable Edge Coupon Notifications Using Group Policy
This method applies to Windows 11 Pro, Enterprise, or Education editions that include the Local Group Policy Editor. Home edition users should use the Registry method in the next section.
- Open Local Group Policy Editor
Press Windows + R, type gpedit.msc, and press Enter. If the command does not run, your edition of Windows 11 does not support Group Policy. - Navigate to the Edge Shopping policy folder
In the left pane, go to Computer Configuration > Administrative Templates > Microsoft Edge. Scroll down the policy list in the right pane. - Find the Enable shopping coupons feature policy
Locate the policy named Enable shopping coupons feature. Double-click it to open the policy settings window. - Set the policy to Disabled
In the policy window, select Disabled. Click Apply and then OK. This forces the coupon feature off for all users on the device. - Verify the policy is active
Open a Command Prompt as administrator and run gpupdate /force. Restart Microsoft Edge. Open Edge settings and navigate to Privacy, search, and services > Shopping. The toggle for Save time and money with coupons should be grayed out and set to Off.
After applying this policy, Edge updates will not re-enable the coupon notifications because the policy setting overrides any local preference changes.
Steps to Permanently Disable Edge Coupon Notifications Using Registry Editor
This method works on all Windows 11 editions, including Home. Incorrect registry edits can cause system instability. Back up the registry before proceeding.
- Open Registry Editor
Press Windows + R, type regedit, and press Enter. Click Yes in the User Account Control prompt. - Navigate to the Edge policy key
In Registry Editor, go to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge. If the Edge key does not exist, right-click the Microsoft key, select New > Key, and name it Edge. - Create the ShoppingCouponsEnabled DWORD
Right-click the Edge key, select New > DWORD (32-bit) Value. Name it ShoppingCouponsEnabled. Leave the value data at 0. This disables the coupon feature. - Apply the change
Close Registry Editor. Restart Microsoft Edge completely. The coupon notifications will no longer appear, and the setting will survive future Edge updates.
To re-enable the feature later, delete the ShoppingCouponsEnabled DWORD or set its value to 1.
If Edge Coupon Notifications Still Appear After the Main Fix
Coupon notifications return after a Windows 11 feature update
A Windows 11 feature update can sometimes reset Group Policy or registry policy keys if the update modifies the Edge policy template. After a major Windows update, verify that the policy or registry value is still present. If missing, reapply the steps above.
Edge shows coupon popups on specific websites only
Some websites trigger Edge’s built-in coupon detection even when the feature is disabled. This can happen if a website injects its own coupon script. Clear Edge browsing data for that site or disable the Save time and money with coupons toggle in Edge settings as a secondary measure.
Group Policy setting is not available in Windows 11 Home
Windows 11 Home does not include the Local Group Policy Editor. Use the Registry Editor method instead. Both methods achieve the same permanent result.
Edge Settings Toggle vs Group Policy vs Registry: Comparison
| Item | Edge Settings Toggle | Group Policy | Registry |
|---|---|---|---|
| Persistence after Edge update | Resets to default | Persists | Persists |
| Windows edition requirement | All editions | Pro, Enterprise, Education | All editions |
| Revert method | Toggle on | Set to Not Configured | Delete DWORD or set to 1 |
| User scope | Per user profile | All users on device | All users on device |
You can now permanently stop Edge coupon notifications from returning after each update. Use Group Policy for managed devices or the Registry for Home edition. To verify the fix, trigger an Edge update by going to Edge menu > Help and feedback > About Microsoft Edge and check that the coupon setting remains disabled after the update completes. For advanced control, consider disabling the entire Shopping feature in Edge via the same policy key by also setting ShoppingEnabled to 0 in the registry.