Environment
MWS Windows11
Issue
On Windows 11, it can be difficult to determine the connection status of the Cisco AnyConnect Management Tunnel VPN.
Resolution
To determine the connection state, do one of the following. It's not necessary to launch the Cisco VPN UI (vpnui.exe)
- Open a command prompt
- Enter
cd "C:\Program Files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client\"
vpncli.exe stats
Included in the output will be the state of the Management Tunnel.

The command will output the management tunnel status. A second way to retrieve this information is to:
- Open a Windows Terminal window
- Enter
Get-NetAdapter -InterfaceDescription Cisco* | Select InterfaceDescription,Status

Additional Information
For specific information on what goes over the management tunnel, please see the related article 'Resolving Network Device Accessibility After Windows 11 Upgrade'