en-US office user

Specify minimum XAdES level for digital signature generation

Verified with Microsoft 365/Office 5568.1000 — updated on September 4, 2026

Microsoft 365/Office 5568.1000

Supported on: At least Windows Server 2008 R2 or Windows 7

Path in the GPO console

User Configuration\Administrative Templates\Microsoft Office 2016\Security Settings\Digital Signatures

Description

This policy setting lets you specify a minimum XAdES level that Office 2016 applications must reach in order to create an XAdES digital signature. If unable to reach the minimum XAdESLevel, the Office application fails to create the signature. If you enable this policy setting, you can set the following minimum XAdES levels that must be met by the Office application before creating the digital signature. - No minimum level - XAdES-BES: Must create at least XAdES-BES or fail - XAdES-T: Must create at least XAdES-T (timestamp) or fail. - XAdES-C: Must create at least XAdES-C (certificate and revocation references) or fail. - XAdES-X: Must create at least XAdES-X (timestamp -C) or fail. - XAdES-X-L: Must create at least XAdES-X-L (store certificate and revocation values) or fail. If you disable or do not configure this policy setting, Office 2016 does not require a minimum XAdES level and creates the most advanced XAdES signature possible, up to the level specified in the policy setting

Registry

HKCU software\policies\microsoft\office\16.0\common\signatures

More options available

Options

minxadeslevel enum
  • No minimum level -> 0 (default)
  • XAdES-BES -> 1
  • XAdES-T -> 2
  • XAdES-C -> 3
  • XAdES-X -> 4
  • XAdES-X-L -> 5

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.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Specify minimum XAdES level for digital signature generation
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_CURRENT_USER\software\policies\microsoft\office\16.0\common\signatures]
"minxadeslevel"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Specify minimum XAdES level for digital signature generation
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\software\policies\microsoft\office\16.0\common\signatures'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'minxadeslevel' -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