App Logo

Cubzor

PLL Algorithms

⚡ Permute the Last Layer like a pro! Master key PLL cases—T-Perm, U-Perm, H-Perm, and more. Estimated read time: <strong>6 minutes</strong>.


Key PLL Cases

1
T-Perm

Swap two corners and two opposite edges.

R U R' U' R' F R R U' R' U' R U R' F'
Show Interactive Demo

Loading Interactive Cube...

2
U-Perm (Ua)

Cycle three edges clockwise.

R U' R U R U R U' R' U' R R
Show Interactive Demo

Loading Interactive Cube...

3
U-Perm (Ub)

Cycle three edges counter-clockwise.

R R U R U R' U' R' U' R' U R'
Show Interactive Demo

Loading Interactive Cube...

4
H-Perm

Swap opposite edges.

M M U M M U U M M U M M
Show Interactive Demo

Loading Interactive Cube...

5
Z-Perm

Swap adjacent edge pairs.

M M U M M U M' U U M M U U M' U U
Show Interactive Demo

Loading Interactive Cube...

6
Y-Perm

Swap adjacent corner pairs.

F R U' R' U' R U R' F' R U R' U' R' F R F'
Show Interactive Demo

Loading Interactive Cube...


Essential PLL Algorithm List

Common CFOP PLL Algorithms
CasePattern DescriptionAlgorithm
T-PermSwaps adjacent corners and opposite edgesR U R' U' R' F R R U' R' U' R U R' F'
U-Perm (Ua)Cycles 3 edges clockwiseR U' R U R U R U' R' U' R R
U-Perm (Ub)Cycles 3 edges counter-clockwiseR R U R U R' U' R' U' R' U R'
H-PermSwaps opposite edge pairsM M U M M U U M M U M M
Z-PermSwaps adjacent edge pairsM M U M M U M' U U M M U U M' U U
Y-PermSwaps adjacent corner pairsF R U' R' U' R U R' F' R U R' U' R' F R F'

FAQs & Pro Tips


🚀 Next Steps