NYT Strands Game 730: Today’s Theme, Clues, and Solutions

NYT Strands Game 730: Today’s Theme, Clues, and Solutions
source: gettyimages
March 2, 2026

Spoiler alert: this post reveals the solutions for today’s Strands (game #730) and yesterday’s (game #729). If you’d rather solve without spoilers, come back later.

Today’s Strands puzzle overview

The answers

My rating and score: Easy • Perfect

Reflection A straightforward Strands today, with a tidy theme that lives up to the clue words. ORDERLY came first, followed by SHIPSHAPE, and the spangram helped lock in the rest.

Yesterday’s Strands answers (Monday, March 2, game #729)

What is NYT Strands? Strands is the NYT’s word game lineup that follows Wordle and its peers. It’s a full-featured addition to the NYT Games stable and can be played on desktop or mobile via the NYT Games site. If you’re looking for a guide to how to play and tips for solving, you’ll find a full explainer elsewhere.

About the author Marc is TechRadar’s Global Editor in Chief, bringing decades of editorial leadership across gaming, streaming, and tech coverage. He has previously served as UK Editor in Chief at Tom’s Guide and led editorial teams at Stuff and the music magazine NME. Based in London, he tests and writes about phones, tablets, wearables, streaming devices, smart home gadgets, audio gear, cameras, and more. He’s also an avid photographer and a long-time Wordle enthusiast.

Notes

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