Skip to content
Owais KhanSoftware Reviews

Etsy Tag 20 Character Limit Tool

Etsy caps every tag at 20 characters and every listing at 13tags. Paste the long-tail phrases you actually researched and this repacks them into legal tags on word boundaries — keeping your words, in your order, instead of telling you the phrase is too long and leaving you to re-cut it by hand.

Everything runs locally: what you paste never leaves your browser.

Split your Etsy tags to the 20-character limit

Legal tags10 of 13 slots used · 3 free
  • custom personalized 19
  • leather dog collar 18
  • handmade ceramic 16
  • coffee mug set 14
  • minimalist gold 15
  • plated layered 14
  • necklace 8
  • dog collar 10
  • boho macrame wall 17
  • hanging 7
What changed, and why
Your phraseWhat happened
custom personalized leather dog collarSplit to fit
handmade ceramic coffee mug setSplit to fit
minimalist gold plated layered necklaceSplit to fit
boho macrame wall hangingSplit to fit
Dog CollarDuplicate removed

How it works

Every phrase you paste is measured against the 20-character ceiling. One that already fits is passed through untouched. One that does not is packed greedily from left to right: words are added to a tag until the next one would cross the limit, at which point a new tag starts.

The split is always on a word boundary and never mid-word. Etsy matches a shopper's search against the words inside a tag, so cutting personalized intopersonaliz destroys the term outright, whilecustom personalized keeps both words searchable as a pair. The order you typed is preserved for the same reason: it is the long-tail phrasing you researched, and silently reordering it would hand Etsy keywords you never chose.

Duplicates are then removed case-insensitively — Dog Collar anddog collar are one tag, not two — and the survivors are dealt into the 13 slots a listing allows. A single word longer than 20 characters cannot be placed at all, and is reported rather than truncated: a truncated word matches nothing.

Why a character counter alone is not enough

Most results for an etsy tag character counter oretsy tag length limit tool stop at the measurement. They turn a field red and leave the seller to work out which words to keep together, which is the part that actually takes time. The AI-flavoured alternatives go the other way and substitute their own keywords for yours, which loses the research the phrase encoded.

This sits between the two. It is an etsy tag splitter online rather than anetsy 20 character tag generator: it never invents a keyword, it only decides where to cut the ones you brought. If you have been searchinghow to split long etsy tags and finding forum threads telling you to count by hand in a word processor, this is that job automated.

Where these rules come from

The 20-character-per-tag ceiling and the 13-tag-per-listing cap are Etsy's own published listing limits, enforced by the listing editor itself. Both are pinned as constants in this tool's source and asserted in its test suite, so if Etsy changes either, the page and the tests move together rather than drifting apart.

Frequently asked questions

What is the exact character limit for Etsy tags?
Each individual Etsy tag may be at most 20 characters long. That ceiling applies per tag, not to the tag set as a whole, so a listing can carry far more than 20 characters of tags in total — it simply cannot carry any single tag longer than 20. A phrase over that length has to be broken into separate tags, which is what this tool does for you.
Do spaces and special characters count toward the 20-character Etsy tag limit?
Yes. The limit counts every character in the tag, including the spaces between words and any punctuation you use, so "custom personalized" is 19 characters rather than 18. This tool counts the same way, which is why it packs whole words up to the boundary and then starts a new tag rather than assuming spaces are free.
How many total tags are allowed on an Etsy listing?
An Etsy listing accepts up to 13 tags. That cap matters more than sellers expect once long phrases start being split, because one 37-character phrase becomes two tags and eats two of the 13 slots. The slot counter here shows how many you have used and how many remain after splitting, and anything past the thirteenth is listed separately instead of being silently dropped.
Is it better to use single words or multi-word phrases for Etsy tags?
Multi-word phrases generally work better. Etsy matches a shopper query against your whole tag, so a tag like "leather dog collar" can match that longer search in a way three separate one-word tags do not reliably reproduce. That is why this tool splits on word boundaries and keeps adjacent words together, rather than cutting mid-word or reordering the words you chose.
Is anything I paste uploaded or processed on a server?
No. The entire tool runs as a small script inside this page, so whatever you paste never leaves your browser. There is no upload step, no API call and no analytics here. That is enforced rather than promised: this site’s test suite scans the shipped HTML for every browser API capable of sending data off the page and fails the build if it finds one.