13

Seems Windows 11 made updates on its Texteditor notepad.exe. The search functionality was changed (e.g. usability was improved by individual buttons for up and down search) as well as the undo functionality. But it seems that "undo" can not be reversed anymore. Up until the Windows 10 editor you could hit "undo" a second time to "redo" the undo. In Windows 11 this doesn't seem possible anymore due to the fact that it now supports multiple undos (in Win10 you could only undo your most recent change).

Am I missing something? If not, are there any other options (except for installing Notepad++ or other third-party notepad replacements - see my own answer)?

Side note: For issues regarding Notepad's search window usability (the problem that it covers the text content) please see this question. Thanks to Heinzi for the comment on this.

Side note: here's an interesting article about how the undo works in Notepad from 2013 - prior to Windows 11 which I found through this quesiton

Albin
  • 11,950

2 Answers2

22

Notepad is now using the same shortcuts as most text editors and keeps a stack of the last changes.

To undo the last change : Ctrl+Z
To redo the last undone change : Ctrl+Y

You need to get used to using Ctrl+Y instead of a second Ctrl+Z.

harrymc
  • 498,455
-4

An alternative would be to install a 3rd party Texteditor. I will list the available options here (feel free to add by adding a comment, editing the answer or add your own answer):

Notepad++ (freeware, open source): lightweight and very powerful text editor with additional features as automatic backup, bookmarks, multiple tabs, syntax highlighting etc.

Notepad2 (freeware): another lightweight text editor with additional features.

Notepad2 (freeware): another lightweight text editor with additional features (Note: they also advertise via notepad2.com).

Note: This is not 100% what I want, but a good alternative since the undo function is in the menu (and lots of other issues get solved as well). I didn't accept this as a solution, because Harry's answer is more direct.

Albin
  • 11,950