Today I was playing the unlimited mode on Wordle Unlimited. Not the usual five-letter game. I had wandered into a nine-letter puzzle, which is usually where the words start getting strange but still feel possible.

My first two guesses were SUBSCRIBE and BUTTERFLY. Between them, I had a decent set of green, yellow, and grey tiles. This is exactly the kind of situation our 9-letter Wordle solver is meant for, so I copied the board over and pressed Solve.

Zero words.

I checked the colors again. Then I checked them one more time, because the fastest explanation for a solver returning nothing is usually that I tapped one tile the wrong number of times. Everything matched.

I tried moving the clues around in my head. I looked at the green letters. I stared at the yellow ones. I started wondering whether the game had picked some painfully obscure word that had escaped every list we use.

Still nothing.

The Answer Was Hiding in Plain Sight

After far too much staring, it finally clicked:

LUKEBRYAN

Luke Bryan, the country music artist.

The answer made perfect sense to a person, but not to the solver. Our normal solver was doing exactly what we had asked it to do: search a list of nine-letter words. LUKEBRYAN is not one nine-letter dictionary word. It is LUKE and BRYAN pushed together because the game does not show spaces.

That was the whole problem.

At first I thought about simply adding LUKEBRYAN to the nine-letter list. It would fix this puzzle, but only this puzzle. The next game could use another person’s name, a place, a book title, or any two words joined together, and we would be back at zero again.

So I stopped thinking about the answer and started thinking about the shape of the answer.

What If the Solver Tried Two Words?

We already have word lists for different lengths. A nine-letter answer might be split into four letters plus five, like LUKE + BRYAN. It might also be three plus six, five plus four, or another possible split.

The basic idea sounded easy: take two lists, join every word in the first list to every word in the second, and test the result against the puzzle clues.

The numbers get silly very quickly. Even modest word lists can create millions of combinations. I did not want every normal solve to become slower just because a small number of games use answers with hidden spaces.

The version now running on WordleSolver.pro keeps the ordinary solver exactly where it was. For puzzles of eight letters or more, you can choose Try combined words when you want to search further. Only then does the page load the extra word lists and start checking pairs.

There are now two tabs:

  • Single words shows the regular solver results.
  • Combined words shows matching two-word pairs.

You can move between them without re-entering the board. If you change a tile and press Solve again while looking at combined words, the solver stays in that mode and checks the new clues.

It Does Not Try to Be Clever About Meaning

One decision made this feature much more practical: it does not try to decide whether a combination is a real name, phrase, title, or place.

That kind of logic would immediately become a guessing game of its own. Instead, the solver asks a much simpler question: do these two pieces exist in our word lists, and does their joined form fit every green, yellow, and grey clue?

This means some suggestions can be odd. That is fine. The normal frequency ranking still brings more familiar pieces toward the top, and the puzzle clues do most of the filtering. The solver’s job is to make sure the answer is not invisible just because there should have been a space in the middle.

For my puzzle, the new search found:

LUKE + BRYAN

Exactly the answer that the original nine-letter search could never see.

One Annoying Puzzle, One Useful Feature

The funny part is that this was not a planned feature. It started with me playing a game, getting zero results from my own solver, and assuming something had gone wrong.

Something had gone wrong, just not in the code. The assumption was wrong. We had treated “nine-letter answer” as if it always meant “one nine-letter word.”

Now the solver has another way to look.

If you want to try the same route:

And if the solver says zero, perhaps the answer is not one word after all.