In this article, you’ll learn how to activate the Kendo UI for Vue components by installing a personal license key.
Since version 3.14.0 (13 September 2023) of Kendo UI for Vue, a missing license causes a watermark to appear over selected components. For more information, see theInvalid License section below.
Kendo UI for Vue is a professionally developed library distributed under acommercial license.Starting fromversion 2.0.0, using any of the UI components from the Kendo UI for Vue library requires either a commercial license key or an active trial license key.
The license key installation process involves three steps:
To download a license key for Kendo UI for Vue, you must have either a developer license or a trial license. If you are new to Kendo UI for Vue,sign up for a free trial first and then follow the steps below.
Go to theLicense Keys page in your Telerik account.
Click theDownload License Key button in theLicense Key banner.

Starting with the 2025 Q1 release, the name of the downloaded file changes from
kendo-ui-license.txttotelerik-license.txt. This change is required as all Telerik UI and Kendo UI products now use the same licensing mechanism with a common license key. See theHandling License Key File Name and Environment Variable Name Changes in the 2025 Q1 Release knowledge base article for more details.
telerik-license.txt) to the root folder of your application. This is the folder that contains thepackage.json file.TELERIK_UI_LICENSE environment variable.@progress/kendo-licensing as a project dependency by runningnpm install --save @progress/kendo-licensing oryarn add @progress/kendo-licensing.npx kendo-ui-license activate oryarn run kendo-ui-license activate in the console.
- If both the
TELERIK_LICENSEenvironment variable and thetelerik-license.txtfile are present, then the environment variable will be used.
When renewing your subscription, always regenerate and reactivate the license key. This will allow you to update the Kendo UI for Vue components in your application. Each licensing file contains information about the validity of your subscription and can be used for all Kendo UI for Vue versions published before its expiration date.
If you have a valid license key, and theLicense activation failed warning appears in the terminal, performing a clean, fresh install usually resolves it. To do this, follow these instructions:
rm -rf node_modules to remove all installed packages.If the invalid license attributes are still displayed after you have installed or updated the license key, see theLicense Activation Errors and Warnings and theFAQs articles for more information.