The Minimum Length Bounded Cut problem is a natural variant of Minimum Cut: given a graph, terminal nodes s,t and a parameter L, find a minimum cardinality set of nodes (other than s,t) whose removal ensures that the distance from s to t is greater than L. We focus on the approximability of the problem for bounded values of the parameter L. The problem is solvable in polynomial time for L ? 4 and NP-hard for L ? 5. The best known algorithms have approximation factor ? (L-1)/2?. It is NP-hard to approximate the problem within a factor of 1.17175 and Unique Games hard to approximate it within ?(L), for any L ? 5. Moreover, for L = 5 the problem is 4/3-? Unique Games hard for any ? > 0. Our first result matches the hardness for L = 5 with a 4...