Gramma Ana

Wordle obscurity: Jun 28–Jul 4, 2026

July 4, 2026

Games Wordle

Another week of Wordle in the books, and I’m reviewing last week’s Wordle words alongside their Google Trends obscurity spikes because I do enjoy watching how players, after wrestling with a particularly stubborn challenge, head to Google to see what on earth the answer means. That little after-the-fact search is its own tidy clue about the game: a scramble on the grid can become a scramble in the browser, too.

Wordle obscurity: Jun 28–Jul 4, 2026

About this chart. Each line is one Wordle answer’s search interest in the United States over the past seven days (Google Trends “Interest over time”). Values are on Google’s 0–100 scale, so you can compare how often people searched each word relative to the others this week.

How the Spike % is calculated. For each word we take the quietest day in that window (the lowest point on its line) as its usual level for the week, and the busiest day (the highest point) as the peak. The spike is the percentage increase from that low to that high: (peak − low) ÷ max(low, 1) × 100. If the week’s low is zero, we divide by 1 instead of 0 so the spike still measures how much interest rose from the floor to the peak. A larger spike means searches jumped more sharply when that word was the daily answer.

This week’s words

Date Word Spike Meaning
Sun, Jun 28EMCEE+9900%(v.) To serve as a master of ceremonies. (n. pl. EMCEES) A master of ceremonies.
Mon, Jun 29CRUDE+212%(adj. cruder, crudest) In a natural or raw state; not refined or processed. (n. pl. crudes) Unrefined petroleum.
Tue, Jun 30PUPPY+65%(n. pl. puppies) A young dog. (n. pl. puppies) A young animal, such as a seal, fox, or wolf.
Wed, Jul 1DEMUR+10000%(v.) To object or show reluctance; to hesitate.
Thu, Jul 2MAVEN+10000%(n. pl. MAVENS) An expert or connoisseur.
Fri, Jul 3BATON+51%(n. pl. batons) A short rod or stick, such as one used by a conductor or passed in a relay race. (n. pl. batons) A staff carried as a symbol of office or authority. (n. pl. batons) A club carried by a
Sat, Jul 4PIZZA+103300%(n. pl. pizzas) A dish of Italian origin consisting of a flat, round base of dough baked with a topping of tomato sauce, cheese, and other ingredients.

Obscurity winner

Using search interest in the US over the last seven days, I looked for the biggest “obscurity spikes”—words that saw the largest percentage jump in searches when they appeared as the answer in the daily word puzzle. This week’s standout was PIZZA, with search interest spiking by about 103300% from its usual baseline: it usually sat near the bottom of the search charts, and then it jumped up to about 1033 when it hit the grid. That is the classic shape of a word people think they know until the game asks them to spell it under pressure. By raw chart swing, though, PIZZA also had the largest rise in absolute terms, so the percentage winner and the biggest line jump happen to be the same word this week. The runner-up was DEMUR, which also leapt from near-zero interest; that kind of pattern often suggests a word that is familiar enough once seen, but not something most people are searching for on an ordinary day. EMCEE deserves a nod too: its spike was huge, and the spelling itself has that tidy, slightly old-school feel that can turn a daily play session into a miniature language lesson.

One small side note from the week: CRUDE and CURED make a neat little anagram pair, and DEMUR has MURED tucked inside its jumble. Wordle loves this sort of thing; it turns ordinary vocabulary into a compact puzzle about letters as much as meanings.

Whether you solved the grid quickly or had to stare at it with a professorly frown, I hope the week was a pleasant challenge. Word games are at their best when they feel like a clever nudge rather than a scolding.

View these words on Google Trends (US, last 7 days)

The top 5 most obscure words used in Wordle, since I started doing this March 1, 2026, are still OVATE (+110000%), PIZZA (+103300%), CAROM (+70000%), DOWDY (+36700%), ELFIN (+35900%).

Word game sentence

The emcee praised the crude baton routine, the puppy’s demure maven of a handler, and the pizza-loving crowd that turned the whole play into a cheerful jumble.

That sentence is a little crowded, but it does the job: each word gets a natural enough home, and the mix of formal and playful diction suits Wordle’s neat little challenge.

For Math Nerds

What this section is for. It documents exactly how each week’s spike numbers were computed from the scaled Google Trends series, so curious readers can verify the arithmetic.

Trends window. We request a custom date range 2026-06-27 2026-07-05 (US), which is the Wordle week plus one day before and after so the chart has a little context on each side. The anchor keyword for cross-request scaling is EMCEE (the first day’s answer, in chronological order).

