NYT Strands today: hints, solutions, and yesterday’s answers (game 734)

NYT Strands today: hints, solutions, and yesterday’s answers (game 734)
source: gettyimages
March 6, 2026

Looking for a different day? A new NYT Strands puzzle drops at midnight local time, so some players wake to “today’s” game while others are onto “yesterday’s.” If you want Friday’s puzzle, you can check NYT Strands hints and answers for Friday, March 6 (game #733). Strands is the NYT’s latest word game, following Wordle, Spelling Bee, and Connections—definitely a lot of fun, though occasionally tricky. Spoiler alert: below are today’s solutions, so don’t read on if you want to solve it yourself.

NYT Strands today (game #734) — theme and clues

The answers to today’s Strands, game #734, are…

My rating: Hard My score: Perfect

I hadn’t heard of the phrase DRINKWARE before, which made today’s spangram tougher—though it looks pretty obvious once you see it. Some items came to me quickly (TUMBLER, TANKARD, GOBLET), while STEIN was a curveball and SNIFTER took a long time to spot. A nice, satisfying challenge overall.

Yesterday’s NYT Strands answers (Friday, March 6, game #733)

What is NYT Strands? Strands is the NYT’s newer word game, following in the footsteps of Wordle and Connections. It’s now a full-fledged NYT Games title playable on desktop or mobile. If you’re searching for a complete how-to with solving tips, I’ve put together a guide you can check out when you’re trying to beat the daily puzzle.

About the author Marc is TechRadar’s Global Editor in Chief. He’s held a variety of senior editorial roles across his career, from Tom’s Guide UK Editor in Chief to editor at Stuff and experience with NME. He’s based in London and has tested a wide range of tech—from phones and tablets to wearables, streaming devices, and smart home gear. He loves photography (whether tiny subjects like bugs or vast subjects like distant galaxies), live music, gaming, cycling, and, of course, Wordle.

Note on commenting You must confirm your public display name before commenting. Please log out and then log back in to set your display name.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 143 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646367,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}