en-US windows computer user

Prevent deleting ActiveX Filtering, Tracking Protection, and Do Not Track data

Verified with Windows 11 25H2 — updated on July 23, 2026

Windows 11 25H2

Supported on: At least Internet Explorer 9.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Delete Browsing History

Description

In Internet Explorer 9 and Internet Explorer 10: This policy setting prevents users from deleting ActiveX Filtering and Tracking Protection data, which includes the list of websites for which the user has chosen to disable ActiveX Filtering or Tracking Protection. In addition, Tracking Protection data is also collected if users turn on the Personalized Tracking Protection List, which blocks third-party items while the user is browsing. With at least Internet Explorer 11: This policy setting prevents users from deleting ActiveX Filtering data, Tracking Protection data, and Do Not Track exceptions stored for visited websites. This feature is available in the Delete Browsing History dialog box. If you enable this policy setting, ActiveX Filtering, Tracking Protection and Do Not Track data is preserved when the user clicks Delete. If you disable this policy setting, ActiveX Filtering, Tracking Protection and Do Not Track data is deleted when the user clicks Delete. If you don't configure this policy setting, users can turn this feature on and off, determining whether to delete ActiveX Filtering, Tracking Protection, and Do Not Track data when clicking Delete.

Registry

HKLM Software\Policies\Microsoft\Internet Explorer\Privacy
HKCU Software\Policies\Microsoft\Internet Explorer\Privacy

Value name: CleanTrackingProtection

Enabled: CleanTrackingProtection = 0

Disabled: CleanTrackingProtection = 1

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Prevent deleting ActiveX Filtering, Tracking Protection, and Do Not Track data
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 9.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Privacy]
"CleanTrackingProtection"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Prevent deleting ActiveX Filtering, Tracking Protection, and Do Not Track data
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 9.0

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\Privacy'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'CleanTrackingProtection' -Value 0 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview