Least Recently Used (LRU) Improves on FIFO When a frame is accessed (cache hit) Moved to the front of the list/queue Now recently used frames are at front Frames not recently used are at back Still removes frame from back The least recently used frame