NYT Strands: Today’s Puzzle, Hints, and the Answers (Game 705)

NYT Strands: Today’s Puzzle, Hints, and the Answers (Game 705)
source: gettyimages
February 5, 2026

Strands is the New York Timesnewer word game, released daily at midnight in each time zone. If you’re chasing Thursday’s puzzle, you can compare notes on the NYT Strands hints and solutions for game #704. The game sits alongside Wordle, Spelling Bee, and Connections as part of the NYT Games lineup, playable on desktop or mobile.

Spoiler alert: the bits that follow reveal today’s solutions, so skip ahead if you don’t want the answers.

Today’s Strands (game #705) at a glance

My rating: Easy My score: Perfect

Solving notes: Aside from an unusual bottom‑to‑top placement for the spangram, today’s run is a fairly straightforward scan of facial features. After ruling out the obvious items (eyes, cheeks, nose, brows, mouth), there’s a bit of space to work through before spotting the two longer terms that complete the set.

Yesterday’s Strands answers (game #704)

What is NYT Strands? Strands is the NYT’s latest word game, following a string of popular puzzles like Wordle and Connections. It’s now a staple in the NYT Games collection and can be played on the NYT Games site across devices. If you’re after a comprehensive guide with solving tips, there’s a full set of strategies available.

About the author Johnny is a freelance pop culture journalist who’s covered the internet, music, football, and famous personalities since the early days of smartphones. Known previously as the Pop Detective, he’s had the chance to interview Elton John and Blur, and has also spoken with Right Said Fred and appeared in a Channel 5 documentary. He enjoys cycling and shouting at pigeons in North London, and he writes from time to time about the lighter, quirkier corners of culture.

Note about commenting To post a comment, you’ll need to confirm your public display name. If you’re prompted, log out and then log back in to set it.

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 · 141 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": 6645561,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}