
How to Restore the Classic Notepad in Windows 11
Bringing back the familiar functionality of the classic Notepad in Windows 11 is now a simple process, allowing users who prefer a straightforward text editing experience to operate without the new AI features. If you’re ready to experience the classic Notepad, follow these detailed instructions for restoring legacy functionality, plus tips for making it your default editor.
Why Choose Legacy Notepad?
Microsoft has integrated numerous AI-based enhancements, such as the ChatGPT-powered “Rewrite”feature, into the new Notepad. While these upgrades are useful for many users, they also compromise the minimalist appeal that classic Notepad enthusiasts cherish. If you find comfort in the simplicity of the legacy version, here’s how to enable it with just a few tweaks.
Steps to Enable Classic Notepad
-
Open Settings
Begin by launching the Settings app. Navigate to System, then scroll down and select Optional features.
-
Check If Notepad is Installed
Use the search box on this page to type “Notepad”.If it’s already installed, you’re all set!
-
Install Notepad if Necessary
If Notepad isn’t displayed, click the View features button to add it.
-
Add Notepad
Search for Notepad in the available features and proceed with the installation.
Redirect notepad.exe to Classic Notepad
To ensure your system opens the classic version of Notepad instead of the new one, you must adjust the app execution aliases.
-
Access App Execution Aliases
Within the Settings, go to the Apps menu and choose Advanced app settings.
-
Modify the Alias
Inside this section, look for App execution aliases.
-
Disable the New Notepad Alias
Find the toggle for the Store version of Notepad and switch it off.
Now that you’ve disabled the new Notepad’s execution alias, let’s confirm everything is working. Open the Run dialog by pressing Win + R
, type notepad, and hit Enter to check if the classic version launches.

Set Classic Notepad as the Default for.txt Files
At this point, classic Notepad is ready, but text files still open in the new version. Hence, you need to ensure that.txt files open with your selected classic application:
-
Open Registry Editor
Press Win + R, type regedit, and hit Enter.
-
Navigate to Registry Path
In the Registry Editor, follow this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfilelegacy
. -
Create Shell Key
Right-click on txtfilelegacy, select New, then Key, and name it Shell.
-
Add Open Command
Under the Shell key, create another key named Open. This will define how the.txt files are opened.
-
Define Command Execution
Inside the Open key, create one final key named Command. Here, set the default value to
c:\windows\system32\notepad.exe "%1"
.
This setup associates.txt files with classic Notepad. Let’s finalize the setup by creating a shortcut for quick access:
-
Create Notepad Shortcut
Right-click on your desktop, select New, then Shortcut. Enter the path
C:\Windows\System32\notepad.exe
. -
Move Shortcut to Start Menu
Press Win + R, type shell:Common Start Menu, and press Enter. Place your Notepad shortcut here for easy access from the Start Menu.
Comparing Classic Notepad to New Notepad
The new Notepad offers several upgraded features like autosaving and tabbed notes, appealing to users who need a more comprehensive note-taking solution. However, the classic version provides a no-frills experience, relying solely on speed and simplicity—traits that many loyal users still appreciate.
Reverting Back to New Notepad
If you decide you want to go back to the modern Notepad experience, simply remove the shortcut for the old Notepad from the Programs folder and delete the registry key you created.
In short, the versatility of Windows 11 allows you to enjoy both versions of Notepad side by side. Choose the one that best fits your workflow.
Frequently Asked Questions
1. Can I use both Notepad versions at the same time?
Yes, you can easily switch between the classic and the new Notepad as they will remain installed simultaneously on your system.
2. Are there any risks in using the Registry Editor?
While modifying the Registry is generally safe if you follow instructions carefully, it’s advisable to back up the registry before making any changes to avoid any unintended issues.
3. What features are most useful in the new Notepad?
The new Notepad’s autosave feature and ability to open multiple tabs improve productivity, particularly for users who work with more complex documents frequently.
Leave a Reply ▼