Windows Notepad, online
The plain-text editor you already know how to use — running in a browser tab, on whatever computer you happen to be sitting at.
Notepad has shipped with Windows since 1983, and for most of that time it barely changed: a white text area, five menus, no formatting, no surprises. That consistency is exactly why people miss it. Classic Notepad recreates that interface as a web page, so you can use it on a Mac, on Linux, on a Chromebook, on a locked-down work machine, or on a phone.
Classic Notepad is an independent recreation. It is not affiliated with, endorsed by, or made from any code belonging to Microsoft. "Windows" and "Notepad" are Microsoft's trademarks, used here only to describe what this resembles.
What was kept
- The File, Edit, Format, View, Help menu bar, in that order.
- A titlebar that reads Untitled - Classic Notepad and marks unsaved changes.
- Word wrap off by default, exactly as it always was.
- The status bar with the live line and column readout.
- F5 to stamp the current time and date into the document.
- Plain text only. No formatting, no autocorrect, no spellcheck squiggles.
- The familiar shortcuts — Ctrl+S, Ctrl+F, Ctrl+H, Ctrl+G, F3.
What is different on purpose
A browser is not an operating system, so a few things had to be reinterpreted rather than copied:
-
Saving. There is no file system to write into, so
File › Save downloads a
.txtfile and Open loads one from your computer. - Autosave. The real Notepad would lose everything if it closed. This one keeps your text in the browser so a refresh does not destroy your work.
- A small desktop. You can have several notes open at once as separate draggable, resizable windows, each with its own icon — closer to running several copies of Notepad than to the tabs Windows 11 added.
- Themes. A dark mode and a few window styles, via the gear button in the top right. The original was white or nothing.
Why people look for the old Notepad
Windows 11 rebuilt Notepad: tabs, a restyled interface, automatic session restore, spellcheck, and AI writing tools. Useful additions for some, but they changed a tool whose entire appeal was that it did almost nothing. If you came here because the new one no longer feels like Notepad, this is the older shape of it.
Frequently asked questions
Is this the real Windows Notepad?
No — it is an independent web recreation, not Microsoft software and not a download of it.
Can I use Windows Notepad on a Mac?
Not the original, which is a Windows program. This gives you the same interface and shortcuts in any browser, on any operating system. On macOS the shortcuts use ⌘ where Windows uses Ctrl.
Do I need to install anything?
No. It is a web page. Open it and start typing.
Is my text sent anywhere?
No. It stays in your browser's local storage on your own device. There is no server that could receive it.