The arithmetic shift operations in computers are more efficient than the equivalent division or multiplication operations for powers of .

Right shifts can be used to quickly divide an integer by 2 or a power of , without having to actually perform a division operation.

During an arithmetic right shift, the sign bit is shifted to the right, but the other bits are filled with the original of the sign bit.