How to Enable Classic Notepad in Windows 11: A Step-by-Step Guide

  • Thread Author
Modern Windows 11 updates have brought innovative features—often powered by AI—to even the most trusted of applications. Yet, for many longtime users, the charm of the old, minimalist Notepad remains irresistible. If you’re among those who appreciate a straightforward text editor without artificial intelligence or modern UI distractions, you’re in luck. Here’s an in-depth guide on how to enable the classic legacy Notepad in Windows 11 24H2 and set it as your default text editor.

A computer screen displaying a spreadsheet or data table with blurred content.
Why Choose Classic Notepad?​

For decades, Notepad has been more than just a simple text editor. Its minimal design and near-instant launch make it indispensable for quick edits, coding snippets, and everyday note-taking. However, Microsoft’s recent updates have added features such as autosave, multimedia integrations, multiple tabs, and even a ChatGPT-powered “Rewrite” option. While these updates are certainly interesting, they come at the expense of the straightforward, distraction-free experience many users cherish. Opting for the classic Notepad provides you with exactly that:
  • Simplicity: No extra bells and whistles—just pure text editing.
  • Lightweight Performance: Fast launch times and minimal system resource usage.
  • Familiarity: A user interface that hasn’t changed in decades, making it a comfortable choice for both veteran and casual Windows users.

Step-by-Step Guide to Enable Classic Notepad​

Step 1: Verify the Installation of Classic Notepad​

Before making any changes, check if your PC has the classic Notepad installed as an optional feature:
  • Open the Settings App: Go to System > Optional features.
  • Search for Notepad: Use the search box to check for Notepad.
  • If Installed: You’ll see it listed, meaning you’re good to go.
  • If Not: Click on “View features” under Add an optional feature, search for “Notepad” and install it.
Summary: Ensuring that classic Notepad is installed sets the stage for the tweaks to follow.

Step 2: Disable the Modern Notepad Alias​

The modern Notepad’s integration into Windows involves the App execution alias, which can be disabled to force the legacy version to launch:
  • Navigate to App Execution Aliases: In the Settings app, click on the Apps menu, then head over to Advanced app settings and select App execution aliases.
  • Turn Off the Notepad Toggle: Scroll down until you find the entry labeled “Store Notepad” (or similar) and disable the toggle.
    This simple change stops Windows from using the AI-powered version when you run notepad.exe.
Summary: By disabling the modern alias, you'll force Windows to default to the legacy Notepad when running the executable.

Step 3: Associate .txt Files with Legacy Notepad Using the Registry​

While launching classic Notepad from the Run dialogue is now possible, text files may still open in the modern Notepad unless file associations are updated. Here’s how to do it using the Windows Registry Editor:
  • Access Regedit:
    Press Win+R, type regedit, and hit Enter. Click Yes at the prompt to allow the application to make changes.
  • Navigate to the Legacy Notepad Key:
    In Regedit’s address bar, paste:
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfilelegacy
    This folder should appear on the left.
  • Create Necessary Subkeys for File Association:
  • Create a “Shell” Key: Right-click on txtfilelegacy, select New, then Key, and name it Shell.
  • Within the “Shell” Key, Create an “Open” Key: Right-click on the Shell key, choose New, then Key, and name it Open.
  • Within the “Open” Key, Create a “Command” Key: Right-click on the Open key, select New, then Key, and name it Command.
  • Set the Command Value:
  • Click on the newly created Command key.
  • In the right-hand pane, double-click (Default).
  • Set the Value data to:
    c:\windows\system32\otepad.exe "%1"
    (Note: Ensure there’s a space before %1. This command tells Windows to use the legacy Notepad executable to open .txt files, with the file path passed as a parameter.)
Summary: By editing the registry, you’re linking .txt files to the old Notepad, ensuring that any text document you double-click will evoke your cherished classic interface.

Step 4: Make Classic Notepad the Default Program for .txt Files​

Now that the registry has been updated, you must link .txt file associations explicitly to the legacy Notepad:
  • Create and Save a Test Text File:
    Use either version of Notepad to create and save a random text file.
  • Set the Default App:
  • Right-click on the text file and choose Open with.
  • Select Choose another app.
  • In the options shown, select the old Notepad (look for the legacy icon) and check the Always option.
  • Click OK.
