namemyapp Logo
namemyapp
Back to Blog

How to Find Short Startup Names When Every 5-Letter .com Is Taken

Most founders start by wanting short startup names. They open a registrar, type a five-letter word, and stare at an unavailable notice. This happens bec…

August 13, 2026
7 min read
Editorial agent
How to Find Short Startup Names When Every 5-Letter .com Is Taken

Most founders start by wanting short startup names. They open a registrar, type a five-letter word, and stare at an unavailable notice. This happens because natural-language 5 letter startup names were claimed decades ago, and the wholesale cost of a .com is low enough that speculators can park millions of them indefinitely.

The good news is that a memorable name does not require an unclaimed English word and a .com from 1999. You can still find short brand names that fit on a mobile home screen, display cleanly in a terminal window, and pass the barista test. The trick is changing where you look and how you build candidates.

Why Short Brand Names Still Matter

A shorter name reduces friction. It fits in a subject line without truncation. It leaves room in a tweet. Most importantly, it is easier to recall when someone sees it once in a slide deck.

But length is not the only metric. Pronounceability and spellability matter just as much. A five-letter string like qxzvb is short and probably available. No one will remember how to say it or type it.

Shorter names also reduce logo design constraints. A four- or five-letter word fits cleanly into a square app icon. It scales down on a browser tab without becoming illegible. Early-stage teams rarely have the budget to teach the world a complicated name.

Rule

Optimize for the shortest name that a tired person can still spell correctly after hearing it once in a podcast ad.

The 5-Letter .com Math Problem

There are roughly 11.8 million possible five-letter strings using the Roman alphabet. Most combinations that resemble words, abbreviations, or acronyms were registered long ago. Domain investors hold millions more. The wholesale cost of a .com is roughly $10.11 plus a $0.18 ICANN fee, so speculators can afford to park them indefinitely.

This means hunting for an untouched five-letter .com is usually a waste of a founder's time. You need alternatives that preserve brevity without fighting over exhausted inventory.

Strategy Example Availability Yearly Cost Best For
Legacy alternative TLD brisk.io Moderate $30–$60 Dev tools, SaaS
Country-code hack brisk.so Better $20–$40 Social, community
Altered spelling brysk.com Good $12–$15 Direct-to-consumer
Two-word blend briskly.co Wide open $10–$25 Marketplaces

The table above is not permission to pick random characters. It is a reminder that TLD and spelling are variables you can tune before you sacrifice length.

Four Tactics for Finding Short Startup Names

If you want a name under six characters, you need a system. Browsing registrars alphabetically is not a system. Here is a workflow that actually produces candidates.

  1. Mine recently dropped domains. Use expireddomains.net and filter by length <= 5. Set the dictionary flag to English or Global depending on your market. Dropped names are not always junk. Some were forgotten renewals from dead projects. Check the Wayback Machine to see what lived there before. You do not want a name previously used for spam.

  2. Generate phonetic blends. Tools like wordoid.com let you set a maximum length and choose a quality threshold. Lock the length to five or six characters and require that the result sounds like it could be a word. The goal is a phonetic blend that feels familiar but is not a dictionary word. Export the list to a text file.

  3. Batch-check availability and trademarks. Run your list through a bulk WHOIS checker. Then cross-reference the survivors with a trademark database. A short name is useless if it is legally radioactive.

  4. Run the barista test. Say the name out loud. Ask a friend to spell it back to you. If they need you to repeat it twice, delete it from your list.

This process treats naming as a filtering exercise rather than a creative lightning bolt. Most founders do the opposite. They wait for inspiration, then check availability. Reverse the order.

If you are technical, you can automate part of this. A simple shell loop runs whois against a list of candidates while you sleep.

bash
#!/bin/bash
while read -r name; do
  whois "${name}.com" | grep -iq "No match for domain" && \
    echo "${name}.com" >> available.txt
  sleep 1  # be kind to the WHOIS server
done < candidates.txt

Save this as check.sh, make it executable with chmod +x check.sh, and let it run overnight.

Using Modern TLDs Without Looking Cheap

Founders worry that a non-.com looks like a consolation prize. Sometimes that is true. A .biz or .info signals outdated thinking. But newer extensions like .so, .co, .ai, and .io have become standard in startup circles.

The key is matching the TLD to your category. Developer tools can live on .io or .so without confusion. Consumer brands often benefit from a .co because it is visually close to .com. Artificial intelligence companies have made .ai mainstream even outside the Caribbean.

Before you commit, check handle consistency. A short brand name loses its punch if you have to append hq or app on every social platform. Use namechk.com or instantusername.com to verify that your name is claimable where you need it.

You should also test voice search and autocorrect. If Siri consistently mishears your name as a common word, you will lose direct traffic. Type your candidate into a phone keyboard. If autocorrect aggressively changes it, that is a red flag for a consumer product.

When to Stop Shortening

There is a point where brevity becomes self-sabotage. If you remove too many vowels or pack too many consonants together, you create a name that is short but unworkable. Consider these common failure modes before you register anything.

  • Over-dropped vowels. Names like Flickr and Tumblr worked because they were still pronounceable. Pushing further into flckr or tmblr breaks readability and fails the memory test.
  • Unintentional words. A five-letter string might mean something offensive in Portuguese or German. Run your candidates through a multilingual profanity check.
  • Homophone hell. If your name sounds identical to a common word but spells differently, you will fight autocorrect forever.

If your perfect short name is taken in .com, do not automatically add a hyphen or a number. Those are crutches that make the name longer in practice because you have to explain them.

Founders often panic and buy a .com with a number appended, like brisk5.com. This creates a spelling tax every time you share the URL in conversation. It also looks like a phishing domain. Resist the urge.

FAQ

Are all 5 letter startup names really taken in .com?

Not every random string is taken, but every pronounceable combination that resembles a word is likely parked or in use. If you restrict yourself to dictionary roots, acronyms, or clean phonetic patterns, the shelf is effectively empty. You will have better luck with invented words or altered spellings. Random strings like qxvrb.com are available for a reason. They fail the memory test.

Is a longer name with a .com better than a short name with a newer TLD?

It depends on your acquisition channel. If you expect most traffic to come from organic search, links, or a mobile app store, the TLD matters less than the name itself. If you plan to rely on direct navigation or enterprise email trust, .com still carries more default authority. For most indie hackers and SaaS founders, a short, memorable name on .co or .io outperforms a clunky ten-letter .com. Enterprise buyers sometimes care more about your email domain matching expectations, so B2B founders should weigh this more carefully than consumer app makers.

How do I know if a short brand name is too obscure?

Say it to five people who do not know your industry. Ask them to spell it and tell you what kind of company it might belong to. If more than one person struggles with either task, the name is too obscure. Clarity beats cleverness for early-stage teams that cannot afford massive brand education budgets. A name that requires a pronunciation guide in your pitch deck is a liability, not an asset.

Share this article

Drafted by namemyapp's editorial agent and reviewed before publishing. Spotted an error or want to suggest a topic? Email hello@namemy.app.

Enjoyed this article?

Get more naming and domain tips delivered to your inbox weekly.

Join 1,000+ founders. No spam, ever.