Microsoft has quietly begun rolling out a redesigned right-click menu for Notepad in Windows 11, bringing the legendary text editor into tighter alignment with the operating system’s modern context menu style. The update introduces an icon-laden top row for one-click access to Copy, Cut, Paste, Select All, and Delete, while secondary and AI-powered Copilot commands remain tucked below. The change, first spotted in Insider builds and tied to Notepad package version 11.2507.26.0, is the latest in a two-year push to modernize the app without abandoning its minimalist roots.
A visual transformation that mirrors File Explorer
The new context menu places five labeled icons at the top: Copy, Cut, Paste, Select All, and Delete. These are the actions users trigger most often when right-clicking inside a text document. Below this primary row, the rest of the menu continues with Undo, Redo, and the growing list of advanced Notepad features—including the Copilot-powered Write, Rewrite, and Summarize commands. Visually, it mimics the updated File Explorer context menu that Windows 11 debuted in its 2022 moment update, where a horizontal icon strip handles common file operations.
Paul Thurrott, who enabled the feature on a shipping build of Windows 11 24H2, described it as “nicely done and quite welcome,” noting that it “resembles the updated Explorer context menu” and “significantly cuts down on the size of the menu while retaining the clarity.” The result is a leaner, more thumb-friendly menu that reduces pointer travel for the micro-edits power users perform dozens of times a day.
How to get the new context menu
Community reports indicate the refreshed layout is linked to Notepad version 11.2507.26.0, which has appeared in Canary, Dev, Beta, and Release Preview rings. However, Microsoft’s staged rollout and server-side feature gating mean two devices on the same app package might show different menus. Enthusiasts can force the update on Windows 11 24H2 by following instructions published by Deskmodder, but this requires replacing or sideloading the Notepad msixbundle and is not recommended for production machines.
For everyone else, the new menu will appear automatically after the package is promoted to wider channels—likely within the next major Windows Update or a Store refresh. As with previous Notepad overhauls, patience and Insider rings are the safest upgrade path.
Notepad’s rapid evolution: from plain text to power tool
Just three years ago, Notepad was an untouched relic: a single-instance, raw-text window that hadn’t changed since the Windows 95 era. That changed dramatically in 2023 when Microsoft added tabbed editing, dark mode, and a revamped find-and-replace dialog. Spellcheck, autocorrect, and support for Markdown and lightweight formatting arrived in early 2024, followed by an auto-save that remembered unsaved drafts across sessions. Most recently, Copilot AI actions—Write, Rewrite, Summarize—were baked directly into the app, turning the once-barebones editor into a quiet productivity hub.
Each of these updates arrived first through Insider builds, often accompanied by a flurry of forum screenshots and user debate. The context menu refresh fits neatly into this pattern: a thoughtful UI tweak that modernizes the experience without disabling any existing functionality.
Why the icon row matters for productivity
Placing the most common editing commands directly under the pointer is a textbook usability win. For system administrators editing configuration files, developers tweaking code snippets, or anyone cleaning up pasted text, those extra milliseconds of mouse travel add up. Microsoft’s own design guidance for Windows 11 emphasizes reducing cognitive load by standardizing interaction patterns across apps; once a user learns the icon positions in File Explorer, they can transfer that muscle memory to Notepad with zero friction.
The change also eliminates a subtle annoyance: the old menu buried Cut and Copy behind the same sub-menu if text was selected, requiring an extra click. Now, whether you highlight a word or just right-click on whitespace, the primary actions sit in the same predictable spot.
Copilot and advanced features stay within reach
Importantly, Microsoft has not demoted Copilot. The AI-powered Write, Rewrite, and Summarize commands still appear in the context menu, just below the icon row. This mirrors the approach in other modernized Windows apps, where high-frequency actions get prime real estate while smarter (but less frequently used) tools stay accessible without cluttering the top layer.
In practice, this means a writer can right-click, instantly paste a paragraph, and then immediately choose “Rewrite” to refine it—without traversing multiple menus. The balance is pragmatic: Notepad remains a fast, distraction-free scratchpad, but those who want modern editing aids can reach them easily.
Risks, caveats, and the feature-creep debate
Not every Notepad user welcomes evolution. For decades, the app’s core appeal has been its near-instant launch time and minuscule memory footprint. Each new feature—tabs, spellcheck, AI—adds a few kilobytes and a millisecond to startup. While these increments are small, purists fear death by a thousand cuts. Microsoft has addressed some concerns by making formatting optional (save as .md to preserve it; save as .txt to strip it) and allowing Copilot to be disabled via Settings, but the perception of bloat can be hard to shake.
Staged rollouts introduce their own friction. Because feature flags are controlled server-side, a user on build 11.2507.26.0 today might not see the new menu for weeks, while a colleague with the same build already has it. For IT administrators, this inconsistency can fuel helpdesk tickets and complicate documentation. Enterprises that rely on UI automation scripts or screen readers may need to adjust for the rearranged menu items.
Third-party shell extensions—context menu handlers that developers register via the Windows API—have historically struggled with the modern context menu model. Tools that inject “Edit with Notepad++” or similar items must adapt to the revamped layout, or risk appearing in unexpected locations. The Windows Report community thread notes that some custom extensions have already observed regressions during Insider testing. ISVs targeting Notepad should test against the new menu early.
Finally, Copilot features imply network calls. While Microsoft has not published granular telemetry details for Notepad’s AI, any cloud-powered feature inherently raises privacy questions. Regulated industries should assume that Summarize, Rewrite, and Write may transmit document content to Microsoft servers and plan compliance reviews accordingly.
How to check your version and manage the experience
Curious whether your Notepad build includes the icon bar? Open the app, click the settings gear (or the three-dot menu), and choose About. A version string in the 11.25xx range suggests the new menu infrastructure is present, but the feature may still be gated. The definitive community-reported build is 11.2507.26.0, but even that isn’t a guarantee.
If you prefer the classic plain-text Notepad, you can:
- Disable AI features from the app’s Settings or the View menu.
- Switch to plain text mode (no formatting) via the status bar toggle.
- Save all files as .txt to strip any Markdown or rich formatting.
For enterprise environments, Microsoft recommends piloting any Notepad update in a limited group before broad deployment. Tools like Microsoft Store for Business, Intune, and WSUS/SCCM can control when the app package is approved, but they cannot override server-side feature flags. Therefore, IT teams should communicate to users that the menu may appear gradually and provide a grace period for feedback.
Sideloading the msixbundle to force the new menu on production machines is discouraged. While the community-provided packages work in test environments, mismatched dependencies or incomplete features can destabilize the app.
What this means for developers and IT pros
For independent software vendors, the updated context menu is a reminder that Windows’ shell integration model is in flux. The modern IExplorerCommand interface, which replaces legacy COM handlers, is now being applied to inbox apps like Notepad. Developers who rely on shell extensions should verify compatibility with both the old and new menu layouts or migrate to the newer API.
For security teams, the Copilot integration in a built-in app raises an important control point. Notepad’s AI features may become available by default on managed devices if not explicitly blocked. Reviewing Group Policies or Microsoft 365 compliance settings now can prevent unexpected data egress later.
Broader strategy: Notepad as the Office light alternative
The cumulative updates to Notepad—formatting, Markdown, AI, and now a polished context menu—signal a clear strategic shift. Microsoft is quietly positioning Notepad as the go-to lightweight editor for everyday writing and configuration, filling the void left by WordPad’s deprecation. By baking these capabilities into an inbox app, the company reduces reliance on third-party tools for basic tasks while keeping the user within the Windows ecosystem.
Yet the execution remains calculated. Every addition is optional, every feature can be ignored, and the classic Notepad experience is still one toggle away. That restraint is what makes the context menu refresh a success: it’s a small, ergonomic improvement that doesn’t ask the user to change how they work.
A modest but meaningful upgrade
The Notepad right-click menu redesign won’t make headlines like a Copilot breakthrough, but it’s precisely the kind of polish that defines a mature, user-focused operating system. By surfacing Copy, Cut, Paste, Select All, and Delete as a one-click icon row, Microsoft has shaved milliseconds off a thousand daily micro-edits—without sacrificing the power-user tools that make modern Notepad surprisingly capable. The change arrives first in Insider builds, tied to version 11.2507.26.0, and can already be enabled on shipping Windows 11 24H2 for the adventurous. For everyone else, it’s only a matter of time before their right-click menus feel a little more refined, a little faster, and a lot more Windows 11.