Squaredle Solver

Enter the Squaredle puzzle board into the form below and press solve!

Answers

Frequently Asked Questions

  • What is Squaredle Solver?

    Squaredle Solver helps you find all valid English words hidden within a 4x4 letter grid, similar to games like Squaredle or Boggle.

  • How do I use it?

    Click on each cell in the grid and type a letter. Letters must be in English (A–Z). After filling the grid, click “Solve” to see all valid words.

  • Do I need to use uppercase letters?

    Nope! The tool automatically converts all input to uppercase.

  • How does the solver work?

    It scans the grid starting from every letter, checking all 8 directions (including diagonals) to find valid words. Each cell can be used only once per word.

  • Where does the word list come from?

    It uses the word list from Squaredle Solver Github Repo, which includes common English words used in word games.

  • Why didn’t it find a word I thought was valid?

    Some uncommon or slang words might not be in the word list. Also, a word must be connectable in the grid without reusing a letter cell.

  • Can I use my own dictionary?

    Yes! If you have a custom word list (one word per line in a .txt file), you can modify the code to load it.

  • Can words move diagonally?

    Yes. Words can be formed by connecting letters in all 8 directions: up, down, left, right, and diagonally.

  • Are duplicate words included?

    No, all words are de-duplicated in the result.

  • What’s the shortest word length the solver supports?

    Typically 3 letters and up. You can modify the logic if you want to support 2-letter words.

  • Can I see how a word connects in the grid?

    Yes! When you click on any word in the results list, it will be highlighted on the grid with a visual path.

  • Is this mobile-friendly?

    Yes, the tool is fully responsive and works on phones, tablets, and desktops.

  • Will my data be saved or sent anywhere?

    Nope! Everything runs locally in your browser. Nothing is uploaded or stored.

  • Can I share this tool with others?

    Of course! Just share the website link with your friends.