Wordle Stats – How Hard is Today’s Wordle?

Posted In: Fun | Game

Update: Just added the ability to look at some previous puzzles (since I started downloading the data from the Wordlebot). Also, you can now view the answers of the puzzles if you click on the eye icon.

What is the distribution of guesses for the daily Wordle?

Wordle is a game of highs and lows. Sometimes your guesses are lucky and you can solve the puzzle easily and sometimes you barely get it in 6 guesses. When the latter happens, sometimes you want validation that that day’s puzzle was hard. This data viz lets you see how other NY Times Wordle players did against the day’s puzzle.

The graph shows the distribution of guesses needed to solve today’s Wordle puzzle, rounded to the nearest whole percent. It also colors the most common number of guesses to solve the puzzle in green and calculates the average number of guesses. “NS” stands for Not Solved.

Even over 1 year later, I still enjoy playing Wordle. I even made a few Wordle games myself – WordguessrTridleScrabwordle. I’ve been enjoying the Wordlebot which does a daily analysis of your game. I especially enjoy how it indicates how “lucky” your guesses were and how they eliminated possible answers until you arrive at the puzzle solution. One thing it also provides is data on the frequency of guesses that are made which provides information on the number of guesses it took to solve each puzzle.

I play in the mornings so the graph data will be updated every day at 7am Pacific Time.

Data and Tools
The data comes from playing NY Times Wordle game and using their Wordlebot. Python is used to extract the data and wrangle the data into a clean format. Visualization was done in javascript and specifically the plotly visualization library.

wordle daily guess distribution


Post Tags: data | game | graph | graphics | visualization | wordle


17 Comments »


