New to Telerik UI for WPFStart a free 30-day trial

Missing Telerik Menu in Visual Studio (Telerik UI for WPF Extensions)

Updated on Jul 9, 2026

Environment

ProductProgress Telerik UI for WPF
ComponentTelerik UI for WPF Visual Studio Extensions

Description

The Telerik menu is missing in Visual Studio.

This usually happens when Telerik UI for WPF extensions are disabled or not installed correctly.

Solution

Reason

Progress Telerik UI for WPF extensions are disabled or not installed correctly.

Solution 1: Extension Is Disabled

  1. Open Visual Studio.

  2. Go to Tools -> Extensions and Updates....

    For Visual Studio 2019 and later, use Extensions -> Manage Extensions.

  3. Open the Installed tab.

  4. Search for Telerik UI for WPF VSExtensions.

  5. Make sure the extension is Enabled.

    Telerik UI for WPF Visual Studio extension is disabled

Solution 2: Extension Is Not Installed

  1. Open Visual Studio.

  2. Go to Tools -> Extensions and Updates....

    For Visual Studio 2019 and later, use Extensions -> Manage Extensions.

  3. Open the Online tab.

  4. Search for Telerik UI for WPF VSExtensions.

  5. Download and install the extension.

If the steps above do not solve the issue, generate a Visual Studio ActivityLog file before contacting support:

  • Open Developer Command Prompt for Visual Studio as administrator.
  • Run devenv /log %userprofile%\desktop\ActivityLog.xml.
  • Reproduce the problem.
  • Attach the generated ActivityLog file when contacting support.

See Also