Quordle Daily Challenge: Game 1485 — Hints, Answers, and the Daily Sequence

Quordle Daily Challenge: Game 1485 — Hints, Answers, and the Daily Sequence
source: gettyimages
February 16, 2026

Spoiler alert: the following reveals today’s Quordle solutions and related odds and ends. If you’d rather figure them out yourself, skim only the non-answer sections.

Quordle today (game #1485) — hints

the answers

Daily Sequence today (game #1485) - the answers

Past Quordle answers: the last 20

About the author Johnny is a freelance pop culture journalist who has been covering internet culture, music, football, and celebrities for years. Formerly known as the Pop Detective, he’s interviewed a wide range of personalities and has lived in North London, enjoying cycling and the occasional squabble with pigeons.

Note for commenters To post a comment, you’ll need to set a public display name. If you’re not seeing the prompt, log out and log back in to add one.

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