This action ensures that your operating system consistently uses the classic Notepad for opening all text documents.
Summary: Associating the file type solidifies the classic Notepad as your default editor, preventing accidental launches of the modern version.

Step 5: Create a Start Menu Shortcut for Classic Notepad​

To facilitate easy access, integrate a shortcut for the legacy Notepad into your Start menu:
  • Create the Shortcut on the Desktop:
  • Right-click on your desktop, select New, then Shortcut.
  • In the location field, type:
    C:\Windows\System32\otepad.exe file
  • Click Next, name the shortcut as Notepad, and then hit Enter.
  • Move the Shortcut to the Start Menu:
  • Press Win + R, type shell:Common Start Menu, and press Enter.
  • Open the Programs folder.
  • Cut the shortcut from your Desktop and paste it into this folder.
Once done, you’ll find both the modern and classic Notepad icons in your Start menu—with the classic version marked with a nostalgic “New” label.
Summary: With your Start menu now hosting the legacy Notepad shortcut, the transition between choosing the classic versus modern version becomes seamless.

Classic Notepad vs. New Notepad: The Debate​

Microsoft’s vision increasingly leans toward integrating artificial intelligence into everyday applications—a trend seen with the new Notepad’s ChatGPT-based “Rewrite” feature. Here are some key points to consider:
  • Modern Notepad:
  • Pros: Autosave functionality, multiple tabs, dark mode improvements, and integration with Microsoft’s cloud ecosystem.
  • Cons: Requires signing in with a Microsoft account and a Microsoft 365 subscription to access premium features like AI rewriting.
  • Classic Notepad:
  • Pros: Ultra-lightweight, familiar interface, and speedy performance. Its minimal design means it rarely crashes and loads instantly.
  • Cons: Lacks enhanced features such as autosave and built-in AI, meaning those who rely on modern conveniences might find it limiting.
The ongoing struggle is reminiscent of the early days of Windows updates—balancing the promise of innovation with the need for reliability and familiarity. It’s the same debate as choosing VLC over native Windows Media Player or sticking with classic control panels over the modern Settings app. In the end, the choice boils down to personal workflow and preferences.
Rhetorical Question: Do you value cutting-edge features enough to switch, or does the timeless simplicity of the legacy interface win every time?

How to Restore the New Notepad (If You Change Your Mind)​

It’s worth noting that these modifications aren’t permanent. Should you ever decide that you want to switch back to the modern Notepad (and all its bells and whistles), the reversal process is straightforward:
  • Remove the Classic Notepad Shortcut:
  • Navigate to C:\ProgramData\Microsoft\Windows\Start Menu\Programs using File Explorer.
  • Locate and delete the classic Notepad shortcut you added.
  • Revert the Registry Changes:
  • Open Regedit (Win+R, type regedit).
  • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\txtfilelegacy.
  • Delete the Open subkey (or the entire txtfilelegacy branch) to remove the legacy association.
  • Re-enable the Modern Notepad Alias:
  • Go back to Settings > Apps > Advanced app settings > App execution aliases.
  • Turn the toggle for Notepad back on.
With these steps, Windows 11 will once again default to the AI-enhanced, modern version of Notepad.
Summary: The restoration process is just as simple as enabling the classic version, making it easy to switch back and forth based on your needs.

Final Thoughts​

Microsoft’s push to integrate AI into even the simplest applications is a sign of changing times in the tech landscape. While innovations like ChatGPT integration may fascinate early adopters, the enduring appeal of a streamlined, no-frills text editor continues to resonate with millions of users worldwide. By following the steps outlined above, you can tailor your Windows 11 experience to suit your workflow—opting for either modern functionality or the time-tested simplicity of the classic Notepad.
Whether you’re making minor tweaks to the registry or adjusting default file associations, the process exemplifies Windows’ flexibility. After all, customization is one of the many reasons why Windows remains a beloved platform among both tech enthusiasts and everyday users.
In summary:
  • Enable Classic Notepad by disabling the modern execution alias.
  • Update registry associations to ensure .txt files open with the legacy version.
  • Streamline access with a dedicated Start menu shortcut.
  • Easily revert back to the modern version if desired.
So, if you prefer the charm of the original design over the newfangled features, these simple adjustments will have you back in the comfort zone of classic editing in no time. Enjoy the best of both worlds on your Windows 11 system—and happy editing!

