Skip to main content
5 FiveLetterWords
TodayYour daily puzzle break
GamesChoose your next puzzle
Today’s gamesResume a puzzle or choose your daily routine Missing WordFind the word that fits every clue Daily FiveThe familiar shared five-letter puzzle LagdleGuess now, then get the clue one turn later EchoesChange one sound per move in a daily ladder BondsFind the letters and connect the word Missing LinksFind the shared word that completes each group How Sure?Stake your confidence on daily comparisons Word TacticsTrain with four focused five-letter modes Seven LettersFind words in the shared seven-letter set CrosswordOpen today’s puzzle from Solve The Crossword
Word HelpHints, Finder & Solver

Hints & tools

Wordle hints Connections hints Word Finder Wordle Solver Daily game hints & solversWord500, Phoodle, Canuckle, Squaredle and moreQuordle SolverEnter four boards and rank the next guessWord checkerCheck whether Wordle accepts a wordAnagram solverRearrange a set of lettersSpelling Bee solverFind words from seven lettersSpelling Bee hintsGet counts and a two-letter gridPangram indexBrowse seven-letter pangram sets

Review & improve

Post-game reviewReview each guess in your solveWordle WrappedMake a private recap from saved gamesScore percentileCompare your average with other playersSecond guessFind the best reply to your openerHard Mode helperFind guesses that obey every clueOpener LabCompare any two starting wordsOpening pairsCompare planned two-word startsPuzzle difficultyCompare the hardest past answersRepeated lettersUnderstand duplicate-letter feedback

Learn & browse

