Cube notation explained (R, U, F′ and friends) in plain language
What R, U, F′ and R2 actually mean, why clockwise depends on where you are standing, and how to read any algorithm you find online without guessing.
You look up how to solve a cube and immediately hit a wall of this:
R U R′ U′
It looks like a chemistry formula. It is actually simpler than almost anything else about the cube — six letters and two symbols, and then you can read every tutorial ever written.
The six letters are the six faces
Hold the cube still. Do not turn it while you read this.
| Letter | Face | Where |
|---|---|---|
| U | Up | the side facing the ceiling |
| D | Down | the side facing the floor |
| F | Front | the side facing you |
| B | Back | the side facing away |
| R | Right | your right hand |
| L | Left | your left hand |
The names are positional, not colour-based. U does not mean white. It means whichever face is currently up. Turn the whole cube over and what was U becomes D.
This is exactly why algorithms work on any cube regardless of its colour scheme — they describe positions, never colours.
A bare letter means one quarter turn clockwise
R means: turn the right face 90° clockwise.
Here is the only genuinely confusing part, so it is worth being precise: clockwise is judged from the point of view of someone looking directly at that face from outside the cube.
For R, imagine standing to the right of the cube looking left at it. Clockwise from there. From where you are actually sitting, an R turn sends the front-right edge upward.
For L — imagine walking round to the left side and looking right. Clockwise from there sends the front-left edge downward. It is the mirror of R, which is precisely why L catches everyone out the first few times.
The reliable trick: point a finger at the middle of the face you are about to turn, and rotate your wrist clockwise. Your hand shows you the direction.
The prime symbol means counter-clockwise
R′ — written R' when the typography is not fussy — is one quarter turn counter-clockwise. Same face, opposite direction.
Spoken aloud it is "R prime".
R followed by R′ returns you exactly where you started. That is a useful sanity check when you are learning: if you can undo a move, you have understood it.
The number 2 means a half turn
R2 is two quarter turns of the right face — 180°.
Direction is irrelevant for a half turn: clockwise twice and counter-clockwise twice land in the same place. Nobody writes R2′.
Reading a real algorithm
Take the sequence almost every beginner method uses:
R U R′ U′
Four moves, in order, without turning the cube in your hands between them:
R— right face, quarter turn clockwiseU— top face, quarter turn clockwiseR′— right face, quarter turn counter-clockwiseU′— top face, quarter turn counter-clockwise
Run it six times in a row from a solved cube and — pleasingly — you arrive back at a solved cube. It is worth doing once, slowly. It demonstrates something true and slightly magical about the cube: every sequence, repeated enough times, eventually returns to the start.
Notation you will meet less often
- Lowercase (
r,u) — turn that face plus the middle slice behind it, two layers at once. - M, E, S — the middle slices on their own.
MfollowsL's direction, which is as annoying as it sounds. - x, y, z — rotate the entire cube without turning any face. Used to reposition your hands mid-solve.
Beginner methods rarely need any of these. If a tutorial uses them without explanation, it was not written for beginners.
Do you actually need this?
If you are learning to solve a cube from memory, yes — notation is how every method is transmitted, and there is no way round it.
If you mostly want the cube on your shelf to stop being scrambled, no.
We built CubeSage for the second case. It names the side by its centre colour — "red middle side, turn it once" — shows a big arrow on the face that is about to move, shakes that face so your eye finds it, and then turns it slowly on screen. There is no notation anywhere in the app, deliberately. A five-year-old can follow it, and five-year-olds do not read prime symbols.
But if you want to learn the method properly, learn the notation. It is twenty minutes of work and it unlocks every cube tutorial on the internet. Start with the calmest beginner method.