Source: WindowsLatest Enable old Classic Notepad in Windows 11 24H2 without AI and modern UI
 

Last edited:

A desktop monitor displays a Windows UI design mockup in a modern office setting.
How to Restore the Classic Windows 11 Notepad (Notes) Experience​

If you’ve found that the new AI-enhanced version of Windows 11’s Notes bloc has lost the simplicity of the classic Notepad you’ve loved for decades, you’re not alone. Many users feel that the modernized, feature-packed iteration has strayed from the straightforward, flat text editor experience they depend on. Fortunately, you can revert to the classic version of Notepad on your Windows 11 PC. Follow these steps to switch back to the traditional interface and enjoy the simple, reliable text editor that’s been a staple on your desktop for years.

Steps to Restore the Classic Notepad​

  • Open Windows Settings:
  • Press Win + I to launch the Settings app.
  • Navigate to the Apps section (or look for options related to default apps).
  • Disable the Modern Notepad Association:
  • Within the settings, find the option for application configuration or advanced app settings.
  • Locate the setting responsible for how files with the .txt extension are handled. You’ll need to disable the modern configuration for notepad.exe that is associated with the new Windows 11 Notes bloc.
  • This action tells Windows to no longer use the AI-enhanced Notes experience for .txt files.
  • Confirm Changes and Close Settings:
  • After deactivating the modern execution setting, close the Settings app. This adjustment ensures that the operating system won’t automatically load the enhanced version for your text files.
  • Launch the Classic Notepad:
  • Press Win + R to open the Run command dialog.
  • Type notepad.exe and press Enter. This should start the old classic text editor that you’re accustomed to.
  • Verify Installation via Optional Features (Optional):
  • If you want to double-check whether the classic Notepad is installed, go back to Settings.
  • Navigate to System > Optional Features and search for “Notes” or “Notepad”.
  • Confirm that the classic version is present. If it isn’t, you might have an option to install it from there.

Why Revert to the Classic Notepad?​

  • Simplicity:
    The classic Notepad offers a no-frills environment that’s fast, straightforward, and exceptionally reliable for basic text editing — exactly what many users prefer over complex, feature-laden alternatives.
  • Familiarity:
    For decades, the classic Notepad has been a trusted tool for jotting down notes, coding, and other lightweight tasks. The familiar interface can help avoid the learning curve or distractions induced by additional AI features that aren’t needed for simple text tasks.
  • Optimized for Productivity:
    Removing the extra widgets and modern enhancements can lead to a cleaner, more focused workspace that helps boost productivity, especially if you primarily work with plain text documents.

Final Thoughts​

The new Windows 11 Notes block, redesigned with AI-driven features, might not be everyone’s cup of tea—especially if you value the clean simplicity of the classic Notepad. By adjusting your system settings to disable the modern execution for .txt files and relaunching notepad.exe, you can reclaim the old, trusted interface without the added complexities.
With this simple tweak, your Windows 11 experience can be tailored to better suit your personal workflow, ensuring that you maintain the efficiency and ease-of-use of a classic tool in an ever-evolving digital landscape.
Source: Microsoft Support (via Ruetir)

Source: Ruetir The Windows 11 notes Bloc has lost its essence because of AI: Thus you can recover the classical version
 

Last edited:
Restoring the classic Notepad on Windows 11 is easier than you might think. Despite Microsoft replacing the old favorite with a modern version enhanced with tabs, AI integrations, and new features, the traditional Notepad is still tucked away in your system. In this article, we break down the simple steps to regain that snappy, minimalist editor and explore some broader implications of Microsoft’s evolving software design.

A glowing neon-lit circuit board background with a blank spiral notebook on a dark surface.
The Evolution: New Notepad Versus Classic Notepad​

Microsoft’s decision to roll out a new version of Notepad has divided Windows users. On one hand, the enhanced application offers robust functionality aimed at power users; on the other, many long-time users appreciate the straightforward design and quick responsiveness of classic Notepad. Here are some key points:
  • The new Notepad comes with tabs, additional formatting options, and even AI-powered suggestions.
  • Invocations from familiar methods – such as launching via the Start menu or Run dialog – now default to the modern version.
  • The classic Notepad remains installed on Windows 11, hidden behind a simple configuration tweak.
