# Redo an action

```
 Action    name: Redo
 
```

This command reverts the previously issued [Undo](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/undo-an-action) command. It is possible to use Redo multiple times.

This command also reverts all changes that were done to the database after the last Undo command, including the eventual useful modifications made by the autoanalysis. In other words, the entire database is modified to get to the exact state that it had before executing the last Undo command.

See also

* [Undo](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/undo-an-action)
* [Reset Undo](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/clear-undo-history)
* [Disable Undo](https://docs.hex-rays.com/8.4/user-guide/user-interface/menu-bar/edit/disable-undo)
* [Open undo history](https://docs.hex-rays.com/8.4/user-guide/user-interface/view/open-subviews#show-undo-history)