Strategy guidesArticles on openers, tactics, scores and answer historySecond-Guess AtlasReview common branches after popular openersTrap AtlasFind one-letter families and escape probesWord patternsBrowse common five-letter patternsWordle archiveSearch by answer word, date or puzzle numberConnections archiveBrowse past puzzles with hints and hidden answersStarting-word rankingsSee which openers perform bestWordle statisticsAnswer history, difficulty and changes over timePrintable worksheetsLeveled word searches and matching sheets to printHow the solver worksA plain-English guide to the scoringResearch and dataDownload data and check the sourcesWordle ObservatoryView opt-in player performance dataWordle #2000 dataReview the completed-puzzle totalsAbout this siteWho made it and how to get in touch
My PlayYour routine & recent games

    See its meaning, Wordle status and opener stats.

    5 Site menu

    Look up a word

      Start here

      Wordle hintsToday’s hints and answers Connections hintsToday’s hints and answers TodayToday’s games and all games SolverGet a ranked next guess FinderSearch by letters and positions LearnGuides, history and research
      GamesToday’s games and the larger collections
      Today’s games Daily Five Lagdle Echoes Bonds Missing Links How Sure? Word Tactics Seven Letters Crossword
      Review and improveAnalyze games and sharpen decisions
      Opener Lab Hard Mode helper Post-game review Wordle Wrapped Score percentile Second guess Opening pairs
      Word toolsCheck words and understand tricky cases
      Daily game hints & solvers Quordle Solver Word checker Repeated letters Puzzle difficulty Anagram solver Spelling Bee Solver Spelling Bee Hints Pangram index

      This game

      Learn and browseGuides, past puzzles and methods
      Strategy guidesArticles on openers, tactics, scores and answer history Second-Guess AtlasReview common branches after popular openers Trap AtlasFind one-letter families and escape probes Word patternsBrowse common five-letter patterns Wordle archiveSearch by answer word, date or puzzle number Connections archiveBrowse past puzzles with hints and hidden answers Starting-word rankingsSee which openers perform best Wordle statisticsAnswer history, difficulty and changes over time Printable worksheetsLeveled word searches and matching sheets to print How the solver worksA plain-English guide to the scoring Research and dataDownload data and check the sources Wordle ObservatoryView opt-in player performance data Wordle #2000 dataReview the completed-puzzle totals About this siteWho made it and how to get in touch
      Site informationPolicies and attribution
      Sync profile Privacy Terms Licenses

      Attributions

      • Fonts: Manrope, Space Grotesk.
      • Core libraries: Flask, Flask-Compress, Flask-Limiter, NumPy.
      • Compression support: Brotli.
      • Interface artwork: Feather Icons where used.

      Third-party assets

      Project links, license names and data-source notes are listed on this page.

      1. Home
      2. Licenses

      Licenses & attributions

      Third-party software and resources used in this project

      Python libraries

      Flask

      Serves the website and its JSON endpoints.

      License: BSD-3-Clause

      flask.palletsprojects.com

      Flask-Compress

      Compresses eligible HTTP responses.

      License: MIT

      Flask-Compress project

      Flask-Limiter

      Applies request limits to selected endpoints.

      License: MIT

      flask-limiter.readthedocs.io

      NumPy

      Handles the solver's array and matrix calculations.

      License: BSD-3-Clause, with separately licensed bundled components listed by NumPy

      numpy.org

      Brotli

      Builds precompressed static assets.

      License: MIT

      Brotli project

      Fonts

      Manrope

      Used for body text.

      Designer: Mikhail Sharanda

      License: SIL Open Font License 1.1

      View on Google Fonts

      Space Grotesk

      Used for headings and display text.

      Designer: Florian Karsten

      License: SIL Open Font License 1.1

      View on Google Fonts

      Icons

      Feather Icons

      Source for interface icon artwork.

      License: MIT

      feathericons.com

      Inspiration & references

      • 3Blue1Brown: Solving Wordle using information theory, a visual explanation of the approach
      • Claude Shannon: A Mathematical Theory of Communication, the source of the entropy measure used here

      Word lists

      The Wordle guess list comes from an archived public copy of the game's list. The possible-answer list begins with the original public answer array and adds answers observed through the New York Times daily-answer API. Practice and retained lookup pages also draw on SCOWL and other public word-list sources. For the Wordle lists, the upstream source links and per-file checksums are on the data page, and provenance notes ship inside the current research release.

      The independent Spelling Bee-style tools use a separate 62,717-word lexicon generated from the hash-pinned Ubuntu wamerican 2020.12.07-4build1 package (SCOWL 2020.12.07), then filtered to lowercase ASCII entries of 4–15 letters and screened with this site's exclusions. The package's source, copyright and licence notices are preserved in the project; any reuse or redistribution decision requires the owner to review those exact notices. This corpus does not represent The New York Times Spelling Bee dictionary or acceptance policy, so its counts and matches can differ from a published puzzle.

      Data sources

      • Word etymologies: sourced from Wiktionary, available under the Creative Commons Attribution-ShareAlike (CC BY-SA) license. Every displayed etymology links back to its Wiktionary source.
      • Definitions and lexical details: selected and lightly formatted from an offline English Wiktionary extract produced by Kaikki. Wiktionary text is available under CC BY-SA 4.0. The import selects up to four senses, collapses whitespace and may shorten long entries; every displayed entry links to its source and identifies the adaptation. Unsourced glosses are omitted, and definitions are never treated as evidence that a word is accepted or can be an answer.
      • Opt-in dictionary API lookups: the separate definition API may request a missing word server-side from dictionaryapi.dev. Word-page HTML never waits on that service.
      • Exact optimal-play evaluations and daily optimal routes: derived from Alex Selby's Wordle solver results and decision tree (MIT License).
      • Pronunciations: derived from the CMU Pronouncing Dictionary (BSD-2-Clause). Words absent from CMUdict carry machine-generated estimates from the g2p_en model (Apache-2.0) and are labeled as estimates wherever shown.
      • Synonyms, antonyms and categories: derived from Open English WordNet, 2025 edition, under CC BY 4.0.
      • Example sentences: from the Tatoeba Project, licensed CC BY 2.0 FR; each displayed sentence is credited to its contributor's Tatoeba username and linked to its sentence page.
      • How Sure? comparison facts: quantities, labels and as-of dates from Wikidata, released under CC0 1.0; each round names its source and the date its figures were true.
      • Learner-difficulty levels: derived from the CEFR-J Vocabulary Profile ver 1.5, redistributed by Open Language Profiles; free for research and commercial use with citation; copyright Tono Laboratory at TUFS. Cited as: "The CEFR-J Wordlist Version 1.5. Compiled by Yukio Tono, Tokyo University of Foreign Studies. Retrieved from http://www.cefr-j.org/download.html on 1/20/2020."
      • Psycholinguistic norms: imageability, familiarity and age-of-acquisition values from the Glasgow Norms (Scott et al., 2019), and perceptual-modality values from the Lancaster Sensorimotor Norms (Lynott et al., 2020), both under CC BY 4.0; values are rescaled and adapted as described on the pages that show them.
      • Word-frequency scores: derived from wordfreq by Robyn Speer (code MIT; word-frequency data CC BY-SA 4.0), used for the site's rarity flags and frequency bands.

      Full license texts

      Follow the project links above for license texts and notices. Python packages may also install transitive dependencies; their metadata and license files are included with the installed packages.

      Documentation

      About Privacy Terms

      Resources

      Prefer the original sources? Follow the links in each section.

      Wordle

      Today’s hints & answersAnswer archive

      Connections

      Today’s hints & answersHints & answer archive

      More daily games

      All game hints & solversToday’s Word500 answer

      Solve and review

      Wordle solver Quordle solver Word Finder Post-game review Wordle Wrapped Score percentile Second guess Daily game hints & solvers Word500 solver Hard Mode helper Word checker Opener Lab Opening pairs

      Play

      Today’s games Daily Five Daily Five unlimited Lagdle Echoes Bonds Missing Links How Sure? Word Tactics Seven Letters Crossword from Solve The Crossword

      Learn and browse

      Strategy guides Second-Guess Atlas Trap Atlas Puzzle difficulty Repeated letters Word patterns Starting-word rankings Wordle statistics Printable worksheets Most common five-letter words Browse words A–Z

      About

      About this site How the solver works Research and data Wordle Observatory Wordle #2000 data Research feed Sync profile Privacy Terms Licenses

      Independent daily puzzles, word games and useful word help. Made by Matthew Iles.

      Report a puzzle issue

      FiveLetterWords is not affiliated with The New York Times. Wordle™, Connections™ and Spelling Bee™ are trademarks of The New York Times Company. This is an independent educational tool.
      ◷Today ▦Games ☆My Play
      5 Add FiveLetterWords for quicker access
      A new version is available