Microsoft’s venerable Notepad application is undergoing its most radical transformation yet, graduating from a dead-simple plain-text editor into a surprisingly capable productivity tool. The Windows 11 25H2 feature update, expected in the second half of 2025, bundles a suite of long-awaited enhancements: tabs, Markdown support with live preview, session restore, a recent files list, integrated spell checking, and the first hints of Copilot AI assistance. These changes collectively turn Notepad into a lightweight but modern workspace—without sacrificing the speed and minimalism that made it an icon.
Notepad has been part of Windows since version 1.0 in 1985. For decades it remained nearly unchanged, opening instantly and honoring the “what you type is what you get” philosophy. Its lack of formatting and reliability made it a go-to for quick notes, log files, batch scripts, and stripping rich‑text formatting. But user expectations have shifted, and Microsoft has been gradually modernizing the app since Windows 11’s launch. The 25H2 release represents the culmination of that effort, pulling together features that had been tested with Windows Insiders over the past two years and adding new AI-powered capabilities.
Tabs Finally Arrive, Ending the Window Clutter
Tabs in Notepad were introduced to Windows Insiders in late 2022 and rolled out officially with the Windows 11 2022 Update (version 22H2) in early 2023. By the 25H2 era, they are deeply integrated. Users can open multiple text files in a single Notepad window, each represented by a tab. A simple “+” button in the title bar spawns a new tab, and drag‑and‑drop reordering works as expected. A tab’s text label turns bold when its content is unsaved, offering a subtle visual cue. Right‑clicking a tab reveals options to duplicate, close others, or open the containing folder.
This addition alone has transformed Notepad’s workflow. Instead of juggling multiple floating windows, users can now organize all their temporary texts—configuration snippets, to‑do lists, draft emails—inside one container. The feature behaves nearly identically to File Explorer’s tabs, maintaining consistency across the OS. Power users have long requested tabbed Notepad, often turning to third‑party alternatives like Notepad++. With 25H2, the system default finally catches up.
Session Restore Picks Up Where You Left Off
Hand in hand with tabs comes session restore. Unexpected reboots, accidental closures, or system crashes no longer mean losing a collection of unsaved notes. When Notepad relaunches, it automatically restores all previously open tabs and their unsaved content, exactly as the user left them. This feature mirrors what browsers and code editors have offered for years, and its inclusion significantly reduces the risk of data loss for those who rely on Notepad as a scratchpad.
The restore behavior is optional—a setting in the app’s preferences allows users to disable it if they prefer a clean start each time. But for the vast majority, session restore is a quietly essential addition that makes Notepad a more trustworthy daily driver. Combined with tabs, it means a user can maintain a persistent workspace of notes that survives logouts and updates.
Recent Files List for Faster Access
A new “Recent” section in Notepad’s File menu (and optionally on the Start screen via jump list) shows the last few dozen opened files. While Windows has always had a global MRU list, having it directly inside Notepad streamlines the “pick up where I left off” experience. Clicking any entry immediately opens that file in a new tab. The list also indicates whether a file is still available at its original path or has been moved—an underappreciated detail that prevents silent failures.
For users who routinely edit the same hosts file, batch scripts, or .ini configurations, the recent files list eliminates the repetitive Open dialog navigation. It’s a small touch, but one that reflects a deeper attention to real‑world usage patterns.
Spell Checking and Autocorrect Catch Typos in Plain Text
Perhaps the most surprising addition is comprehensive spell checking. Historically, Notepad deliberately ignored spelling, leaving the task to more feature‑rich editors. The 25H2 incarnation introduces red squiggly underlines for misspelled words, with right‑click suggestions and an “Ignore” or “Add to dictionary” option. The dictionary is shared with the rest of Windows, so custom words do not have to be re‑entered.
Autocorrect is also present, automatically fixing common capitalization errors and accidental keystrokes (like “teh” to “the”). Crucially, these features can be toggled on or off globally, and individual file types can be excluded. Programmers who edit code in Notepad will appreciate being able to disable spell check for .bat, .cmd, or .log files while keeping it active for plain‑text notes. The spell check engine works in multiple languages, respecting the system’s language list.
At first, the idea of spell check in Notepad might seem antithetical to its stripped‑down nature. But for the millions of users who jot down quick thoughts, write short documents, or draft emails in Notepad, the feature eliminates embarrassing mistakes without forcing them to launch Wordpad (now deprecated) or Word.
Markdown Support Brings Structure to Plain Text
Markdown is the lingua franca of lightweight formatting, and Notepad is finally learning to speak it. The 25H2 Notepad includes a “Markdown” view that recognizes common syntax—headings, bold, italic, strikethrough, lists, blockquotes, and code fences—and renders them in a clean, readable preview. A toggle in the status bar or a shortcut switches between raw editing and a rendered display. The editor does not alter the underlying text file; it remains plain .txt (or optionally .md) with no hidden metadata.
The rendering is intentionally minimalist: a monospaced font with subtle color differentiation for headings, and a highlighted background for code blocks. This preserves the Notepad aesthetic while adding just enough visual structure to make longer documents scannable. The feature supports GitHub‑flavored Markdown extensions such as tables and task lists, making it ideal for drafting READMEs, technical documentation, or simple project plans.
One clever detail: when a file is saved with a .md extension, Notepad automatically switches to Markdown preview mode by default. If saved as .txt, the raw text view remains the default. This context awareness reduces friction for users who work with both formats.
Copilot AI Steps into the Editor
The most forward‑looking change is the integration of Windows Copilot, Microsoft’s AI assistant. In Notepad, a Copilot icon appears in the toolbar, opening a side panel where users can ask natural language questions or request assistance with the current text. Highlight a paragraph and ask “summarize this” or “make this more formal.” Copilot can rewrite sentences, explain technical terms, generate code snippets, and even translate text between languages—all without leaving the editor.
The integration is context‑aware. Copilot analyzes the content of the open tab and, when selected text is highlighted, uses that as the primary prompt. Responses appear in a collapsible chat panel, and users can copy the suggested output directly into the document. A “Diff” view highlights changes before acceptance, preventing accidental overwrites.
Privacy controls are front and center. The Copilot feature requires explicit opt‑in, and Microsoft states that text is not sent to the cloud unless the user invokes Copilot. A small “Processing” indicator shows when data is being transmitted. Enterprise administrators can disable Copilot via Group Policy, and the feature respects all existing Windows privacy settings.
While the idea of AI in Notepad may seem excessive, its utility becomes apparent in everyday scenarios. A user drafting an email can quickly polish the text; a student taking notes can have Copilot explain a concept; a developer writing a .gitignore can ask Copilot to generate the necessary patterns. It turns Notepad into a canvas for thought—augmented, not replaced, by machine intelligence.
Performance and Philosophy
Despite the flood of new features, Microsoft has emphasized that Notepad’s core identity—instant launch, low memory usage, and a clutter‑free interface—remains intact. In testing, a fresh Notepad 25H2 instance consumes roughly 15–20 MB of RAM, barely more than its feature‑bare predecessor. Tabs and session restore add modest overhead, but all heavy operations (Markdown rendering, spell check indexing, Copilot queries) are deferred until actually used.
The app still starts in under a second on any modern SSD‑equipped machine. Right‑click performance remains snappy, and the window chrome follows Windows 11 design language with rounded corners, Mica transparency, and dark mode support. The development team has stated that they have deliberately avoided turning Notepad into a code editor like Visual Studio Code or a rich‑text tool like Word. Instead, the enhancements aim to serve the 90% of users who just need a faster, smarter scratchpad.
Community Reaction and Real‑World Impact
Early feedback from Windows Insiders and tech forums has been largely positive, though not without pointed critiques. The tab implementation, in particular, has drawn praise for its simplicity compared to other applications. Users who clung to Notepad++ or Sublime Text for tabs alone are now reconsidering the native app.
Markdown support, however, has generated mixed feelings. Purists argue that Notepad should never attempt formatting—that plain text is the whole point. Yet many others, especially developers and technical writers, have welcomed the in‑editor preview as a long‑overdue convenience. The ability to toggle between raw and rendered views seems to satisfy both camps.
The Copilot integration, predictably, sparked privacy debates. Concerns about sending the contents of confidential text files to Microsoft’s servers are valid, but the opt‑in model and clear visual indicators appear to have tempered the backlash. IT administrators appreciate the granular controls, and Microsoft’s commitment to not using Notepad content for AI training—a promise they’ve made in official documentation—has been highlighted in community discussions.
A common thread in user feedback: Microsoft should not stop here. Requests for a proper dark mode for printed output, regex search‑and‑replace, and a portable version are among the top suggestions. The Notepad team has not committed to these, but the rapid pace of updates since 2022 suggests more is coming.
What Windows 11 25H2 Means for Notepad’s Roadmap
The 25H2 update marks the moment when Notepad’s evolution becomes a core part of the Windows feature set rather than an experimental side project. All the enhancements described above are now default experiences for new Windows 11 installations, and the app is being distributed via the Microsoft Store, allowing for independent updates outside of major OS releases.
Looking ahead, sources familiar with the development process indicate that the Notepad team is exploring deeper Copilot integrations, such as voice‑to‑text dictation and real‑time translation overlays. There is also chatter about a “Focus Mode” that hides all UI chrome except the text, akin to Windows WordPad’s minimalist view. If realized, such additions would further blur the line between a simple editor and a lightweight word processor.
Critically, Microsoft appears to be using Notepad as a testing ground for how to modernize legacy Windows apps without alienating their existing user bases. The same principles—optional enhancements, performance preservation, and user‑controlled telemetry—are being applied to Paint, Media Player, and other in‑box utilities. Notepad’s success in 25H2 will likely influence the roadmap for those apps.
Conclusion: The Best Notepad Yet, but Still Notepad
The Notepad that ships with Windows 11 25H2 is unequivocally the most capable version in the application’s 40‑year history. Tabs and session restore make it practical for multitasking; Markdown support gives structure where none existed; spell check catches errors before they propagate; and Copilot offers a glimpse of an AI‑augmented future. Yet, for all its new tricks, it remains the same instantly familiar rectangle of white space that generations have trusted.
Users who want a bare‑bones editor can disable everything that’s new and have the classic Notepad experience. Those who embrace the features will find a tool that sits comfortably between a scratchpad and a lightweight code companion. In an era of bloated software, that balance is a remarkable achievement.
For Windows 11 users, 25H2 will be available as a free feature update through Windows Update starting in the second half of 2025. Insiders in the Dev and Beta channels already have access to many of these features, and the final release is expected to arrive with a handful of additional polish improvements based on community feedback. Whether you’re a sysadmin editing config files, a writer drafting Markdown, or a student taking quick notes, the new Notepad proves that even the most humble applications can learn new tricks—without forgetting where they came from.