BrowserTools
Home / Misc / Online Notepad, Notes That Save Automatically

Online Notepad, Notes That Save Automatically

Free online notepad with automatic saving. Write and manage multiple notes privately in your browser, no account needed, nothing leaves your device.

Loading Online Notepad, Notes That Save Automatically… If nothing happens, please enable JavaScript.

An online notepad should do one thing exceptionally well: let you start writing instantly and never lose a word. This one opens in under a second, places your cursor in a clean plain-text editor, and saves everything you type automatically as you go. There is no signup form, no login wall, and no cloud synchronisation to configure. You type, it saves, and your notes are waiting for you the next time you open the page, exactly as you left them.

Frequently asked questions

Where are my notes stored?
Your notes are stored in your browser's localStorage, a private storage area on your own device. Nothing is uploaded anywhere: this notepad has no server component, no database, and no synchronisation service. The notes exist only inside the browser profile you are using right now, on the computer, tablet, or phone in front of you.
Are my notes private? Can anyone else read them?
Yes, they are private by design. Because your text never leaves your device, there is no company, cloud provider, or third party that could read it. The only people who could see your notes are people with physical access to your device and browser profile. If you share a computer, keep in mind that anyone using the same browser profile can open this page and see the notes, so use a separate profile or clear them when you are done.
What happens if I clear my browser data?
Clearing site data, cookies, or 'browsing data' for this site will permanently delete your notes, because localStorage is part of that data. The same applies to using private or incognito windows, where storage is wiped when the window closes. If a note matters, download it as a .txt file first; the download button saves an exact copy to your device's file system, outside the browser.
Can I keep more than one note?
Yes. The sidebar lets you create as many notes as you like, each with its own name and content. Click a note to switch to it, double-click its name to rename it, and use the delete button (with an inline confirmation so you cannot delete by accident) to remove notes you no longer need. All notes are saved together automatically.
Can I download my notes as a text file?
Yes. The Download .txt button exports the active note as a plain text file, named after the note itself. The file is generated entirely inside your browser using standard web APIs, so even the export step involves no upload. Plain .txt files open on every operating system and in every editor ever made, which makes them the safest long-term format for text.
Does the notepad count words and characters?
Yes. A live counter under the editor shows the word count, character count, and line count of the active note, updating as you type. This is useful when writing anything with a length limit, such as social media posts, SEO titles and meta descriptions, application forms, or academic abstracts. For deeper statistics, the site also has a dedicated word counter tool.
Is this notepad free? Do I need an account?
It is completely free, with no account, no email address, no trial period, and no premium tier. There is nothing to sign up for because there is no server-side service behind it; the entire notepad is a small application that runs in your browser. You can start typing the moment the page loads.
Does it work offline?
Yes, once the page has loaded. All editing, saving, counting, renaming, and downloading happens locally in your browser, so you can lose your internet connection mid-sentence and nothing changes. Your notes keep saving to localStorage exactly as before. You only need a connection to load the page itself in the first place.
Is there a size limit for my notes?
Browsers typically allow around 5 MB of localStorage per site, which is roughly five million characters, the equivalent of several long novels of plain text. For normal note-taking you will never come close to the limit. If the limit is ever reached, the notepad shows a clear error message instead of failing silently, and you can free space by deleting old notes or downloading and removing large ones.
Can I access my notes from another device?
No, and this is an honest trade-off rather than a missing feature. Your notes are stored only in the browser where you wrote them; there is no cloud account linking your devices, which is exactly why the notepad is so private. To move a note to another device, download it as a .txt file and transfer it however you prefer, or copy the text and paste it through any channel you already trust.

About Online Notepad, Notes That Save Automatically

Privacy is the defining feature of this notepad, and it works differently from almost every note app you have used. Your notes never leave your device. Not a single keystroke is transmitted to a server, because there is no server involved at all. Everything you write is stored in your browser's localStorage, a small private storage area that belongs to your browser profile on your computer or phone. Nobody else can read your notes: not this website, not an advertising network, not a cloud provider. There is no account to create precisely because there is nothing to sync; the data lives with you and only with you. Once the page has loaded, the notepad even works with your internet connection switched off.

Despite its simplicity, the notepad covers everything you need for everyday writing. You can keep multiple notes side by side and switch between them from the list, rename any note with a double click, and delete notes you no longer need with a safe confirmation step. A live counter tracks words, characters, and lines as you type, which is handy for tweets, meta descriptions, abstracts, or anything with a length limit. When you want a copy outside the browser, one click downloads the active note as a plain .txt file named after the note, and another click copies the whole text to your clipboard. A monospace toggle and an adjustable font size let you shape the editor to your taste, and both preferences are remembered between visits.

Use it as a scratchpad for quick thoughts, a distraction-free drafting space for emails and posts, a place to paste and clean up text, or a temporary clipboard that survives page reloads. Because the notepad is plain text, whatever you write here can be pasted anywhere without carrying hidden formatting along. It is completely free, has no usage limits, and runs entirely in your browser on desktop, tablet, and phone. If you have ever lost a half-written message to an accidental tab close, this is the tool that makes sure it never happens again.

The Humble Notepad: Four Decades of Plain Text

The most famous notepad in computing history shipped with Windows 1.0 in 1985, though its ancestry goes back a little further: Microsoft first offered a mouse-driven editor called Multi-Tool Notepad in 1983, bundled as a showcase for the new Microsoft Mouse. Windows Notepad was deliberately minimal, a thin wrapper around a standard text box control, and for decades it barely changed. That stubbornness became legendary. Notepad could not handle Unix line endings until 2018, a limitation that survived 33 years of Windows releases and generated countless mangled configuration files. Yet its speed and total predictability made it the tool programmers and administrators reached for when everything else failed.

Plain text itself has proven remarkably durable as a format. A .txt file written in the 1970s still opens perfectly today, while documents saved in proprietary word processor formats from the 1990s are often unreadable without heroic conversion efforts. This longevity gave rise to an entire culture of plain-text advocates: programmers who keep their to-do lists in text files, writers who draft novels in bare editors to avoid formatting distractions, and methodologies like todo.txt that build structured systems on nothing but readable characters. The reasoning is simple, plain text is the only file format guaranteed to outlive every application that can open it.

The minimalist notepad has been rediscovered by every generation of computing. The web era brought browser-based scratchpads, including the famous trick of typing 'data:text/html, <html contenteditable>' into the address bar to turn a blank tab into an editor, a hack that spread widely around 2013. Smartphones made quick-capture note apps some of the most-used software on earth. And in a quiet twist, Microsoft finally rewrote Notepad after nearly forty years, adding tabs in 2023 and autosave shortly after, features that web notepads like this one had treated as table stakes for years. The lesson has stayed constant since 1985: for capturing a thought before it escapes, nothing beats a blank page that opens instantly.

Support