Square-1 notation is the language used to describe turns on the Square-1 puzzle. If normal 3x3 notation uses letters like R U F, Square-1 notation uses coordinate pairs like (x,y) plus the slash move /. Once you understand this system, it becomes much easier to follow Square-1 algorithms without guessing each move.
In this guide, you will learn what each symbol means, how to check whether the slice move can be made, and how to read full Square-1 algorithms one step at a time.
What Is Square-1 Notation
Square-1 notation usually writes one move as (x,y)/. The first number tells you how much to turn the top layer. The second number tells you how much to turn the bottom layer. The slash tells you to make a slice move through the middle of the cube.
A full move block often looks like this: (1,0) / (3,-2) / (0,3)
In plain language:
- Turn top by 1 unit and bottom by 0 units.
- Make a slice cut (/).
- Turn top by 3 units and bottom by -2 units.
- Slice again.
- Turn top by 0 and bottom by 3.
This is the part that makes Square-1 different from 3x3. You set up the top and bottom layers first, then check whether the middle slice can move.
How to Read Square-1 Moves
Square-1 moves are easiest to read in small blocks. In most algorithms, each block tells you how to turn the top layer, how to turn the bottom layer, and when to make the slice move. The key is to finish one block before moving to the next.
How (x,y) Works
Think of (x,y) as two instructions in one. The first number is for the top layer, and the second number is for the bottom layer. Read them from left to right before doing the slash move.
Most guides follow this convention:
- Positive number: clockwise turn (viewed from that layer's perspective)
- Negative number: counterclockwise turn
Each number is measured in 30-degree units. A small edge piece is 1 unit wide, and a larger corner piece is 2 units wide. This is why Square-1 numbers are based on units instead of normal face turns.
Quick reference:
| Symbol |
Meaning |
| x |
Top layer turn |
| y |
Bottom layer turn |
| / |
Middle slice move |
| 1 unit |
30 degrees |
| 3 units |
90 degrees |
| 6 units |
180 degrees |
What the Slash Means
The slash / is the middle slice move. It swaps pieces across the cut line between top and bottom layers. No slash means no shape-changing interaction, even if your (x,y) turns were correct.
When Can You Make the Slice Move
Before doing /, check the middle cut line. The slice move only works when the cut passes between pieces on both the top and bottom layers. If the line would cut through a piece, you cannot make the slice move yet. Check the previous (x,y) move again, then fix the setup before slicing.
Stuck on a move? Use CubeSolver AI to check your current Square-1 state and find where the sequence went wrong. This is helpful when you are not sure whether the problem is a wrong turn, a missed slash, or a blocked slice.
How to Read a Full Algorithm
Treat every / as a checkpoint. Example:
(0,-3)/(3,0)/(0,3)/(-3,0)
Read and execute one chunk at a time:
- do one (x,y) setup
- do one /
- check the slice line and keep the cube facing the same way
- then continue
Most Common Square-1 Notation Mistakes
Once you know how the symbols work, the next step is avoiding the small mistakes that break an algorithm. Here are the issues beginners are most likely to meet.
Mixing up positive and negative values
Many solvers invert + and - halfway through practice.
Fix:
- Keep a one-line reminder beside your notes.
- Use the same source convention for all algorithms in one session.
Forgetting the slash move
Running only (x,y) setups without / often creates "looks close but impossible" states.
- Fix: Read slash out loud as "slice" during early reps.
Assuming every move is possible
Trying to force / through misaligned layers breaks flow and confidence.
- Fix: Pause 0.5 seconds before every slash until legality checking becomes automatic.
Losing orientation while reading algorithms
A correct algorithm can fail if your reference orientation changed.
- Fix: Re-anchor front/top after each full algorithm cycle.
Reading numbers as degrees
The numbers are units, not degrees. A value of 3 means 3 units, which equals 90 degrees. It does not mean a 3 degree turn.
- Fix: Convert the number into units before turning. Remember that 1 unit equals 30 degrees.
A simple practice drill
- 2 minutes: read and execute five short (x,y)/ blocks slowly.
- 3 minutes: run one full algorithm at 50% speed, accuracy first.
- 3 minutes: run the same algorithm at normal speed.
- 2 minutes: write the algorithm from memory and verify symbol-by-symbol.
Wrapping Up
Square-1 notation gets easier once you stop reading it as one long string. Break each algorithm into small (x,y)/ chunks, turn the top and bottom layers carefully, and check the slice line before every /. With steady practice, the symbols will start to feel natural.
Square-1 Notation FAQ
How do you read Square-1 notation quickly?
Read Square-1 notation by splitting the algorithm at each /. Treat each (x,y) as one setup move, then make the slice move. Read the first number for the top layer, the second number for the bottom layer, and finish one block before moving to the next.
What does (0,0) mean in Square-1 notation?
(0,0) means the top layer and bottom layer do not turn. If it is followed by /, you simply make the slice move from the current position.
Why is my Square-1 algorithm impossible to continue?
Your Square-1 algorithm usually becomes impossible to continue when the slice line is blocked or a previous (x,y) move was turned the wrong way. Go back one block, check the top and bottom turns, and make sure the slice move can pass between pieces before continuing.
Is Square-1 notation the same in all guides?
Core Square-1 notation is mostly the same across guides. Most use (x,y) for top and bottom layer turns and / for the slice move. However, direction conventions can vary, so it is best to follow one guide consistently when learning an algorithm.