Scaling across separate requests. Google Trends only returns relative 0–100 values within one request. We fetch each answer in its own request paired with that anchor, then rescale each day so the anchor’s curve matches the anchor series from the first request. Concretely: scaledword(d) = rawword(d) × base_anchor(d) / rawanchor(d) when rawanchor(d) > 0, else 0.

Spike % for one word. Let L be the minimum and H the maximum of that word’s scaled daily values over the window (see table below). Define spike% = (H − L) / max(L, 1) × 100 when LH, otherwise 0%. Using max(L, 1) avoids division by zero when L = 0.

EMCEE (Wordle day 2026-06-28)

Scaled interest by date; spike for rankings uses +9900% from this series.

DateInterest
2026-06-271
2026-06-28100
2026-06-2934
2026-06-303
2026-07-011
2026-07-021
2026-07-031
2026-07-041
2026-07-051
  • L = 1 on: 2026-06-27, 2026-07-01, 2026-07-02, 2026-07-03, 2026-07-04, 2026-07-05
  • H = 100 on: 2026-06-28
  • Denominator max(L, 1) = 1
  • (100 - 1) / 1 * 100 = 9900.0000%

CRUDE (Wordle day 2026-06-29)

Scaled interest by date; spike for rankings uses +212% from this series.

DateInterest
2026-06-2726
2026-06-2826
2026-06-2953
2026-06-3041
2026-07-0134
2026-07-0236
2026-07-0327
2026-07-0420
2026-07-0517
  • L = 17 on: 2026-07-05
  • H = 53 on: 2026-06-29
  • Denominator max(L, 1) = 17
  • (53 - 17) / 17 * 100 = 211.7647%

PUPPY (Wordle day 2026-06-30)

Scaled interest by date; spike for rankings uses +65% from this series.

DateInterest
2026-06-2791
2026-06-28127
2026-06-29112
2026-06-30122
2026-07-0177
2026-07-0279
2026-07-0386
2026-07-0478
2026-07-0584
  • L = 77 on: 2026-07-01
  • H = 127 on: 2026-06-28
  • Denominator max(L, 1) = 77
  • (127 - 77) / 77 * 100 = 64.9351%

DEMUR (Wordle day 2026-07-01)

Scaled interest by date; spike for rankings uses +10000% from this series.

DateInterest
2026-06-270
2026-06-280
2026-06-290
2026-06-300
2026-07-01100
2026-07-0229
2026-07-031
2026-07-041
2026-07-051
  • L = 0 on: 2026-06-27, 2026-06-28, 2026-06-29, 2026-06-30
  • H = 100 on: 2026-07-01
  • Denominator max(L, 1) = 1
  • (100 - 0) / 1 * 100 = 10000.0000%

MAVEN (Wordle day 2026-07-02)

Scaled interest by date; spike for rankings uses +10000% from this series.

DateInterest
2026-06-270
2026-06-287
2026-06-299
2026-06-3015
2026-07-015
2026-07-02100
2026-07-030
2026-07-048
2026-07-056
  • L = 0 on: 2026-06-27, 2026-07-03
  • H = 100 on: 2026-07-02
  • Denominator max(L, 1) = 1
  • (100 - 0) / 1 * 100 = 10000.0000%

BATON (Wordle day 2026-07-03)

Scaled interest by date; spike for rankings uses +51% from this series.

DateInterest
2026-06-2754
2026-06-2851
2026-06-2960
2026-06-3055
2026-07-0155
2026-07-0254
2026-07-0362
2026-07-0451
2026-07-0541
  • L = 41 on: 2026-07-05
  • H = 62 on: 2026-07-03
  • Denominator max(L, 1) = 41
  • (62 - 41) / 41 * 100 = 51.2195%

PIZZA (Wordle day 2026-07-04)

Scaled interest by date; spike for rankings uses +103300% from this series.

DateInterest
2026-06-270
2026-06-281033
2026-06-29759
2026-06-300
2026-07-010
2026-07-020
2026-07-030
2026-07-040
2026-07-050
  • L = 0 on: 2026-06-27, 2026-06-30, 2026-07-01, 2026-07-02, 2026-07-03, 2026-07-04, 2026-07-05
  • H = 1033 on: 2026-06-28
  • Denominator max(L, 1) = 1
  • (1033 - 0) / 1 * 100 = 103300.0000%

Ranking order sorts words by spike% descending; ties are broken only by Python’s stable sort (original dict iteration order), not by puzzle date.

← All posts

Gramma Ana is a fictional character and is not the real author of the content on this website.