en-US windows computer user

Allow websites to store application caches on client computers

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

Windows 11 25H2

Supported on: At least Internet Explorer 10.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\General Page\Browsing History

Description

This policy setting allows websites to store file resources in application caches on client computers. If you enable this policy setting, websites will be able to store application caches on client computers. Allow website database and caches on Website Data Settings will be unavailable to users. If you disable this policy setting, websites will not be able to store application caches on client computers. Allow website database and caches on Website Data Settings will be unavailable to users. If you do not configure this policy setting, websites will be able to store application caches on client computers. Allow website database and caches on Website Data Settings will be available to users. Users can choose whether or not to allow websites to store data on their computers.

Registry

HKLM Software\Policies\Microsoft\Internet Explorer\BrowserStorage\AppCache
HKCU Software\Policies\Microsoft\Internet Explorer\BrowserStorage\AppCache

Value name: AllowWebsiteCaches

Enabled: AllowWebsiteCaches = 1

Disabled: AllowWebsiteCaches = 0

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: Allow websites to store application caches on client computers
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 10.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\BrowserStorage\AppCache]
"AllowWebsiteCaches"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Allow websites to store application caches on client computers
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 10.0

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\BrowserStorage\AppCache'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AllowWebsiteCaches' -Value 1 -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