Figma Data Limits
You may have noticed the size of your Token project is showing in the footer of the plugin.
This can happen when you:
Import a large volume of Styles or Variables from Figma.
Upload a Token project into Tokens Studio from a JSON file or folder.
Expand an existing Token project to have more Token Sets or Themes.
As soon as the Plugin detects the project size is at 100kb and set to Local Document storage:
The footer of the Plugin will display your current file size.
You can select the file size to open a modal with easy access to more information.
Having a Token project that is over 100kb isn't a problem, it means you are doing great work! However, Figma's efforts to tackle their performance issues means Plugins like Tokens Studio
Why is this happening?
The Tokens Studio Plugin uses Figma's plugin API to to interact with your design elements, styles and variables.
As of May 2025, Figma is enforcing a limit on how much data a plugin can store in a Figma file via its setSharedPluginData
API call.
This means, if you are using Local Document storage for your larger projects (small component libraries, lots of variables etc), you are likely to hit the 100kb data limit.
How it works
There is no action required by you! The plugin will work some magic under the hood to keep file sizes as small as possible.
However, this process takes time! You will notice the Plugin starts to perform tasks slower as your file size increases.
Sync Tokens to remote storage to avoid issues
Figma's 100kb data limit only applies when a plugin has to store (or save) information locally to the Figma File.
This means, if you switch to a remote storage provider, the data limit does not apply and the plugin does not perform the extra steps listed above, giving you optimal performance in your Figma file.
Remote storage guides
If you haven't set up a remote sync provider yet, don't worry! These guides will walk you through it.
Resources
Figma API Documentation Mentioned:
Known issues and bugs
Requests, roadmap and changelog
None yet
Last updated
Was this helpful?