NYT Strands Game 764: Theme, Hints, and Answers

NYT Strands Game 764: Theme, Hints, and Answers
source: gettyimages
April 6, 2026

A quick look at today’s Strands puzzle from the New York Times, including the theme, clue words, the spangram details, and the revealed solutions. If you’re after yesterday’s Sunday puzzle instead, there’s a separate notes page for game #763.

Spoiler alert: the following includes today’s answers and solutions. If you don’t want spoilers, come back after you’ve given the puzzle a try.

Today’s Strands puzzle (game #764) at a glance

The answers today

My take and status

Yesterday’s Strands answers (Sunday, April 5, game #763)

What is NYT Strands? Strands is the NYT’s daily word puzzle, joining the lineup after Wordle, Spelling Bee, and Connections. It’s now a regular part of the NYT Games suite and can be played on desktop or mobile via the NYT Games site.

If you’re hunting for more strategies, there’s a full guide to playing NYT Strands with tips designed to help you solve it daily.

About the author Johnny is a freelance pop culture journalist who covers the internet, music, sports, and famous personalities. He writes under a long-running pen name and has experiences ranging from interviewing iconic acts to appearing on documentary projects. He lives in North London, finding joy in biking and the occasional standoff with pigeons.

Note for readers You may be prompted to confirm your public display name before commenting on posts. If you see that prompt, follow the on-site steps to complete the setup.

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