Microsoft’s decision to stuff artificial intelligence and a formatting toolbar into Notepad has left a sizable chunk of Windows users looking for an off-ramp. The good news is you don’t have to choose between the bare-bones classic editor and the new AI-powered version. With a two-minute configuration change, you can run both side by side, summoning whichever fits the task at hand.
This article outlines exactly why Notepad changed, how to get the classic version back without uninstalling anything, the enterprise controls available to IT administrators, and the trade-offs involved in messing with system defaults. The steps have been verified across multiple Windows 11 builds and confirmed by both community guides and official documentation.
What Microsoft Added to Notepad — and Why
Starting with Windows 11’s 22H2 update, Notepad began receiving features that would have been unthinkable in the XP-era editor. A formatting toolbar now allows bold, italic, and bulleted lists. Markdown files can be viewed with rendered formatting. Tabbed sessions arrived in some Insider builds, and most controversially, a set of generative AI tools branded as Rewrite, Summarize, and Write were bolted onto the app.
These AI functions are cloud-powered. They require a Microsoft account sign‑in and, in many instances, consume AI credits tied to Microsoft 365 or Copilot subscriptions. When you click “Rewrite,” your text is sent to Microsoft’s servers, processed, and returned with alternatives. For knowledge workers who draft emails, meeting notes, or documentation inside Notepad, that’s a handy shortcut. For developers, system administrators, and anyone who values a zero‑latency plain‑text scratchpad, it feels like feature creep run amok.
Microsoft’s strategy is transparent: infuse Copilot into every corner of Windows so that users encounter helpful AI without leaving their workflow. Notepad, with its minimalist pedigree, was an obvious target. The company included toggles to disable the AI layer — both in the app’s settings and via administrative policy — but the default experience now opens the modern, cloud‑connected editor.
The Community Fallout
Within days of the wider rollout, forums lit up with complaints. “I just want a blank window that opens instantly,” was a common refrain. Users shared registry hacks, third‑party installers that repackage the classic executable, and detailed tutorials. One of the clearest solutions emerged: disable the modern Notepad’s execution alias so that typing notepad.exe launches the original system binary instead of the Store‑packaged app.
That approach avoids uninstalling the new Notepad, preserves future update paths, and costs nothing in system stability. It’s the method recommended by multiple community guides and the one we’ll detail next.
Step‑by‑Step: Restore Classic Notepad While Keeping the Modern App
The procedure hinges on a Windows mechanism called App Execution Aliases. When an app from the Microsoft Store registers an alias such as notepad.exe, any call to that name — from the Start menu, Run dialog, or command line — redirects to the Store app. By turning off that alias, you let Windows fall back to the classic executable sitting in C:\Windows and C:\Windows\System32.
1. Confirm the Classic Executable Exists
- Open File Explorer and navigate to your system drive (usually
C:). - Check
C:\Windows otepad.exeandC:\Windows\System32 otepad.exe. If either file is present, you’re good. - If neither is there, the classic Notepad optional feature may have been removed. Re‑install it by going to Settings → System → Optional features → View features, searching for Notepad (system), and adding it. A quick reboot may be required.
2. Disable the Modern Notepad’s Execution Alias
- Press Win + I to open Settings.
- Click Apps in the sidebar, then select Advanced app settings.
- Choose App execution aliases.
- Scroll down to the Notepad entry and toggle it Off.
3. Launch the Classic Editor and Pin It
- Open the Run dialog (Win + R), type
notepad.exe, and press Enter. The classic, plain‑text Notepad should appear. - If the modern app still launches, sign out and back in to allow the alias change to propagate.
- To make the classic version easily accessible, right‑click its title bar (or the file in
C:\Windows) and choose Pin to taskbar or Create shortcut. You can also drag it to the desktop while holding Alt.
4. Verify Side‑by‑Side Operation
At this point, you have both editors installed:
- Typing
notepad.exein the Run dialog or clicking your pinned shortcut opens the classic Notepad. - The modern Notepad can still be launched from the Start menu (search for “Notepad” and click the app icon that shows the new colorful logo) or by creating a separate shortcut pointing to its Store package.
This dual‑setup lets you use the modern app for formatting or AI‑assisted drafting while keeping the heritage version for quick, uncluttered text edits.
Why This Trick Works
Windows maintain an “execution alias” list for Store‑packaged apps. When you toggle the alias off, the operating system stops mapping the command name to the packaged app. The next time you type notepad.exe, the command processor looks through the usual paths — C:\Windows, C:\Windows\System32 — and finds the classic binary.
Crucially, you haven’t deleted anything. The modern Notepad remains fully installed and can receive updates through the Microsoft Store. Should you ever want to revert, simply flip the alias toggle back to On.
Troubleshooting: When Classic Notepad Won’t Appear
I can’t find notepad.exe in C:\Windows or System32.
The classic Notepad is delivered as an Optional Feature in recent Windows 11 builds. If it’s missing, go to Settings → System → Optional features → View features, search for Notepad (system), install it, and check the directories again.
The alias is off but the new Notepad still opens.
A handful of users report cached alias behavior. Restart Windows Explorer from Task Manager, or sign out and back in. As a last resort, a full reboot ensures all processes pick up the change.
Can I uninstall the modern Notepad altogether?
Yes — right‑click it in the Start menu and select Uninstall. However, this removes the UI‑based upgrade path and may break future update bundles that expect the package to exist. Keeping the modern app installed, with the alias disabled, is the safer, reversible route.
Enterprise Controls: Locking Down AI Features with ADMX
Organizations that need to prevent data leakage to cloud AI services have a dedicated administrative template. Microsoft ships a Notepad ADMX file that includes the policy DisableAIFeaturesInNotepad. When enabled, it hides the Rewrite, Summarize, and Write buttons from the UI, blocking all cloud‑dependent text generation.
Administrators can deploy the setting through:
- Group Policy – Import the ADMX into the Central Store and configure the policy under Computer Configuration.
- Microsoft Intune – Use the Settings Catalog or a custom OMA‑URI to toggle the same registry key.
- Registry – Directly set the value for environments without domain controllers.
Additionally, a broader Windows privacy control — “Let Windows apps make use of text and image generative features” — can be enforced via App Privacy ADMX or the Intune Settings Catalog. Flipping this to Block prevents any app, Notepad included, from accessing cloud‑based generative AI, addressing compliance concerns at the platform level.
Before rolling out either policy, verify that your Windows 11 build and Notepad version support the ADMX. Microsoft’s documentation confirms the feature was added in Notepad version 11.2401.25.0 and later, and the ADMX is available from the Microsoft Download Center.
Privacy, Licensing, and AI Credits
Notepad’s AI capabilities are not free‑floating magic. They rely on cloud APIs that require a Microsoft account login. When you click “Rewrite,” the highlighted text is transmitted to Microsoft’s servers. The company’s privacy statement notes that data is processed to generate suggestions and may be stored temporarily for service improvement, though conversational data is typically not retained.
For users with Microsoft 365 subscriptions, AI operations may consume credits from a monthly allocation. Microsoft has published credit tiers for Copilot features, and while basic usage might be included in some plans, heavy use can exhaust credits quickly. Administrators should communicate credit policies to users before enabling the feature broadly.
If your threat model prohibits any outbound text analysis, disabling AI features through ADMX or the system‑wide generative‑AI block is the only foolproof mitigation.
Alternatives to the Two‑Notepad Setup
Running classic and modern Notepad in parallel works for many, but other workflows demand different tools:
- Keep both and use shortcuts – The approach described above is the least disruptive. It retains the option to open the modern editor when its formatting or AI tools are genuinely useful.
- Notepad++ – The open‑source editor offers syntax highlighting, macros, plugins, and a tabbed interface without any cloud dependencies. It’s a direct replacement for power users who outgrew classic Notepad years ago.
- Visual Studio Code – If your work involves code, configuration files, or extensive text manipulation, VS Code provides a robust environment while still being free and locally run.
- Third‑party classic Notepad installers – Several community projects repackage the original executable for easy deployment. Winaero, for example, offers an installer that handles alias disabling automatically. Download these only from the developer’s official site and verify file hashes if possible.
Avoid registry hacks that restore legacy shell entries or force old UIs unless you have a lab to test them. Many forum‑shared reg files are written for specific builds and can cause Explorer instability on later patch levels.
Security and Stability Considerations
- Don’t copy system binaries between machines. notepad.exe depends on specific versions of runtime libraries and language packs. A mismatch can cause crashes or silent failures. Use Windows Optional Features to restore the file cleanly.
- Uninstalling the Store‑packaged Notepad may break servicing. Cumulative updates and feature updates sometimes patch the packaged Notepad. Removing it could lead to update errors or missing security fixes. Disabling the execution alias achieves the same user‑experience goal without altering the system package inventory.
- App execution aliases are supported configuration. Unlike registry hacks, the alias toggle is a documented, user‑facing control. It’s unlikely to be removed and will survive most feature updates intact.
Trade‑offs and Final Analysis
The modern Notepad brings genuine productivity enhancements for a subset of users. Markdown preview and cloud‑powered rewrites can accelerate content creation, and the formatting toolbar turns Notepad into a lightweight rich‑text scratchpad — a role once occupied by WordPad. Microsoft’s gradual rollout and the existence of opt‑out controls suggest the company anticipated pushback and tried to accommodate it.
Yet classic Notepad endures for a reason. It launches in milliseconds, consumes a minuscule memory footprint, and never phones home. For developers, system administrators, and anyone who processes log files, CSV data, or quick notes, that simplicity is the main feature. Windows 11’s architecture lets you have it both ways: disable one alias, pin a shortcut, and you’ve resurrected a piece of computing history without sacrificing the new tools.
As Windows continues to evolve, the alias toggle and the Notepad ADMX are likely to remain the supported levers for controlling which editor appears when you type “notepad.” Bookmark this guide, test the steps after each major feature update, and keep your runbook updated — because the old‑school editor isn’t going anywhere.