This evolution reflects a broader trend in Windows 11 updates where powerful features often come paired with increased complexity. For users leaning towards simplicity, restoring the classic app is a welcome reprieve.

Step-by-Step Guide to Restoring Classic Notepad​

If you prefer the old-school approach and want to bypass Microsoft’s new Notepad by default, follow these straightforward steps:
  • Open Settings:
    Launch the Start menu and select the Settings application.
  • Navigate to App Execution Aliases:
    In Settings, go to the Apps section and then click on Advanced App Settings. Find the “App execution aliases” option.
  • Locate the Notepad Alias:
    Scroll through the list until you find the entry for Notepad.
  • Toggle the Notepad Alias Off:
    Simply click the toggle switch next to Notepad to turn it off. This action directs Windows to bypass the new Notepad app when calling Notepad from the Run dialog or other shortcuts.
  • Test It Out:
    Press Windows-R to open the Run dialog, type notepad.exe, and hit Enter. You should now see the classic Notepad launch. Look for a notification banner stating “a new version of Notepad is available,” which you can close to continue using the traditional interface.
  • Pinning for Quick Access:
    For convenience, right-click on the classic Notepad icon in the taskbar and select “Pin to taskbar.” This makes it easier to launch your preferred editor in the future.
These steps effectively revert your Notepad experience while leaving the new version installed (in case you ever need its additional features). This flexibility is particularly useful if you switch between tasks that demand simplicity versus more robust text editing.

Advanced Considerations and Additional Tips​

While restoring the classic Notepad is a quick process, there are a few additional insights and considerations:
  • Coexistence of Both Versions:
    If you ever need to use the new Notepad, simply reverse the toggle in App Execution Aliases by turning it back on, or launch it directly from the Start menu search. This dual existence allows you to choose your tool based on the task at hand.
  • Using Third-Party Tools for Removal:
    For users who want to permanently remove the new Notepad, tools such as O&O AppBuster can help remove it from your system. However, use these programs with caution and ensure you have backups before making further changes.
  • WordPad Restoration:
    Alongside Notepad, some users have noticed changes with WordPad on Windows 11. Microsoft’s evolving approach sometimes pushes out updates that alter or remove legacy apps. Similar steps might eventually allow easier access to WordPad if it doesn’t meet your needs.
  • Future Windows Updates:
    As Windows 11 continues its evolution, Microsoft might remove the option to restore the classic Notepad in future updates. Users who value the old interface may need to keep an eye out for changes and adapt accordingly. Maintaining awareness of both Windows 11 updates and community tips on platforms like WindowsForum.com can help you stay ahead of such modifications.

Reflecting on the Change​

The shift to a feature-rich Notepad reflects Microsoft’s ongoing mission to innovate and modernize its desktop applications. Yet, this very progress can sometimes alienate users who appreciate the core functionality and speed of classic software. This situation serves as a reminder of a broader debate in technology: enhancing applications with advanced features versus preserving a clean, lightweight user experience.
How should one balance functionality with simplicity? For many, the answer lies in having the option to choose – and with a few clicks, you now do. The simple toggle in Windows 11’s settings not only restores the classic Notepad but also highlights the versatility built into the operating system.

Wrapping Up​

Restoring classic Notepad in Windows 11 is a breeze, making it accessible even for those who prefer the old interface. With this method, you can enjoy the familiar, fast-loading text editor while still having the option to use Microsoft’s modern iteration when needed.
Remember:
• The classic version of Notepad remains available – it’s just hidden behind a simple switch.
• Changing this setting is non-destructive, meaning you can revert to the new version as desired.
• Keeping an eye on future Windows updates is important, as the option to restore classic Notepad might be phased out.
For those who lean towards minimalism, this straightforward fix ensures that you aren’t forced into adapting to a design that doesn’t match your workflow. Which Notepad version will you choose for your daily tasks – the classic simplicity or new-age features? Let your preference guide your setup, and happy editing!
This step-by-step guide is a reminder that sometimes the solution is right within the system settings—a few clicks can reestablish the interface that many Windows users have grown to love over the decades. Enjoy the best of both worlds on your Windows 11 setup!

Source: Ghacks How to restore access to classic Notepad on Windows 11 - gHacks Tech News
 

Last edited:
Back
Top