Skip to main content

A definitive guide to 4-look last layer (CFOP)

Feb 7, 2021 · Last updated: Feb 21, 2021 ·

In this guide, I will explain how 4-look last layer (4LLL) in CFOP works and provide the best algs and recommendations that will help to learn the full set later down the road.

Basically, the idea is to solve the last layer in no more than 4 steps. First you orient the last layer using a maximum of 2 algs and then permute the last layer using a max of 2 algs:

  1. Edge Orientation (3 algs)
  2. Corner Orientation (7 algs)
  3. Corner Permutation (2 algs)
  4. Edge Permutation (4 algs)

The total number of algs required for 4-look last layer is 10+6 = 16 whereas full OLL and PLL consist of a total of 57+21 = 78 algs. For beginners, this makes it a lot less intimidating and a lot more sense to learn 4-look LL first.

2-look OLL (10 algs)

Steps:

  1. Orient the edges using one of 3 algs
  2. Orient the corners using one of 7 algs

After F2L, there are 3 cases (excluding the one where all 4 edges are already oriented) that you can get:

  • I shape (2 opposite edges oriented)
  • L shape (2 adjacent edges oriented)
  • Dot (No edges oriented)
CasesAlgsNotes
45
  • F (R U R' U') F'
OLL 45
44
  • f (R U R' U') f'
  • y2 F (U R U' R') F'
P/OLL 44
2
  • F (R U R' U') F' f (R U R' U') f'
  • F (R U R' U') F' U2 F (U R U' R') F'
OLL 2

Instead of using specifically OLL 45/44/2 algs, you could use one of many algs for cases that have I shape (27 OLLs), L shape (15 OLLs) and a Dot (8 OLLs) in them respectively. These algs are usually recommended because they are the easist to learn.

After the edges are correctly oriented, you can get one of the following 7 cases. I highly recommend learning alternative algs for more common cases like Sune and Antisune because a lot of OLLs have variations of Sune, Antisune and their mirrors in them. This will make it easier to learn full OLL.

CasesAlgsNotes
27
  • (R U R' U R U2 R')
  • y' R' U2 R U R' U R
Sune/OLL 27
26
  • (R U2 R' U' R U' R')
  • y' R' U' R U' R' U2 R
Antisune/OLL 26
23
  • R2 D (R' U2 R) D' (R' U2 R')
  • y2 R2 D' (R U2 R') D (R U2 R)
U/OLL 23
24
  • (r U R' U') (r' F R F')
  • y (R U R D) (R' U' R D') R2
T/OLL 24
25
  • y F' (r U R' U') r' F R
L/Bowtie/OLL 25
22
  • R U2' (R2' U') (R2 U') R2' U2' R
Pi/Air Jeff/Bruno/OLL 22
21
  • (R U2 R') (U' R U R') (U' R U' R')
  • y (R U R' U) (R U' R' U) R U2 R'
  • F (R U R' U')3 F'
H/OLL 21

2-look PLL (6 algs)

Steps:

  1. Permute the corners using one of 2 algs
  2. Permute the edges using one of 4 algs

When you are done with OLL, there are broadly 2 cases (excluding the one where all 4 corners are already permuted) that can appear:

  • Headlights (One set of adjacent corners need to be swapped)

    Put the headlights on the left and apply T Perm.

  • No headlights (One set of diagonal corners need to be swapped)

    Apply Y/Nb Perm from any angle.

Remember, instead of T and Y/Nb perms, any other algorithm that swaps one set of adjacent corners (Ra, Rb, Ja, Jb, F) or diagonal corners (Na, V) while swapping one set of edges can be used respectively. Since T and Y/Nb perms are the easiest to learn, these are usually recommended.

CasesAlgsNotes
T
  • (R U R' U') (R' F R2 U') R' U' (R U R' F')
T Perm
Y
  • F (R U' R' U') (R U R' F') (R U R' U') (R' F R F')
  • (R' U L' U2 R U' L) (R' U L' U2 R U' L)
Y/Nb Perm

After permuting the corners, apply one of these 4 algs to finally solve the cube:

CasesAlgsNotes
Ub
  • R2 U (R U R' U') R' U' (R' U R')
  • y2 (R' U R' U') R' U' (R' U R U) R2
Ub Perm
Ua
  • (R U' R U) R U (R U' R' U') R2
  • L2 U' (L' U' L U) L U (L U' L)
  • y2 (R2 U' R' U') R U R U (R U' R)
Ua Perm
H
  • (M2 U M2) U2 (M2 U M2)
H Perm
Z
  • (M2 U M2 U) (M' U2) (M2 U2 M')
  • y/y' (M2 U' M2 U') (M' U2) (M2 U2 M')
Z Perm

Grok these algs and with good fingertricks, hardware, and decent lookahead during F2L, it's actually possible to be sub 30 on the 3x3.

3-look last layer

If you have learned 4LLL, the transition to learning the full set of algs for 2LLL is not as easy. It is recommended to learn full PLL first, then gradually pickup the remaining OLLs. This phase is known as "3LLL" or "3-look last layer". You would have to learn at least 10+21=31 algorithms to be able to solve the last layer in at most 3 algs.

Further reading