Skip to main content

PLL recognition guide

Jan 4, 2021 · Last updated: Jan 7, 2021 ·

One overlooked aspect of teaching PLL to beginner CFOP solvers in many tutorials online is PLL recognition. Unlike OLL cases that are generally easier to identify, have shorter algorithms and familiar triggers, PLL algorithms are longer and recognizing PLL cases takes a bit of effort. If you are a beginner CFOP learner who knows the basics (2-look PLL) and want to learn full PLL and find the task daunting, this guide will help you recognize, learn and practice PLL algs in no time.

PLL cases are usually represented by drawing arrows showing which pieces need to swap places. They are named using English alphabets which are chosen to roughly resemble the pattern of these arrows. But that can sometimes be confusing. So to give a simpler and more efficient way, I will completely omit the arrows from visualizations and will go over some basics first.

Out of 21 cases, only 13 are distinct. Other PLLs are either mirrors or inverses. For e.g. Ua perm is the mirror of Ub, meaning if you apply Ua alg to Ub case but by mirroring your moves with the left hand, you'll be able to solve Ub.

The 13 distinct perms are:

  • U (Ua, Ub) *
  • H *
  • Z *
  • T (Adjacent corner swap alg in 2-look PLL) *
  • Y (Diagonal corner swap alg in 2-look PLL) *
  • F
  • E
  • V
  • A (Aa, Ab)
  • J (Ja, Jb)
  • R (Ra, Rb)
  • N (Na, Nb)
  • G (Ga, Gb, Gc, Gd)

* 2-look PLL algs

To recognize the rest, we will look whether certain "features" are available. There are 5 main features that are easily noticeable in PLL cases:

Headlights

If you see one or more face on the last layer (LL) where two corner stickers have the same color and the middle one has either an adjacent or an opposite color, that's a headlight. 11 out of 21 PLLs have a headlights feature.

A "connected headlight" is when a 1x2 block is connected to a headlight. Depending on the case, there can be either 0, 1 or 2 connected headlights.

PLLs: A, T, R, G (+ H, Z)

NamePLLNotes
A (Aa, Ab)Aa Ab
  • Adjacent color between headlights
  • No connected headlights
R (Ra, Rb)Ra Rb
  • Adjacent color between headlights
  • 1 connected headlight
TT
  • Opposite color between headlights
  • 2 connected headlights
G (Ga, Gb, Gc, Gd)Ga Gb Gc Gd
  • Ga/Gc - Adjacent color between headlights, Gb/Gd - Opposite color between headlights
  • No connected headlights
HH
  • Headlights on all sides
  • No connected headlights
ZZ
  • Headlights on all sides
  • No connected headlights

1x3 block

Only 5 out of 21 cases have a 1x3 block of solved pieces on the last layer.

PLLs: J, F, U

NamePLLNotes
J (Ja, Jb)Ja Jb
  • 1 connected 1x3 block
  • Adjacent colors pair next to the 1x3 block
FF
  • No connected 1x3 block
  • Opposite colors pair next to the 1x3 block
U (Ua, Ub)Ua Ub
  • Easy cases

1x2 block

10 PLLs have 1x2 blocks on the last layer in them.

PLLs: J, N, Y, G

NamePLLNotes
J (Ja, Jb)Ja Jb
  • 3 1x2 blocks (+1 full bar)
N (Na, Nb)Na Nb
  • 4 distinct 1x2 blocks
YY
  • 2 1x2 blocks
TT
  • 2 1x2 blocks
G (Ga, Gb, Gc, Gd)Ga Gb Gc Gd
  • 1 1x2 block

2x2 square

This is just a solved 2x2 block on the top layer. 3 PLL cases have this feature.

PLLs: A, V

NamePLLNotes
A (Aa, Ab)Aa Ab
  • Has headlights
  • Same color in the diagonal corners
VV
  • No headlights
  • Different colors in the diagonal corners

No features

PLLs: E

E

The main feature of the E perm is that it has no features. You can look around the last layer and see that there aren't any headlights, full bars, half-bars, or 2x2 squares.

This is just a beginner's guide to PLL recognition. There are advanced techniques that can help you recognize PLL by looking at just 2 sides of the last layer. Check out the links below to learn more.

Further reading

Credits

All visualizations in this guide were created using VisualCube.