I have a static class with only static methods. When extracting a piece of code from one of these static methods, the extracted method is created as a non-static method.
As far as I know you always want the extracted method to be static when extracting code from a static method.