---
title: Maps Policy CSP
description: Learn more about the Maps Area in Policy CSP.
ms.date: 01/18/2024
---
# Policy CSP - Maps
## AllowOfflineMapsDownloadOverMeteredConnection
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later |
```Device
./Device/Vendor/MSFT/Policy/Config/Maps/AllowOfflineMapsDownloadOverMeteredConnection
```
Allows the download and update of map data over metered connections. After the policy is applied, you can verify the settings in the user interface in System > Offline Maps.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Add, Delete, Get, Replace |
| Default Value | 65535 |
**Allowed values**:
| Value | Description |
|:--|:--|
| 0 | Disabled. Force disable auto-update over metered connection. |
| 1 | Enabled. Force enable auto-update over metered connection. |
| 65535 (Default) | Not configured. User's choice. |
## EnableOfflineMapsAutoUpdate
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ Windows SE
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 10, version 1607 [10.0.14393] and later |
```Device
./Device/Vendor/MSFT/Policy/Config/Maps/EnableOfflineMapsAutoUpdate
```
Disables the automatic download and update of map data. After the policy is applied, you can verify the settings in the user interface in System > Offline Maps.
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `int` |
| Access Type | Add, Delete, Get, Replace |
| Default Value | 65535 |
**Allowed values**:
| Value | Description |
|:--|:--|
| 0 | Disabled. Force off auto-update. |
| 1 | Enabled. Force on auto-update. |
| 65535 (Default) | Not configured. User's choice. |
**Group policy mapping**:
| Name | Value |
|:--|:--|
| Name | TurnOffAutoUpdate |
| Friendly Name | Turn off Automatic Download and Update of Map Data |
| Location | Computer Configuration |
| Path | Windows Components > Maps |
| Registry Key Name | Software\Policies\Microsoft\Windows\Maps |
| Registry Value Name | AutoDownloadAndUpdateMapData |
| ADMX File Name | WinMaps.admx |
## Related articles
[Policy configuration service provider](policy-configuration-service-provider.md)