NYT Strands: Daily Puzzle Hints, Themes, and Yesterday’s Answers

NYT Strands: Daily Puzzle Hints, Themes, and Yesterday’s Answers
source: gettyimages
February 14, 2026

Strands is the New York Times’ own word game that drops a fresh puzzle each day, with a new challenge rolling over at midnight according to your local time zone. If you’re hunting for Saturday’s puzzle, there’s a separate page with hints and the full answers for February 14 (game #713). The game sits alongside Wordle, Spelling Bee, and Connections as part of the NYT Games lineup, and it’s a lot of fun—though it can be tricky, so here are some tips and a spoiler-friendly recap.

Spoiler alert: The following details reveal today’s answers, so skip ahead if you’d like to solve it yourself.

Today’s Strands: game #714

Yesterday’s Strands: February 14 (game #713)

What is NYT Strands? Strands is the NYT’s newer word game, positioned alongside Wordle and other daily puzzles. It’s hosted on the NYT Games site and works across desktop and mobile. If you’re stuck, there are guides and tips available to help you beat the daily grid.

Author note Johnny is a freelance pop culture journalist who covers internet culture, music, football, and public figures. He’s previously written under the moniker “the Pop Detective” and has tackled a wide range of interviews and features over the years. He lives in North London, enjoys cycling, and can be found arguing with pigeons when he’s not chasing stories.

Commenting note Some sites require you to publicly display a name before commenting. If that’s the case where you’re reading, you’ll likely be prompted to set your display name after logging out and back in.

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