17 Responses to Wordle Stats – How Hard is Today’s Wordle?

  1. David Moonitz says:

    I noticed that the average score from the Wordlebot-derived averages appear NEVER to change, between 8AM and Midnight,(Pacific time).

    Given a population close to 1.8 million, I would expect only very slight changes during the day. But there being NO changes at all surprises me.

    • chris says:

      Yes, the wordlebot data is only analyzed once a day at 8am Pacific time just so that there’s a very good representative number of people who already played the game.

  2. Nanda says:

    Just for fun, I wrote a Wordle Guess Predictor which predicts the approximate ranges for the different guesses (2, 3, 4, 5, 6). For today, 4/5/2024, the prediction is [[ 2 25 40 24 4]] i.e. 40% would guess in 4 guesses (vs 39% of actual as depicted by you). I used the scikit multi output classifier and used the frequency distribution of letters to predict the outcome. You can view the source code at https://github.com/snandaca/wordlGuessPredictor if you are interested.
    P.S. Thanks for the data for the guess distribution the last few months which I pulled down manually from your site to train the data.

  3. Steve says:

    Hi, do the No Solves get factored into the average in any way? Do you treat them as a 7?

    It seems like it. For example, if you look back at Wordle 1012, the average is quoted as 4.5. That’s only possible if you assume the 8% of unsolved puzzles get scored a 7.

    Would appreciate confirmation. Thanks!

  4. Martin says:

    Hi, many thanks for creating this site. I’ m looking for collective consolation after having a long run cruelled by “piper” (980, I think). A small suggestion please: perhaps when the number is called up, the answer for that day could appear, please? Eg call up 980, and the data set includes “piper”.

    • Patricia says:

      If you click on the eye symbol, beneath the statistics and above the guess distribution chart, you’ll see the word for that day.

  5. Lou says:

    Thanks for making this.

  6. Matt Nain says:

    Can the previous puzzles be loaded just by changing the puzzle number in the meter?

  7. Adam says:

    Swift line here to say thank you. I can’t tell you how much this means to me and the family.

  8. Qrystal says:

    I love data, and I appreciate what you’ve done here! I check this page every time I do a Wordle, and I’ve even started jotting down the global averages in the notes I’ve been keeping about my results for the Wordles I do.

    However, something seems very wrong today here: when I look at a day’s results more than once, the average solve score goes up slightly!

    I don’t know if this problem existed before today, only that I didn’t notice it until today. I was perusing past data, specifically curious about which puzzles had higher-than-average average solve. I kept flipping back to compare new values to results I had already seen, and the numbers kept seeming oddly unfamiliar… but I brushed that aside, thinking it was just my abysmal working memory causing me grief, as usual.

    Until I saw an average solve score greater than 6…! That’s when my programmers’ senses started tingling with delight, and I knew I had to investigate further and report it to you~!

    What I found was this: most times, the average solve results only go up by +0.1 each time they’re viewed. This completely slipped under my radar, (and clearly everyone else’s as well) because the new values were still “ordinary”. The odd result that caught my attention was one that was increasing by more than 0.5 each time, which very quickly brought it outside the range of possible values.

    After further investigation, I believe there may be a connection between the erroneous increase and the win percentage. Comparing two adjacent days’ results (789 and 790) with identical average solve score of 4.1 and win percentages of 98% and 99% respectively, the score for 789 climbs way faster than that of 790 upon repeated back-and-forth viewings of the two of them. Neither of these days had results that climbed anywhere near as fast as the one that caught my attention in the first place: puzzle 791 has a win percentage of 93%, and its average solve result leapt up by +0.6 upon second viewing.

    Furthermore, on subsequent viewings after the second, the amount of increase seems slightly greater each time. Due to rounding, the change isn’t always immediately obvious, but it can be detected after a series of repeated viewings. Here are the average solve scores for the abovementioned puzzles, for a series of repeated views:

    789 (wins: 98%): 4.1, 4.3, 4.4, 4.6, 4.9, 5.1, 5.4, 5.6, 5.9, 6.3, 6.6…
    … … … … … … diff of 0.2, 0.1, 0.2, 0.3, 0.2, 0.3, 0.2, 0.3, 0.4, 0.3…

    790 (wins: 99%): 4.1, 4.1, 4.2, 4.3, 4.4, 4.6, 4.7, 4.8, 5.0, 5.1, 5.3…
    … … … … … … diff of 0.0, 0.1, 0.1, 0.1, 0.2, 0.1, 0.1, 0.2, 0.1, 0.2…

    791 (wins: 93%): 5.1, 5.7, 6.3, 7.0, 7.8, 8.6, 9.5, 10.5, 11.5, 12.7…
    … … … … … … diff of 0.6, 0.6, 0.7, 0.8, 0.8, 0.9, 1.0, 1.0, 1.2…

    Fascinating, yes? Or is that just me? I’m tempted to play around further, which I imagine is a sign that I should get back into programming because I’m clearly itching to analyze and solve something… but I imagine there probably isn’t much more I can do from my end.

    I wish you all the best in figuring out how to solve or bypass whatever the problem is!

    Thanks again for providing such engaging data, both when it’s working, and when it was revealing a problem that I could enjoy analyzing for you~! 🙂

    • chris says:

      Qrystal, thanks for the very detailed bug report. I fixed the issue so the average score should be consistent no matter how many times you go back to the puzzle. The issue, if you want to know more, is that I had been calculating and adding the value of the last bar (for no solution) to the end of the array. But when you go back to the same, it adds it again which changed the average number of steps to solve the wordle. Anyway, I make sure to add it only once now. thanks again.

      • Qrystal says:

        I appreciate you sharing what the problem had been; my curiosity is now sated.

        Kudos on fixing it so quickly. 🙂 May your awesomeness serve you well.

  9. C. Wildeman says:

    Hi. Just wanted to say thanks. I check this post every day, to see how I stack up. I’m incredibly average.
    But I’m curious as to why it doesn’t always update properly. Sometimes (like today) it skips a day. Is there a way to see past updates?
    Regardless, thanks again!

    • chris says:

      Sorry about that. Sometimes my server prevents files from being uploaded so the days puzzle data cannot be uploaded. I made a change that hopefully fixes the problem.

      • C. Wildeman says:

        Hey no worries. Just curious. Thanks, man!

        • Joel says:

          Can you create an average distribution for all Wordles? I like to see how my average number of guesses compares over time, but have found the calculation used within avg number of guesses articles doesn’t include losses in the numerator, but includes losses in the denominator which rewards failed attempts.

Leave a Reply

Your email address will not be published. Required fields are marked *