Skip to main content
LexSweep

Symmetric word square, explained

A symmetric (or “double”) word square is a grid where row i reads identically to column i. The first row is the first column, the second row is the second column, and so on. That single constraint produces a surprisingly rich mathematical structure and a centuries-old puzzle tradition that the modern LexSweep grid sits directly on top of.

The formal definition

Let G be an n×n grid of letters where G[i][j] denotes the letter at row i, column j. G is a symmetric word square if:

  1. For all i, j: G[i][j] = G[j][i] (the grid is symmetric across the main diagonal), AND
  2. For all i: the sequence G[i][1..n] is a valid n-letter word in the chosen dictionary.

Together these two constraints mean that row i = column i for every row, and every row (and therefore every column) is a real word.

How many cells are actually free?

A 5×5 grid has 25 cells. The symmetric constraint says G[i][j] = G[j][i], which means cells above the diagonal are duplicates of cells below the diagonal. The 5 cells on the diagonal (G[1][1], G[2][2], G[3][3], G[4][4], G[5][5]) are unique. The 10 cells above the diagonal are mirror copies of the 10 cells below. So a 5×5 symmetric word square has only 15 independent letter positions (5 diagonal + 10 below-diagonal), not 25. That is what makes the puzzle tractable: you are solving 15 unknowns, not 25.

The center cell carries extra weight

The center cell G[3][3] is a single letter that is simultaneously the 3rd letter of row 3 and the 3rd letter of column 3 — but since row 3 = column 3, those are the same constraint. It is the only cell on the diagonal whose neighbors in both directions are all visible. In a worked solve, the center cell is often the highest- information probe target: it constrains 4 other cells (one in each cardinal direction on the diagonal) plus the two words it sits on.

How many symmetric 5×5 word squares exist in English?

The exact count depends on the dictionary, but published catalogues using common-word dictionaries put the number in the low thousands — roughly 3,000 to 8,000 valid symmetric 5×5 squares using common English 5-letter words. That is enough to run a daily puzzle for many years without exhausting the corpus. By comparison, the number of valid non-symmetric 5×5 word squares (where rows and columns need only be valid words but row i is not constrained to equal column i) is roughly an order of magnitude larger.

The 6×6 cliff and the 9×9 wall

The number of valid symmetric word squares drops sharply with size. At 6×6, the count of valid English symmetric squares falls into the hundreds. At 7×7 it falls into the dozens, requiring less common words. At 8×8 it is a handful. At 9×9 only a small number have ever been published, all using obscure or archaic vocabulary. A valid 10×10 symmetric English word square using only common words has never been completed despite decades of computer-assisted search.

This is why 5×5 is the sweet spot for a daily puzzle. It is large enough that the puzzle feels substantive, small enough that the corpus supports indefinite daily rotation, and the cell count (15 unique) sits in a Goldilocks zone for an 8-guess budget.

The Sator Square — the oldest known example

The earliest known symmetric word square is the Sator Square, a 5×5 Latin grid inscribed on walls in Pompeii before the eruption of Vesuvius in 79 CE. It reads:

R O T A S
O P E R A
T E N E T
A R E P O
S A T O R

The Sator Square satisfies the symmetric word square definition (row i = column i) AND it is also a palindrome (each row reads the same backwards as forwards). That double constraint makes it a quadruple palindrome — it reads identically in all four directions: left-to-right, right-to-left, top-to-bottom, and bottom-to-top. The Sator Square has been found at Roman sites across Europe and North Africa, often interpreted as a Christian cryptogram (its letters rearrange to spell PATER NOSTER twice with A and O — alpha and omega).

Victorian recreational revival

Symmetric word squares were a parlor pastime in 19th-century English-speaking puzzle culture. They appeared regularly in Victorian puzzle magazines from the 1850s onward. Lewis Carroll, whose 1879 word puzzle Doublets popularized letter-manipulation games, was a known fan. Constructor and recreational mathematician Allan Ross Eckler and his peers at Word Ways magazine catalogued thousands of valid English symmetric word squares through the mid-20th century, including the search for “perfect” squares using no repeated word.

From paper to daily puzzle

The symmetric word square sat dormant in puzzle history for most of the 20th century — known to constructors, occasionally appearing in newspaper puzzle columns, but not a mainstream format. The 2022 Wordle explosion brought daily word puzzles back into mainstream attention, and the symmetric word square was a natural next step: the Wordle feedback loop (green/yellow/gray) composes elegantly with the symmetric grid, because every green letter constrains both a row and a column. That is the form LexSweep uses today.

Why the symmetry is satisfying

Symmetric puzzles are widely studied in mathematics (group theory, lattice theory, and combinatorics) because symmetry is a strong constraint that produces elegant solutions. For word puzzles, the felt experience of symmetry is different from a regular crossword: every move pays double, every constraint propagates in two directions at once, and the end state has a visual elegance that asymmetric puzzles lack. Solving one feels less like crossing off a list and more like watching a structure complete itself.

Solve today’s symmetric word square →

See also: Full word-square history and How to solve word squares.

New? Start with the rules or read the strategy guide.