> ## Documentation Index
> Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Uint.shiftRight

> Right shift Uint256 value by specified bits

<Card title="Try it Live" icon="play" href="https://playground.tevm.sh?example=primitives/uint.ts">
  Run Uint examples in the interactive playground
</Card>

<Tabs />

## See Also

* [shiftLeft](/primitives/uint256/shift-left) - Left shift
* [Bitwise operations](/primitives/uint256/bitwise) - Full bitwise reference
