en-US windows computer user

Set default storage limits for websites

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 sets data storage limits for indexed database and application caches for individual websites. When you set this policy setting, you provide the cache limit, in MB. If you enable this policy setting, Internet Explorer displays a notification when a website exceeds the configured storage limit. If you disable or do not configure this policy setting, users can set default data storage limits for indexed databases and application caches.

Registry

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

More options available

Options

Set default storage limits for websites
DefaultDomainCacheLimitInMB decimal - range 0-9999 - default: 10

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: Set default storage limits for websites
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 10.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\BrowserStorage]
"DefaultDomainCacheLimitInMB"=dword:0000000a
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Set default storage limits for websites
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 10.0

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