To get your unlock key, you must access the official Syncfusion license management portal. Step-by-Step Key Retrieval
: The license key must match the exact version of the NuGet packages installed in your project. A key for v21.1.x will not work for v22.1.x.
If you are an individual developer or work for a small business, you might not need to pay for a commercial license. Syncfusion offers a robust program.
Which are you using? (Blazor, Flutter, Angular, etc.) What version of Essential Studio is installed? syncfusion unlock key link
Syncfusion transitioned from product unlock keys during installation to platform-specific runtime license keys.
Go directly to the official (the primary unlock key link) at https://syncfusion.com . Log in using your registered credentials.
Which of Essential Studio are you installing (e.g., 2026 Volume 1)? I can help direct you to the exact page. Share public link To get your unlock key, you must access
You can obtain a 30-day evaluation key by signing up for a trial on the Syncfusion Trial page Critical Requirements Overview of Syncfusion license registration 25 Nov 2025 —
Generating the key is only the first step. You must register it in your application's code before initializing any Syncfusion components. If you do not register it, a licensing warning banner or popup will appear. Registering via Code
License keys are version-specific and platform-specific. Follow these steps to generate your key: Sign in to your account on the Syncfusion Website . If you are an individual developer or work
This button generates a version-specific key. For Trial Users (Evaluation)
To get a , you need to access your account dashboard on the Syncfusion website. An Unlock Key is specifically used to unlock offline installers for Essential Studio, while a License Key is used for runtime registration in your code. 🛠️ How to Generate an Unlock Key
Add this line to your Program.cs or App.xaml.cs : Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_KEY_HERE"); For JavaScript/TypeScript